Home
last modified time | relevance | path

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

/CTR-SDK-0.13.2/sources/libraries/gr/CTR/
Dgr_Shader.cpp178 int shader_index = GetVtxShaderIndex(); in MakeVtxProgramCommand() local
189 NN_GR_ASSERT( 0 <= shader_index && shader_index < m_ExeImageInfoNum ); in MakeVtxProgramCommand()
191 const ExeImageInfo* exe_info = m_ExeImageInfo[ shader_index ]; in MakeVtxProgramCommand()
218 int shader_index = GetGeoShaderIndex(); in MakeGeoProgramCommand() local
229 NN_GR_ASSERT( 0 <= shader_index && shader_index < m_ExeImageInfoNum ); in MakeGeoProgramCommand()
231 const ExeImageInfo* exe_info = m_ExeImageInfo[ shader_index ]; in MakeGeoProgramCommand()
253 int shader_index = GetVtxShaderIndex(); in MakeConstRgCommand_() local
260 shader_index = GetGeoShaderIndex(); in MakeConstRgCommand_()
267 NN_GR_ASSERT( 0 <= shader_index && shader_index < m_ExeImageInfoNum ); in MakeConstRgCommand_()
268 const ExeImageInfo* exe_info = m_ExeImageInfo[ shader_index ]; in MakeConstRgCommand_()
[all …]