Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c171 unsigned color_out_index[PIPE_MAX_COLOR_BUFS]; /**< the real color output regs */ member
905 else if (index == emit->fs.color_out_index[0] && in emit_dst_register()
2503 assert(semantic_index < ARRAY_SIZE(emit->fs.color_out_index)); in emit_output_declarations()
2505 emit->fs.color_out_index[semantic_index] = index; in emit_output_declarations()
2525 emit->fs.color_out_index[j] = idx; in emit_output_declarations()
6169 color_dst = make_dst_output_reg(emit->fs.color_out_index[i]); in emit_alpha_to_one_instructions()
6201 make_dst_output_reg(emit->fs.color_out_index[0]); in emit_alpha_test_instructions()
6257 unsigned output_reg = emit->fs.color_out_index[i]; in emit_broadcast_color_instructions()