Home
last modified time | relevance | path

Searched refs:resource_id (Results 1 – 22 of 22) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/clover/core/
Dbinary.hpp33 typedef uint32_t resource_id; typedef
47 section(resource_id id, enum type type, size_t size, in section()
52 resource_id id;
139 resource_id section, size_t offset, in symbol()
151 resource_id section;
/third_party/skia/modules/skresources/src/
DSkResources.cpp250 const char resource_id[]) const { in loadImageAsset()
253 const SkString key(resource_id); in loadImageAsset()
258 auto asset = this->INHERITED::loadImageAsset(resource_path, resource_name, resource_id); in loadImageAsset()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instr_fetch.h71 uint32_t resource_id,
81 uint32_t resource_id() const {return m_resource_id;} in resource_id() function
Dsfn_instr_fetch.cpp47 uint32_t resource_id, in FetchInstr() argument
57 m_resource_id(resource_id), in FetchInstr()
Dsfn_instr_tex.h120 unsigned resource_id() const {return m_resource_id;} in resource_id() function
Dsfn_assembler.cpp450 tex.resource_id = tex_instr.resource_id() + sampler_offset; in visit()
669 vtx.buffer_id = fetch_instr.resource_id(); in visit()
/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_bc_builder.cpp511 .RESOURCE_ID(bc.resource_id) in build_fetch_tex()
521 .RESOURCE_ID(bc.resource_id) in build_fetch_tex()
531 .RESOURCE_ID(bc.resource_id) in build_fetch_tex()
613 .BUFFER_ID(bc.resource_id) in build_fetch_vtx()
624 .BUFFER_ID(bc.resource_id) in build_fetch_vtx()
Dsb_bc_decoder.cpp446 bc.resource_id = w0.get_RESOURCE_ID(); in decode_fetch()
455 bc.resource_id = w0.get_RESOURCE_ID(); in decode_fetch()
464 bc.resource_id = w0.get_RESOURCE_ID(); in decode_fetch()
589 bc.resource_id = w0.get_BUFFER_ID(); in decode_fetch_vtx()
601 bc.resource_id = w0.get_BUFFER_ID(); in decode_fetch_vtx()
Dsb_bc_dump.cpp512 s << ", RID:" << n.bc.resource_id; in dump()
Dsb_bc.h574 unsigned resource_id:8; member
/third_party/mesa3d/src/glx/
Dglx_error.c77 error.resourceID = err->resource_id; in __glXSendErrorForXcb()
/third_party/mesa3d/src/asahi/lib/
Dio.h276 uint32_t resource_id[6]; member
Ddecode.c165 STATIC_ASSERT(ARRAY_SIZE(group.resource_id) == 6); in agxdecode_decode_segment_list()
175 unsigned handle = group.resource_id[j]; in agxdecode_decode_segment_list()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/tests/
Dsfn_instr_test.cpp413 EXPECT_EQ(tex.resource_id(), 17); in TEST_F()
491 EXPECT_EQ(tex.resource_id(), 19); in TEST_F()
628 EXPECT_EQ(fetch.resource_id(), 1); in TEST_F()
761 EXPECT_EQ(fetch.resource_id(), 3); in TEST_F()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DIntrinsicsAMDGPU.td87 llvm_i32_ty, // resource_id
101 llvm_i32_ty, // resource_id
1396 // llvm.amdgcn.ds.gws.init(i32 bar_val, i32 resource_id)
1408 // llvm.amdgcn.ds.gws.barrier(i32 vsrc0, i32 resource_id)
1419 // llvm.amdgcn.ds.gws.sema.v(i32 resource_id)
1428 // llvm.amdgcn.ds.gws.sema.br(i32 vsrc, i32 resource_id)
1437 // llvm.amdgcn.ds.gws.sema.p(i32 resource_id)
1446 // llvm.amdgcn.ds.gws.sema.release.all(i32 resource_id)
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_asm.h75 unsigned resource_id; member
Dr600_asm.c1674 S_SQ_TEX_WORD0_RESOURCE_ID(tex->resource_id) | in r600_bytecode_tex_build()
2418 o += fprintf(stderr, ", RID:%d", tex->resource_id); in r600_bytecode_disasm()
Dr600_shader.c7115 tex.resource_id = tex.sampler_id; in tgsi_interp_egcm()
7876 tex.resource_id = tex.sampler_id + R600_MAX_CONST_BUFFERS; in tgsi_tex()
7971 t->resource_id = t->sampler_id + R600_MAX_CONST_BUFFERS; in tgsi_tex()
8050 tex.resource_id = tex.sampler_id + R600_MAX_CONST_BUFFERS; in tgsi_tex()
8280 tex.resource_id = tex.sampler_id + R600_MAX_CONST_BUFFERS; in tgsi_tex()
8403 t->resource_id = t->sampler_id + R600_MAX_CONST_BUFFERS; in tgsi_tex()
8460 tex.resource_id = tex.sampler_id + R600_MAX_CONST_BUFFERS; in tgsi_tex()
9640 tex.resource_id = tex.sampler_id; in tgsi_resq()
/third_party/mesa3d/src/gallium/drivers/asahi/
Dmagic.c318 .resource_id = { handles[i] }, in demo_mem_map()
/third_party/ffmpeg/libavdevice/
Dxcbgrab.c178 e->sequence, e->resource_id, e->minor_code, e->major_code); in xcbgrab_frame()
295 e->sequence, e->resource_id, e->minor_code, e->major_code); in xcbgrab_frame_shm()
/third_party/mesa3d/src/gallium/frontends/clover/nir/
Dinvocation.cpp448 binary::resource_id section_id = 0; in spirv_to_nir()
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h81533 u64 resource_id; member