Searched refs:shaderInfo (Results 1 – 2 of 2) sorted by relevance
168 ShaderBinaryInfo* shaderInfo = resBinaryShader.GetShaderBinaryInfo(); in ResBinaryShader_Setup() local169 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() local254 shaderInfo->~ShaderBinaryInfo(); in Cleanup()255 resBinaryShader.ref().m_CommandAllocator->Free( shaderInfo ); in Cleanup()343 ShaderBinaryInfo* shaderInfo = ownerShader.GetShaderBinaryInfo(); in Setup() local348 …s32 commandSize = shaderInfo->GetShaderProgramCommandSize( vertexShaderIndex, geometryShaderIndex … in Setup()351 …s32 writtenSize = shaderInfo->BuildShaderProgramCommand( vertexShaderIndex, geometryShaderIndex, b… in Setup()[all …]
289 const ShaderBinaryInfo* shaderInfo = shaderProgramDesc.GetShaderBinaryInfo(); in SetupActivateVertexAttributeCommand_() local290 NW_NULL_ASSERT( shaderInfo ); in SetupActivateVertexAttributeCommand_()292 …u32 shaderVtxAttrNum = shaderInfo->GetInputRegisterNum( shaderProgramDesc.GetVertexShaderIndex() ); in SetupActivateVertexAttributeCommand_()