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.c294 unsigned color_tmp_index; /**< fake/temp color output reg */ member
1274 emit->fs.color_tmp_index != INVALID_INDEX) { in emit_dst_register()
1280 index = emit->fs.color_tmp_index; in emit_dst_register()
5370 emit->fs.color_tmp_index = total_temps; in emit_temporaries_declaration()
10580 const unsigned fs_color_tmp_index = emit->fs.color_tmp_index; in emit_post_helpers()
10588 emit->fs.color_tmp_index = INVALID_INDEX; in emit_post_helpers()
11023 emit->fs.color_tmp_index = INVALID_INDEX; in svga_tgsi_vgpu10_translate()