Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/demos/smoke/
DMeshes.h25 Meshes(VkDevice dev, const std::vector<VkMemoryPropertyFlags> &mem_flags);
43 …ces(VkDeviceSize vb_size, VkDeviceSize ib_size, const std::vector<VkMemoryPropertyFlags> &mem_flag…
DSmoke.h146 std::vector<VkMemoryPropertyFlags> mem_flags_;
DMeshes.cpp413 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/
Dvktestbinding.h120 …_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);
Dvkrenderframework.h254 VkMemoryPropertyFlags reqs = 0);
257 VkMemoryPropertyFlags reqs = 0);
Dvktestbinding.cpp67 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()
Dvkrenderframework.cpp687 VkMemoryPropertyFlags reqs) { in init_no_layout()
726 VkMemoryPropertyFlags reqs) { in init()
812VkMemoryPropertyFlags reqs = VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT | VK_MEMORY_PROPERTY_HOST_COHEREN… in VkTextureObj()
918VkMemoryPropertyFlags reqs = VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT | VK_MEMORY_PROPERTY_HOST_COHEREN… in VkConstantBufferObj()
1045VkMemoryPropertyFlags reqs = VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT | VK_MEMORY_PROPERTY_HOST_COHEREN… in CreateAndInitBuffer()
Dlayer_validation_tests.cpp1052 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/
DGrVkMemory.cpp21 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/
DvkMemUtil.hpp93 bool matchesHeap (VkMemoryPropertyFlags heapFlags) const;
DvkMemUtil.cpp109 bool MemoryRequirement::matchesHeap (VkMemoryPropertyFlags heapFlags) const in matchesHeap()
DvkBasicTypes.inl1056 typedef deUint32 VkMemoryPropertyFlags; typedef
DvkStructTypes.inl261 VkMemoryPropertyFlags propertyFlags;
DvkStrUtil.inl150 tcu::Format::Bitfield<32> getMemoryPropertyFlagsStr (VkMemoryPropertyFlags value);
DvkStrUtilImpl.inl1174 tcu::Format::Bitfield<32> getMemoryPropertyFlagsStr (VkMemoryPropertyFlags value)
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryRequirementsTests.cpp399 …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()
DvktMemoryPipelineBarrierTests.cpp565 vk::VkMemoryPropertyFlags properties) in bindBufferMemory()
615 vk::VkMemoryPropertyFlags properties) in bindImageMemory()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp1183 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/
Dvulkan.h893 typedef VkFlags VkMemoryPropertyFlags; typedef
1422 VkMemoryPropertyFlags propertyFlags;
Dvulkan.hpp9402 using MemoryPropertyFlags = Flags<MemoryPropertyFlagBits, VkMemoryPropertyFlags>;
/external/mesa3d/include/vulkan/
Dvulkan.h899 typedef VkFlags VkMemoryPropertyFlags; typedef
1431 VkMemoryPropertyFlags propertyFlags;
/external/skia/third_party/vulkan/vulkan/
Dvulkan.h980 typedef VkFlags VkMemoryPropertyFlags; typedef
1528 VkMemoryPropertyFlags propertyFlags;
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in1041 typedef VkFlags VkMemoryPropertyFlags; typedef
1587 VkMemoryPropertyFlags propertyFlags;