Searched refs:x_unnormalized (Results 1 – 5 of 5) sorted by relevance
50 x_unnormalized, enumerator58 static constexpr Flags TexFlags[] = {x_unnormalized,
880 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()
172 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()
517 tex.coord_type_x = !tex_instr.has_tex_flag(TexInstr::x_unnormalized); in visit()
425 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()