Home
last modified time | relevance | path

Searched refs:pageableDeviceLocalMemory (Results 1 – 11 of 11) sorted by relevance

/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkDeviceFeatureTest.inl1173 FEATURE_ITEM (VkPhysicalDevicePageableDeviceLocalMemoryFeaturesEXT, pageableDeviceLocalMemory),
DvkStructTypes.inl5643 VkBool32 pageableDeviceLocalMemory; member
DvkVulkan_c.inl14130 VkBool32 pageableDeviceLocalMemory; member
DvkStrUtilImpl.inl12104 s << "\tpageableDeviceLocalMemory = " << value.pageableDeviceLocalMemory << '\n';
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvulkan_core.h13168 VkBool32 pageableDeviceLocalMemory; member
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_core.h12961 VkBool32 pageableDeviceLocalMemory; member
Dvulkan_structs.hpp47667 : pageableDeviceLocalMemory( pageableDeviceLocalMemory_ )
47701 pageableDeviceLocalMemory = pageableDeviceLocalMemory_; in setPageableDeviceLocalMemory()
47722 ( pageableDeviceLocalMemory == rhs.pageableDeviceLocalMemory ); in operator ==()
47734 VULKAN_HPP_NAMESPACE::Bool32 pageableDeviceLocalMemory = {}; member
/third_party/mesa3d/include/vulkan/
Dvulkan_core.h14238 VkBool32 pageableDeviceLocalMemory; member
/third_party/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp62309 , pageableDeviceLocalMemory( pageableDeviceLocalMemory_ )
62341 pageableDeviceLocalMemory = pageableDeviceLocalMemory_; in setPageableDeviceLocalMemory()
62364 return std::tie( sType, pNext, pageableDeviceLocalMemory ); in reflect()
62376 … == rhs.sType ) && ( pNext == rhs.pNext ) && ( pageableDeviceLocalMemory == rhs.pageableDeviceLoca… in operator ==()
62389 VULKAN_HPP_NAMESPACE::Bool32 pageableDeviceLocalMemory = {}; member
Dvulkan_core.h14775 VkBool32 pageableDeviceLocalMemory; member
Dvulkan_hash.hpp8542 …HASH_COMBINE( seed, physicalDevicePageableDeviceLocalMemoryFeaturesEXT.pageableDeviceLocalMemory ); in operator ()()