Home
last modified time | relevance | path

Searched refs:requiredFlags (Results 1 – 13 of 13) sorted by relevance

/external/angle/src/libANGLE/renderer/vulkan/
Dvk_mem_alloc_wrapper.cpp82 VkMemoryPropertyFlags requiredFlags, in CreateBuffer() argument
91 allocationCreateInfo.requiredFlags = requiredFlags; in CreateBuffer()
105 VkMemoryPropertyFlags requiredFlags, in FindMemoryTypeIndexForBufferInfo() argument
111 allocationCreateInfo.requiredFlags = requiredFlags; in FindMemoryTypeIndexForBufferInfo()
Dvk_mem_alloc_wrapper.h33 VkMemoryPropertyFlags requiredFlags, in VK_DEFINE_HANDLE()
42 VkMemoryPropertyFlags requiredFlags, in VK_DEFINE_HANDLE()
Dvk_wrapper.h485 VkMemoryPropertyFlags requiredFlags,
494 VkMemoryPropertyFlags requiredFlags,
1452 VkMemoryPropertyFlags requiredFlags,
1462 return vma::CreateBuffer(mHandle, &bufferCreateInfo, requiredFlags, preferredFlags,
1476 VkMemoryPropertyFlags requiredFlags,
1482 return vma::FindMemoryTypeIndexForBufferInfo(mHandle, &bufferCreateInfo, requiredFlags,
Dvk_utils.cpp453 VkMemoryPropertyFlags requiredFlags = in init() local
461 allocator.createBuffer(createInfo, requiredFlags, preferredFlags, in init()
471 requiredFlags)); in init()
Dvk_helpers.cpp3532 VkMemoryPropertyFlags requiredFlags = in init() local
3543 *createInfo, requiredFlags, preferredFlags, persistentlyMapped, in init()
3551 ANGLE_VK_TRY(contextVk, allocator.createBuffer(*createInfo, requiredFlags, preferredFlags, in init()
/external/skia/src/gpu/vk/
DGrVkAMDMemoryAllocator.cpp111 info.requiredFlags = VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT; in allocateImageMemory()
126 info.requiredFlags |= VK_MEMORY_PROPERTY_PROTECTED_BIT; in allocateImageMemory()
150 info.requiredFlags = VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT; in allocateBufferMemory()
166 info.requiredFlags = in allocateBufferMemory()
171 info.requiredFlags = in allocateBufferMemory()
175 info.requiredFlags = VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT; in allocateBufferMemory()
181 (info.requiredFlags & VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT)) { in allocateBufferMemory()
182 info.requiredFlags |= VK_MEMORY_PROPERTY_HOST_COHERENT_BIT; in allocateBufferMemory()
/external/skqp/src/gpu/vk/
DGrVkAMDMemoryAllocator.cpp69 info.requiredFlags = VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT; in allocateMemoryForImage()
104 info.requiredFlags = VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT; in allocateMemoryForBuffer()
108 info.requiredFlags = VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT | in allocateMemoryForBuffer()
114 info.requiredFlags = VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT | in allocateMemoryForBuffer()
119 info.requiredFlags = VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT; in allocateMemoryForBuffer()
143 info.requiredFlags = VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT; in allocateMemoryForBuffer()
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemUtils.cpp115 vk::VkQueueFlags requiredFlags = vk::VK_QUEUE_GRAPHICS_BIT in chooseProtectedMemQueueFamilyIndex() local
129 if ((flags & requiredFlags) == requiredFlags) in chooseProtectedMemQueueFamilyIndex()
/external/skqp/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h1488 VkMemoryPropertyFlags requiredFlags; member
8781 uint32_t requiredFlags = pAllocationCreateInfo->requiredFlags; in vmaFindMemoryTypeIndex() local
8793 requiredFlags |= VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT | VK_MEMORY_PROPERTY_HOST_COHERENT_BIT; in vmaFindMemoryTypeIndex()
8796 requiredFlags |= VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT; in vmaFindMemoryTypeIndex()
8800 requiredFlags |= VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT; in vmaFindMemoryTypeIndex()
8819 if((requiredFlags & ~currFlags) == 0) in vmaFindMemoryTypeIndex()
/external/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h2752 VkMemoryPropertyFlags requiredFlags; member
14965 createInfo.requiredFlags, in RecordAllocateMemory()
14991 createInfo.requiredFlags, in RecordAllocateMemoryPages()
15020 createInfo.requiredFlags, in RecordAllocateMemoryForBuffer()
15049 createInfo.requiredFlags, in RecordAllocateMemoryForImage()
15182 allocCreateInfo.requiredFlags, in RecordCreateBuffer()
15217 allocCreateInfo.requiredFlags, in RecordCreateImage()
17766 uint32_t requiredFlags = pAllocationCreateInfo->requiredFlags; in vmaFindMemoryTypeIndex() local
17782 requiredFlags |= VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT | VK_MEMORY_PROPERTY_HOST_COHERENT_BIT; in vmaFindMemoryTypeIndex()
17785 requiredFlags |= VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT; in vmaFindMemoryTypeIndex()
[all …]
/external/vulkan-validation-layers/layers/
Dvk_mem_alloc.h2147 VkMemoryPropertyFlags requiredFlags; member
13525 createInfo.requiredFlags, in RecordAllocateMemory()
13551 createInfo.requiredFlags, in RecordAllocateMemoryPages()
13580 createInfo.requiredFlags, in RecordAllocateMemoryForBuffer()
13609 createInfo.requiredFlags, in RecordAllocateMemoryForImage()
13756 allocCreateInfo.requiredFlags, in RecordCreateBuffer()
13791 allocCreateInfo.requiredFlags, in RecordCreateImage()
15712 uint32_t requiredFlags = pAllocationCreateInfo->requiredFlags; in vmaFindMemoryTypeIndex() local
15733 requiredFlags |= VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT | VK_MEMORY_PROPERTY_HOST_COHERENT_BIT; in vmaFindMemoryTypeIndex()
15736 requiredFlags |= VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT; in vmaFindMemoryTypeIndex()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationOperation.cpp1103 …const VkFormatFeatureFlags requiredFlags = (VK_FORMAT_FEATURE_BLIT_SRC_BIT | VK_FORMAT_FEATURE_BLI… in BlitImplementation() local
1106 if ((formatProps.optimalTilingFeatures & requiredFlags) != requiredFlags) in BlitImplementation()
1288 …const VkFormatFeatureFlags requiredFlags = (VK_FORMAT_FEATURE_BLIT_SRC_BIT | VK_FORMAT_FEATURE_BLI… in BlitCopyImplementation() local
1291 if ((formatProps.optimalTilingFeatures & requiredFlags) != requiredFlags) in BlitCopyImplementation()
/external/deqp/modules/gles31/functional/
Des31fPrimitiveBoundingBoxTests.cpp4984 deUint32 requiredFlags; in init() member
5136 … if (usageConfigs[usageNdx].requiredFlags && (flags & usageConfigs[usageNdx].requiredFlags) == 0) in init()