Searched refs:shaderProgramDesc (Results 1 – 3 of 3) sorted by relevance
| /NW4C-1.3.3/sources/libraries/gfx/ |
| D | gfx_ActivateCommand.cpp | 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_() [all …]
|
| /NW4C-1.3.3/sources/libraries/gfx/res/ |
| D | gfx_ResMesh.cpp | 68 …xIrScale( ResMesh mesh, ResSeparateDataShape shape, ResShaderProgramDescription shaderProgramDesc ) in ResSeparateDataShape_SetupVertexIrScale() argument 88 int index = shaderProgramDesc.GetAttributeIndices(attribute.GetUsage()); in ResSeparateDataShape_SetupVertexIrScale() 156 ResShaderProgramDescription shaderProgramDesc = shader.GetDescriptions( shaderIndex ); in Setup() local 164 …ndSize = internal::CalcSetupActivateVertexAttributeCommandSize(separateShape, shaderProgramDesc); in Setup() 165 …ndSize = internal::CalcSetupDeactivateVertexAttributeCommandSize(separateShape, shaderProgramDesc); in Setup() 171 internal::SetupVertexAttributeCommand(bufferInfo, separateShape, shaderProgramDesc); in Setup() 174 … internal::SetupDeactivateVertexAttributeCommand(bufferInfo, separateShape, shaderProgramDesc); in Setup() 185 ResSeparateDataShape_SetupVertexIrScale( *this, separateShape, shaderProgramDesc ); in Setup()
|
| /NW4C-1.3.3/include/nw/gfx/ |
| D | gfx_ActivateCommand.h | 406 ResShaderProgramDescription shaderProgramDesc ); 411 ResShaderProgramDescription shaderProgramDesc ); 424 ResShaderProgramDescription shaderProgramDesc ); 429 ResShaderProgramDescription shaderProgramDesc ); 475 ResShaderProgramDescription shaderProgramDesc ); 488 ResShaderProgramDescription shaderProgramDesc ); 501 ResShaderProgramDescription shaderProgramDesc ); 514 ResShaderProgramDescription shaderProgramDesc );
|