Home
last modified time | relevance | path

Searched refs:allocationType (Results 1 – 18 of 18) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkAllocationCallbackUtil.hpp50 …virtual void notifyInternalAllocation(size_t size, VkInternalAllocationType allocationType, Vk…
51 …virtual void notifyInternalFree (size_t size, VkInternalAllocationType allocationType, VkSyst…
126 …void notifyInternalAllocation(size_t size, VkInternalAllocationType allocationType, VkSystem…
127 …void notifyInternalFree (size_t size, VkInternalAllocationType allocationType, VkSystemAllo…
143 …void notifyInternalAllocation (size_t size, VkInternalAllocationType allocationType, VkSystemA…
144 …void notifyInternalFree (size_t size, VkInternalAllocationType allocationType, VkSystemAlloc…
DvkAllocationCallbackUtil.cpp95 …tionCallback (void* pUserData, size_t size, VkInternalAllocationType allocationType, VkSystemAlloc… in internalAllocationNotificationCallback() argument
97 …reinterpret_cast<AllocationCallbacks*>(pUserData)->notifyInternalAllocation(size, allocationType, … in internalAllocationNotificationCallback()
100 …tionCallback (void* pUserData, size_t size, VkInternalAllocationType allocationType, VkSystemAlloc… in internalFreeNotificationCallback() argument
102 …reinterpret_cast<AllocationCallbacks*>(pUserData)->notifyInternalFree(size, allocationType, alloca… in internalFreeNotificationCallback()
217 …tor::notifyInternalAllocation (size_t size, VkInternalAllocationType allocationType, VkSystemAlloc… in notifyInternalAllocation() argument
219 …m_nextAllocator->pfnInternalAllocation(m_nextAllocator->pUserData, size, allocationType, allocatio… in notifyInternalAllocation()
222 void ChainedAllocator::notifyInternalFree (size_t size, VkInternalAllocationType allocationType, Vk… in notifyInternalFree() argument
224 …m_nextAllocator->pfnInternalFree(m_nextAllocator->pUserData, size, allocationType, allocationScope… in notifyInternalFree()
264 …der::notifyInternalAllocation (size_t size, VkInternalAllocationType allocationType, VkSystemAlloc… in notifyInternalAllocation() argument
266 ChainedAllocator::notifyInternalAllocation(size, allocationType, allocationScope); in notifyInternalAllocation()
[all …]
DvkDefs.hpp178 VkInternalAllocationType allocationType,
182 VkInternalAllocationType allocationType,
/third_party/vulkan-loader/tests/
Dloader_alloc_callback_tests.cpp143 void impl_internal_allocation_notification(size_t size, VkInternalAllocationType allocationType, in impl_internal_allocation_notification() argument
148 void impl_internal_free(size_t size, VkInternalAllocationType allocationType, in impl_internal_free() argument
189 … VkInternalAllocationType allocationType, in public_internal_allocation_notification() argument
191 …oryTracker*>(pUserData)->impl_internal_allocation_notification(size, allocationType, allocationSco… in public_internal_allocation_notification()
193 …PI_CALL public_internal_free(void* pUserData, size_t size, VkInternalAllocationType allocationType, in public_internal_free() argument
195 …reinterpret_cast<MemoryTracker*>(pUserData)->impl_internal_free(size, allocationType, allocationSc… in public_internal_free()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
DvktAtomicOperationTests.cpp141 …const MemoryRequirement allocationType = (MemoryRequirement::HostVisible | (useRef ? MemoryRequire… in allocateAndBindMemory() local
142 …ation> alloc(allocator.allocate(getBufferMemoryRequirements(vkd, device, buffer), allocationType)); in allocateAndBindMemory()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
DvktAtomicOperationTests.cpp141 …const MemoryRequirement allocationType = (MemoryRequirement::HostVisible | (useRef ? MemoryRequire… in allocateAndBindMemory() local
142 …ation> alloc(allocator.allocate(getBufferMemoryRequirements(vkd, device, buffer), allocationType)); in allocateAndBindMemory()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp6028 const AllocationType allocationType = allocationTypes[allocationTypeNdx]; in addAttachmentAllocationTests() local
6034 if (allocationType == ALLOCATIONTYPE_IO_GENERIC) in addAttachmentAllocationTests()
6373 if (allocationType == ALLOCATIONTYPE_GROW) in addAttachmentAllocationTests()
6394 else if (allocationType == ALLOCATIONTYPE_SHRINK) in addAttachmentAllocationTests()
6415 else if (allocationType == ALLOCATIONTYPE_ROLL) in addAttachmentAllocationTests()
6436 else if (allocationType == ALLOCATIONTYPE_GROW_SHRINK) in addAttachmentAllocationTests()
6475 else if (allocationType == ALLOCATIONTYPE_IO_CHAIN) in addAttachmentAllocationTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
DvktRenderPassTests.cpp6028 const AllocationType allocationType = allocationTypes[allocationTypeNdx]; in addAttachmentAllocationTests() local
6034 if (allocationType == ALLOCATIONTYPE_IO_GENERIC) in addAttachmentAllocationTests()
6373 if (allocationType == ALLOCATIONTYPE_GROW) in addAttachmentAllocationTests()
6394 else if (allocationType == ALLOCATIONTYPE_SHRINK) in addAttachmentAllocationTests()
6415 else if (allocationType == ALLOCATIONTYPE_ROLL) in addAttachmentAllocationTests()
6436 else if (allocationType == ALLOCATIONTYPE_GROW_SHRINK) in addAttachmentAllocationTests()
6475 else if (allocationType == ALLOCATIONTYPE_IO_CHAIN) in addAttachmentAllocationTests()
/third_party/glfw/deps/vulkan/
Dvulkan.h1142 VkInternalAllocationType allocationType,
1148 VkInternalAllocationType allocationType,
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
Dvulkan_sc_core.h1667 VkInternalAllocationType allocationType,
1673 VkInternalAllocationType allocationType,
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Dmemory.txt209 * pname:allocationType is a elink:VkInternalAllocationType value
228 * pname:allocationType is a elink:VkInternalAllocationType value
327 The pname:allocationType parameter to the pname:pfnInternalAllocation and
Dmemory.adoc254 * pname:allocationType is a elink:VkInternalAllocationType value
273 * pname:allocationType is a elink:VkInternalAllocationType value
371 The pname:allocationType parameter to the pname:pfnInternalAllocation and
/third_party/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h2414 VkInternalAllocationType allocationType,
2420 VkInternalAllocationType allocationType,
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_core.h2507 VkInternalAllocationType allocationType,
2513 VkInternalAllocationType allocationType,
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvulkan_core.h2556 VkInternalAllocationType allocationType,
2562 VkInternalAllocationType allocationType,
/third_party/mesa3d/include/vulkan/
Dvulkan_core.h2771 VkInternalAllocationType allocationType,
2777 VkInternalAllocationType allocationType,
/third_party/vulkan-headers/include/vulkan/
Dvulkan_core.h2849 VkInternalAllocationType allocationType,
2855 VkInternalAllocationType allocationType,
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkVulkan_c.inl3876 VkInternalAllocationType allocationType,
3882 VkInternalAllocationType allocationType,