Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instruction_tex.h68 x_unnormalized, enumerator
Dsfn_shader_fragment.cpp618 getgradh->set_flag(TexInstruction::x_unnormalized); in load_barycentric_at_offset()
627 getgradv->set_flag(TexInstruction::x_unnormalized); in load_barycentric_at_offset()
664 tex->set_flag(TexInstruction::x_unnormalized); in load_barycentric_at_sample()
672 tex->set_flag(TexInstruction::x_unnormalized); in load_barycentric_at_sample()
Dsfn_emittexinstruction.cpp470 tex_sample_id_ir->set_flag(TexInstruction::x_unnormalized); in emit_tex_txf_ms()
625 ir->set_flag(TexInstruction::x_unnormalized); in set_rect_coordinate_flags()
Dsfn_ir_to_assembly.cpp670 tex.coord_type_x = !tex_instr.has_flag(TexInstruction::x_unnormalized); in visit()