Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c10447 unsigned fs_color_tmp_index) in emit_alpha_to_one_instructions() argument
10459 if (fs_color_tmp_index != INVALID_INDEX && i == 0) { in emit_alpha_to_one_instructions()
10461 color_dst = make_dst_temp_reg(fs_color_tmp_index); in emit_alpha_to_one_instructions()
10482 unsigned fs_color_tmp_index) in emit_alpha_test_instructions() argument
10491 make_src_temp_reg(fs_color_tmp_index); in emit_alpha_test_instructions()
10533 unsigned fs_color_tmp_index) in emit_broadcast_color_instructions() argument
10545 assert(fs_color_tmp_index != INVALID_INDEX); in emit_broadcast_color_instructions()
10546 color_src = make_src_temp_reg(fs_color_tmp_index); in emit_broadcast_color_instructions()
10580 const unsigned fs_color_tmp_index = emit->fs.color_tmp_index; in emit_post_helpers() local
10591 emit_alpha_to_one_instructions(emit, fs_color_tmp_index); in emit_post_helpers()
[all …]