Home
last modified time | relevance | path

Searched refs:vtx_shader_index (Results 1 – 4 of 4) sorted by relevance

/CTR-SDK-4.2.5/sources/libraries/gr/CTR/
Dgr_Shader.cpp41 …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 …]
Dgr_ShaderLite.cpp73 …void ShaderLite::SetupBinary( const void* shader_binary, const s32 vtx_shader_index, const s32 geo… in SetupBinary() argument
131 SetShaderIndex( vtx_shader_index, geo_shader_index ); in SetupBinary()
142 … void ShaderLite::SetShaderIndex( const s32 vtx_shader_index, const s32 geo_shader_index ) in SetShaderIndex() argument
145 CheckVtxShaderIndex_( vtx_shader_index ); in SetShaderIndex()
149 m_VtxShaderIndex = vtx_shader_index; in SetShaderIndex()
432 void ShaderLite::CheckVtxShaderIndex_( const s32 vtx_shader_index ) in CheckVtxShaderIndex_() argument
434 NN_UNUSED_VAR( vtx_shader_index ); in CheckVtxShaderIndex_()
437 NN_GR_ASSERT( ( 0 <= vtx_shader_index ) && ( vtx_shader_index < GetShaderNum() ) ); in CheckVtxShaderIndex_()
440 NN_GR_ASSERT( ! m_ExeImageInfo[ vtx_shader_index ]->isGeoShader ); in CheckVtxShaderIndex_()
527 const s32 vtx_shader_index, in MakeOutAttrCommand_() argument
[all …]
/CTR-SDK-4.2.5/include/nn/gr/CTR/
Dgr_Shader.h52 …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…
Dgr_ShaderLite.h53 …void SetupBinary( const void* shader_binary, const s32 vtx_shader_index, const s32 geo_shader_inde…
67 void SetShaderIndex( const s32 vtx_shader_index, const s32 geo_shader_index );
450 void CheckVtxShaderIndex_( const s32 vtx_shader_index );
524 …bit32* MakeOutAttrCommand_( bit32* command, const s32 vtx_shader_index, const s32 geo_shader_index…