Searched refs:outMapBufferCount (Results 1 – 2 of 2) sorted by relevance
510 s32 outMapBufferCount = 0; in MakeOutAttrCommand_() local531 NN_GR_ASSERT( outMapBufferCount < OUT_ATTR_BUFFER_MAX ); in MakeOutAttrCommand_()548 NN_GR_ASSERT( outMapBufferCount < OUT_ATTR_INDEX_MAX ); in MakeOutAttrCommand_()549 … outmap_buffer[ outMapBufferCount ].type = outmapInfo[ g ].type; in MakeOutAttrCommand_()550 … outmap_buffer[ outMapBufferCount ].index = outMapBufferCount; in MakeOutAttrCommand_()551 … outmap_buffer[ outMapBufferCount ].mask = outmapInfo[ g ].mask; in MakeOutAttrCommand_()554 ++outMapBufferCount; in MakeOutAttrCommand_()569 NN_GR_ASSERT( outMapBufferCount < OUT_ATTR_BUFFER_MAX ); in MakeOutAttrCommand_()570 outmap_buffer[ outMapBufferCount ].type = outmapInfo[ g ].type; in MakeOutAttrCommand_()571 outmap_buffer[ outMapBufferCount ].index = outMapBufferCount; in MakeOutAttrCommand_()[all …]
573 s32 outMapBufferCount = 0; in MakeOutAttrCommand_() local594 NN_GR_ASSERT( outMapBufferCount < OUT_ATTR_BUFFER_MAX ); in MakeOutAttrCommand_()611 NN_GR_ASSERT( outMapBufferCount < OUT_ATTR_INDEX_MAX ); in MakeOutAttrCommand_()612 … outmap_buffer[ outMapBufferCount ].type = outmapInfo[ g ].type; in MakeOutAttrCommand_()613 … outmap_buffer[ outMapBufferCount ].index = outMapBufferCount; in MakeOutAttrCommand_()614 … outmap_buffer[ outMapBufferCount ].mask = outmapInfo[ g ].mask; in MakeOutAttrCommand_()617 ++outMapBufferCount; in MakeOutAttrCommand_()632 NN_GR_ASSERT( outMapBufferCount < OUT_ATTR_BUFFER_MAX ); in MakeOutAttrCommand_()633 outmap_buffer[ outMapBufferCount ].type = outmapInfo[ g ].type; in MakeOutAttrCommand_()634 outmap_buffer[ outMapBufferCount ].index = outMapBufferCount; in MakeOutAttrCommand_()[all …]