Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/stream-servers/vulkan/cereal/common/
Dgoldfish_vk_testing.cpp10466 if (!((a->pipelineExecutableInfo) == (b->pipelineExecutableInfo))) { in checkEqual_VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR()
Dgoldfish_vk_marshaling.cpp18503 vkStream->write((VkBool32*)&forMarshaling->pipelineExecutableInfo, sizeof(VkBool32)); in marshal_VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR()
18527 vkStream->read((VkBool32*)&forUnmarshaling->pipelineExecutableInfo, sizeof(VkBool32)); in unmarshal_VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR()
Dgoldfish_vk_reserved_marshaling.cpp14408 memcpy((VkBool32*)&forUnmarshaling->pipelineExecutableInfo, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR()
/device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/
Dvulkan_structs.hpp62032 : pNext( pNext_ ), pipelineExecutableInfo( pipelineExecutableInfo_ )
62060 pipelineExecutableInfo = pipelineExecutableInfo_; in setPipelineExecutableInfo()
62084 return std::tie( sType, pNext, pipelineExecutableInfo ); in reflect()
62099 && ( pipelineExecutableInfo == rhs.pipelineExecutableInfo ); in operator ==()
62112 VULKAN_HPP_NAMESPACE::Bool32 pipelineExecutableInfo = {}; member
Dvulkan_core.h9757 VkBool32 pipelineExecutableInfo; member
Dvulkan_hash.hpp8241 …HASH_COMBINE( seed, physicalDevicePipelineExecutablePropertiesFeaturesKHR.pipelineExecutableInfo ); in operator ()()
/device/generic/goldfish-opengl/system/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp14702 vkStream->write((VkBool32*)&forMarshaling->pipelineExecutableInfo, sizeof(VkBool32)); in marshal_VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR()
14714 vkStream->read((VkBool32*)&forUnmarshaling->pipelineExecutableInfo, sizeof(VkBool32)); in unmarshal_VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR()
Dgoldfish_vk_reserved_marshaling_guest.cpp9897 memcpy(*ptr, (VkBool32*)&forMarshaling->pipelineExecutableInfo, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR()