Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_scan.h129 boolean writes_clipvertex; member
Dtgsi_scan.c771 info->writes_clipvertex = true; in scan_declaration()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_info.c668 info->writes_clipvertex = nir->info.outputs_written & VARYING_BIT_CLIP_VERTEX; in si_nir_scan_shader()
809 info->clipdist_mask = info->writes_clipvertex ? SI_USER_CLIP_PLANE_MASK : in si_nir_scan_shader()
Dsi_shader.h458 bool writes_clipvertex; member
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi_info.c713 info->writes_clipvertex = true; in nir_tgsi_scan_shader()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c772 else if (emit->info.writes_clipvertex) { in determine_clipping_mode()
5629 assert(emit->info.writes_clipvertex > 0); in emit_temporaries_declaration()