Home
last modified time | relevance | path

Searched refs:geo_shader_index (Results 1 – 2 of 2) sorted by relevance

/CTR-SDK-2.4.0/sources/libraries/gr/CTR/
Dgr_Shader.cpp41 …r::SetupBinary( const void* shader_binary, const s32 vtx_shader_index, const s32 geo_shader_index ) 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
108 CheckGeoShaderIndex_( geo_shader_index ); in SetShaderIndex()
111 m_GeoShaderIndex = geo_shader_index; in SetShaderIndex()
382 void Shader::CheckGeoShaderIndex_( const s32 geo_shader_index ) in CheckGeoShaderIndex_() argument
384 NN_UNUSED_VAR( geo_shader_index ); in CheckGeoShaderIndex_()
390 if ( geo_shader_index > - 1 ) in CheckGeoShaderIndex_()
392 NN_GR_ASSERT( m_ExeImageInfo[ geo_shader_index ]->isGeoShader ); in CheckGeoShaderIndex_()
465 const s32 geo_shader_index ) in MakeOutAttrCommand_() argument
[all …]
/CTR-SDK-2.4.0/include/nn/gr/CTR/
Dgr_Shader.h52 …d SetupBinary( const void* shader_binary, const s32 vtx_shader_index, const s32 geo_shader_index );
66 void SetShaderIndex( const s32 vtx_shader_index, const s32 geo_shader_index );
449 void CheckGeoShaderIndex_( const s32 geo_shader_index );
495 …t32* MakeOutAttrCommand_( bit32* command, const s32 vtx_shader_index, const s32 geo_shader_index );