Home
last modified time | relevance | path

Searched defs:alloc (Results 1 – 25 of 610) sorted by relevance

12345678910>>...25

/third_party/mesa3d/src/vulkan/util/
Dvk_alloc.h44 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/
DGrVkMemory.cpp48 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/
Dvn_pipeline.c30 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
Dvn_image.c113 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 …]
Dvn_android.h101 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()
Dvn_buffer.c84 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
Dvn_descriptor_set.c27 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 …]
Dvn_device.c80 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
Dvn_render_pass.c120 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
Dvn_wsi.c79 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()
Dvn_wsi.h71 const VkAllocationCallbacks *alloc, in vn_wsi_create_image()
82 const VkAllocationCallbacks *alloc, in vn_wsi_create_image_from_swapchain()
/third_party/skia/src/core/
DSkGlyph.cpp70 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()
DSkDrawLooper.cpp35 SkSTArenaAlloc<48> alloc; in canComputeFastBounds() local
57 SkSTArenaAlloc<48> alloc; in computeFastBounds() local
88 SkSTArenaAlloc<256> alloc; in apply() local
/third_party/lzma/C/
D7zBuf.c14 int Buf_Create(CBuf *p, size_t size, ISzAllocPtr alloc) in Buf_Create()
31 void Buf_Free(CBuf *p, ISzAllocPtr alloc) in Buf_Free()
D7zBuf2.c22 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()
DXzIn.c92 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/
Dvk_buffer.c47 const VkAllocationCallbacks *alloc, in vk_buffer_create()
69 const VkAllocationCallbacks *alloc, in vk_buffer_destroy()
Dvk_object.c57 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/
DTests.cpp259 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/
Dcontainer_memory.h54 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/
Dallocator.h126 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/
DvktPipelineMakeUtil.cpp45 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/
DvktPipelineMakeUtil.cpp45 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/
Dinlined_vector.h115 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/
DGrD3DBuffer.cpp24 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()

12345678910>>...25