Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instruction_tex.h70 z_unnormalized, enumerator
Dsfn_emittexinstruction.cpp213 tex_ir->set_flag(TexInstruction::z_unnormalized); in emit_tex_txf()
472 tex_sample_id_ir->set_flag(TexInstruction::z_unnormalized); in emit_tex_txf_ms()
649 ir->set_flag(TexInstruction::z_unnormalized); in handle_array_index()
Dsfn_shader_fragment.cpp620 getgradh->set_flag(TexInstruction::z_unnormalized); in load_barycentric_at_offset()
629 getgradv->set_flag(TexInstruction::z_unnormalized); in load_barycentric_at_offset()
666 tex->set_flag(TexInstruction::z_unnormalized); in load_barycentric_at_sample()
674 tex->set_flag(TexInstruction::z_unnormalized); in load_barycentric_at_sample()
Dsfn_ir_to_assembly.cpp672 tex.coord_type_z = !tex_instr.has_flag(TexInstruction::z_unnormalized); in visit()