/third_party/mesa3d/src/freedreno/drm/virtio/ |
D | virtio_bo.c | 107 .res_id = to_virtio_bo(bo)->res_id, in virtio_bo_cpu_prep() 177 req->res_id = to_virtio_bo(bo)->res_id; in virtio_bo_set_name() 194 req->res_id = to_virtio_bo(bo)->res_id; in bo_upload() 222 .res_id = to_virtio_bo(bo)->res_id, in set_iova() 298 virtio_bo->res_id = args.res_handle; in bo_from_handle()
|
D | msm_proto.h | 170 uint32_t res_id; member 186 uint32_t res_id; member 207 uint32_t res_id; member 275 uint32_t res_id; member
|
/third_party/mesa3d/src/virtio/vulkan/ |
D | vn_renderer_vtest.c | 344 uint32_t res_id; in vtest_vcmd_resource_create_blob() local 345 vtest_read(vtest, &res_id, sizeof(res_id)); in vtest_vcmd_resource_create_blob() 349 return res_id; in vtest_vcmd_resource_create_blob() 353 vtest_vcmd_resource_unref(struct vtest *vtest, uint32_t res_id) in vtest_vcmd_resource_unref() argument 360 vcmd_res_unref[VCMD_RES_UNREF_RES_HANDLE] = res_id; in vtest_vcmd_resource_unref() 725 vtest_vcmd_resource_unref(vtest, bo->base.res_id); in vtest_bo_destroy() 760 uint32_t res_id = vtest_vcmd_resource_create_blob( in vtest_bo_create_from_device_memory() local 762 assert(res_id > 0 && res_fd >= 0); in vtest_bo_create_from_device_memory() 765 struct vtest_bo *bo = util_sparse_array_get(&vtest->bo_array, res_id); in vtest_bo_create_from_device_memory() 769 .res_id = res_id, in vtest_bo_create_from_device_memory() [all …]
|
D | vn_renderer.h | 14 uint32_t res_id; member 25 uint32_t res_id; member 289 assert(shmem->res_id); in vn_renderer_shmem_create() 329 assert(bo->res_id); in vn_renderer_bo_create_from_device_memory() 350 assert(bo->res_id); in vn_renderer_bo_create_from_dma_buf()
|
D | vn_renderer_virtgpu.c | 668 uint32_t *res_id) in virtgpu_ioctl_resource_create_blob() argument 684 *res_id = args.res_handle; in virtgpu_ioctl_resource_create_blob() 1244 .res_id = info.res_handle, in virtgpu_bo_create_from_dma_buf() 1277 uint32_t res_id; in virtgpu_bo_create_from_device_memory() local 1279 gpu, gpu->bo_blob_mem, blob_flags, size, mem_id, &res_id); in virtgpu_bo_create_from_device_memory() 1287 .res_id = res_id, in virtgpu_bo_create_from_device_memory() 1334 uint32_t res_id; in virtgpu_shmem_create() local 1337 &res_id); in virtgpu_shmem_create() 1352 .res_id = res_id, in virtgpu_shmem_create()
|
/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/ |
D | instruction.h | 89 Instruction(SpvOp op, uint32_t ty_id, uint32_t res_id, 141 inline void SetResultId(uint32_t res_id); 208 inline void Instruction::SetResultId(uint32_t res_id) { in SetResultId() argument 209 result_id_ = res_id; in SetResultId() 212 operands_[ridx].words = {res_id}; in SetResultId()
|
D | instruction.cpp | 41 Instruction::Instruction(SpvOp op, uint32_t ty_id, uint32_t res_id, in Instruction() argument 43 : opcode_(op), type_id_(ty_id), result_id_(res_id), operands_() { in Instruction()
|
/third_party/flutter/skia/modules/skottie/src/layers/ |
D | ImageLayer.cpp | 27 const SkString res_id(id->begin()); in loadImageAsset() local 28 if (auto* cached_info = fImageAssetCache.find(res_id)) { in loadImageAsset() 41 return fImageAssetCache.set(res_id, { std::move(asset), size }); in loadImageAsset()
|
/third_party/flutter/skia/third_party/externals/freetype/src/base/ |
D | ftrfork.c | 175 if ( a->res_id < b->res_id ) in ft_raccess_sort_ref_by_id() 177 else if ( a->res_id > b->res_id ) in ft_raccess_sort_ref_by_id() 265 if ( FT_READ_SHORT( ref[j].res_id ) ) in FT_Raccess_Get_DataOffsets() 290 j, (FT_UShort)ref[j].res_id, ref[j].offset )); in FT_Raccess_Get_DataOffsets() 306 j, ref[j].res_id, ref[j].offset )); in FT_Raccess_Get_DataOffsets()
|
D | ftmac.c | 590 ResID res_id; in read_lwfn() local 603 res_id = 501; in read_lwfn() 608 post_data = Get1Resource( TTAG_POST, res_id++ ); in read_lwfn() 641 res_id = 501; in read_lwfn() 647 post_data = Get1Resource( TTAG_POST, res_id++ ); in read_lwfn()
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_instr_mem.cpp | 548 auto res_id = R600_IMAGE_REAL_RESOURCE_OFFSET + offset + in emit_ssbo_load() local 552 res_id, res_offset, formats[comp_idx]); in emit_ssbo_load() 663 int res_id = R600_IMAGE_REAL_RESOURCE_OFFSET; in emit_ssbo_size() local 665 res_id += const_offset[0].u32; in emit_ssbo_size() 669 shader.emit_instruction(new QueryBufferSizeInstr(dest, {0,1,2,3},res_id)); in emit_ssbo_size() 799 int res_id = R600_IMAGE_REAL_RESOURCE_OFFSET; in emit_image_size() local 801 res_id += const_offset[0].u32; in emit_image_size() 807 shader.emit_instruction(new QueryBufferSizeInstr(dest, {0,1,2,3}, res_id)); in emit_image_size() 817 src, 0/* ?? */, res_id, dyn_offset)); in emit_image_size() 857 src, 0/* ?? */, res_id, dyn_offset)); in emit_image_size()
|
D | sfn_instr_fetch.cpp | 308 int res_id = int_from_string_with_prefix(res_id_str, "RID:"); in from_string_impl() local 377 vtx_es_none, res_id, nullptr); in from_string_impl() 539 int res_id = int_from_string_with_prefix(res_id_str, "RID:"); in from_string() local 541 return new QueryBufferSizeInstr( dst, dst_swz, res_id); in from_string() 589 int res_id = int_from_string_with_prefix(res_id_str, "RID:"); in from_string() local 602 res_id, res_offset, fmt_32_32_32_32_float); in from_string()
|
/third_party/skia/modules/skottie/src/layers/ |
D | FootageLayer.cpp | 87 const SkString res_id(id->begin()); in loadFootageAsset() local 88 if (auto* cached_info = fImageAssetCache.find(res_id)) { in loadFootageAsset() 101 return fImageAssetCache.set(res_id, { std::move(asset), size }); in loadFootageAsset()
|
/third_party/spirv-tools/test/opt/loop_optimizations/ |
D | peeling_pass.cpp | 34 const std::string& res_id, const std::string& op1, in AssembleAndRunPeelingTest() argument 61 res_id + " = " + opcode_str + " %bool " + op1 + " " + op2 + "\n"; in AssembleAndRunPeelingTest() 73 const std::string& res_id, const std::string& op1, const std::string& op2, in RunPeelingTest() argument 76 text_head, text_tail, opcode, res_id, op1, op2); in RunPeelingTest() 90 const std::string& res_id, const std::string& op1, in BuildAndCheckTrace() argument 94 auto stats = RunPeelingTest(text_head, text_tail, opcode, res_id, op1, op2, in BuildAndCheckTrace()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/ |
D | peeling_pass.cpp | 34 const std::string& res_id, const std::string& op1, in AssembleAndRunPeelingTest() argument 61 res_id + " = " + opcode_str + " %bool " + op1 + " " + op2 + "\n"; in AssembleAndRunPeelingTest() 73 const std::string& res_id, const std::string& op1, const std::string& op2, in RunPeelingTest() argument 76 text_head, text_tail, opcode, res_id, op1, op2); in RunPeelingTest() 90 const std::string& res_id, const std::string& op1, in BuildAndCheckTrace() argument 94 auto stats = RunPeelingTest(text_head, text_tail, opcode, res_id, op1, op2, in BuildAndCheckTrace()
|
/third_party/skia/third_party/externals/spirv-tools/test/opt/loop_optimizations/ |
D | peeling_pass.cpp | 34 const std::string& res_id, const std::string& op1, in AssembleAndRunPeelingTest() argument 61 res_id + " = " + opcode_str + " %bool " + op1 + " " + op2 + "\n"; in AssembleAndRunPeelingTest() 73 const std::string& res_id, const std::string& op1, const std::string& op2, in RunPeelingTest() argument 76 text_head, text_tail, opcode, res_id, op1, op2); in RunPeelingTest() 90 const std::string& res_id, const std::string& op1, in BuildAndCheckTrace() argument 94 auto stats = RunPeelingTest(text_head, text_tail, opcode, res_id, op1, op2, in BuildAndCheckTrace()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | instruction.h | 203 Instruction(IRContext* c, SpvOp op, uint32_t ty_id, uint32_t res_id, 299 inline void SetResultId(uint32_t res_id); 688 inline void Instruction::SetResultId(uint32_t res_id) { in SetResultId() argument 697 assert(res_id != 0); in SetResultId() 700 operands_[ridx].words = {res_id}; in SetResultId()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | instruction.h | 203 Instruction(IRContext* c, SpvOp op, uint32_t ty_id, uint32_t res_id, 299 inline void SetResultId(uint32_t res_id); 688 inline void Instruction::SetResultId(uint32_t res_id) { in SetResultId() argument 697 assert(res_id != 0); in SetResultId() 700 operands_[ridx].words = {res_id}; in SetResultId()
|
/third_party/freetype/src/base/ |
D | ftrfork.c | 174 return ( (FT_RFork_Ref*)a )->res_id - ( (FT_RFork_Ref*)b )->res_id; in ft_raccess_sort_ref_by_id() 259 if ( FT_READ_SHORT( ref[j].res_id ) ) in FT_Raccess_Get_DataOffsets() 284 j, (FT_UShort)ref[j].res_id, ref[j].offset )); in FT_Raccess_Get_DataOffsets() 299 j, ref[j].res_id, ref[j].offset )); in FT_Raccess_Get_DataOffsets()
|
D | ftmac.c | 589 ResID res_id; in read_lwfn() local 602 res_id = 501; in read_lwfn() 607 post_data = Get1Resource( TTAG_POST, res_id++ ); in read_lwfn() 640 res_id = 501; in read_lwfn() 646 post_data = Get1Resource( TTAG_POST, res_id++ ); in read_lwfn()
|
/third_party/spirv-tools/source/opt/ |
D | instruction.h | 216 Instruction(IRContext* c, SpvOp op, uint32_t ty_id, uint32_t res_id, 313 inline void SetResultId(uint32_t res_id); 698 inline void Instruction::SetResultId(uint32_t res_id) { in SetResultId() argument 707 assert(res_id != 0); in SetResultId() 710 operands_[ridx].words = {res_id}; in SetResultId()
|
/third_party/skia/third_party/externals/freetype/src/base/ |
D | ftrfork.c | 174 return ( (FT_RFork_Ref*)a )->res_id - ( (FT_RFork_Ref*)b )->res_id; in ft_raccess_sort_ref_by_id() 259 if ( FT_READ_SHORT( ref[j].res_id ) ) in FT_Raccess_Get_DataOffsets() 284 j, (FT_UShort)ref[j].res_id, ref[j].offset )); in FT_Raccess_Get_DataOffsets() 299 j, ref[j].res_id, ref[j].offset )); in FT_Raccess_Get_DataOffsets()
|
D | ftmac.c | 589 ResID res_id; in read_lwfn() local 602 res_id = 501; in read_lwfn() 607 post_data = Get1Resource( TTAG_POST, res_id++ ); in read_lwfn() 640 res_id = 501; in read_lwfn() 646 post_data = Get1Resource( TTAG_POST, res_id++ ); in read_lwfn()
|
/third_party/freetype/builds/mac/ |
D | ftmac.c | 969 ResID res_id; in read_lwfn() local 982 res_id = 501; in read_lwfn() 987 post_data = Get1Resource( TTAG_POST, res_id++ ); in read_lwfn() 1020 res_id = 501; in read_lwfn() 1026 post_data = Get1Resource( TTAG_POST, res_id++ ); in read_lwfn()
|
/third_party/skia/third_party/externals/freetype/builds/mac/ |
D | ftmac.c | 969 ResID res_id; in read_lwfn() local 982 res_id = 501; in read_lwfn() 987 post_data = Get1Resource( TTAG_POST, res_id++ ); in read_lwfn() 1020 res_id = 501; in read_lwfn() 1026 post_data = Get1Resource( TTAG_POST, res_id++ ); in read_lwfn()
|