Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_EXT_pageable_device_local_memory.txt58 slink:VkPhysicalDevicePageableDeviceLocalMemoryFeaturesEXT::pname:pageableDeviceLocalMemory
/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.inl12118 s << "\tpageableDeviceLocalMemory = " << value.pageableDeviceLocalMemory << '\n';
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Dfeatures.txt4418 * [[features-pageableDeviceLocalMemory]] pname:pageableDeviceLocalMemory
Dmemory.txt1060 slink:VkPhysicalDevicePageableDeviceLocalMemoryFeaturesEXT::pname:pageableDeviceLocalMemory
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvulkan_core.h13168 VkBool32 pageableDeviceLocalMemory; member
/third_party/vk-gl-cts/external/vulkan-docs/src/include/vulkan/
Dvulkan_core.h13176 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.hpp66457 , pageableDeviceLocalMemory( pageableDeviceLocalMemory_ )
66489 pageableDeviceLocalMemory = pageableDeviceLocalMemory_; in setPageableDeviceLocalMemory()
66512 return std::tie( sType, pNext, pageableDeviceLocalMemory ); in reflect()
66524 … == rhs.sType ) && ( pNext == rhs.pNext ) && ( pageableDeviceLocalMemory == rhs.pageableDeviceLoca… in operator ==()
66537 VULKAN_HPP_NAMESPACE::Bool32 pageableDeviceLocalMemory = {}; member
Dvulkan_core.h15631 VkBool32 pageableDeviceLocalMemory; member
Dvulkan_hash.hpp9058 …HASH_COMBINE( seed, physicalDevicePageableDeviceLocalMemoryFeaturesEXT.pageableDeviceLocalMemory ); in operator ()()