| /third_party/mesa3d/src/vulkan/util/ |
| D | vk_alloc.h | 44 vk_alloc(const VkAllocationCallbacks *alloc, in vk_alloc() 52 vk_zalloc(const VkAllocationCallbacks *alloc, in vk_zalloc() 66 vk_realloc(const VkAllocationCallbacks *alloc, in vk_realloc() 74 vk_free(const VkAllocationCallbacks *alloc, void *data) in vk_free() 83 vk_strdup(const VkAllocationCallbacks *alloc, const char *s, in vk_strdup() 100 vk_vasprintf(const VkAllocationCallbacks *alloc, in vk_vasprintf() 113 vk_asprintf(const VkAllocationCallbacks *alloc, in vk_asprintf() 127 const VkAllocationCallbacks *alloc, in vk_alloc2() 139 const VkAllocationCallbacks *alloc, in vk_zalloc2() 154 const VkAllocationCallbacks *alloc, in vk_free2() [all …]
|
| /third_party/skia/src/gpu/vk/ |
| D | GrVkMemory.cpp | 48 GrVkAlloc* alloc, 93 GrVkAlloc* alloc) { 146 void GrVkMemory::FreeBufferMemory(const GrVkGpu* gpu, const GrVkAlloc& alloc) { 165 GrVkAlloc* alloc, 231 void GrVkMemory::FreeImageMemory(const GrVkGpu* gpu, const GrVkAlloc& alloc) { 243 void* GrVkMemory::MapAlloc(GrVkGpu* gpu, const GrVkAlloc& alloc) { 258 void GrVkMemory::UnmapAlloc(const GrVkGpu* gpu, const GrVkAlloc& alloc) { 267 void GrVkMemory::GetNonCoherentMappedMemoryRange(const GrVkAlloc& alloc, VkDeviceSize offset, 290 void GrVkMemory::FlushMappedAlloc(GrVkGpu* gpu, const GrVkAlloc& alloc, VkDeviceSize offset, 305 void GrVkMemory::InvalidateMappedAlloc(GrVkGpu* gpu, const GrVkAlloc& alloc,
|
| /third_party/mesa3d/src/virtio/vulkan/ |
| D | vn_pipeline.c | 30 const VkAllocationCallbacks *alloc = in vn_CreateShaderModule() local 57 const VkAllocationCallbacks *alloc = in vn_DestroyShaderModule() local 78 const VkAllocationCallbacks *alloc = in vn_CreatePipelineLayout() local 107 const VkAllocationCallbacks *alloc = in vn_DestroyPipelineLayout() local 130 const VkAllocationCallbacks *alloc = in vn_CreatePipelineCache() local 171 const VkAllocationCallbacks *alloc = in vn_DestroyPipelineCache() local 265 const VkAllocationCallbacks *alloc, in vn_fix_graphics_pipeline_create_info() 375 const VkAllocationCallbacks *alloc = in vn_CreateGraphicsPipelines() local 426 const VkAllocationCallbacks *alloc = in vn_CreateComputePipelines() local 462 const VkAllocationCallbacks *alloc = in vn_DestroyPipeline() local
|
| D | vn_image.c | 113 const VkAllocationCallbacks *alloc) in vn_image_deferred_info_init() 184 const VkAllocationCallbacks *alloc) in vn_image_deferred_info_fini() 220 const VkAllocationCallbacks *alloc, in vn_image_create() 258 const VkAllocationCallbacks *alloc, in vn_image_create_deferred() 293 const VkAllocationCallbacks *alloc = in vn_CreateImage() local 349 const VkAllocationCallbacks *alloc = in vn_DestroyImage() local 447 const VkAllocationCallbacks *alloc = &dev->base.base.alloc; in vn_BindImageMemory2() local 582 const VkAllocationCallbacks *alloc = in vn_CreateImageView() local 621 const VkAllocationCallbacks *alloc = in vn_DestroyImageView() local 642 const VkAllocationCallbacks *alloc = in vn_CreateSampler() local [all …]
|
| D | vn_android.h | 101 UNUSED const VkAllocationCallbacks *alloc, in vn_android_image_from_anb() 132 UNUSED const VkAllocationCallbacks *alloc, in vn_android_image_from_ahb() 142 UNUSED const VkAllocationCallbacks *alloc, in vn_android_device_import_ahb() 153 UNUSED const VkAllocationCallbacks *alloc) in vn_android_device_allocate_ahb() 173 UNUSED const VkAllocationCallbacks *alloc, in vn_android_buffer_from_ahb()
|
| D | vn_buffer.c | 84 const VkAllocationCallbacks *alloc = &dev->base.base.alloc; in vn_buffer_cache_entries_create() local 149 const VkAllocationCallbacks *alloc = &dev->base.base.alloc; in vn_buffer_cache_entries_destroy() local 159 const VkAllocationCallbacks *alloc = &dev->base.base.alloc; in vn_buffer_get_max_buffer_size() local 330 const VkAllocationCallbacks *alloc, in vn_buffer_create() 363 const VkAllocationCallbacks *alloc = in vn_CreateBuffer() local 397 const VkAllocationCallbacks *alloc = in vn_DestroyBuffer() local 465 const VkAllocationCallbacks *alloc = &dev->base.base.alloc; in vn_BindBufferMemory2() local 508 const VkAllocationCallbacks *alloc = in vn_CreateBufferView() local 535 const VkAllocationCallbacks *alloc = in vn_DestroyBufferView() local
|
| D | vn_descriptor_set.c | 27 const VkAllocationCallbacks *alloc = &dev->base.base.alloc; in vn_descriptor_set_layout_destroy() local 55 const VkAllocationCallbacks *alloc) in vn_descriptor_set_destroy() 195 const VkAllocationCallbacks *alloc = &dev->base.base.alloc; in vn_CreateDescriptorSetLayout() local 281 const VkAllocationCallbacks *alloc = in vn_CreateDescriptorPool() local 346 const VkAllocationCallbacks *alloc; in vn_DestroyDescriptorPool() local 463 const VkAllocationCallbacks *alloc = &pool->allocator; in vn_ResetDescriptorPool() local 488 const VkAllocationCallbacks *alloc = &pool->allocator; in vn_AllocateDescriptorSets() local 607 const VkAllocationCallbacks *alloc = &pool->allocator; in vn_FreeDescriptorSets() local 631 const VkAllocationCallbacks *alloc, in vn_update_descriptor_sets_alloc() 665 const VkAllocationCallbacks *alloc) in vn_update_descriptor_sets_parse_writes() [all …]
|
| D | vn_device.c | 80 const VkAllocationCallbacks *alloc = &dev->base.base.alloc; in vn_device_init_queues() local 122 const VkAllocationCallbacks *alloc = &dev->base.base.alloc; in vn_device_queue_family_init() local 178 const VkAllocationCallbacks *alloc, in merge_extension_names() 206 const VkAllocationCallbacks *alloc, in vn_device_fix_create_info() 324 const VkAllocationCallbacks *alloc = &dev->base.base.alloc; in vn_device_feedback_pool_init() local 345 const VkAllocationCallbacks *alloc) in vn_device_init() 432 const VkAllocationCallbacks *alloc = in vn_CreateDevice() local 471 const VkAllocationCallbacks *alloc = in vn_DestroyDevice() local
|
| D | vn_render_pass.c | 120 const VkAllocationCallbacks *alloc) in vn_render_pass_create() 148 const VkAllocationCallbacks *alloc = in vn_CreateRenderPass() local 198 const VkAllocationCallbacks *alloc = in vn_CreateRenderPass2() local 248 const VkAllocationCallbacks *alloc = in vn_DestroyRenderPass() local 285 const VkAllocationCallbacks *alloc = in vn_CreateFramebuffer() local 323 const VkAllocationCallbacks *alloc = in vn_DestroyFramebuffer() local
|
| D | vn_wsi.c | 79 const VkAllocationCallbacks *alloc = in vn_wsi_init() local 100 const VkAllocationCallbacks *alloc = in vn_wsi_fini() local 110 const VkAllocationCallbacks *alloc, in vn_wsi_create_image() 178 const VkAllocationCallbacks *alloc, in vn_wsi_create_image_from_swapchain()
|
| D | vn_wsi.h | 71 const VkAllocationCallbacks *alloc, in vn_wsi_create_image() 82 const VkAllocationCallbacks *alloc, in vn_wsi_create_image_from_swapchain()
|
| /third_party/skia/src/core/ |
| D | SkGlyph.cpp | 70 size_t SkGlyph::allocImage(SkArenaAlloc* alloc) { in allocImage() 78 bool SkGlyph::setImage(SkArenaAlloc* alloc, SkScalerContext* scalerContext) { in setImage() 91 bool SkGlyph::setImage(SkArenaAlloc* alloc, const void* image) { in setImage() 100 size_t SkGlyph::setMetricsAndImage(SkArenaAlloc* alloc, const SkGlyph& from) { in setMetricsAndImage() 144 void SkGlyph::installPath(SkArenaAlloc* alloc, const SkPath* path) { in installPath() 156 bool SkGlyph::setPath(SkArenaAlloc* alloc, SkScalerContext* scalerContext) { in setPath() 170 bool SkGlyph::setPath(SkArenaAlloc* alloc, const SkPath* path) { in setPath() 289 SkScalar* array, int* count, SkArenaAlloc* alloc) { in ensureIntercepts()
|
| D | SkDrawLooper.cpp | 35 SkSTArenaAlloc<48> alloc; in canComputeFastBounds() local 57 SkSTArenaAlloc<48> alloc; in computeFastBounds() local 88 SkSTArenaAlloc<256> alloc; in apply() local
|
| /third_party/lzma/C/ |
| D | 7zBuf.c | 14 int Buf_Create(CBuf *p, size_t size, ISzAllocPtr alloc) in Buf_Create() 31 void Buf_Free(CBuf *p, ISzAllocPtr alloc) in Buf_Free()
|
| D | 7zBuf2.c | 22 int DynBuf_Write(CDynBuf *p, const Byte *buf, size_t size, ISzAllocPtr alloc) in DynBuf_Write() 46 void DynBuf_Free(CDynBuf *p, ISzAllocPtr alloc) in DynBuf_Free()
|
| D | XzIn.c | 92 static SRes Xz_ReadIndex2(CXzStream *p, const Byte *buf, size_t size, ISzAllocPtr alloc) in Xz_ReadIndex2() 136 static SRes Xz_ReadIndex(CXzStream *p, ILookInStreamPtr stream, UInt64 indexSize, ISzAllocPtr alloc) in Xz_ReadIndex() 163 … SRes Xz_ReadBackward(CXzStream *p, ILookInStreamPtr stream, Int64 *startOffset, ISzAllocPtr alloc) in Xz_ReadBackward() 264 void Xzs_Free(CXzs *p, ISzAllocPtr alloc) in Xzs_Free() 307 … *p, ILookInStreamPtr stream, Int64 *startOffset, ICompressProgressPtr progress, ISzAllocPtr alloc) in Xzs_ReadBackward()
|
| /third_party/mesa3d/src/vulkan/runtime/ |
| D | vk_buffer.c | 47 const VkAllocationCallbacks *alloc, in vk_buffer_create() 69 const VkAllocationCallbacks *alloc, in vk_buffer_destroy()
|
| D | vk_object.c | 57 const VkAllocationCallbacks *alloc, in vk_object_alloc() 73 const VkAllocationCallbacks *alloc, in vk_object_zalloc() 90 const VkAllocationCallbacks *alloc, in vk_object_multialloc() 106 const VkAllocationCallbacks *alloc, in vk_object_multizalloc() 121 const VkAllocationCallbacks *alloc, in vk_object_free()
|
| /third_party/skia/third_party/externals/d3d12allocator/src/ |
| D | Tests.cpp | 259 D3D12MA::Allocation* alloc = nullptr; in TestFrameIndexAndJson() local 316 D3D12MA::Allocation* alloc = nullptr; in TestCommittedResourcesAndJson() local 379 D3D12MA::Allocation* alloc = nullptr; in TestCustomHeapFlags() local 408 D3D12MA::Allocation* alloc = nullptr; in TestCustomHeapFlags() local 439 D3D12MA::Allocation* alloc = nullptr; in TestPlacedResources() local 543 D3D12MA::Allocation* alloc = nullptr; in TestOtherComInterface() local 782 D3D12MA::Allocation* alloc = NULL; in TestAliasingMemory() local 829 D3D12MA::Allocation* alloc = nullptr; in TestMapping() local 908 D3D12MA::Allocation* alloc = nullptr; in TestStats() local 979 D3D12MA::Allocation* alloc = nullptr; in TestTransfer() local [all …]
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
| D | container_memory.h | 54 void* Allocate(Alloc* alloc, size_t n) { in Allocate() 73 void Deallocate(Alloc* alloc, void* p, size_t n) { in Deallocate() 92 void ConstructFromTupleImpl(Alloc* alloc, T* ptr, Tuple&& t, in ConstructFromTupleImpl() 148 void ConstructFromTuple(Alloc* alloc, T* ptr, Tuple&& t) { in ConstructFromTuple()
|
| /third_party/nghttp2/src/ |
| D | allocator.h | 126 void *alloc(size_t size) { in alloc() function 201 StringRef make_string_ref(BlockAllocator &alloc, const StringRef &src) { in make_string_ref() 241 StringRef concat_string_ref(BlockAllocator &alloc, Args &&...args) { in concat_string_ref() 257 StringRef realloc_concat_string_ref(BlockAllocator &alloc, in realloc_concat_string_ref() 276 std::span<uint8_t> make_byte_ref(BlockAllocator &alloc, size_t size) { in make_byte_ref()
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
| D | vktPipelineMakeUtil.cpp | 45 MovePtr<Allocation> alloc(allocateDedicated(vki, vkd, physDevice, device, image, requirement)); in bindImageDedicated() local 52 MovePtr<Allocation> alloc(allocateDedicated(vki, vkd, physDevice, device, buffer, requirement)); in bindBufferDedicated() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
| D | vktPipelineMakeUtil.cpp | 45 MovePtr<Allocation> alloc(allocateDedicated(vki, vkd, physDevice, device, image, requirement)); in bindImageDedicated() local 52 MovePtr<Allocation> alloc(allocateDedicated(vki, vkd, physDevice, device, buffer, requirement)); in bindBufferDedicated() local
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/container/ |
| D | inlined_vector.h | 115 explicit InlinedVector(const allocator_type& alloc) noexcept in InlinedVector() 121 : storage_(alloc) { in storage_() argument 128 : storage_(alloc) { in storage_() argument 147 : storage_(alloc) { in storage_() argument 158 : storage_(alloc) { in storage_() argument 168 InlinedVector(const InlinedVector& other, const allocator_type& alloc) in InlinedVector() 227 InlinedVector(InlinedVector&& other, const allocator_type& alloc) noexcept( in InlinedVector()
|
| /third_party/skia/src/gpu/d3d/ |
| D | GrD3DBuffer.cpp | 24 sk_sp<GrD3DAlloc>* alloc) { in make_d3d_buffer() 69 sk_sp<GrD3DAlloc> alloc; in Make() local 83 sk_sp<GrD3DAlloc> alloc, D3D12_RESOURCE_STATES resourceState) in GrD3DBuffer()
|