Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instruction_tex.h69 y_unnormalized, enumerator
Dsfn_shader_fragment.cpp619 getgradh->set_flag(TexInstruction::y_unnormalized); in load_barycentric_at_offset()
628 getgradv->set_flag(TexInstruction::y_unnormalized); in load_barycentric_at_offset()
665 tex->set_flag(TexInstruction::y_unnormalized); in load_barycentric_at_sample()
673 tex->set_flag(TexInstruction::y_unnormalized); in load_barycentric_at_sample()
Dsfn_emittexinstruction.cpp471 tex_sample_id_ir->set_flag(TexInstruction::y_unnormalized); in emit_tex_txf_ms()
626 ir->set_flag(TexInstruction::y_unnormalized); in set_rect_coordinate_flags()
Dsfn_ir_to_assembly.cpp671 tex.coord_type_y = !tex_instr.has_flag(TexInstruction::y_unnormalized); in visit()