Searched refs:sys_values_read (Results 1 – 1 of 1) sorted by relevance
765 auto sys_values_read = ctx->gfx_stages[PIPE_SHADER_VERTEX]->initial->info.system_values_read; in update_draw_indirect_with_sysvals() local766 bool any = BITSET_TEST(sys_values_read, SYSTEM_VALUE_VERTEX_ID_ZERO_BASE) || in update_draw_indirect_with_sysvals()767 BITSET_TEST(sys_values_read, SYSTEM_VALUE_BASE_VERTEX) || in update_draw_indirect_with_sysvals()768 BITSET_TEST(sys_values_read, SYSTEM_VALUE_FIRST_VERTEX) || in update_draw_indirect_with_sysvals()769 BITSET_TEST(sys_values_read, SYSTEM_VALUE_BASE_INSTANCE) || in update_draw_indirect_with_sysvals()770 BITSET_TEST(sys_values_read, SYSTEM_VALUE_DRAW_ID); in update_draw_indirect_with_sysvals()