Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_query.c46 bool have_xfb; member
571 else if (start->have_xfb || query->index) in check_query_results()
592 if (start->have_xfb) in check_query_results()
1072 bool have_xfb = !!ctx->num_so_targets; in zink_query_update_gs_states() local
1079 last_start->have_xfb != have_xfb) { in zink_query_update_gs_states()
1101 last_start->have_xfb = have_xfb; in zink_query_update_gs_states()
Dzink_compiler.h65 bool have_xfb; member
Dzink_compiler.c965 zs->sinfo.have_xfb = zs->sinfo.so_info.num_outputs || zs->sinfo.so_propagate; in update_so_info()
2102 if (zs->sinfo.have_xfb) in zink_shader_compile()