Home
last modified time | relevance | path

Searched refs:runtimeDescriptorArray (Results 1 – 25 of 46) sorted by relevance

12

/third_party/vk-gl-cts/external/vulkancts/scripts/src/
Dmandatory_features.txt29 VkPhysicalDeviceDescriptorIndexingFeaturesEXT FEATURES ( runtimeDescriptorArray ) REQUIRE…
64 VkPhysicalDeviceVulkan12Features FEATURES ( runtimeDescriptorArray ) REQUIREMENTS ( "A…
119 VkPhysicalDeviceVulkan12Features FEATURES ( runtimeDescriptorArray ) REQUIREMENTS ( "A…
134 VkPhysicalDeviceDescriptorIndexingFeaturesEXT FEATURES ( runtimeDescriptorArray ) REQUIRE…
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/roadmap/
DRoadmap-2022.adoc57 ** <<features-runtimeDescriptorArray, pname:runtimeDescriptorArray>>
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkMandatoryFeatures.inl1107 if ( physicalDeviceDescriptorIndexingFeatures.runtimeDescriptorArray == VK_FALSE )
1109 …log << tcu::TestLog::Message << "Mandatory feature runtimeDescriptorArray not supported" << tcu::T…
1224 if ( physicalDeviceDescriptorIndexingFeatures.runtimeDescriptorArray == VK_FALSE )
1226 …log << tcu::TestLog::Message << "Mandatory feature runtimeDescriptorArray not supported" << tcu::T…
2261 if ( physicalDeviceVulkan12Features.runtimeDescriptorArray == VK_FALSE )
2263 …log << tcu::TestLog::Message << "Mandatory feature runtimeDescriptorArray not supported" << tcu::T…
2432 if ( physicalDeviceVulkan12Features.runtimeDescriptorArray == VK_FALSE )
2434 …log << tcu::TestLog::Message << "Mandatory feature runtimeDescriptorArray not supported" << tcu::T…
DvkDeviceFeatures.inl91 featureType.runtimeDescriptorArray = allFeaturesBlobs.vk12.runtimeDescriptorArray;
DvkDeviceFeatures2.inl729 …viceDescriptorIndexingFeatures[0].runtimeDescriptorArray != deviceDescriptorIndexingFeatures[1].ru…
2346 …deviceVulkan12Features[0].runtimeDescriptorArray != deviceVulkan12Features[1].runtimeDescriptorArr…
/third_party/mesa3d/src/virtio/vulkan/
Dvn_physical_device.c314 vk12_feats->runtimeDescriptorArray = in vn_physical_device_init_features()
315 local_feats.descriptor_indexing.runtimeDescriptorArray; in vn_physical_device_init_features()
1760 u.descriptor_indexing->runtimeDescriptorArray = in vn_GetPhysicalDeviceFeatures2()
1761 vk12_feats->runtimeDescriptorArray; in vn_GetPhysicalDeviceFeatures2()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkPhysicalDevice.cpp265 features->runtimeDescriptorArray = VK_FALSE; in getPhysicalDeviceDescriptorIndexingFeatures()
1197 CheckFeature(requested, supported, runtimeDescriptorArray) && in hasExtendedFeatures()
/third_party/mesa3d/src/vulkan/runtime/
Dvk_device.c639 CORE_FEATURE(runtimeDescriptorArray); in vk_get_physical_device_core_1_2_feature_ext()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvkphysicaldevice.c419 DEBUG_BOOL_STRUCT ("support for (1.2)", features, runtimeDescriptorArray); in dump_features12()
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_device.c542 .runtimeDescriptorArray = false, in panvk_GetPhysicalDeviceFeatures2()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp1708 ROADMAP_FEATURE_ITEM(vk12Features, runtimeDescriptorArray), in validateRoadmap2022()
2008 …FEATURE_TABLE_ITEM(vulkan12Features, descriptorIndexingFeatures, runtimeDescriptorArray, … in featureBitInfluenceOnDeviceCreate()
5387 OFFSET_TABLE_ENTRY(VkPhysicalDeviceVulkan12Features, runtimeDescriptorArray), in deviceFeaturesVulkan12()
6010 …descriptorIndexingFeatures.runtimeDescriptorArray != vulkan12Features.runtimeDescriptorArra… in deviceFeatureExtensionsConsistencyVulkan12()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
DvktApiFeatureInfo.cpp1708 ROADMAP_FEATURE_ITEM(vk12Features, runtimeDescriptorArray), in validateRoadmap2022()
2008 …FEATURE_TABLE_ITEM(vulkan12Features, descriptorIndexingFeatures, runtimeDescriptorArray, … in featureBitInfluenceOnDeviceCreate()
5387 OFFSET_TABLE_ENTRY(VkPhysicalDeviceVulkan12Features, runtimeDescriptorArray), in deviceFeaturesVulkan12()
6010 …descriptorIndexingFeatures.runtimeDescriptorArray != vulkan12Features.runtimeDescriptorArra… in deviceFeatureExtensionsConsistencyVulkan12()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_device.c674 f->runtimeDescriptorArray = false; in lvp_get_physical_device_features_1_2()
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
Dspirvenv.txt582 <<features-runtimeDescriptorArray,runtimeDescriptorArray>> feature is
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Dfeatures.adoc2158 * [[{anchor-prefix}features-runtimeDescriptorArray]]
2159 pname:runtimeDescriptorArray indicates whether the implementation
6210 ** <<features-runtimeDescriptorArray, pname:runtimeDescriptorArray>>
6889 * <<features-runtimeDescriptorArray, pname:runtimeDescriptorArray>>
Dfeatures.txt1961 * [[{anchor-prefix}features-runtimeDescriptorArray]]
1962 pname:runtimeDescriptorArray indicates whether the implementation
4818 ** <<features-runtimeDescriptorArray, pname:runtimeDescriptorArray>>
/third_party/mesa3d/src/microsoft/vulkan/
Ddzn_device.c1218 .runtimeDescriptorArray = false, in dzn_GetPhysicalDeviceFeatures2()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_device.c596 features->runtimeDescriptorArray = true; in tu_get_physical_device_features_1_2()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ubo/
DvktUniformBlockCase.cpp2236 !context.getDescriptorIndexingFeatures().runtimeDescriptorArray ) ) in createInstance()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ubo/
DvktUniformBlockCase.cpp2236 !context.getDescriptorIndexingFeatures().runtimeDescriptorArray ) ) in createInstance()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
DvktBindingDescriptorSetRandomTests.cpp456 !indexingFeatures.runtimeDescriptorArray) in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
DvktBindingDescriptorSetRandomTests.cpp456 !indexingFeatures.runtimeDescriptorArray) in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutCase.cpp2497 !context.getDescriptorIndexingFeatures().runtimeDescriptorArray ) ) in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ssbo/
DvktSSBOLayoutCase.cpp2497 !context.getDescriptorIndexingFeatures().runtimeDescriptorArray ) ) in checkSupport()
/third_party/mesa3d/src/virtio/venus-protocol/
Dvn_protocol_driver_device.h2939 size += vn_sizeof_VkBool32(&val->runtimeDescriptorArray); in vn_sizeof_VkPhysicalDeviceDescriptorIndexingFeatures_self()
2985 vn_encode_VkBool32(enc, &val->runtimeDescriptorArray); in vn_encode_VkPhysicalDeviceDescriptorIndexingFeatures_self()
3028 vn_decode_VkBool32(dec, &val->runtimeDescriptorArray); in vn_decode_VkPhysicalDeviceDescriptorIndexingFeatures_self()
6061 size += vn_sizeof_VkBool32(&val->runtimeDescriptorArray); in vn_sizeof_VkPhysicalDeviceVulkan12Features_self()
6134 vn_encode_VkBool32(enc, &val->runtimeDescriptorArray); in vn_encode_VkPhysicalDeviceVulkan12Features_self()
6204 vn_decode_VkBool32(dec, &val->runtimeDescriptorArray); in vn_decode_VkPhysicalDeviceVulkan12Features_self()

12