Searched refs:implementationVersion (Results 1 – 8 of 8) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | extensions.adoc | 399 * pname:implementationVersion is the version of this layer.
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 3393 VULKAN_HPP_HASH_COMBINE( seed, layerProperties.implementationVersion ); in operator ()()
|
D | vulkan_hash.hpp | 5938 VULKAN_HPP_HASH_COMBINE( seed, layerProperties.implementationVersion ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 1250 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()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 1079 memcpy(*ptr, (uint32_t*)&forMarshaling->implementationVersion, sizeof(uint32_t)); in reservedmarshal_VkLayerProperties()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 1336 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()
|
D | goldfish_vk_reserved_marshaling.cpp | 1054 memcpy((uint32_t*)&forUnmarshaling->implementationVersion, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkLayerProperties()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3246 uint32_t implementationVersion; member
|