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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c172 unsigned color_out_index[PIPE_MAX_COLOR_BUFS]; /**< the real color output regs */ member in struct:svga_shader_emitter_v10::__anond551882b0508
936 else if (index == emit->fs.color_out_index[0] &&
2687 assert(semantic_index < ARRAY_SIZE(emit->fs.color_out_index));
2689 emit->fs.color_out_index[semantic_index] = index;
2709 emit->fs.color_out_index[j] = idx;
6599 color_dst = make_dst_output_reg(emit->fs.color_out_index[i]);
6631 make_dst_output_reg(emit->fs.color_out_index[0]);
6687 unsigned output_reg = emit->fs.color_out_index[i];
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c292 unsigned color_out_index[PIPE_MAX_COLOR_BUFS]; /**< the real color output regs */ member in struct:svga_shader_emitter_v10::__anon581dcb1e0608
1273 else if (index == emit->fs.color_out_index[0] &&
3853 assert(semantic_index < ARRAY_SIZE(emit->fs.color_out_index));
3855 emit->fs.color_out_index[semantic_index] = index;
3877 emit->fs.color_out_index[j] = idx;
10520 color_dst = make_dst_output_reg(emit->fs.color_out_index[i]);
10552 make_dst_output_reg(emit->fs.color_out_index[0]);
10607 unsigned output_reg = emit->fs.color_out_index[i];

Completed in 21 milliseconds