Home
last modified time | relevance | path

Searched refs:gather4 (Results 1 - 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instr_tex.cpp186 case gather4: return "GATHER4"; in opname()
218 {gather4,"GATHER4"},
233 return op == gather4 || op == gather4_c || in is_gather()
869 src.opcode = src.opcode == gather4_o ? gather4 : gather4_c; in emit_tex_tg4()
1040 (offset ? gather4_o : gather4);
H A Dsfn_instr_tex.h56 gather4 = FETCH_OP_GATHER4, enumerator
/third_party/mesa3d/src/gallium/drivers/r600/sfn/tests/
H A Dsfn_instrfromstring_test.cpp372 TexInstr expect(TexInstr::gather4, RegisterVec4(1001), {0,1,2,3}, RegisterVec4(2002), 27, 7); in TEST_F()
380 TexInstr expect(TexInstr::gather4, RegisterVec4(1001), {0,1,2,3}, RegisterVec4(2002), 27, 7); in TEST_F()
H A Dsfn_instr_test.cpp472 TexInstr tex(TexInstr::gather4, in TEST_F()
479 EXPECT_EQ(tex.opcode(), TexInstr::gather4); in TEST_F()

Completed in 4 milliseconds