Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c303 unsigned fragcoord_input_index; /**< real fragment position input reg */ member
1502 else if (index == emit->fs.fragcoord_input_index) { in emit_src_register()
4704 emit->fs.fragcoord_input_index = i; in emit_fs_input_declarations()
5380 if (emit->fs.fragcoord_input_index != INVALID_INDEX) { in emit_temporaries_declaration()
9815 if (emit->fs.fragcoord_input_index != INVALID_INDEX) { in emit_fragcoord_instructions()
9825 make_src_reg(TGSI_FILE_INPUT, emit->fs.fragcoord_input_index); in emit_fragcoord_instructions()
9828 unsigned fragcoord_input_index = emit->fs.fragcoord_input_index; in emit_fragcoord_instructions() local
9830 emit->fs.fragcoord_input_index = INVALID_INDEX; in emit_fragcoord_instructions()
9848 emit->fs.fragcoord_input_index = fragcoord_input_index; in emit_fragcoord_instructions()
11025 emit->fs.fragcoord_input_index = INVALID_INDEX; in svga_tgsi_vgpu10_translate()