Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instruction_tex.h69 y_unnormalized, enumerator
Dsfn_shader_fragment.cpp473 tex->set_flag(TexInstruction::y_unnormalized); in emit_interp_deref_at_sample()
481 tex->set_flag(TexInstruction::y_unnormalized); in emit_interp_deref_at_sample()
524 getgradh->set_flag(TexInstruction::y_unnormalized); in emit_interp_deref_at_offset()
533 getgradv->set_flag(TexInstruction::y_unnormalized); in emit_interp_deref_at_offset()
Dsfn_emittexinstruction.cpp816 tex_sample_id_ir->set_flag(TexInstruction::y_unnormalized); in emit_tex_txf_ms()
969 ir->set_flag(TexInstruction::y_unnormalized); in set_rect_coordinate_flags()
Dsfn_ir_to_assembly.cpp697 tex.coord_type_y = !tex_instr.has_flag(TexInstruction::y_unnormalized); in emit_tex()