Home
last modified time | relevance | path

Searched refs:ResLightingLookupTableData (Results 1 – 3 of 3) sorted by relevance

/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_FragmentLight.cpp199 ResLightingLookupTableData* angleSampler = in CreateResFragmentLight()
200 AllocateAndFill<ResLightingLookupTableData>(allocator, 0); in CreateResFragmentLight()
229 ResLightingLookupTableData* angleSampler = in DestroyResFragmentLight()
230 reinterpret_cast<ResLightingLookupTableData*>(resFragmentLight->toAngleSampler.to_ptr()); in DestroyResFragmentLight()
Dgfx_Material.cpp201 bufferSize += sizeof(ResLightingLookupTableData); in GetMemorySizeInternal()
206 bufferSize += sizeof(ResLightingLookupTableData); in GetMemorySizeInternal()
211 bufferSize += sizeof(ResLightingLookupTableData); in GetMemorySizeInternal()
216 bufferSize += sizeof(ResLightingLookupTableData); in GetMemorySizeInternal()
221 bufferSize += sizeof(ResLightingLookupTableData); in GetMemorySizeInternal()
226 bufferSize += sizeof(ResLightingLookupTableData); in GetMemorySizeInternal()
696 void* tableMemory = allocator->Alloc(sizeof(ResLightingLookupTableData)); in CopyResLightingLookupTable()
704 ResLightingLookupTableData* lightingLookupTable = in CopyResLightingLookupTable()
705 new(tableMemory) ResLightingLookupTableData(resLightingLookupTable.ref()); in CopyResLightingLookupTable()
/NW4C-1.3.3/include/nw/gfx/res/
Dgfx_ResFragmentShader.h62 struct ResLightingLookupTableData struct
339 class ResLightingLookupTable : public nw::ut::ResCommon<ResLightingLookupTableData>