Home
last modified time | relevance | path

Searched refs:tableMemory (Results 1 – 2 of 2) sorted by relevance

/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_Material.cpp610 void* tableMemory = allocator->Alloc(sizeof(ResFragmentLightingTableData)); in CopyResFragmentLightingTable() local
611 if (tableMemory == NULL) in CopyResFragmentLightingTable()
618 new(tableMemory) ResFragmentLightingTableData(resFragmentLightingTable.ref()); in CopyResFragmentLightingTable()
698 void* tableMemory = allocator->Alloc(sizeof(ResLightingLookupTableData)); in CopyResLightingLookupTable() local
700 if (tableMemory == NULL) in CopyResLightingLookupTable()
707 new(tableMemory) ResLightingLookupTableData(resLightingLookupTable.ref()); in CopyResLightingLookupTable()
Dgfx_Fog.cpp190 void* tableMemory = allocator->AllocAndFill<u32>(NW_FOG_TABLE_COMMAND_NUM, 0); in CreateResFog() local
192 fogSampler->toCommandCacheTable.set_ptr( tableMemory ); in CreateResFog()