Home
last modified time | relevance | path

Searched refs:uses_frontface (Results 1 – 6 of 6) 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.h122 boolean uses_frontface; member
Dtgsi_scan.c639 info->uses_frontface = true; in scan_declaration()
673 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/drivers/radeonsi/
Dsi_shader_nir.c81 info->uses_frontface = 1; in scan_instruction()