Home
last modified time | relevance | path

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

12

/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_physical_device.c297 vk12_feats->descriptorBindingStorageBufferUpdateAfterBind = in vn_physical_device_init_features()
299 .descriptorBindingStorageBufferUpdateAfterBind; in vn_physical_device_init_features()
1746 u.descriptor_indexing->descriptorBindingStorageBufferUpdateAfterBind = in vn_GetPhysicalDeviceFeatures2()
1747 vk12_feats->descriptorBindingStorageBufferUpdateAfterBind; in vn_GetPhysicalDeviceFeatures2()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkPhysicalDevice.cpp259 features->descriptorBindingStorageBufferUpdateAfterBind = VK_FALSE; in getPhysicalDeviceDescriptorIndexingFeatures()
1191 CheckFeature(requested, supported, descriptorBindingStorageBufferUpdateAfterBind) && in hasExtendedFeatures()
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_device.c633 CORE_FEATURE(descriptorBindingStorageBufferUpdateAfterBind); in vk_get_physical_device_core_1_2_feature_ext()
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_device.c536 .descriptorBindingStorageBufferUpdateAfterBind = false, in panvk_GetPhysicalDeviceFeatures2()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiFeatureInfo.cpp1711 ROADMAP_FEATURE_ITEM(vk12Features, descriptorBindingStorageBufferUpdateAfterBind), in validateRoadmap2022()
2011 FEATURE_TABLE_ITEM(vulkan12Features, descriptorIndexingFeatures, descriptorBindingStorageBufferUpdateAfterBind, "VK_EXT_descriptor_indexing"), in featureBitInfluenceOnDeviceCreate()
5376 OFFSET_TABLE_ENTRY(VkPhysicalDeviceVulkan12Features, descriptorBindingStorageBufferUpdateAfterBind), in deviceFeaturesVulkan12()
5999 descriptorIndexingFeatures.descriptorBindingStorageBufferUpdateAfterBind != vulkan12Features.descriptorBindingStorageBufferUpdateAfterBind || in deviceFeatureExtensionsConsistencyVulkan12()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiFeatureInfo.cpp1702 ROADMAP_FEATURE_ITEM(vk12Features, descriptorBindingStorageBufferUpdateAfterBind), in validateRoadmap2022()
2002 FEATURE_TABLE_ITEM(vulkan12Features, descriptorIndexingFeatures, descriptorBindingStorageBufferUpdateAfterBind, "VK_EXT_descriptor_indexing"), in featureBitInfluenceOnDeviceCreate()
5381 OFFSET_TABLE_ENTRY(VkPhysicalDeviceVulkan12Features, descriptorBindingStorageBufferUpdateAfterBind), in deviceFeaturesVulkan12()
6004 descriptorIndexingFeatures.descriptorBindingStorageBufferUpdateAfterBind != vulkan12Features.descriptorBindingStorageBufferUpdateAfterBind || in deviceFeatureExtensionsConsistencyVulkan12()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_device.c668 f->descriptorBindingStorageBufferUpdateAfterBind = false; in lvp_get_physical_device_features_1_2()
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_device.c590 features->descriptorBindingStorageBufferUpdateAfterBind = true; in tu_get_physical_device_features_1_2()
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_device.c1212 .descriptorBindingStorageBufferUpdateAfterBind = false, in dzn_GetPhysicalDeviceFeatures2()
/third_party/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_device.h2933 size += vn_sizeof_VkBool32(&val->descriptorBindingStorageBufferUpdateAfterBind); in vn_sizeof_VkPhysicalDeviceDescriptorIndexingFeatures_self()
2979 vn_encode_VkBool32(enc, &val->descriptorBindingStorageBufferUpdateAfterBind); in vn_encode_VkPhysicalDeviceDescriptorIndexingFeatures_self()
3022 vn_decode_VkBool32(dec, &val->descriptorBindingStorageBufferUpdateAfterBind); in vn_decode_VkPhysicalDeviceDescriptorIndexingFeatures_self()
3068 /* skip val->descriptorBindingStorageBufferUpdateAfterBind */ in vn_sizeof_VkPhysicalDeviceDescriptorIndexingFeatures_self_partial()
3114 /* skip val->descriptorBindingStorageBufferUpdateAfterBind */ in vn_encode_VkPhysicalDeviceDescriptorIndexingFeatures_self_partial()
6055 size += vn_sizeof_VkBool32(&val->descriptorBindingStorageBufferUpdateAfterBind); in vn_sizeof_VkPhysicalDeviceVulkan12Features_self()
6128 vn_encode_VkBool32(enc, &val->descriptorBindingStorageBufferUpdateAfterBind); in vn_encode_VkPhysicalDeviceVulkan12Features_self()
6198 vn_decode_VkBool32(dec, &val->descriptorBindingStorageBufferUpdateAfterBind); in vn_decode_VkPhysicalDeviceVulkan12Features_self()
6271 /* skip val->descriptorBindingStorageBufferUpdateAfterBind */ in vn_sizeof_VkPhysicalDeviceVulkan12Features_self_partial()
6344 /* skip val->descriptorBindingStorageBufferUpdateAfterBind */ in vn_encode_VkPhysicalDeviceVulkan12Features_self_partial()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingDescriptorCopyTests.cpp1790 if (usesStorageBuffer && !context.getDescriptorIndexingFeatures().descriptorBindingStorageBufferUpdateAfterBind)
1791 TCU_THROW(NotSupportedError, "descriptorBindingStorageBufferUpdateAfterBind not supported.");
H A DvktBindingDescriptorSetRandomTests.cpp1519 (binding.descriptorType != VK_DESCRIPTOR_TYPE_STORAGE_BUFFER || indexingFeatures.descriptorBindingStorageBufferUpdateAfterBind) && in iterate()
H A DvktBindingValveMutableTests.cpp2663 if (!indexingFeatures.descriptorBindingStorageBufferUpdateAfterBind)
H A DvktBindingMutableTests.cpp2755 if (!indexingFeatures.descriptorBindingStorageBufferUpdateAfterBind)
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
H A DvktBindingDescriptorCopyTests.cpp1790 if (usesStorageBuffer && !context.getDescriptorIndexingFeatures().descriptorBindingStorageBufferUpdateAfterBind)
1791 TCU_THROW(NotSupportedError, "descriptorBindingStorageBufferUpdateAfterBind not supported.");
H A DvktBindingDescriptorSetRandomTests.cpp1519 (binding.descriptorType != VK_DESCRIPTOR_TYPE_STORAGE_BUFFER || indexingFeatures.descriptorBindingStorageBufferUpdateAfterBind) && in iterate()
H A DvktBindingMutableTests.cpp2751 if (!indexingFeatures.descriptorBindingStorageBufferUpdateAfterBind)
/third_party/glfw/deps/glad/
H A Dvulkan.h4029 VkBool32 descriptorBindingStorageBufferUpdateAfterBind; member
4362 VkBool32 descriptorBindingStorageBufferUpdateAfterBind; member
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
H A Dvulkan_sc_core.h4332 VkBool32 descriptorBindingStorageBufferUpdateAfterBind; member
4581 VkBool32 descriptorBindingStorageBufferUpdateAfterBind; member
/third_party/mesa3d/src/intel/vulkan/
H A Danv_device.c1394 f->descriptorBindingStorageBufferUpdateAfterBind = descIndexing; in anv_get_physical_device_features_1_2()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/descriptor_indexing/
H A DvktDescriptorSetsIndexingTests.cpp4339 if (m_testCaseParams.updateAfterBind && !feats.descriptorBindingStorageBufferUpdateAfterBind) in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/descriptor_indexing/
H A DvktDescriptorSetsIndexingTests.cpp4119 if (m_testCaseParams.updateAfterBind && !feats.descriptorBindingStorageBufferUpdateAfterBind) in checkSupport()
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h5383 VkBool32 descriptorBindingStorageBufferUpdateAfterBind; member
5632 VkBool32 descriptorBindingStorageBufferUpdateAfterBind; member
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_structs.hpp41012 VULKAN_HPP_NAMESPACE::Bool32 descriptorBindingStorageBufferUpdateAfterBind = {}; global() member
56906 VULKAN_HPP_NAMESPACE::Bool32 descriptorBindingStorageBufferUpdateAfterBind = {}; global() member
[all...]
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h5749 VkBool32 descriptorBindingStorageBufferUpdateAfterBind; member
5998 VkBool32 descriptorBindingStorageBufferUpdateAfterBind; member

Completed in 326 milliseconds

12