Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_scan.h122 boolean uses_frontface; member
Dtgsi_scan.c683 info->uses_frontface = true; in scan_declaration()
720 info->uses_frontface = TRUE; in scan_declaration()
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_unfilled.c262 if (is_unfilled && fs && fs->info.uses_frontface) { in draw_unfilled_prepare_outputs()
/third_party/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()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.h387 bool uses_frontface; member
Dsi_shader_nir.c438 info->uses_frontface = BITSET_TEST(nir->info.system_values_read, SYSTEM_VALUE_FRONT_FACE); in si_nir_scan_shader()