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.c6345 unsigned fs_color_tmp_index) in emit_alpha_test_instructions() argument
6354 make_src_temp_reg(fs_color_tmp_index); in emit_alpha_test_instructions()
6394 unsigned fs_color_tmp_index) in emit_set_color_white() argument
6397 make_dst_temp_reg(fs_color_tmp_index); in emit_set_color_white()
6416 unsigned fs_color_tmp_index) in emit_broadcast_color_instructions() argument
6421 make_src_temp_reg(fs_color_tmp_index); in emit_broadcast_color_instructions()
6455 const unsigned fs_color_tmp_index = emit->fs.color_tmp_index; in emit_post_helpers() local
6463 emit_alpha_test_instructions(emit, fs_color_tmp_index); in emit_post_helpers()
6466 emit_set_color_white(emit, fs_color_tmp_index); in emit_post_helpers()
6470 emit_broadcast_color_instructions(emit, fs_color_tmp_index); in emit_post_helpers()