Searched refs:writes_position (Results 1 - 15 of 15) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_multiview.c192 bool writes_position = false; local in function:nir_can_lower_multiview
195 writes_position = true;
201 if (!writes_position)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_scan.h129 boolean writes_position; member in struct:tgsi_shader_info
H A Dtgsi_scan.c766 info->writes_position = true;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_scan.h129 boolean writes_position; member in struct:tgsi_shader_info
H A Dtgsi_scan.c787 info->writes_position = true;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_state_fs.c418 (svga->curr.gs && !svga->curr.gs->base.info.writes_position) ||
419 (!svga->curr.gs && !svga->curr.vs->base.info.writes_position);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_state_fs.c434 !prevShader->info.writes_position;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader.h394 bool writes_position; member in struct:si_shader_info
H A Dsi_shader_nir.c480 info->writes_position = nir->info.outputs_written & VARYING_BIT_POS;
H A Dsi_state_shaders.c2589 if (!info->writes_position && !streamout)
2595 if (next_shader == MESA_SHADER_GEOMETRY || !info->writes_position)
2985 sel->info.writes_position &&
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/
H A Dswr_shader.cpp431 if (iface->info->writes_position) {
1001 if (swr_vs->info.base.writes_position) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_nir.c665 info->writes_position = true;
H A Dsi_state_shaders.c2020 if (!info->writes_position && !streamout)
2027 !info->writes_position)
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/nir/
H A Dnir_to_tgsi_info.c738 info->writes_position = true;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/
H A Dswr_shader.cpp784 if (iface->info->writes_position) {
2589 if (swr_vs->info.base.writes_position) {

Completed in 30 milliseconds