Home
last modified time | relevance | path

Searched refs:VkMemoryPropertyFlagBits (Results 1 – 9 of 9) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
DvkBasicTypes.inl1349 enum VkMemoryPropertyFlagBits enum
DvkVulkan_c.inl1224 typedef enum VkMemoryPropertyFlagBits { enum
1232 } VkMemoryPropertyFlagBits; typedef
/external/mesa3d/include/vulkan/
Dvulkan.h1164 typedef enum VkMemoryPropertyFlagBits { enum
1171 } VkMemoryPropertyFlagBits; typedef
/external/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h1316 typedef enum VkMemoryPropertyFlagBits { enum
1324 } VkMemoryPropertyFlagBits; typedef
/external/skqp/include/third_party/vulkan/vulkan/
Dvulkan_core.h1316 typedef enum VkMemoryPropertyFlagBits { enum
1324 } VkMemoryPropertyFlagBits; typedef
/external/vulkan-headers/include/vulkan/
Dvulkan_core.h1435 typedef enum VkMemoryPropertyFlagBits { enum
1443 } VkMemoryPropertyFlagBits; typedef
/external/swiftshader/include/vulkan/
Dvulkan_core.h1403 typedef enum VkMemoryPropertyFlagBits { enum
1411 } VkMemoryPropertyFlagBits; typedef
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in1221 typedef enum VkMemoryPropertyFlagBits { enum
1229 } VkMemoryPropertyFlagBits; typedef
/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp34221 VkMemoryPropertyFlagBits mem_props = VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT; in TEST_F()