/third_party/mesa3d/src/gallium/frontends/clover/core/ |
D | binary.hpp | 33 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/ |
D | SkResources.cpp | 250 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/ |
D | sfn_instr_fetch.h | 71 uint32_t resource_id, 81 uint32_t resource_id() const {return m_resource_id;} in resource_id() function
|
D | sfn_instr_fetch.cpp | 47 uint32_t resource_id, in FetchInstr() argument 57 m_resource_id(resource_id), in FetchInstr()
|
D | sfn_instr_tex.h | 120 unsigned resource_id() const {return m_resource_id;} in resource_id() function
|
D | sfn_assembler.cpp | 450 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/ |
D | sb_bc_builder.cpp | 511 .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()
|
D | sb_bc_decoder.cpp | 446 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()
|
D | sb_bc_dump.cpp | 512 s << ", RID:" << n.bc.resource_id; in dump()
|
D | sb_bc.h | 574 unsigned resource_id:8; member
|
/third_party/mesa3d/src/glx/ |
D | glx_error.c | 77 error.resourceID = err->resource_id; in __glXSendErrorForXcb()
|
/third_party/mesa3d/src/asahi/lib/ |
D | io.h | 276 uint32_t resource_id[6]; member
|
D | decode.c | 165 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/ |
D | sfn_instr_test.cpp | 413 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/ |
D | IntrinsicsAMDGPU.td | 87 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/ |
D | r600_asm.h | 75 unsigned resource_id; member
|
D | r600_asm.c | 1674 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()
|
D | r600_shader.c | 7115 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/ |
D | magic.c | 318 .resource_id = { handles[i] }, in demo_mem_map()
|
/third_party/ffmpeg/libavdevice/ |
D | xcbgrab.c | 178 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/ |
D | invocation.cpp | 448 binary::resource_id section_id = 0; in spirv_to_nir()
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 81533 u64 resource_id; member
|