Searched refs:color_dst (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/ |
| H A D | svga_tgsi_vgpu10.c | 6591 struct tgsi_full_dst_register color_dst; local in function:emit_alpha_to_one_instructions 6595 color_dst = make_dst_temp_reg(fs_color_tmp_index); 6599 color_dst = make_dst_output_reg(emit->fs.color_out_index[i]); 6602 color_dst = writemask_dst(&color_dst, TGSI_WRITEMASK_W); 6604 emit_instruction_op1(emit, VGPU10_OPCODE_MOV, &color_dst, &one, FALSE); 6630 struct tgsi_full_dst_register color_dst = local in function:emit_alpha_test_instructions 6649 emit_instruction_op1(emit, VGPU10_OPCODE_MOV, &color_dst, 6688 struct tgsi_full_dst_register color_dst = local in function:emit_broadcast_color_instructions 6697 emit_instruction_op1(emit, VGPU10_OPCODE_MOV, &color_dst, [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/ |
| H A D | svga_tgsi_vgpu10.c | 10512 struct tgsi_full_dst_register color_dst; local in function:emit_alpha_to_one_instructions 10516 color_dst = make_dst_temp_reg(fs_color_tmp_index); 10520 color_dst = make_dst_output_reg(emit->fs.color_out_index[i]); 10523 color_dst = writemask_dst(&color_dst, TGSI_WRITEMASK_W); 10525 emit_instruction_op1(emit, VGPU10_OPCODE_MOV, &color_dst, &one); 10551 struct tgsi_full_dst_register color_dst = local in function:emit_alpha_test_instructions 10570 emit_instruction_op1(emit, VGPU10_OPCODE_MOV, &color_dst, &color_src); 10608 struct tgsi_full_dst_register color_dst = local in function:emit_broadcast_color_instructions 10617 emit_instruction_op1(emit, VGPU10_OPCODE_MOV, &color_dst, [all...] |
Completed in 22 milliseconds