Home
last modified time | relevance | path

Searched refs:has_xfb (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_query.cpp344 bool has_xfb = !!ctx->gfx_pipeline_state.num_so_targets;
348 case 0: return has_xfb;
349 case 1: return !has_xfb && has_gs;
350 case 2: return !has_xfb && !has_gs;
/third_party/mesa3d/src/mesa/main/
H A Dshaderapi.c766 const bool has_xfb = in get_programiv() local
826 if (!has_xfb) in get_programiv()
841 if (!has_xfb) in get_programiv()
849 if (!has_xfb) in get_programiv()

Completed in 5 milliseconds