Searched refs:last_instance_count (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_state_draw.c814 if (sctx->last_instance_count == SI_INSTANCE_COUNT_UNKNOWN ||
815 sctx->last_instance_count != instance_count) {
818 sctx->last_instance_count = instance_count;
H A Dsi_pipe.h970 int last_instance_count; member in struct:si_context
1466 sctx->last_instance_count = SI_INSTANCE_COUNT_UNKNOWN;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_state_draw.cpp1469 sctx->last_instance_count == SI_INSTANCE_COUNT_UNKNOWN ||
1470 sctx->last_instance_count != instance_count) {
1473 sctx->last_instance_count = instance_count;
H A Dsi_pipe.h1108 unsigned last_instance_count; member in struct:si_context
1651 sctx->last_instance_count = SI_INSTANCE_COUNT_UNKNOWN;

Completed in 15 milliseconds