Home
last modified time | relevance | path

Searched refs:maintenance4 (Results 1 - 25 of 25) sorted by relevance

/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_physical_device.h32 VkPhysicalDeviceMaintenance4Features maintenance4; member
56 VkPhysicalDeviceMaintenance4Properties maintenance4; member
H A Dvn_buffer.c172 if (pdev->features.maintenance4.maintenance4) { in vn_buffer_get_max_buffer_size()
173 *out_max_buffer_size = pdev->properties.maintenance4.maxBufferSize; in vn_buffer_get_max_buffer_size()
H A Dvn_physical_device.c137 VN_ADD_EXT_TO_PNEXT(exts->KHR_maintenance4, feats->maintenance4, in vn_physical_device_init_features()
498 VN_ADD_EXT_TO_PNEXT(exts->KHR_maintenance4, props->maintenance4, in vn_physical_device_init_properties()
1632 VkPhysicalDeviceMaintenance4Features *maintenance4; in vn_GetPhysicalDeviceFeatures2() member
1860 *u.maintenance4 = feats->maintenance4; in vn_GetPhysicalDeviceFeatures2()
1919 VkPhysicalDeviceMaintenance4Properties *maintenance4; in vn_GetPhysicalDeviceProperties2() member
2165 *u.maintenance4 = props->maintenance4; in vn_GetPhysicalDeviceProperties2()
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_device.c742 CORE_FEATURE(maintenance4); in vk_get_physical_device_core_1_3_feature_ext()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_device.c715 f->maintenance4 = VK_TRUE; in lvp_get_physical_device_features_1_3()
840 features->maintenance4 = true; in lvp_GetPhysicalDeviceFeatures2()
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_device.c579 .maintenance4 = false, in panvk_GetPhysicalDeviceFeatures2()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
H A DvktTestCase.cpp757 return !!vk13Features.maintenance4; in isDeviceFunctionalitySupported()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/
H A DvktTestCase.cpp695 return !!vk13Features.maintenance4; in isDeviceFunctionalitySupported()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiFeatureInfo.cpp2064 FEATURE_TABLE_ITEM(vulkan13Features, maintenance4Features, maintenance4, "VK_KHR_maintenance4"), in featureBitInfluenceOnDeviceCreate()
5531 OFFSET_TABLE_ENTRY(VkPhysicalDeviceVulkan13Features, maintenance4), in deviceFeaturesVulkan13()
6096 { { "VkPhysicalDeviceVulkan13Features.maintenance4" }, vulkan13Features.maintenance4 }, in deviceFeatureExtensionsConsistencyVulkan13()
6180 if (maintenance4Features.maintenance4 != vulkan13Features.maintenance4) in deviceFeatureExtensionsConsistencyVulkan13()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiFeatureInfo.cpp2055 FEATURE_TABLE_ITEM(vulkan13Features, maintenance4Features, maintenance4, "VK_KHR_maintenance4"), in featureBitInfluenceOnDeviceCreate()
5536 OFFSET_TABLE_ENTRY(VkPhysicalDeviceVulkan13Features, maintenance4), in deviceFeaturesVulkan13()
6101 { { "VkPhysicalDeviceVulkan13Features.maintenance4" }, vulkan13Features.maintenance4 }, in deviceFeatureExtensionsConsistencyVulkan13()
6185 if (maintenance4Features.maintenance4 != vulkan13Features.maintenance4) in deviceFeatureExtensionsConsistencyVulkan13()
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_device.c635 features->maintenance4 = true; in tu_get_physical_device_features_1_3()
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_device.c1255 .maintenance4 = false, in dzn_GetPhysicalDeviceFeatures2()
/third_party/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_device.h2391 size += vn_sizeof_VkBool32(&val->maintenance4); in vn_sizeof_VkPhysicalDeviceMaintenance4Features_self()
2418 vn_encode_VkBool32(enc, &val->maintenance4); in vn_encode_VkPhysicalDeviceMaintenance4Features_self()
2442 vn_decode_VkBool32(dec, &val->maintenance4); in vn_decode_VkPhysicalDeviceMaintenance4Features_self()
2469 /* skip val->maintenance4 */ in vn_sizeof_VkPhysicalDeviceMaintenance4Features_self_partial()
2496 /* skip val->maintenance4 */ in vn_encode_VkPhysicalDeviceMaintenance4Features_self_partial()
6407 size += vn_sizeof_VkBool32(&val->maintenance4); in vn_sizeof_VkPhysicalDeviceVulkan13Features_self()
6448 vn_encode_VkBool32(enc, &val->maintenance4); in vn_encode_VkPhysicalDeviceVulkan13Features_self()
6486 vn_decode_VkBool32(dec, &val->maintenance4); in vn_decode_VkPhysicalDeviceVulkan13Features_self()
6527 /* skip val->maintenance4 */ in vn_sizeof_VkPhysicalDeviceVulkan13Features_self_partial()
6568 /* skip val->maintenance4 */ in vn_encode_VkPhysicalDeviceVulkan13Features_self_partial()
[all...]
/third_party/glfw/deps/glad/
H A Dvulkan.h3955 VkBool32 maintenance4; member
4462 VkBool32 maintenance4; member
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_device.c1433 f->maintenance4 = true; in radv_get_physical_device_features_1_3()
1759 features->maintenance4 = true; in radv_GetPhysicalDeviceFeatures2()
/third_party/mesa3d/src/intel/vulkan/
H A Danv_device.c1441 f->maintenance4 = true; in anv_get_physical_device_features_1_3()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingDescriptorBufferTests.cpp2667 if (!maintenance4Features.maintenance4)
2668 TCU_THROW(NotSupportedError, "Execution mode LocalSizeId is used, maintenance4 required");
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
H A DvktBindingDescriptorBufferTests.cpp2647 if (!maintenance4Features.maintenance4)
2648 TCU_THROW(NotSupportedError, "Execution mode LocalSizeId is used, maintenance4 required");
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h6632 VkBool32 maintenance4; member
7124 VkBool32 maintenance4; member
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_core.h6789 VkBool32 maintenance4; member
7281 VkBool32 maintenance4; member
H A Dvulkan_hash.hpp9590 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceMaintenance4Features.maintenance4 );
12154 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan13Features.maintenance4 );
H A Dvulkan_structs.hpp[all...]
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_structs.hpp46395 VULKAN_HPP_NAMESPACE::Bool32 maintenance4 = {}; global() member
[all...]
H A Dvulkan_core.h8528 VkBool32 maintenance4; member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h8688 VkBool32 maintenance4; member

Completed in 404 milliseconds