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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_quad_blend.c952 float temp_quad_color[TGSI_QUAD_SIZE][4]; local in function:blend_fallback
959 temp_quad_color[i][j] = quad->output.color[0][i][j];
962 quadColor = temp_quad_color;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_quad_blend.c954 float temp_quad_color[TGSI_QUAD_SIZE][4]; local in function:blend_fallback
961 temp_quad_color[i][j] = quad->output.color[0][i][j];
964 quadColor = temp_quad_color;

Completed in 5 milliseconds