Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instr_tex.h52 z_unnormalized, enumerator
60 z_unnormalized,
Dsfn_shader_fs.cpp882 tex->set_tex_flag(TexInstr::z_unnormalized); in load_barycentric_at_sample()
889 tex->set_tex_flag(TexInstr::z_unnormalized); in load_barycentric_at_sample()
931 getgradh->set_tex_flag(TexInstr::z_unnormalized); in load_barycentric_at_offset()
940 getgradv->set_tex_flag(TexInstr::z_unnormalized); in load_barycentric_at_offset()
Dsfn_instr_tex.cpp174 os << (m_tex_flags.test(z_unnormalized) ? "U" : "N"); in do_print()
344 set_tex_flag(z_unnormalized); in read_tex_coord_normalitazion()
Dsfn_assembler.cpp519 tex.coord_type_z = !tex_instr.has_tex_flag(TexInstr::z_unnormalized); in visit()
/external/mesa3d/src/gallium/drivers/r600/sfn/tests/
Dsfn_instr_test.cpp427 EXPECT_FALSE(tex.has_tex_flag(TexInstr::z_unnormalized)); in TEST_F()
433 EXPECT_FALSE(tex.has_tex_flag(TexInstr::z_unnormalized)); in TEST_F()
439 EXPECT_FALSE(tex.has_tex_flag(TexInstr::z_unnormalized)); in TEST_F()
442 tex.set_tex_flag(TexInstr::z_unnormalized); in TEST_F()
446 EXPECT_TRUE(tex.has_tex_flag(TexInstr::z_unnormalized)); in TEST_F()
498 EXPECT_FALSE(tex.has_tex_flag(TexInstr::z_unnormalized)); in TEST_F()