Searched refs:sample_c (Results 1 - 3 of 3) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_instr_tex.h | 59 sample_c = FETCH_OP_SAMPLE_C, enumerator
|
H A D | sfn_instr_tex.cpp | 188 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 D | sfn_instr_test.cpp | 517 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