Lines Matching refs:shaderProgramDesc
158 ResShaderProgramDescription shaderProgramDesc in CalcSetupActivateVertexAttributeCommandSize_() argument
180 if (shaderProgramDesc.GetGeometryShaderIndex() >= 0) in CalcSetupActivateVertexAttributeCommandSize_()
193 ResShaderProgramDescription shaderProgramDesc in CalcSetupDeactivateVertexAttributeCommandSize_() argument
196 NW_UNUSED_VARIABLE( shaderProgramDesc ); in CalcSetupDeactivateVertexAttributeCommandSize_()
248 GetAttributeIndexFromUsage(ResShaderProgramDescription shaderProgramDesc, s32 usage) in GetAttributeIndexFromUsage() argument
250 return shaderProgramDesc.GetAttributeIndices(usage); in GetAttributeIndexFromUsage()
269 ResShaderProgramDescription shaderProgramDesc in SetupActivateVertexAttributeCommand_() argument
287 const ShaderBinaryInfo* shaderInfo = shaderProgramDesc.GetShaderBinaryInfo(); in SetupActivateVertexAttributeCommand_()
290 …u32 shaderVtxAttrNum = shaderInfo->GetInputRegisterNum( shaderProgramDesc.GetVertexShaderIndex() ); in SetupActivateVertexAttributeCommand_()
365 s32 usageIndex = GetAttributeIndexFromUsage( shaderProgramDesc, usage ); in SetupActivateVertexAttributeCommand_()
393 s32 usageIndex = GetAttributeIndexFromUsage( shaderProgramDesc, usage ); in SetupActivateVertexAttributeCommand_()
434 s32 usageIndex = GetAttributeIndexFromUsage( shaderProgramDesc, usage ); in SetupActivateVertexAttributeCommand_()
469 s32 usageIndex = GetAttributeIndexFromUsage( shaderProgramDesc, usage ); in SetupActivateVertexAttributeCommand_()
492 if (shaderProgramDesc.GetGeometryShaderIndex() >= 0) in SetupActivateVertexAttributeCommand_()
514 ResShaderProgramDescription shaderProgramDesc in SetupDeactivateVertexAttributeCommand_() argument
517 NW_UNUSED_VARIABLE(shaderProgramDesc); in SetupDeactivateVertexAttributeCommand_()
616 ResShaderProgramDescription shaderProgramDesc in SetupVertexAttributeCommand() argument
619 return SetupActivateVertexAttributeCommand_( bufferInfo, shape, shaderProgramDesc ); in SetupVertexAttributeCommand()
627 ResShaderProgramDescription shaderProgramDesc in SetupVertexAttributeCommand() argument
630 return SetupActivateVertexAttributeCommand_( bufferInfo, shape, shaderProgramDesc ); in SetupVertexAttributeCommand()
638 ResShaderProgramDescription shaderProgramDesc in SetupDeactivateVertexAttributeCommand() argument
641 return SetupDeactivateVertexAttributeCommand_( bufferInfo, shape, shaderProgramDesc ); in SetupDeactivateVertexAttributeCommand()
649 ResShaderProgramDescription shaderProgramDesc in SetupDeactivateVertexAttributeCommand() argument
652 return SetupDeactivateVertexAttributeCommand_( bufferInfo, shape, shaderProgramDesc ); in SetupDeactivateVertexAttributeCommand()
659 ResShaderProgramDescription shaderProgramDesc in CalcSetupActivateVertexAttributeCommandSize() argument
662 return CalcSetupActivateVertexAttributeCommandSize_( shape, shaderProgramDesc ); in CalcSetupActivateVertexAttributeCommandSize()
669 ResShaderProgramDescription shaderProgramDesc in CalcSetupActivateVertexAttributeCommandSize_() argument
672 return CalcSetupActivateVertexAttributeCommandSize_( shape, shaderProgramDesc ); in CalcSetupActivateVertexAttributeCommandSize_()
679 ResShaderProgramDescription shaderProgramDesc in CalcSetupDeactivateVertexAttributeCommandSize() argument
682 return CalcSetupDeactivateVertexAttributeCommandSize_( shape, shaderProgramDesc ); in CalcSetupDeactivateVertexAttributeCommandSize()
689 ResShaderProgramDescription shaderProgramDesc in CalcSetupDeactivateVertexAttributeCommandSize_() argument
692 return CalcSetupDeactivateVertexAttributeCommandSize_( shape, shaderProgramDesc ); in CalcSetupDeactivateVertexAttributeCommandSize_()