Searched refs:outMapBufferCount (Results 1 – 1 of 1) 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 …]