Home
last modified time | relevance | path

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

/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_scan.h104 boolean uses_frontface; member
Dtgsi_scan.c340 info->uses_frontface = TRUE; in tgsi_scan_shader()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_scan.h123 boolean uses_frontface; member
Dtgsi_scan.c684 info->uses_frontface = true; in scan_declaration()
721 info->uses_frontface = TRUE; in scan_declaration()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_unfilled.c262 if (is_unfilled && fs && fs->info.uses_frontface) { in draw_unfilled_prepare_outputs()
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi_info.c162 info->uses_frontface = true; in gather_intrinsic_load_deref_info()
215 info->uses_frontface = 1; in scan_instruction()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.h370 bool uses_frontface; member
Dsi_shader_nir.c346 info->uses_frontface = BITSET_TEST(nir->info.system_values_read, SYSTEM_VALUE_FRONT_FACE); in si_nir_scan_shader()
Dsi_compute_prim_discard.c867 ps->info.uses_frontface || in si_shader_select_prim_discard_cs()