Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/stream-servers/vulkan/cereal/common/
Dgoldfish_vk_testing.cpp5670 …if (!((a->pipelineExecutableInfo) == (b->pipelineExecutableInfo))) { onFail("a->pipelineExecutable… in checkEqual_VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR()
Dgoldfish_vk_marshaling.cpp14708 vkStream->write((VkBool32*)&forMarshaling->pipelineExecutableInfo, sizeof(VkBool32)); in marshal_VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR()
14734 vkStream->read((VkBool32*)&forUnmarshaling->pipelineExecutableInfo, sizeof(VkBool32)); in unmarshal_VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR()
Dgoldfish_vk_reserved_marshaling.cpp10947 memcpy((VkBool32*)&forUnmarshaling->pipelineExecutableInfo, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR()
/device/generic/vulkan-cereal/include/vulkan/
Dvulkan_core.h7423 VkBool32 pipelineExecutableInfo; member
Dvulkan.hpp67793 : pipelineExecutableInfo( pipelineExecutableInfo_ )
67824 pipelineExecutableInfo = pipelineExecutableInfo_; in setPipelineExecutableInfo()
67847 && ( pipelineExecutableInfo == rhs.pipelineExecutableInfo ); in operator ==()
67861 VULKAN_HPP_NAMESPACE::Bool32 pipelineExecutableInfo = {}; member
/device/generic/goldfish-opengl/system/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp12319 vkStream->write((VkBool32*)&forMarshaling->pipelineExecutableInfo, sizeof(VkBool32)); in marshal_VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR()
12334 vkStream->read((VkBool32*)&forUnmarshaling->pipelineExecutableInfo, sizeof(VkBool32)); in unmarshal_VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR()
Dgoldfish_vk_reserved_marshaling_guest.cpp8399 memcpy(*ptr, (VkBool32*)&forMarshaling->pipelineExecutableInfo, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR()