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/
H A Dzink_compiler.h65 bool have_xfb; member
H A Dzink_query.c46 bool have_xfb; member
75 bool has_draws; /* have_gs and have_xfb are valid for idx=curr_query */
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()
H A 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()

Completed in 8 milliseconds