Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/sfn/tests/
Dsfn_instr_test.cpp421 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()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_shader_fs.cpp851 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()
Dsfn_instr_tex.cpp162 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()
Dsfn_instr_tex.h72 y_unnormalized, enumerator
Dsfn_assembler.cpp462 tex.coord_type_y = !tex_instr.has_tex_flag(TexInstr::y_unnormalized); in visit()