Searched refs:m_CmdCacheConstArray (Results 1 – 4 of 4) sorted by relevance
| /CTR-SDK-4.2.5/include/nn/gr/CTR/ |
| D | gr_Shader.h | 237 std::memcpy( command, m_CmdCacheConstArray[ m_VtxShaderIndex ], in MakeVtxConstRgCommand() 252 std::memcpy( command, m_CmdCacheConstArray[ m_GeoShaderIndex ], in MakeGeoConstRgCommand() 644 bit32 m_CmdCacheConstArray[ EXE_IMAGE_MAX ][ CONST_REG_COMMAND_MAX ]; variable
|
| D | gr_ShaderLite.h | 238 … std::memcpy( command, &m_CmdCacheConstArray[ m_ConstRgCmdOffsetArray[m_VtxShaderIndex] ], in MakeVtxConstRgCommand() 253 … std::memcpy( command, &m_CmdCacheConstArray[ m_ConstRgCmdOffsetArray[m_GeoShaderIndex] ], in MakeGeoConstRgCommand() 678 bit32* m_CmdCacheConstArray; variable
|
| /CTR-SDK-4.2.5/sources/libraries/gr/CTR/ |
| D | gr_Shader.cpp | 129 MakeConstRgCommand_( m_CmdCacheConstArray[ shader_index ], in MakeShaderConstCommandCache_() 131 m_CmdCacheConstArray[ shader_index ]; in MakeShaderConstCommandCache_()
|
| D | gr_ShaderLite.cpp | 168 MakeConstRgCommand_( &m_CmdCacheConstArray[ offset ], shader_index ); in MakeShaderConstCommandCache_() 1335 m_CmdCacheConstArray = buf; in AssignBuffer_()
|