Searched refs:shaderProgramDesc (Results 1 – 3 of 3) sorted by relevance
| /NW4C-2.0.3/sources/libraries/gfx/ |
| D | gfx_ActivateCommand.cpp | 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_() [all …]
|
| /NW4C-2.0.3/sources/libraries/gfx/res/ |
| D | gfx_ResMesh.cpp | 70 …xIrScale( ResMesh mesh, ResSeparateDataShape shape, ResShaderProgramDescription shaderProgramDesc ) in ResSeparateDataShape_SetupVertexIrScale() argument 90 int index = shaderProgramDesc.GetAttributeIndices(attribute.GetUsage()); in ResSeparateDataShape_SetupVertexIrScale() 158 ResShaderProgramDescription shaderProgramDesc = shader.GetDescriptions( shaderIndex ); in Setup() local 166 …ndSize = internal::CalcSetupActivateVertexAttributeCommandSize(separateShape, shaderProgramDesc); in Setup() 167 …ndSize = internal::CalcSetupDeactivateVertexAttributeCommandSize(separateShape, shaderProgramDesc); in Setup() 173 internal::SetupVertexAttributeCommand(bufferInfo, separateShape, shaderProgramDesc); in Setup() 176 … internal::SetupDeactivateVertexAttributeCommand(bufferInfo, separateShape, shaderProgramDesc); in Setup() 187 ResSeparateDataShape_SetupVertexIrScale( *this, separateShape, shaderProgramDesc ); in Setup()
|
| /NW4C-2.0.3/include/nw/gfx/ |
| D | gfx_ActivateCommand.h | 408 ResShaderProgramDescription shaderProgramDesc ); 413 ResShaderProgramDescription shaderProgramDesc ); 426 ResShaderProgramDescription shaderProgramDesc ); 431 ResShaderProgramDescription shaderProgramDesc ); 477 ResShaderProgramDescription shaderProgramDesc ); 490 ResShaderProgramDescription shaderProgramDesc ); 503 ResShaderProgramDescription shaderProgramDesc ); 516 ResShaderProgramDescription shaderProgramDesc );
|