Home
last modified time | relevance | path

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

/CTR-SDK-1.3.0/CTR_SDK/sources/libraries/gr/CTR/
Dgr_Shader.cpp182 int shader_index = GetVtxShaderIndex(); in MakeVtxProgramCommand() local
193 NN_GR_ASSERT( 0 <= shader_index && shader_index < m_ExeImageInfoNum ); in MakeVtxProgramCommand()
195 const ExeImageInfo* exe_info = m_ExeImageInfo[ shader_index ]; in MakeVtxProgramCommand()
222 int shader_index = GetGeoShaderIndex(); in MakeGeoProgramCommand() local
233 NN_GR_ASSERT( 0 <= shader_index && shader_index < m_ExeImageInfoNum ); in MakeGeoProgramCommand()
235 const ExeImageInfo* exe_info = m_ExeImageInfo[ shader_index ]; in MakeGeoProgramCommand()
306 int shader_index = GetVtxShaderIndex(); in MakeConstRgCommand_() local
313 shader_index = GetGeoShaderIndex(); in MakeConstRgCommand_()
320 NN_GR_ASSERT( 0 <= shader_index && shader_index < m_ExeImageInfoNum ); in MakeConstRgCommand_()
321 const ExeImageInfo* exe_info = m_ExeImageInfo[ shader_index ]; in MakeConstRgCommand_()
[all …]