Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c308 unsigned sample_pos_sys_index; /**< TGSI index of sample pos sys value */ member
1521 if (index == emit->fs.sample_pos_sys_index) { in emit_src_register()
4448 emit->fs.sample_pos_sys_index = index; in emit_system_value_declaration()
5386 if (emit->fs.sample_pos_sys_index != INVALID_INDEX) { in emit_temporaries_declaration()
9862 if (emit->fs.sample_pos_sys_index != INVALID_INDEX) { in emit_sample_position_instructions()
11027 emit->fs.sample_pos_sys_index = INVALID_INDEX; in svga_tgsi_vgpu10_translate()