Searched refs:fs_color_tmp_index (Results 1 – 1 of 1) sorted by relevance
6151 unsigned fs_color_tmp_index) in emit_alpha_to_one_instructions() argument6163 if (fs_color_tmp_index != INVALID_INDEX && i == 0) { in emit_alpha_to_one_instructions()6165 color_dst = make_dst_temp_reg(fs_color_tmp_index); in emit_alpha_to_one_instructions()6186 unsigned fs_color_tmp_index) in emit_alpha_test_instructions() argument6195 make_src_temp_reg(fs_color_tmp_index); in emit_alpha_test_instructions()6238 unsigned fs_color_tmp_index) in emit_broadcast_color_instructions() argument6250 assert(fs_color_tmp_index != INVALID_INDEX); in emit_broadcast_color_instructions()6251 color_src = make_src_temp_reg(fs_color_tmp_index); in emit_broadcast_color_instructions()6286 const unsigned fs_color_tmp_index = emit->fs.color_tmp_index; in emit_post_helpers() local6297 emit_alpha_to_one_instructions(emit, fs_color_tmp_index); in emit_post_helpers()[all …]