Searched refs:pipelineIdentifier (Results 1 – 10 of 10) sorted by relevance
| /device/generic/vulkan-cereal/stream-servers/vulkan/cereal/common/ |
| D | goldfish_vk_testing.cpp | 18906 if (!((memcmp(a->pipelineIdentifier, b->pipelineIdentifier, VK_UUID_SIZE * sizeof(uint8_t)) == in checkEqual_VkPipelinePropertiesIdentifierEXT()
|
| D | goldfish_vk_deepcopy.cpp | 18683 memcpy(to->pipelineIdentifier, from->pipelineIdentifier, VK_UUID_SIZE * sizeof(uint8_t)); in deepcopy_VkPipelinePropertiesIdentifierEXT()
|
| D | goldfish_vk_marshaling.cpp | 35127 vkStream->write((uint8_t*)forMarshaling->pipelineIdentifier, VK_UUID_SIZE * sizeof(uint8_t)); in marshal_VkPipelinePropertiesIdentifierEXT() 35151 vkStream->read((uint8_t*)forUnmarshaling->pipelineIdentifier, VK_UUID_SIZE * sizeof(uint8_t)); in unmarshal_VkPipelinePropertiesIdentifierEXT()
|
| D | goldfish_vk_reserved_marshaling.cpp | 27504 memcpy((uint8_t*)forUnmarshaling->pipelineIdentifier, *ptr, VK_UUID_SIZE * sizeof(uint8_t)); in reservedunmarshal_VkPipelinePropertiesIdentifierEXT()
|
| /device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/ |
| D | vulkan_structs.hpp | 75792 : pNext( pNext_ ), pipelineIdentifier( pipelineIdentifier_ ) 75820 pipelineIdentifier = pipelineIdentifier_; in setPipelineIdentifier() 75844 return std::tie( sType, pNext, pipelineIdentifier ); in reflect() 75859 && ( pipelineIdentifier == rhs.pipelineIdentifier ); in operator ==() 75872 VULKAN_HPP_NAMESPACE::ArrayWrapper1D<uint8_t, VK_UUID_SIZE> pipelineIdentifier = {}; member
|
| D | vulkan_core.h | 14942 uint8_t pipelineIdentifier[VK_UUID_SIZE]; member
|
| D | vulkan_hash.hpp | 10155 VULKAN_HPP_HASH_COMBINE( seed, pipelinePropertiesIdentifierEXT.pipelineIdentifier[i] ); in operator ()()
|
| /device/generic/goldfish-opengl/system/vulkan_enc/ |
| D | goldfish_vk_deepcopy_guest.cpp | 18683 memcpy(to->pipelineIdentifier, from->pipelineIdentifier, VK_UUID_SIZE * sizeof(uint8_t)); in deepcopy_VkPipelinePropertiesIdentifierEXT()
|
| D | goldfish_vk_marshaling_guest.cpp | 27379 vkStream->write((uint8_t*)forMarshaling->pipelineIdentifier, VK_UUID_SIZE * sizeof(uint8_t)); in marshal_VkPipelinePropertiesIdentifierEXT() 27391 vkStream->read((uint8_t*)forUnmarshaling->pipelineIdentifier, VK_UUID_SIZE * sizeof(uint8_t)); in unmarshal_VkPipelinePropertiesIdentifierEXT()
|
| D | goldfish_vk_reserved_marshaling_guest.cpp | 18302 memcpy(*ptr, (uint8_t*)forMarshaling->pipelineIdentifier, VK_UUID_SIZE * sizeof(uint8_t)); in reservedmarshal_VkPipelinePropertiesIdentifierEXT()
|