Searched refs:m_VtxShaderIndex (Results 1 – 2 of 2) sorted by relevance
309 return m_VtxShaderIndex; in GetVtxShaderIndex()476 int m_VtxShaderIndex; variable
37 m_VtxShaderIndex = vtx_shader_index; in SetupBinary()75 NN_GR_ASSERT( 0 <= m_VtxShaderIndex && m_VtxShaderIndex < m_ExeImageInfoNum ); in SetupBinary()78 NN_GR_ASSERT( !m_ExeImageInfo[ m_VtxShaderIndex ]->isGeoShader ); in SetupBinary()462 const ExeImageInfo* exe_info = m_ExeImageInfo[ m_VtxShaderIndex ]; in MakeOutAttrCommand_()534 *command++ = 0x7fff0000 | m_ExeImageInfo[ m_VtxShaderIndex ]->mainAddress; in MakeOutAttrCommand_()586 *command++ = 0x7fff0000 | m_ExeImageInfo[ m_VtxShaderIndex ]->mainAddress; in MakeOutAttrCommand_()