/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkAllocationCallbackUtil.hpp | 51 virtual void notifyInternalAllocation(size_t size, VkInternalAllocationType allocationType, 53 virtual void notifyInternalFree(size_t size, VkInternalAllocationType allocationType, 138 void notifyInternalAllocation(size_t size, VkInternalAllocationType allocationType, 140 void notifyInternalFree(size_t size, VkInternalAllocationType allocationType, 157 void notifyInternalAllocation(size_t size, VkInternalAllocationType allocationType, 159 void notifyInternalFree(size_t size, VkInternalAllocationType allocationType,
|
D | vkAllocationCallbackUtil.cpp | 96 … VkInternalAllocationType allocationType, in internalAllocationNotificationCallback() argument 99 …st<AllocationCallbacks *>(pUserData)->notifyInternalAllocation(size, allocationType, allocationSco… in internalAllocationNotificationCallback() 103 … VkInternalAllocationType allocationType, in internalFreeNotificationCallback() argument 106 …reinterpret_cast<AllocationCallbacks *>(pUserData)->notifyInternalFree(size, allocationType, alloc… in internalFreeNotificationCallback() 221 …id ChainedAllocator::notifyInternalAllocation(size_t size, VkInternalAllocationType allocationType, in notifyInternalAllocation() argument 224 …m_nextAllocator->pfnInternalAllocation(m_nextAllocator->pUserData, size, allocationType, allocatio… in notifyInternalAllocation() 227 void ChainedAllocator::notifyInternalFree(size_t size, VkInternalAllocationType allocationType, in notifyInternalFree() argument 230 …m_nextAllocator->pfnInternalFree(m_nextAllocator->pUserData, size, allocationType, allocationScope… in notifyInternalFree() 271 …ionCallbackRecorder::notifyInternalAllocation(size_t size, VkInternalAllocationType allocationType, in notifyInternalAllocation() argument 274 ChainedAllocator::notifyInternalAllocation(size, allocationType, allocationScope); in notifyInternalAllocation() [all …]
|
D | vkDefs.hpp | 230 … VkInternalAllocationType allocationType, 233 … VkInternalAllocationType allocationType,
|
/external/lzma/CPP/Windows/ |
D | ProcessUtils.h | 88 LPVOID VirtualAlloc(LPVOID address, SIZE_T size, DWORD allocationType, DWORD protect) in VirtualAlloc() argument 89 { return VirtualAllocEx(_handle, address, size, allocationType, protect); } in VirtualAlloc()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktAtomicOperationTests.cpp | 154 const MemoryRequirement allocationType = in allocateAndBindMemory() local 156 …ation> alloc(allocator.allocate(getBufferMemoryRequirements(vkd, device, buffer), allocationType)); in allocateAndBindMemory()
|
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassTests.cpp | 6634 const AllocationType allocationType = allocationTypes[allocationTypeNdx]; in addAttachmentAllocationTests() local 6641 … ((allocationType == ALLOCATIONTYPE_IO_CHAIN) || (allocationType == ALLOCATIONTYPE_IO_GENERIC))) in addAttachmentAllocationTests() 6652 if (allocationType == ALLOCATIONTYPE_IO_GENERIC) in addAttachmentAllocationTests() 7058 if (allocationType == ALLOCATIONTYPE_GROW) in addAttachmentAllocationTests() 7079 else if (allocationType == ALLOCATIONTYPE_SHRINK) in addAttachmentAllocationTests() 7100 else if (allocationType == ALLOCATIONTYPE_ROLL) in addAttachmentAllocationTests() 7121 else if (allocationType == ALLOCATIONTYPE_GROW_SHRINK) in addAttachmentAllocationTests() 7160 else if (allocationType == ALLOCATIONTYPE_IO_CHAIN) in addAttachmentAllocationTests()
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | ContextVk.cpp | 7306 vk::MemoryAllocationType allocationType) in initImageAllocation() argument 7325 allocationType, &outputFlags, &outputSize); in initImageAllocation() 7354 allocationType, &outputFlags, &outputSize); in initImageAllocation() 7372 allocationType, &outputFlags, &outputSize); in initImageAllocation() 7385 allocationType, memoryRequirements.size, pendingMemoryTypeIndex); in initImageAllocation() 7397 allocationType, &outputFlags, &outputSize); in initImageAllocation()
|
D | vk_helpers.h | 2325 MemoryAllocationType allocationType, 2332 MemoryAllocationType allocationType);
|
D | ContextVk.h | 866 vk::MemoryAllocationType allocationType);
|
D | vk_helpers.cpp | 7054 MemoryAllocationType allocationType, in initMemory() argument 7058 mMemoryAllocationType = allocationType; in initMemory() 7094 MemoryAllocationType allocationType) in initMemoryAndNonZeroFillIfNeeded() argument 7113 allocateDedicatedMemory, allocationType, &outputFlags, &outputSize)); in initMemoryAndNonZeroFillIfNeeded()
|
/external/deqp/external/vulkancts/scripts/src/ |
D | vulkan_sc_core.h | 1687 VkInternalAllocationType allocationType, 1693 VkInternalAllocationType allocationType,
|
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/ |
D | vkVulkan_c.inl | 1692 VkInternalAllocationType allocationType, 1698 VkInternalAllocationType allocationType,
|
/external/virglrenderer/src/venus/venus-protocol/ |
D | vulkan_core.h | 2801 VkInternalAllocationType allocationType, 2807 VkInternalAllocationType allocationType,
|
/external/skia/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 2976 VkInternalAllocationType allocationType, 2982 VkInternalAllocationType allocationType,
|
/external/swiftshader/include/vulkan/ |
D | vulkan_core.h | 2953 VkInternalAllocationType allocationType, 2959 VkInternalAllocationType allocationType,
|
/external/vulkan-headers/include/vulkan/ |
D | vulkan_core.h | 3048 VkInternalAllocationType allocationType, 3054 VkInternalAllocationType allocationType,
|
/external/angle/third_party/vulkan-headers/src/include/vulkan/ |
D | vulkan_core.h | 3167 VkInternalAllocationType allocationType, 3173 VkInternalAllocationType allocationType,
|
D | vulkan_structs.hpp | 5266 … VULKAN_HPP_NAMESPACE::InternalAllocationType allocationType, 5271 … VULKAN_HPP_NAMESPACE::InternalAllocationType allocationType,
|
/external/mesa3d/include/vulkan/ |
D | vulkan_core.h | 3112 VkInternalAllocationType allocationType, 3118 VkInternalAllocationType allocationType,
|
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/ |
D | vkVulkan_c.inl | 4999 VkInternalAllocationType allocationType, 5005 VkInternalAllocationType allocationType,
|