Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instruction_tex.h70 z_unnormalized, enumerator
Dsfn_emittexinstruction.cpp228 tir->set_flag(TexInstruction::z_unnormalized); in emit_cube_txl()
342 tir->set_flag(TexInstruction::z_unnormalized); in emit_cube_tex()
778 tir->set_flag(TexInstruction::z_unnormalized); in emit_cube_tg4()
817 tex_sample_id_ir->set_flag(TexInstruction::z_unnormalized); in emit_tex_txf_ms()
992 ir->set_flag(TexInstruction::z_unnormalized); in handle_array_index()
Dsfn_shader_fragment.cpp474 tex->set_flag(TexInstruction::z_unnormalized); in emit_interp_deref_at_sample()
482 tex->set_flag(TexInstruction::z_unnormalized); in emit_interp_deref_at_sample()
525 getgradh->set_flag(TexInstruction::z_unnormalized); in emit_interp_deref_at_offset()
534 getgradv->set_flag(TexInstruction::z_unnormalized); in emit_interp_deref_at_offset()
Dsfn_ir_to_assembly.cpp698 tex.coord_type_z = !tex_instr.has_flag(TexInstruction::z_unnormalized); in emit_tex()