Searched refs:pipelineExecutableInfo (Results 1 – 9 of 9) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | pipelines.adoc | 8737 * [[VUID-vkGetPipelineExecutablePropertiesKHR-pipelineExecutableInfo-03270]] 8738 The <<features-pipelineExecutableInfo, pname:pipelineExecutableInfo>> 8895 * [[VUID-vkGetPipelineExecutableStatisticsKHR-pipelineExecutableInfo-03272]] 8896 The <<features-pipelineExecutableInfo, pname:pipelineExecutableInfo>> 9043 * [[VUID-vkGetPipelineExecutableInternalRepresentationsKHR-pipelineExecutableInfo-03276]] 9044 The <<features-pipelineExecutableInfo, pname:pipelineExecutableInfo>>
|
D | features.adoc | 3696 * [[features-pipelineExecutableInfo]] pname:pipelineExecutableInfo 7420 * <<features-pipelineExecutableInfo, pname:pipelineExecutableInfo>>, if
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 11268 vkStream->write((VkBool32*)&forMarshaling->pipelineExecutableInfo, sizeof(VkBool32)); in marshal_VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR() 11280 vkStream->read((VkBool32*)&forUnmarshaling->pipelineExecutableInfo, sizeof(VkBool32)); in unmarshal_VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 7605 memcpy(*ptr, (VkBool32*)&forMarshaling->pipelineExecutableInfo, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 14443 vkStream->write((VkBool32*)&forMarshaling->pipelineExecutableInfo, sizeof(VkBool32)); in marshal_VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR() 14467 vkStream->read((VkBool32*)&forUnmarshaling->pipelineExecutableInfo, sizeof(VkBool32)); in unmarshal_VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR()
|
D | goldfish_vk_reserved_marshaling.cpp | 11130 memcpy((VkBool32*)&forUnmarshaling->pipelineExecutableInfo, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 9969 VkBool32 pipelineExecutableInfo; member
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkan_hash.hpp | 9121 …HASH_COMBINE( seed, physicalDevicePipelineExecutablePropertiesFeaturesKHR.pipelineExecutableInfo ); in operator ()()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | ChangeLog.adoc | 7072 * Consistently use the feature name pname:pipelineExecutableInfo as found
|