Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/gfx/res/
Dgfx_ResShader.cpp168 ShaderBinaryInfo* shaderInfo = resBinaryShader.GetShaderBinaryInfo(); in ResBinaryShader_Setup() local
169 shaderInfo->AnalyzeBinary(); in ResBinaryShader_Setup()
171 s32 commandSize = shaderInfo->GetCommonCommandSize(); in ResBinaryShader_Setup()
176 s32 writtenSize = shaderInfo->BuildCommonCommand(buffer, static_cast<u32>(commandSize)); in ResBinaryShader_Setup()
253 ShaderBinaryInfo* shaderInfo = resBinaryShader.GetShaderBinaryInfo(); in Cleanup() local
254 shaderInfo->~ShaderBinaryInfo(); in Cleanup()
255 resBinaryShader.ref().m_CommandAllocator->Free( shaderInfo ); in Cleanup()
343 ShaderBinaryInfo* shaderInfo = ownerShader.GetShaderBinaryInfo(); in Setup() local
348 …s32 commandSize = shaderInfo->GetShaderProgramCommandSize( vertexShaderIndex, geometryShaderIndex … in Setup()
351 …s32 writtenSize = shaderInfo->BuildShaderProgramCommand( vertexShaderIndex, geometryShaderIndex, b… in Setup()
[all …]
/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_ActivateCommand.cpp289 const ShaderBinaryInfo* shaderInfo = shaderProgramDesc.GetShaderBinaryInfo(); in SetupActivateVertexAttributeCommand_() local
290 NW_NULL_ASSERT( shaderInfo ); in SetupActivateVertexAttributeCommand_()
292 …u32 shaderVtxAttrNum = shaderInfo->GetInputRegisterNum( shaderProgramDesc.GetVertexShaderIndex() ); in SetupActivateVertexAttributeCommand_()