Searched refs:vc_fetch (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/sfn/tests/ |
D | sfn_instr_test.cpp | 604 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 …]
|
D | sfn_instrfromstring_test.cpp | 424 FetchInstr expect(vc_fetch, in TEST_F() 470 FetchInstr expect_fetch(vc_fetch, in TEST_F()
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_instr_fetch.cpp | 65 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()
|
D | sfn_defines.h | 205 vc_fetch = FETCH_OP_VFETCH, enumerator
|
D | sfn_instr_mem.cpp | 633 auto fetch = new FetchInstr(vc_fetch, in emit_ssbo_atomic_op() 761 auto fetch = new FetchInstr(vc_fetch, in emit_image_load_or_atomic()
|