/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkAllocationCallbackUtil.hpp | 50 virtual void notifyInternalAllocation(size_t size, VkInternalAllocationType allocationType, VkSystemAllocationScope allocationScope) = 0; 51 virtual void notifyInternalFree (size_t size, VkInternalAllocationType allocationType, VkSystemAllocationScope allocationScope) = 0; 126 void notifyInternalAllocation(size_t size, VkInternalAllocationType allocationType, VkSystemAllocationScope allocationScope); 127 void notifyInternalFree (size_t size, VkInternalAllocationType allocationType, VkSystemAllocationScope allocationScope); 143 void notifyInternalAllocation (size_t size, VkInternalAllocationType allocationType, VkSystemAllocationScope allocationScope); 144 void notifyInternalFree (size_t size, VkInternalAllocationType allocationType, VkSystemAllocationScope allocationScope);
|
H A D | vkAllocationCallbackUtil.cpp | 95 static VKAPI_ATTR void VKAPI_CALL internalAllocationNotificationCallback (void* pUserData, size_t size, VkInternalAllocationType allocationType, VkSystemAllocationScope allocationScope) in internalAllocationNotificationCallback() argument 97 reinterpret_cast<AllocationCallbacks*>(pUserData)->notifyInternalAllocation(size, allocationType, allocationScope); in internalAllocationNotificationCallback() 100 static VKAPI_ATTR void VKAPI_CALL internalFreeNotificationCallback (void* pUserData, size_t size, VkInternalAllocationType allocationType, VkSystemAllocationScope allocationScope) in internalFreeNotificationCallback() argument 102 reinterpret_cast<AllocationCallbacks*>(pUserData)->notifyInternalFree(size, allocationType, allocationScope); in internalFreeNotificationCallback() 217 void ChainedAllocator::notifyInternalAllocation (size_t size, VkInternalAllocationType allocationType, VkSystemAllocationScope allocationScope) in notifyInternalAllocation() argument 219 m_nextAllocator->pfnInternalAllocation(m_nextAllocator->pUserData, size, allocationType, allocationScope); in notifyInternalAllocation() 222 void ChainedAllocator::notifyInternalFree (size_t size, VkInternalAllocationType allocationType, VkSystemAllocationScope allocationScope) in notifyInternalFree() argument 224 m_nextAllocator->pfnInternalFree(m_nextAllocator->pUserData, size, allocationType, allocationScope); in notifyInternalFree() 264 void AllocationCallbackRecorder::notifyInternalAllocation (size_t size, VkInternalAllocationType allocationType, VkSystemAllocationScope allocationScope) in notifyInternalAllocation() argument 266 ChainedAllocator::notifyInternalAllocation(size, allocationType, allocationScop in notifyInternalAllocation() 271 notifyInternalFree(size_t size, VkInternalAllocationType allocationType, VkSystemAllocationScope allocationScope) notifyInternalFree() argument [all...] |
H A D | vkDefs.hpp | 178 VkInternalAllocationType allocationType, 182 VkInternalAllocationType allocationType,
|
/third_party/vulkan-loader/tests/ |
H A D | loader_alloc_callback_tests.cpp | 128 [[maybe_unused]] VkInternalAllocationType allocationType, 133 void impl_internal_free([[maybe_unused]] size_t size, [[maybe_unused]] VkInternalAllocationType allocationType, 169 VkInternalAllocationType allocationType, 171 reinterpret_cast<MemoryTracker*>(pUserData)->impl_internal_allocation_notification(size, allocationType, allocationScope); 173 static VKAPI_ATTR void VKAPI_CALL public_internal_free(void* pUserData, size_t size, VkInternalAllocationType allocationType, 175 reinterpret_cast<MemoryTracker*>(pUserData)->impl_internal_free(size, allocationType, allocationScope);
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
H A D | vktAtomicOperationTests.cpp | 141 const MemoryRequirement allocationType = (MemoryRequirement::HostVisible | (useRef ? MemoryRequirement::DeviceAddress : MemoryRequirement::Any)); in allocateAndBindMemory() local 142 MovePtr<Allocation> alloc(allocator.allocate(getBufferMemoryRequirements(vkd, device, buffer), allocationType)); in allocateAndBindMemory()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/ |
H A D | vktAtomicOperationTests.cpp | 141 const MemoryRequirement allocationType = (MemoryRequirement::HostVisible | (useRef ? MemoryRequirement::DeviceAddress : MemoryRequirement::Any)); in allocateAndBindMemory() local 142 MovePtr<Allocation> alloc(allocator.allocate(getBufferMemoryRequirements(vkd, device, buffer), allocationType)); in allocateAndBindMemory()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassTests.cpp | 6060 const AllocationType allocationType = allocationTypes[allocationTypeNdx]; 6067 if (allocationType == ALLOCATIONTYPE_IO_GENERIC) 6414 if (allocationType == ALLOCATIONTYPE_GROW) 6435 else if (allocationType == ALLOCATIONTYPE_SHRINK) 6456 else if (allocationType == ALLOCATIONTYPE_ROLL) 6477 else if (allocationType == ALLOCATIONTYPE_GROW_SHRINK) 6516 else if (allocationType == ALLOCATIONTYPE_IO_CHAIN)
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
H A D | vktRenderPassTests.cpp | 6028 const AllocationType allocationType = allocationTypes[allocationTypeNdx]; 6034 if (allocationType == ALLOCATIONTYPE_IO_GENERIC) 6373 if (allocationType == ALLOCATIONTYPE_GROW) 6394 else if (allocationType == ALLOCATIONTYPE_SHRINK) 6415 else if (allocationType == ALLOCATIONTYPE_ROLL) 6436 else if (allocationType == ALLOCATIONTYPE_GROW_SHRINK) 6475 else if (allocationType == ALLOCATIONTYPE_IO_CHAIN)
|
/third_party/glfw/deps/glad/ |
H A D | vulkan.h | 1967 VkInternalAllocationType allocationType, 1972 VkInternalAllocationType allocationType,
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
H A D | vulkan_sc_core.h | 1687 VkInternalAllocationType allocationType, 1693 VkInternalAllocationType allocationType,
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 2414 VkInternalAllocationType allocationType, 2420 VkInternalAllocationType allocationType,
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 2771 VkInternalAllocationType allocationType, 2777 VkInternalAllocationType allocationType,
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_core.h | 2507 VkInternalAllocationType allocationType, 2513 VkInternalAllocationType allocationType,
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_core.h | 2556 VkInternalAllocationType allocationType, 2562 VkInternalAllocationType allocationType,
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_core.h | 2921 VkInternalAllocationType allocationType, 2927 VkInternalAllocationType allocationType,
|