Home
last modified time | relevance | path

Searched refs:sample_c (Results 1 - 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instr_tex.h59 sample_c = FETCH_OP_SAMPLE_C, enumerator
H A Dsfn_instr_tex.cpp188 case sample_c: return "SAMPLE_C"; in opname()
220 {sample_c,"SAMPLE_C"},
1024 return instr.is_shadow ? sample_c : sample;
/third_party/mesa3d/src/gallium/drivers/r600/sfn/tests/
H A Dsfn_instr_test.cpp517 EXPECT_NE(tex_ref, TexInstr(TexInstr::sample_c, RegisterVec4(129), {0,1,2,3}, RegisterVec4(130), 1, 17)); in TEST_F()

Completed in 4 milliseconds