Home
last modified time | relevance | path

Searched refs:VkMemoryPropertyFlags (Results 1 – 25 of 32) sorted by relevance

12

/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiGetMemoryCommitment.cpp60 …deUint32 getMemoryTypeIndex (VkMemoryPropertyFlags propertyFlag, VkPhysicalDeviceMemoryPro…
97 const VkMemoryPropertyFlags propertyFlag = VK_MEMORY_PROPERTY_LAZILY_ALLOCATED_BIT; in iterate()
370 const VkMemoryPropertyFlags propertyFlag = VK_MEMORY_PROPERTY_LAZILY_ALLOCATED_BIT; in iterate()
412 deUint32 MemoryCommitmentTestInstance::getMemoryTypeIndex(VkMemoryPropertyFlags propertyFlag, VkPhy… in getMemoryTypeIndex()
466 const VkMemoryPropertyFlags propertyFlag = VK_MEMORY_PROPERTY_LAZILY_ALLOCATED_BIT; in isDeviceMemoryCommitmentOk()
DvktApiFeatureInfo.cpp1348 const VkMemoryPropertyFlags validPropertyFlags[] = in deviceMemoryProperties()
1361 const VkMemoryPropertyFlags requiredPropertyFlags[] = in deviceMemoryProperties()
1379 …const VkMemoryPropertyFlags bitsToCheck = VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT|VK_MEMORY_PROPERTY_H… in deviceMemoryProperties()
1381 …for (const VkMemoryPropertyFlags* requiredFlagsIterator = DE_ARRAY_BEGIN(requiredPropertyFlags); r… in deviceMemoryProperties()
/external/vulkan-validation-layers/tests/
Dvktestbinding.h161 …_type(const uint32_t type_bits, VkMemoryAllocateInfo *info, const VkMemoryPropertyFlags properties,
162 const VkMemoryPropertyFlags forbid = 0) const;
321 VkMemoryPropertyFlags mem_props);
388 void init(const Device &dev, const VkBufferCreateInfo &info, VkMemoryPropertyFlags mem_props);
390 …void init(const Device &dev, VkDeviceSize size, VkMemoryPropertyFlags mem_props) { init(dev, creat… in init()
392 void init_as_src(const Device &dev, VkDeviceSize size, VkMemoryPropertyFlags &reqs,
396 void init_as_dst(const Device &dev, VkDeviceSize size, VkMemoryPropertyFlags &reqs,
400 void init_as_src_and_dst(const Device &dev, VkDeviceSize size, VkMemoryPropertyFlags &reqs,
471 void init(const Device &dev, const VkImageCreateInfo &info, VkMemoryPropertyFlags mem_props);
Dvktestbinding.cpp455 VkMemoryPropertyFlags mem_props) { in get_resource_alloc_info()
507 void Buffer::init(const Device &dev, const VkBufferCreateInfo &info, VkMemoryPropertyFlags mem_prop… in NON_DISPATCHABLE_HANDLE_DTOR()
539 void Image::init(const Device &dev, const VkImageCreateInfo &info, VkMemoryPropertyFlags mem_props)… in NON_DISPATCHABLE_HANDLE_DTOR()
Dvkrenderframework.h262 … VkImageTiling const tiling = VK_IMAGE_TILING_LINEAR, VkMemoryPropertyFlags const reqs = 0,
268 …VkFlags const usage, VkImageTiling tiling = VK_IMAGE_TILING_LINEAR, VkMemoryPropertyFlags reqs = 0,
Dvkrenderframework.cpp1007 … VkFlags const usage, VkImageTiling const requested_tiling, VkMemoryPropertyFlags const reqs, in InitNoLayout()
1055 … VkFlags const usage, VkImageTiling const requested_tiling, VkMemoryPropertyFlags const reqs, in Init()
1213VkMemoryPropertyFlags reqs = VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT | VK_MEMORY_PROPERTY_HOST_COHEREN… in Read()
1239VkMemoryPropertyFlags reqs = VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT | VK_MEMORY_PROPERTY_HOST_COHEREN… in VkTextureObj()
1328VkMemoryPropertyFlags reqs = VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT | VK_MEMORY_PROPERTY_HOST_COHEREN… in VkConstantBufferObj()
Dlayer_validation_tests.cpp657 …index_buffer.init(*m_device, buffer_info, (VkMemoryPropertyFlags)VK_MEMORY_PROPERTY_DEVICE_LOCAL_B… in VKTriangleTest()
2021 VkMemoryPropertyFlags reqs = VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT; in TEST_F()
2056 VkMemoryPropertyFlags reqs = VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT; in TEST_F()
2414VkMemoryPropertyFlags mem_props = VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT | VK_MEMORY_PROPERTY_HOST_CO… in TEST_F()
3017 VkMemoryPropertyFlags reqs = 0; in TEST_F()
3822 VkMemoryPropertyFlags reqs = 0; in TEST_F()
4788 VkMemoryPropertyFlags reqs = 0; in TEST_F()
5112 VkMemoryPropertyFlags mem_reqs = VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT; in TEST_F()
11937 …bad_buffer.init(*m_device, bad_buffer_info, (VkMemoryPropertyFlags)VK_MEMORY_PROPERTY_DEVICE_LOCAL… in TEST_F()
11962 buffer.init(*m_device, buffer_info, (VkMemoryPropertyFlags)VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT); in TEST_F()
[all …]
/external/deqp/external/vulkancts/framework/vulkan/
DvkMemUtil.hpp100 bool matchesHeap (VkMemoryPropertyFlags heapFlags) const;
DvkMemUtil.cpp123 bool MemoryRequirement::matchesHeap (VkMemoryPropertyFlags heapFlags) const in matchesHeap()
DvkBasicTypes.inl1358 typedef deUint32 VkMemoryPropertyFlags; typedef
DvkStructTypes.inl261 VkMemoryPropertyFlags propertyFlags;
DvkStrUtil.inl186 tcu::Format::Bitfield<32> getMemoryPropertyFlagsStr (VkMemoryPropertyFlags value);
/external/skia/src/gpu/vk/
DGrVkAMDMemoryAllocator.cpp166 VkMemoryPropertyFlags memFlags; in getAllocInfo()
/external/skqp/src/gpu/vk/
DGrVkAMDMemoryAllocator.cpp166 VkMemoryPropertyFlags memFlags; in getAllocInfo()
/external/skqp/src/compute/hs/vk/bench/
Dmain.c330 VkMemoryPropertyFlags const required_mem_props, in vk_find_mem_type_idx()
345 VkMemoryPropertyFlags const common_props = in vk_find_mem_type_idx()
/external/skia/src/compute/hs/vk/bench/
Dmain.c330 VkMemoryPropertyFlags const required_mem_props, in vk_find_mem_type_idx()
345 VkMemoryPropertyFlags const common_props = in vk_find_mem_type_idx()
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryRequirementsTests.cpp399 …const VkMemoryPropertyFlags memoryPropertyFlags = deviceMemoryProperties.memoryTypes[*memoryTypeNd… in verifyMemoryRequirements()
835 …const VkMemoryPropertyFlags memoryPropertyFlags = deviceMemoryProperties.memoryTypes[*memoryTypeNd… in verifyMemoryRequirements()
1750 …const VkMemoryPropertyFlags propertyFlags (memoryProperties.memoryTypes[memoryTypeIndex].propertyF… in testMultiplaneImages()
/external/mesa3d/src/vulkan/wsi/
Dwsi_common.c164 VkMemoryPropertyFlags props, in select_memory_type()
/external/skqp/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h1280 VkMemoryPropertyFlags* pFlags);
1488 VkMemoryPropertyFlags requiredFlags;
1493 VkMemoryPropertyFlags preferredFlags;
8611 VkMemoryPropertyFlags* pFlags) in vmaGetMemoryTypeProperties()
8696VkMemoryPropertyFlags flags = allocator->m_MemProps.memoryTypes[typeIndex].propertyFlags; in vmaBuildStatsString()
8816 const VkMemoryPropertyFlags currFlags = in vmaFindMemoryTypeIndex()
/external/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h1280 VkMemoryPropertyFlags* pFlags);
1488 VkMemoryPropertyFlags requiredFlags;
1493 VkMemoryPropertyFlags preferredFlags;
8611 VkMemoryPropertyFlags* pFlags) in vmaGetMemoryTypeProperties()
8696VkMemoryPropertyFlags flags = allocator->m_MemProps.memoryTypes[typeIndex].propertyFlags; in vmaBuildStatsString()
8816 const VkMemoryPropertyFlags currFlags = in vmaFindMemoryTypeIndex()
/external/mesa3d/src/intel/vulkan/
Danv_private.h731 VkMemoryPropertyFlags propertyFlags;
/external/mesa3d/include/vulkan/
Dvulkan.h1172 typedef VkFlags VkMemoryPropertyFlags; typedef
1722 VkMemoryPropertyFlags propertyFlags;
/external/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h1325 typedef VkFlags VkMemoryPropertyFlags; typedef
1892 VkMemoryPropertyFlags propertyFlags;
/external/skqp/include/third_party/vulkan/vulkan/
Dvulkan_core.h1325 typedef VkFlags VkMemoryPropertyFlags; typedef
1892 VkMemoryPropertyFlags propertyFlags;
/external/vulkan-headers/include/vulkan/
Dvulkan_core.h1444 typedef VkFlags VkMemoryPropertyFlags; typedef
2057 VkMemoryPropertyFlags propertyFlags;

12