Home
last modified time | relevance | path

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

/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_scan.h107 boolean writes_clipvertex; member
Dtgsi_scan.c390 info->writes_clipvertex = TRUE; in tgsi_scan_shader()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_scan.h132 boolean writes_clipvertex; member
Dtgsi_scan.c770 info->writes_clipvertex = true; in scan_declaration()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.h379 bool writes_clipvertex; member
Dsi_shader_nir.c384 info->writes_clipvertex = nir->info.outputs_written & VARYING_BIT_CLIP_VERTEX; in si_nir_scan_shader()
Dsi_state_shaders.c2834 sel->clipdist_mask = sel->info.writes_clipvertex ? SIX_BITS : in si_create_shader_selector()
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi_info.c720 info->writes_clipvertex = true; in nir_tgsi_scan_shader()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_shader.cpp2459 if (swr_vs->info.base.writes_clipvertex) { in CompileVS()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c697 else if (emit->info.writes_clipvertex) { in determine_clipping_mode()
5325 assert(emit->info.writes_clipvertex > 0); in emit_temporaries_declaration()