Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instruction_tex.h68 x_unnormalized, enumerator
Dsfn_shader_fragment.cpp472 tex->set_flag(TexInstruction::x_unnormalized); in emit_interp_deref_at_sample()
480 tex->set_flag(TexInstruction::x_unnormalized); in emit_interp_deref_at_sample()
523 getgradh->set_flag(TexInstruction::x_unnormalized); in emit_interp_deref_at_offset()
532 getgradv->set_flag(TexInstruction::x_unnormalized); in emit_interp_deref_at_offset()
Dsfn_emittexinstruction.cpp815 tex_sample_id_ir->set_flag(TexInstruction::x_unnormalized); in emit_tex_txf_ms()
968 ir->set_flag(TexInstruction::x_unnormalized); in set_rect_coordinate_flags()
Dsfn_ir_to_assembly.cpp696 tex.coord_type_x = !tex_instr.has_flag(TexInstruction::x_unnormalized); in emit_tex()