Searched refs:y_unnormalized (Results 1 – 5 of 5) sorted by relevance
421 EXPECT_FALSE(tex.has_tex_flag(TexInstr::y_unnormalized)); in TEST_F()427 EXPECT_FALSE(tex.has_tex_flag(TexInstr::y_unnormalized)); in TEST_F()431 tex.set_tex_flag(TexInstr::y_unnormalized); in TEST_F()433 EXPECT_TRUE(tex.has_tex_flag(TexInstr::y_unnormalized)); in TEST_F()440 EXPECT_TRUE(tex.has_tex_flag(TexInstr::y_unnormalized)); in TEST_F()497 EXPECT_FALSE(tex.has_tex_flag(TexInstr::y_unnormalized)); in TEST_F()
851 tex->set_tex_flag(TexInstr::y_unnormalized); in load_barycentric_at_sample()858 tex->set_tex_flag(TexInstr::y_unnormalized); in load_barycentric_at_sample()886 getgradh->set_tex_flag(TexInstr::y_unnormalized); in load_barycentric_at_offset()894 getgradv->set_tex_flag(TexInstr::y_unnormalized); in load_barycentric_at_offset()
162 os << (m_tex_flags.test(y_unnormalized) ? "U" : "N"); in do_print()298 if (flags[1] == 'U') set_tex_flag(y_unnormalized); in read_tex_coord_normalitazion()610 tex_sample_id_ir->set_tex_flag(y_unnormalized); in emit_tex_tex_ms()1108 set_tex_flag(y_unnormalized); in set_rect_coordinate_flags()
72 y_unnormalized, enumerator
462 tex.coord_type_y = !tex_instr.has_tex_flag(TexInstr::y_unnormalized); in visit()