Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c10490 struct tgsi_full_src_register color_src = in emit_alpha_test_instructions() local
10493 scalar_src(&color_src, TGSI_SWIZZLE_W); in emit_alpha_test_instructions()
10515 emit_instruction_op1(emit, VGPU10_OPCODE_MOV, &color_dst, &color_src); in emit_alpha_test_instructions()
10537 struct tgsi_full_src_register color_src; in emit_broadcast_color_instructions() local
10541 color_src = make_immediate_reg_float(emit, 1.0f); in emit_broadcast_color_instructions()
10546 color_src = make_src_temp_reg(fs_color_tmp_index); in emit_broadcast_color_instructions()
10562 emit_instruction_op1(emit, VGPU10_OPCODE_MOV, &color_dst, &color_src); in emit_broadcast_color_instructions()