Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c10457 struct tgsi_full_dst_register color_dst; in emit_alpha_to_one_instructions() local
10461 color_dst = make_dst_temp_reg(fs_color_tmp_index); in emit_alpha_to_one_instructions()
10465 color_dst = make_dst_output_reg(emit->fs.color_out_index[i]); in emit_alpha_to_one_instructions()
10468 color_dst = writemask_dst(&color_dst, TGSI_WRITEMASK_W); in emit_alpha_to_one_instructions()
10470 emit_instruction_op1(emit, VGPU10_OPCODE_MOV, &color_dst, &one); in emit_alpha_to_one_instructions()
10496 struct tgsi_full_dst_register color_dst = in emit_alpha_test_instructions() local
10515 emit_instruction_op1(emit, VGPU10_OPCODE_MOV, &color_dst, &color_src); in emit_alpha_test_instructions()
10553 struct tgsi_full_dst_register color_dst = in emit_broadcast_color_instructions() local
10562 emit_instruction_op1(emit, VGPU10_OPCODE_MOV, &color_dst, &color_src); in emit_broadcast_color_instructions()