Searched refs:fs_color_tmp_index (Results 1 – 1 of 1) sorted by relevance
10447 unsigned fs_color_tmp_index) in emit_alpha_to_one_instructions() argument10459 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() argument10491 make_src_temp_reg(fs_color_tmp_index); in emit_alpha_test_instructions()10533 unsigned fs_color_tmp_index) in emit_broadcast_color_instructions() argument10545 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() local10591 emit_alpha_to_one_instructions(emit, fs_color_tmp_index); in emit_post_helpers()[all …]