Home
last modified time | relevance | path

Searched defs:allocationCallbacks (Results 1 – 16 of 16) sorted by relevance

/third_party/skia/third_party/externals/d3d12allocator/src/
DTests.h29 D3D12MA::ALLOCATION_CALLBACKS* allocationCallbacks; member
DD3D12MemAlloc.cpp161 …AllocationCallbacks(ALLOCATION_CALLBACKS& outAllocs, const ALLOCATION_CALLBACKS* allocationCallbac… in SetupAllocationCallbacks()
759 Vector(const ALLOCATION_CALLBACKS& allocationCallbacks) : in Vector()
767 Vector(size_t count, const ALLOCATION_CALLBACKS& allocationCallbacks) : in Vector()
991 StringBuilder(const ALLOCATION_CALLBACKS& allocationCallbacks) : m_Data(allocationCallbacks) { } in StringBuilder()
1098 JsonWriter::JsonWriter(const ALLOCATION_CALLBACKS& allocationCallbacks, StringBuilder& stringBuilde… in JsonWriter()
1418 PoolAllocator<T>::PoolAllocator(const ALLOCATION_CALLBACKS& allocationCallbacks, UINT firstBlockCap… in PoolAllocator()
1741 List<T>::List(const ALLOCATION_CALLBACKS& allocationCallbacks) : in List()
2634 BlockMetadata::BlockMetadata(const ALLOCATION_CALLBACKS* allocationCallbacks, bool isVirtual) : in BlockMetadata()
2645 BlockMetadata_Generic::BlockMetadata_Generic(const ALLOCATION_CALLBACKS* allocationCallbacks, bool … in BlockMetadata_Generic()
4059 AllocatorPimpl::AllocatorPimpl(const ALLOCATION_CALLBACKS& allocationCallbacks, const ALLOCATOR_DES… in AllocatorPimpl()
[all …]
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkObjUtil.cpp582 const VkAllocationCallbacks* const allocationCallbacks, in makeRenderPass()
DvkPipelineConstructionUtil.cpp771 …, const VkImageLayout subpassLayoutDepthStencil, const VkAllocationCallbacks* const allocationCall… in RenderPassWrapper()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/imageless_framebuffer/
DvktImagelessFramebufferTests.cpp243 const VkAllocationCallbacks* const allocationCallbacks = DE_NULL) in makeRenderPass()
419 const VkAllocationCallbacks* const allocationCallbacks) in makeRenderPass()
518 const VkAllocationCallbacks* const allocationCallbacks) in makeSingleAttachmentRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/imageless_framebuffer/
DvktImagelessFramebufferTests.cpp243 const VkAllocationCallbacks* const allocationCallbacks = DE_NULL) in makeRenderPass()
419 const VkAllocationCallbacks* const allocationCallbacks) in makeRenderPass()
518 const VkAllocationCallbacks* const allocationCallbacks) in makeSingleAttachmentRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiDeviceInitializationTests.cpp2547 const VkAllocationCallbacks allocationCallbacks = in createInstanceDeviceIntentionalAllocFail() local
DvktApiCommandBuffersTests.cpp362 const VkAllocationCallbacks* allocationCallbacks = getSystemAllocator(); in createPoolNonNullAllocatorTest() local
DvktApiObjectManagementTests.cpp256 const VkAllocationCallbacks* allocationCallbacks; member
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
DvktApiDeviceInitializationTests.cpp2558 const VkAllocationCallbacks allocationCallbacks = in createInstanceDeviceIntentionalAllocFail() local
DvktApiCommandBuffersTests.cpp362 const VkAllocationCallbacks* allocationCallbacks = getSystemAllocator(); in createPoolNonNullAllocatorTest() local
DvktApiObjectManagementTests.cpp256 const VkAllocationCallbacks* allocationCallbacks; member
/third_party/skia/m133/third_party/externals/vulkanmemoryallocator/include/
Dvk_mem_alloc.h5349 …VmaStringBuilder(const VkAllocationCallbacks* allocationCallbacks) : m_Data(VmaStlAllocator<char>(… in VmaStringBuilder()
16063 …VkAllocationCallbacks allocationCallbacks = allocator->m_AllocationCallbacks; // Have to copy the … in vmaDestroyAllocator() local
17480 …VkAllocationCallbacks allocationCallbacks = virtualBlock->m_AllocationCallbacks; // Have to copy t… in vmaDestroyVirtualBlock() local
17565 const VkAllocationCallbacks* allocationCallbacks = virtualBlock->GetAllocationCallbacks(); in vmaBuildVirtualBlockStatsString() local
/third_party/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h17909 VkAllocationCallbacks allocationCallbacks = allocator->m_AllocationCallbacks; in vmaDestroyAllocator() local
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan.hpp5792 ObjectDestroy( Optional<const AllocationCallbacks> allocationCallbacks, in ObjectDestroy()
/third_party/vulkan-headers/include/vulkan/
Dvulkan.hpp6313 ObjectDestroy( Optional<const vk::AllocationCallbacks> allocationCallbacks, in ObjectDestroy()