Home
last modified time | relevance | path

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

/CTR-SDK-1.3.0/CTR_SDK/sources/libraries/gr/CTR/
Dgr_Shader.cpp396 s32 outMapBufferCount = 0; in MakeOutAttrCommand_() local
418 NN_GR_ASSERT( outMapBufferCount < OUT_ATTR_BUFFER_MAX ); in MakeOutAttrCommand_()
435 NN_GR_ASSERT( outMapBufferCount < OUT_ATTR_INDEX_MAX ); in MakeOutAttrCommand_()
436 … outmap_buffer[ outMapBufferCount ].type = outmapInfo[ g ].type; in MakeOutAttrCommand_()
437 … outmap_buffer[ outMapBufferCount ].index = outMapBufferCount; in MakeOutAttrCommand_()
438 … outmap_buffer[ outMapBufferCount ].mask = outmapInfo[ g ].mask; in MakeOutAttrCommand_()
441 ++outMapBufferCount; in MakeOutAttrCommand_()
456 NN_GR_ASSERT( outMapBufferCount < OUT_ATTR_BUFFER_MAX ); in MakeOutAttrCommand_()
457 outmap_buffer[ outMapBufferCount ].type = outmapInfo[ g ].type; in MakeOutAttrCommand_()
458 outmap_buffer[ outMapBufferCount ].index = outMapBufferCount; in MakeOutAttrCommand_()
[all …]