/third_party/vulkan-loader/tests/framework/layer/ |
D | layer_util.h | 35 BUILDER_VALUE(LayerDefinition, uint32_t, implementationVersion, VK_API_VERSION_1_0) in BUILDER_VALUE() 40 … uint32_t implementationVersion = VK_API_VERSION_1_0, std::string description = "", 44 implementationVersion(implementationVersion), 52 props.implementationVersion = implementationVersion; in get()
|
D | test_layer.cpp | 576 pProperties[i].implementationVersion = 0xABCD0000 + count; in test_preinst_vkEnumerateInstanceLayerProperties()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkQueryUtil.cpp | 477 … (required.minImplVersion && required.minImplVersion.get() > layerProperties.implementationVersion) in isCompatible() 480 … (required.maxImplVersion && required.maxImplVersion.get() < layerProperties.implementationVersion) in isCompatible()
|
/third_party/mesa3d/src/virtio/venus-protocol/ |
D | vn_protocol_driver_structs.h | 74 size += vn_sizeof_uint32_t(&val->implementationVersion); in vn_sizeof_VkLayerProperties() 88 vn_decode_uint32_t(dec, &val->implementationVersion); in vn_decode_VkLayerProperties()
|
/third_party/vulkan-loader/tests/framework/ |
D | test_util.h | 836 a.implementationVersion == b.implementationVersion && a.specVersion == b.specVersion;
|
D | test_util.cpp | 193 properties.implementationVersion = implementation_version; in get_layer_properties()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/ |
D | gstvkinstance.c | 358 *spec_version = priv->available_layers[i].implementationVersion; in gst_vulkan_instance_get_layer_info_unlocked()
|
D | gstvkphysicaldevice.c | 991 *spec_version = priv->available_layers[i].implementationVersion; in gst_vulkan_physical_device_get_layer_info_unlocked()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/ |
D | extensions.adoc | 352 * pname:implementationVersion is the version of this layer.
|
D | extensions.txt | 343 * pname:implementationVersion is the version of this layer.
|
/third_party/flutter/glfw/deps/vulkan/ |
D | vulkan.h | 1444 uint32_t implementationVersion; member
|
/third_party/vulkan-loader/loader/ |
D | loader.c | 2216 props->info.implementationVersion = atoi(implementation_version); in loader_read_layer_json()
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
D | vulkan_sc_core.h | 1969 uint32_t implementationVersion; member
|
/third_party/flutter/skia/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 1939 uint32_t implementationVersion; member
|
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
D | vkStructTypes.inl | 85 uint32_t implementationVersion; member
|
/third_party/flutter/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
D | vulkan_core.h | 2143 uint32_t implementationVersion; member
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 2716 uint32_t implementationVersion; member
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
D | vulkan_core.h | 2809 uint32_t implementationVersion; member
|
D | vulkan_structs.hpp | 34729 , implementationVersion( implementationVersion_ ) 34764 … ( implementationVersion == rhs.implementationVersion ) && ( description == rhs.description ); in operator ==() 34776 … uint32_t implementationVersion = {}; member
|
/third_party/vk-gl-cts/external/vulkan-docs/src/include/vulkan/ |
D | vulkan_core.h | 2865 uint32_t implementationVersion; member
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
D | vulkan_core.h | 2858 uint32_t implementationVersion; member
|
/third_party/mesa3d/include/vulkan/ |
D | vulkan_core.h | 3073 uint32_t implementationVersion; member
|
/third_party/vulkan-headers/include/vulkan/ |
D | vulkan_core.h | 3182 uint32_t implementationVersion; member
|
D | vulkan_hash.hpp | 5740 VULKAN_HPP_HASH_COMBINE( seed, layerProperties.implementationVersion ); in operator ()()
|
D | vulkan_structs.hpp | 42803 , implementationVersion( implementationVersion_ ) 42842 return std::tie( layerName, specVersion, implementationVersion, description ); in reflect() 42854 …rName ) && ( specVersion == rhs.specVersion ) && ( implementationVersion == rhs.implementationVers… in operator ==() 42868 … uint32_t implementationVersion = {}; member
|