/external/vulkan-validation-layers/demos/smoke/ |
D | Meshes.h | 25 Meshes(VkDevice dev, const std::vector<VkMemoryPropertyFlags> &mem_flags); 43 …ces(VkDeviceSize vb_size, VkDeviceSize ib_size, const std::vector<VkMemoryPropertyFlags> &mem_flag…
|
D | Smoke.h | 146 std::vector<VkMemoryPropertyFlags> mem_flags_;
|
D | Meshes.cpp | 413 Meshes::Meshes(VkDevice dev, const std::vector<VkMemoryPropertyFlags> &mem_flags) in Meshes() 490 …ces(VkDeviceSize vb_size, VkDeviceSize ib_size, const std::vector<VkMemoryPropertyFlags> &mem_flag… in allocate_resources()
|
/external/vulkan-validation-layers/tests/ |
D | vktestbinding.h | 120 …_type(const uint32_t type_bits, VkMemoryAllocateInfo *info, const VkMemoryPropertyFlags properties, 121 const VkMemoryPropertyFlags forbid = 0) const; 322 void init(const Device &dev, const VkBufferCreateInfo &info, VkMemoryPropertyFlags mem_props); 324 …void init(const Device &dev, VkDeviceSize size, VkMemoryPropertyFlags mem_props) { init(dev, creat… in init() 326 void init_as_src(const Device &dev, VkDeviceSize size, VkMemoryPropertyFlags &reqs) { in init_as_src() 329 void init_as_dst(const Device &dev, VkDeviceSize size, VkMemoryPropertyFlags &reqs) { in init_as_dst() 332 void init_as_src_and_dst(const Device &dev, VkDeviceSize size, VkMemoryPropertyFlags &reqs) { in init_as_src_and_dst() 383 void init(const Device &dev, const VkImageCreateInfo &info, VkMemoryPropertyFlags mem_props);
|
D | vkrenderframework.h | 254 VkMemoryPropertyFlags reqs = 0); 257 VkMemoryPropertyFlags reqs = 0);
|
D | vktestbinding.cpp | 67 VkMemoryPropertyFlags mem_props) { in get_resource_alloc_info() 469 void Buffer::init(const Device &dev, const VkBufferCreateInfo &info, VkMemoryPropertyFlags mem_prop… in NON_DISPATCHABLE_HANDLE_DTOR() 501 void Image::init(const Device &dev, const VkImageCreateInfo &info, VkMemoryPropertyFlags mem_props)… in NON_DISPATCHABLE_HANDLE_DTOR()
|
D | vkrenderframework.cpp | 687 VkMemoryPropertyFlags reqs) { in init_no_layout() 726 VkMemoryPropertyFlags reqs) { in init() 812 …VkMemoryPropertyFlags reqs = VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT | VK_MEMORY_PROPERTY_HOST_COHEREN… in VkTextureObj() 918 …VkMemoryPropertyFlags reqs = VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT | VK_MEMORY_PROPERTY_HOST_COHEREN… in VkConstantBufferObj() 1045 …VkMemoryPropertyFlags reqs = VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT | VK_MEMORY_PROPERTY_HOST_COHEREN… in CreateAndInitBuffer()
|
D | layer_validation_tests.cpp | 1052 VkMemoryPropertyFlags reqs = VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT; in TEST_F() 1087 VkMemoryPropertyFlags reqs = VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT; in TEST_F() 1196 VkMemoryPropertyFlags reqs = VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT; 1920 VkMemoryPropertyFlags reqs = 0; in TEST_F() 2415 VkMemoryPropertyFlags reqs = 0; in TEST_F() 2494 VkMemoryPropertyFlags reqs = 0; in TEST_F() 2685 VkMemoryPropertyFlags reqs = 0; in TEST_F() 7634 VkMemoryPropertyFlags reqs = VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT; in TEST_F() 7654 VkMemoryPropertyFlags reqs = VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT; in TEST_F() 7680 VkMemoryPropertyFlags reqs = VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT; in TEST_F() [all …]
|
/external/skia/src/gpu/vk/ |
D | GrVkMemory.cpp | 21 VkMemoryPropertyFlags requestedMemFlags, in get_valid_memory_type_index() 87 VkMemoryPropertyFlags mpf = phDevMemProps.memoryTypes[typeIndex].propertyFlags; in AllocAndBindBufferMemory() 157 VkMemoryPropertyFlags desiredMemProps = VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT | in AllocAndBindImageMemory() 172 VkMemoryPropertyFlags mpf = phDevMemProps.memoryTypes[typeIndex].propertyFlags; in AllocAndBindImageMemory()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkMemUtil.hpp | 93 bool matchesHeap (VkMemoryPropertyFlags heapFlags) const;
|
D | vkMemUtil.cpp | 109 bool MemoryRequirement::matchesHeap (VkMemoryPropertyFlags heapFlags) const in matchesHeap()
|
D | vkBasicTypes.inl | 1056 typedef deUint32 VkMemoryPropertyFlags; typedef
|
D | vkStructTypes.inl | 261 VkMemoryPropertyFlags propertyFlags;
|
D | vkStrUtil.inl | 150 tcu::Format::Bitfield<32> getMemoryPropertyFlagsStr (VkMemoryPropertyFlags value);
|
D | vkStrUtilImpl.inl | 1174 tcu::Format::Bitfield<32> getMemoryPropertyFlagsStr (VkMemoryPropertyFlags value)
|
/external/deqp/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryRequirementsTests.cpp | 399 …const VkMemoryPropertyFlags memoryPropertyFlags = deviceMemoryProperties.memoryTypes[*memoryTypeNd… in verifyMemoryRequirements() 829 …const VkMemoryPropertyFlags memoryPropertyFlags = deviceMemoryProperties.memoryTypes[*memoryTypeNd… in verifyMemoryRequirements() 1739 …const VkMemoryPropertyFlags propertyFlags (memoryProperties.memoryTypes[memoryTypeIndex].propertyF… in testMultiplaneImages()
|
D | vktMemoryPipelineBarrierTests.cpp | 565 vk::VkMemoryPropertyFlags properties) in bindBufferMemory() 615 vk::VkMemoryPropertyFlags properties) in bindImageMemory()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiFeatureInfo.cpp | 1183 const VkMemoryPropertyFlags validPropertyFlags[] = in deviceMemoryProperties() 1196 const VkMemoryPropertyFlags requiredPropertyFlags[] = in deviceMemoryProperties() 1214 …const VkMemoryPropertyFlags bitsToCheck = VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT|VK_MEMORY_PROPERTY_H… in deviceMemoryProperties() 1216 …for (const VkMemoryPropertyFlags* requiredFlagsIterator = DE_ARRAY_BEGIN(requiredPropertyFlags); r… in deviceMemoryProperties()
|
/external/vulkan-validation-layers/include/vulkan/ |
D | vulkan.h | 893 typedef VkFlags VkMemoryPropertyFlags; typedef 1422 VkMemoryPropertyFlags propertyFlags;
|
D | vulkan.hpp | 9402 using MemoryPropertyFlags = Flags<MemoryPropertyFlagBits, VkMemoryPropertyFlags>;
|
/external/mesa3d/include/vulkan/ |
D | vulkan.h | 899 typedef VkFlags VkMemoryPropertyFlags; typedef 1431 VkMemoryPropertyFlags propertyFlags;
|
/external/skia/third_party/vulkan/vulkan/ |
D | vulkan.h | 980 typedef VkFlags VkMemoryPropertyFlags; typedef 1528 VkMemoryPropertyFlags propertyFlags;
|
/external/deqp/external/vulkancts/scripts/src/ |
D | vulkan.h.in | 1041 typedef VkFlags VkMemoryPropertyFlags; typedef 1587 VkMemoryPropertyFlags propertyFlags;
|