Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/sfn/tests/
Dsfn_instr_test.cpp423 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()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_shader_fs.cpp853 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()
Dsfn_instr_tex.h74 w_unnormalized, enumerator
Dsfn_instr_tex.cpp164 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()
Dsfn_assembler.cpp464 tex.coord_type_w = !tex_instr.has_tex_flag(TexInstr::w_unnormalized); in visit()