Home
last modified time | relevance | path

Searched refs:implementationVersion (Results 1 – 25 of 27) sorted by relevance

12

/third_party/vulkan-loader/tests/framework/layer/
Dlayer_util.h35 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()
Dtest_layer.cpp576 pProperties[i].implementationVersion = 0xABCD0000 + count; in test_preinst_vkEnumerateInstanceLayerProperties()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkQueryUtil.cpp477 … (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/
Dvn_protocol_driver_structs.h74 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/
Dtest_util.h836 a.implementationVersion == b.implementationVersion && a.specVersion == b.specVersion;
Dtest_util.cpp193 properties.implementationVersion = implementation_version; in get_layer_properties()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvkinstance.c358 *spec_version = priv->available_layers[i].implementationVersion; in gst_vulkan_instance_get_layer_info_unlocked()
Dgstvkphysicaldevice.c991 *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/
Dextensions.adoc352 * pname:implementationVersion is the version of this layer.
Dextensions.txt343 * pname:implementationVersion is the version of this layer.
/third_party/flutter/glfw/deps/vulkan/
Dvulkan.h1444 uint32_t implementationVersion; member
/third_party/vulkan-loader/loader/
Dloader.c2216 props->info.implementationVersion = atoi(implementation_version); in loader_read_layer_json()
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
Dvulkan_sc_core.h1969 uint32_t implementationVersion; member
/third_party/flutter/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h1939 uint32_t implementationVersion; member
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkStructTypes.inl85 uint32_t implementationVersion; member
/third_party/flutter/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvulkan_core.h2143 uint32_t implementationVersion; member
/third_party/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h2716 uint32_t implementationVersion; member
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_core.h2809 uint32_t implementationVersion; member
Dvulkan_structs.hpp34729 , 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/
Dvulkan_core.h2865 uint32_t implementationVersion; member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvulkan_core.h2858 uint32_t implementationVersion; member
/third_party/mesa3d/include/vulkan/
Dvulkan_core.h3073 uint32_t implementationVersion; member
/third_party/vulkan-headers/include/vulkan/
Dvulkan_core.h3182 uint32_t implementationVersion; member
Dvulkan_hash.hpp5740 VULKAN_HPP_HASH_COMBINE( seed, layerProperties.implementationVersion ); in operator ()()
Dvulkan_structs.hpp42803 , 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

12