Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_state_fs.c418 (svga->curr.gs && !svga->curr.gs->base.info.writes_position) || in emit_hw_fs()
419 (!svga->curr.gs && !svga->curr.vs->base.info.writes_position); in emit_hw_fs()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_scan.h128 boolean writes_position; member
Dtgsi_scan.c740 info->writes_position = true; in scan_declaration()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_nir.c410 info->writes_position = true; in si_nir_scan_shader()
Dsi_state_shaders.c1764 if (!info->writes_position && !streamout) in si_parse_next_shader_property()
1771 !info->writes_position) in si_parse_next_shader_property()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_shader.cpp429 if (iface->info->writes_position) { in swr_gs_llvm_emit_vertex()
993 if (swr_vs->info.base.writes_position) { in swr_so_adjust_attrib()