Home
last modified time | relevance | path

Searched refs:sys_values_read (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_draw.cpp765 auto sys_values_read = ctx->gfx_stages[PIPE_SHADER_VERTEX]->initial->info.system_values_read; in update_draw_indirect_with_sysvals() local
766 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()