Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c172 unsigned color_tmp_index; /**< fake/temp color output reg */ member
904 emit->fs.color_tmp_index != INVALID_INDEX) { in emit_dst_register()
910 index = emit->fs.color_tmp_index; in emit_dst_register()
2708 emit->fs.color_tmp_index = total_temps; in emit_temporaries_declaration()
6455 const unsigned fs_color_tmp_index = emit->fs.color_tmp_index; in emit_post_helpers()
6460 emit->fs.color_tmp_index = INVALID_INDEX; in emit_post_helpers()
6686 emit->fs.color_tmp_index = INVALID_INDEX; in svga_tgsi_vgpu10_translate()