Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dextensions.adoc399 * pname:implementationVersion is the version of this layer.
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp3393 VULKAN_HPP_HASH_COMBINE( seed, layerProperties.implementationVersion ); in operator ()()
Dvulkan_hash.hpp5938 VULKAN_HPP_HASH_COMBINE( seed, layerProperties.implementationVersion ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp1250 vkStream->write((uint32_t*)&forMarshaling->implementationVersion, sizeof(uint32_t)); in marshal_VkLayerProperties()
1259 vkStream->read((uint32_t*)&forUnmarshaling->implementationVersion, sizeof(uint32_t)); in unmarshal_VkLayerProperties()
Dgoldfish_vk_reserved_marshaling_guest.cpp1079 memcpy(*ptr, (uint32_t*)&forMarshaling->implementationVersion, sizeof(uint32_t)); in reservedmarshal_VkLayerProperties()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp1336 vkStream->write((uint32_t*)&forMarshaling->implementationVersion, sizeof(uint32_t)); in marshal_VkLayerProperties()
1345 vkStream->read((uint32_t*)&forUnmarshaling->implementationVersion, sizeof(uint32_t)); in unmarshal_VkLayerProperties()
Dgoldfish_vk_reserved_marshaling.cpp1054 memcpy((uint32_t*)&forUnmarshaling->implementationVersion, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkLayerProperties()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3246 uint32_t implementationVersion; member