Searched refs:outMapBufferCount (Results 1 – 1 of 1) sorted by relevance
396 s32 outMapBufferCount = 0; in MakeOutAttrCommand_() local418 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 …]