Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instruction_tex.h71 w_unnormalized, enumerator
Dsfn_shader_fragment.cpp475 tex->set_flag(TexInstruction::w_unnormalized); in emit_interp_deref_at_sample()
483 tex->set_flag(TexInstruction::w_unnormalized); in emit_interp_deref_at_sample()
526 getgradh->set_flag(TexInstruction::w_unnormalized); in emit_interp_deref_at_offset()
535 getgradv->set_flag(TexInstruction::w_unnormalized); in emit_interp_deref_at_offset()
Dsfn_emittexinstruction.cpp818 tex_sample_id_ir->set_flag(TexInstruction::w_unnormalized); in emit_tex_txf_ms()
Dsfn_ir_to_assembly.cpp699 tex.coord_type_w = !tex_instr.has_flag(TexInstruction::w_unnormalized); in emit_tex()