Searched defs:allocationType (Results 1 - 3 of 3) sorted by relevance
| /third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
| 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 100 static VKAPI_ATTR void VKAPI_CALL internalFreeNotificationCallback (void* pUserData, size_t size, VkInternalAllocationType allocationType, VkSystemAllocationScope allocationScope) in internalFreeNotificationCallback() argument 217 void ChainedAllocator::notifyInternalAllocation (size_t size, VkInternalAllocationType allocationType, VkSystemAllocationScope allocationScope) in notifyInternalAllocation() argument 222 void ChainedAllocator::notifyInternalFree (size_t size, VkInternalAllocationType allocationType, VkSystemAllocationScope allocationScope) in notifyInternalFree() argument 264 void AllocationCallbackRecorder::notifyInternalAllocation (size_t size, VkInternalAllocationType allocationType, VkSystemAllocationScope allocationScope) in notifyInternalAllocation() argument 271 notifyInternalFree(size_t size, VkInternalAllocationType allocationType, VkSystemAllocationScope allocationScope) notifyInternalFree() argument [all...] |
| /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
|
| /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
|
Completed in 6 milliseconds