Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instr_tex.h50 x_unnormalized, enumerator
58 static constexpr Flags TexFlags[] = {x_unnormalized,
Dsfn_shader_fs.cpp880 tex->set_tex_flag(TexInstr::x_unnormalized); in load_barycentric_at_sample()
887 tex->set_tex_flag(TexInstr::x_unnormalized); in load_barycentric_at_sample()
929 getgradh->set_tex_flag(TexInstr::x_unnormalized); in load_barycentric_at_offset()
938 getgradv->set_tex_flag(TexInstr::x_unnormalized); in load_barycentric_at_offset()
Dsfn_instr_tex.cpp172 os << (m_tex_flags.test(x_unnormalized) ? "U" : "N"); in do_print()
340 set_tex_flag(x_unnormalized); in read_tex_coord_normalitazion()
932 set_tex_flag(x_unnormalized); in set_rect_coordinate_flags()
Dsfn_assembler.cpp517 tex.coord_type_x = !tex_instr.has_tex_flag(TexInstr::x_unnormalized); in visit()
/external/mesa3d/src/gallium/drivers/r600/sfn/tests/
Dsfn_instr_test.cpp425 EXPECT_FALSE(tex.has_tex_flag(TexInstr::x_unnormalized)); in TEST_F()
430 tex.set_tex_flag(TexInstr::x_unnormalized); in TEST_F()
431 EXPECT_TRUE(tex.has_tex_flag(TexInstr::x_unnormalized)); in TEST_F()
437 EXPECT_TRUE(tex.has_tex_flag(TexInstr::x_unnormalized)); in TEST_F()
444 EXPECT_TRUE(tex.has_tex_flag(TexInstr::x_unnormalized)); in TEST_F()
496 EXPECT_FALSE(tex.has_tex_flag(TexInstr::x_unnormalized)); in TEST_F()