Searched refs:pipelineExecutableInfo (Results 1 – 8 of 8) sorted by relevance
| /device/generic/vulkan-cereal/stream-servers/vulkan/cereal/common/ |
| D | goldfish_vk_testing.cpp | 10466 if (!((a->pipelineExecutableInfo) == (b->pipelineExecutableInfo))) { in checkEqual_VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR()
|
| D | goldfish_vk_marshaling.cpp | 18503 vkStream->write((VkBool32*)&forMarshaling->pipelineExecutableInfo, sizeof(VkBool32)); in marshal_VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR() 18527 vkStream->read((VkBool32*)&forUnmarshaling->pipelineExecutableInfo, sizeof(VkBool32)); in unmarshal_VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR()
|
| D | goldfish_vk_reserved_marshaling.cpp | 14408 memcpy((VkBool32*)&forUnmarshaling->pipelineExecutableInfo, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR()
|
| /device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/ |
| D | vulkan_structs.hpp | 62032 : 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
|
| D | vulkan_core.h | 9757 VkBool32 pipelineExecutableInfo; member
|
| D | vulkan_hash.hpp | 8241 …HASH_COMBINE( seed, physicalDevicePipelineExecutablePropertiesFeaturesKHR.pipelineExecutableInfo ); in operator ()()
|
| /device/generic/goldfish-opengl/system/vulkan_enc/ |
| D | goldfish_vk_marshaling_guest.cpp | 14702 vkStream->write((VkBool32*)&forMarshaling->pipelineExecutableInfo, sizeof(VkBool32)); in marshal_VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR() 14714 vkStream->read((VkBool32*)&forUnmarshaling->pipelineExecutableInfo, sizeof(VkBool32)); in unmarshal_VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR()
|
| D | goldfish_vk_reserved_marshaling_guest.cpp | 9897 memcpy(*ptr, (VkBool32*)&forMarshaling->pipelineExecutableInfo, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR()
|