Home
last modified time | relevance | path

Searched refs:push_descriptor_props (Results 1 – 6 of 6) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/third_party/vulkan-tools/src/icd/generated/
H A Dmock_icd.cpp2344 …const auto *push_descriptor_props = lvl_find_in_chain<VkPhysicalDevicePushDescriptorPropertiesKHR>… in GetPhysicalDeviceProperties2KHR() local
2345 if (push_descriptor_props) { in GetPhysicalDeviceProperties2KHR()
2346 …orPropertiesKHR* write_props = (VkPhysicalDevicePushDescriptorPropertiesKHR*)push_descriptor_props; in GetPhysicalDeviceProperties2KHR()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/vulkan-tools/src/icd/generated/
H A Dmock_icd.cpp2533 …const auto *push_descriptor_props = lvl_find_in_chain<VkPhysicalDevicePushDescriptorPropertiesKHR>… in GetPhysicalDeviceProperties2KHR() local
2534 if (push_descriptor_props) { in GetPhysicalDeviceProperties2KHR()
2535 …orPropertiesKHR* write_props = (VkPhysicalDevicePushDescriptorPropertiesKHR*)push_descriptor_props; in GetPhysicalDeviceProperties2KHR()
/dports/graphics/vulkan-tools/Vulkan-Tools-1.2.203/icd/generated/
H A Dmock_icd.cpp2681 …const auto *push_descriptor_props = lvl_find_in_chain<VkPhysicalDevicePushDescriptorPropertiesKHR>… in GetPhysicalDeviceProperties2KHR() local
2682 if (push_descriptor_props) { in GetPhysicalDeviceProperties2KHR()
2683 …orPropertiesKHR* write_props = (VkPhysicalDevicePushDescriptorPropertiesKHR*)push_descriptor_props; in GetPhysicalDeviceProperties2KHR()
/dports/graphics/vulkan-validation-layers/Vulkan-ValidationLayers-1.2.203/layers/
H A Dstate_tracker.h1138 VkPhysicalDevicePushDescriptorPropertiesKHR push_descriptor_props; member
H A Dstate_tracker.cpp1134 …alDeviceExtProperties(gpu, dev_ext.vk_khr_push_descriptor, &phys_dev_props->push_descriptor_props); in PostCallRecordCreateDevice()
H A Dcore_validation.cpp5954 …phys_dev_ext_props.push_descriptor_props.maxPushDescriptors, IsExtEnabled(device_extensions.vk_ext… in PreCallValidateCreateDescriptorSetLayout()