Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/sfn/tests/
Dsfn_instr_test.cpp604 FetchInstr fetch(vc_fetch, in TEST_F()
618 EXPECT_EQ(fetch.opcode(), vc_fetch); in TEST_F()
650 EXPECT_NE(fetch, FetchInstr(vc_fetch, RegisterVec4(201),{0,2,1,3}, in TEST_F()
657 EXPECT_NE(fetch, FetchInstr(vc_fetch, RegisterVec4(200),{1,2,0,3}, in TEST_F()
664 EXPECT_NE(fetch, FetchInstr(vc_fetch, RegisterVec4(200),{0,2,1,3}, in TEST_F()
670 EXPECT_NE(fetch, FetchInstr(vc_fetch, RegisterVec4(200),{0,2,1,3}, in TEST_F()
677 EXPECT_NE(fetch, FetchInstr(vc_fetch, RegisterVec4(200),{0,2,1,3}, in TEST_F()
684 EXPECT_NE(fetch, FetchInstr(vc_fetch, RegisterVec4(200),{0,2,1,3}, in TEST_F()
690 EXPECT_NE(fetch, FetchInstr(vc_fetch, RegisterVec4(200),{0,2,1,3}, in TEST_F()
696 EXPECT_NE(fetch, FetchInstr(vc_fetch, RegisterVec4(200),{0,2,1,3}, in TEST_F()
[all …]
Dsfn_instrfromstring_test.cpp424 FetchInstr expect(vc_fetch, in TEST_F()
470 FetchInstr expect_fetch(vc_fetch, in TEST_F()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instr_fetch.cpp65 case vc_fetch : in FetchInstr()
270 return from_string_impl(is, vc_fetch, vf); in from_string()
547 FetchInstr(vc_fetch, dst, dst_swizzle, addr, addr_offset, no_index_offset, in LoadFromBuffer()
Dsfn_defines.h205 vc_fetch = FETCH_OP_VFETCH, enumerator
Dsfn_instr_mem.cpp633 auto fetch = new FetchInstr(vc_fetch, in emit_ssbo_atomic_op()
761 auto fetch = new FetchInstr(vc_fetch, in emit_image_load_or_atomic()