Lines Matching refs:shaderProgramDesc

160     ResShaderProgramDescription shaderProgramDesc  in CalcSetupActivateVertexAttributeCommandSize_()  argument
182 if (shaderProgramDesc.GetGeometryShaderIndex() >= 0) in CalcSetupActivateVertexAttributeCommandSize_()
195 ResShaderProgramDescription shaderProgramDesc in CalcSetupDeactivateVertexAttributeCommandSize_() argument
198 NW_UNUSED_VARIABLE( shaderProgramDesc ); in CalcSetupDeactivateVertexAttributeCommandSize_()
250 GetAttributeIndexFromUsage(ResShaderProgramDescription shaderProgramDesc, s32 usage) in GetAttributeIndexFromUsage() argument
252 return shaderProgramDesc.GetAttributeIndices(usage); in GetAttributeIndexFromUsage()
271 ResShaderProgramDescription shaderProgramDesc in SetupActivateVertexAttributeCommand_() argument
289 const ShaderBinaryInfo* shaderInfo = shaderProgramDesc.GetShaderBinaryInfo(); in SetupActivateVertexAttributeCommand_()
292 …u32 shaderVtxAttrNum = shaderInfo->GetInputRegisterNum( shaderProgramDesc.GetVertexShaderIndex() ); in SetupActivateVertexAttributeCommand_()
367 s32 usageIndex = GetAttributeIndexFromUsage( shaderProgramDesc, usage ); in SetupActivateVertexAttributeCommand_()
395 s32 usageIndex = GetAttributeIndexFromUsage( shaderProgramDesc, usage ); in SetupActivateVertexAttributeCommand_()
436 s32 usageIndex = GetAttributeIndexFromUsage( shaderProgramDesc, usage ); in SetupActivateVertexAttributeCommand_()
471 s32 usageIndex = GetAttributeIndexFromUsage( shaderProgramDesc, usage ); in SetupActivateVertexAttributeCommand_()
494 if (shaderProgramDesc.GetGeometryShaderIndex() >= 0) in SetupActivateVertexAttributeCommand_()
516 ResShaderProgramDescription shaderProgramDesc in SetupDeactivateVertexAttributeCommand_() argument
519 NW_UNUSED_VARIABLE(shaderProgramDesc); in SetupDeactivateVertexAttributeCommand_()
618 ResShaderProgramDescription shaderProgramDesc in SetupVertexAttributeCommand() argument
621 return SetupActivateVertexAttributeCommand_( bufferInfo, shape, shaderProgramDesc ); in SetupVertexAttributeCommand()
629 ResShaderProgramDescription shaderProgramDesc in SetupVertexAttributeCommand() argument
632 return SetupActivateVertexAttributeCommand_( bufferInfo, shape, shaderProgramDesc ); in SetupVertexAttributeCommand()
640 ResShaderProgramDescription shaderProgramDesc in SetupDeactivateVertexAttributeCommand() argument
643 return SetupDeactivateVertexAttributeCommand_( bufferInfo, shape, shaderProgramDesc ); in SetupDeactivateVertexAttributeCommand()
651 ResShaderProgramDescription shaderProgramDesc in SetupDeactivateVertexAttributeCommand() argument
654 return SetupDeactivateVertexAttributeCommand_( bufferInfo, shape, shaderProgramDesc ); in SetupDeactivateVertexAttributeCommand()
661 ResShaderProgramDescription shaderProgramDesc in CalcSetupActivateVertexAttributeCommandSize() argument
664 return CalcSetupActivateVertexAttributeCommandSize_( shape, shaderProgramDesc ); in CalcSetupActivateVertexAttributeCommandSize()
671 ResShaderProgramDescription shaderProgramDesc in CalcSetupActivateVertexAttributeCommandSize_() argument
674 return CalcSetupActivateVertexAttributeCommandSize_( shape, shaderProgramDesc ); in CalcSetupActivateVertexAttributeCommandSize_()
681 ResShaderProgramDescription shaderProgramDesc in CalcSetupDeactivateVertexAttributeCommandSize() argument
684 return CalcSetupDeactivateVertexAttributeCommandSize_( shape, shaderProgramDesc ); in CalcSetupDeactivateVertexAttributeCommandSize()
691 ResShaderProgramDescription shaderProgramDesc in CalcSetupDeactivateVertexAttributeCommandSize_() argument
694 return CalcSetupDeactivateVertexAttributeCommandSize_( shape, shaderProgramDesc ); in CalcSetupDeactivateVertexAttributeCommandSize_()