Home
last modified time | relevance | path

Searched refs:set_gather_comp (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instr_tex.h134 void set_gather_comp(int cmp);
Dsfn_instr_tex.cpp77 void TexInstr::set_gather_comp(int cmp) in set_gather_comp() function in r600::TexInstr
876 irt->set_gather_comp(tex->component); in emit_tex_tg4()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/tests/
Dsfn_instrfromstring_test.cpp381 expect.set_gather_comp(1); in TEST_F()
Dsfn_instr_test.cpp501 tex.set_gather_comp(2); in TEST_F()