Searched refs:ring_outputs (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_shader.c3349 bool ring_outputs = false; local in function:r600_shader_from_tgsi
3388 ring_outputs = true;
3393 ring_outputs = true;
3408 ring_outputs = true;
3907 if (!ring_outputs && ctx.clip_vertex_write) {
3960 if (!lds_outputs && !ring_outputs && ctx.type == PIPE_SHADER_VERTEX)
3962 if (!ring_outputs && ctx.type == PIPE_SHADER_TESS_EVAL)
3978 } else if (ring_outputs) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_shader.c3438 bool ring_outputs = false; local in function:r600_shader_from_tgsi
3477 ring_outputs = true;
3482 ring_outputs = true;
3497 ring_outputs = true;
3996 if (!ring_outputs && ctx.clip_vertex_write) {
4049 if (!lds_outputs && !ring_outputs && ctx.type == PIPE_SHADER_VERTEX)
4051 if (!ring_outputs && ctx.type == PIPE_SHADER_TESS_EVAL)
4067 } else if (ring_outputs) {

Completed in 24 milliseconds