Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
Dnir_lower_multiview.c192 bool writes_position = false; in nir_can_lower_multiview() local
195 writes_position = true; in nir_can_lower_multiview()
201 if (!writes_position) in nir_can_lower_multiview()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_scan.h129 boolean writes_position; member
Dtgsi_scan.c787 info->writes_position = true; in scan_declaration()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_state_fs.c434 !prevShader->info.writes_position; in emit_hw_fs()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.h394 bool writes_position; member
Dsi_shader_nir.c480 info->writes_position = nir->info.outputs_written & VARYING_BIT_POS; in si_nir_scan_shader()
Dsi_state_shaders.c2589 if (!info->writes_position && !streamout) in si_parse_next_shader_property()
2595 if (next_shader == MESA_SHADER_GEOMETRY || !info->writes_position) in si_parse_next_shader_property()
2985 sel->info.writes_position && in si_create_shader_selector()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi_info.c738 info->writes_position = true; in nir_tgsi_scan_shader()
/third_party/mesa3d/src/gallium/drivers/swr/
Dswr_shader.cpp784 if (iface->info->writes_position) { in swr_gs_llvm_emit_vertex()
2589 if (swr_vs->info.base.writes_position) { in swr_so_adjust_attrib()