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.c6151 unsigned fs_color_tmp_index) in emit_alpha_to_one_instructions() argument
6163 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() argument
6195 make_src_temp_reg(fs_color_tmp_index); in emit_alpha_test_instructions()
6238 unsigned fs_color_tmp_index) in emit_broadcast_color_instructions() argument
6250 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() local
6297 emit_alpha_to_one_instructions(emit, fs_color_tmp_index); in emit_post_helpers()
[all …]