Searched refs:w_unnormalized (Results 1 – 5 of 5) sorted by relevance
423 EXPECT_FALSE(tex.has_tex_flag(TexInstr::w_unnormalized)); in TEST_F()429 EXPECT_FALSE(tex.has_tex_flag(TexInstr::w_unnormalized)); in TEST_F()435 EXPECT_FALSE(tex.has_tex_flag(TexInstr::w_unnormalized)); in TEST_F()438 tex.set_tex_flag(TexInstr::w_unnormalized); in TEST_F()442 EXPECT_TRUE(tex.has_tex_flag(TexInstr::w_unnormalized)); in TEST_F()499 EXPECT_FALSE(tex.has_tex_flag(TexInstr::w_unnormalized)); in TEST_F()
853 tex->set_tex_flag(TexInstr::w_unnormalized); in load_barycentric_at_sample()860 tex->set_tex_flag(TexInstr::w_unnormalized); in load_barycentric_at_sample()888 getgradh->set_tex_flag(TexInstr::w_unnormalized); in load_barycentric_at_offset()896 getgradv->set_tex_flag(TexInstr::w_unnormalized); in load_barycentric_at_offset()
74 w_unnormalized, enumerator
164 os << (m_tex_flags.test(w_unnormalized) ? "U" : "N"); in do_print()300 if (flags[3] == 'U') set_tex_flag(w_unnormalized); in read_tex_coord_normalitazion()612 tex_sample_id_ir->set_tex_flag(w_unnormalized); in emit_tex_tex_ms()
464 tex.coord_type_w = !tex_instr.has_tex_flag(TexInstr::w_unnormalized); in visit()