Searched refs:vtx_shader_index (Results 1 – 2 of 2) sorted by relevance
| /CTR-SDK-2.4.0/sources/libraries/gr/CTR/ |
| D | gr_Shader.cpp | 41 …void Shader::SetupBinary( const void* shader_binary, const s32 vtx_shader_index, const s32 geo_sha… in SetupBinary() argument 93 SetShaderIndex( vtx_shader_index, geo_shader_index ); in SetupBinary() 103 void Shader::SetShaderIndex( const s32 vtx_shader_index, const s32 geo_shader_index ) in SetShaderIndex() argument 106 CheckVtxShaderIndex_( vtx_shader_index ); in SetShaderIndex() 110 m_VtxShaderIndex = vtx_shader_index; in SetShaderIndex() 369 void Shader::CheckVtxShaderIndex_( const s32 vtx_shader_index ) in CheckVtxShaderIndex_() argument 371 NN_UNUSED_VAR( vtx_shader_index ); in CheckVtxShaderIndex_() 374 NN_GR_ASSERT( ( 0 <= vtx_shader_index ) && ( vtx_shader_index < GetShaderNum() ) ); in CheckVtxShaderIndex_() 377 NN_GR_ASSERT( ! m_ExeImageInfo[ vtx_shader_index ]->isGeoShader ); in CheckVtxShaderIndex_() 464 const s32 vtx_shader_index, in MakeOutAttrCommand_() argument [all …]
|
| /CTR-SDK-2.4.0/include/nn/gr/CTR/ |
| D | gr_Shader.h | 52 …void SetupBinary( const void* shader_binary, const s32 vtx_shader_index, const s32 geo_shader_inde… 66 void SetShaderIndex( const s32 vtx_shader_index, const s32 geo_shader_index ); 440 void CheckVtxShaderIndex_( const s32 vtx_shader_index ); 495 …bit32* MakeOutAttrCommand_( bit32* command, const s32 vtx_shader_index, const s32 geo_shader_index…
|