Searched refs:VkPipelineLayoutCreateFlags (Results 1 – 9 of 9) sorted by relevance
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_enums.hpp | 2034 enum class PipelineLayoutCreateFlagBits : VkPipelineLayoutCreateFlags
|
D | vulkan_enums.hpp | 3209 enum class PipelineLayoutCreateFlagBits : VkPipelineLayoutCreateFlags
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_reserved_marshaling_guest.cpp | 2320 memcpy(*ptr, (VkPipelineLayoutCreateFlags*)&forMarshaling->flags, in reservedmarshal_VkPipelineLayoutCreateInfo() 2321 sizeof(VkPipelineLayoutCreateFlags)); in reservedmarshal_VkPipelineLayoutCreateInfo() 2322 *ptr += sizeof(VkPipelineLayoutCreateFlags); in reservedmarshal_VkPipelineLayoutCreateInfo()
|
D | goldfish_vk_marshaling_guest.cpp | 3158 vkStream->write((VkPipelineLayoutCreateFlags*)&forMarshaling->flags, in marshal_VkPipelineLayoutCreateInfo() 3159 sizeof(VkPipelineLayoutCreateFlags)); in marshal_VkPipelineLayoutCreateInfo() 3186 vkStream->read((VkPipelineLayoutCreateFlags*)&forUnmarshaling->flags, in unmarshal_VkPipelineLayoutCreateInfo() 3187 sizeof(VkPipelineLayoutCreateFlags)); in unmarshal_VkPipelineLayoutCreateInfo()
|
D | goldfish_vk_counting_guest.cpp | 1711 *count += sizeof(VkPipelineLayoutCreateFlags); in count_VkPipelineLayoutCreateInfo()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | descriptorsets.adoc | 2109 [open,refpage='VkPipelineLayoutCreateFlags',desc='Bitmask of pipeline layout creation flag bits',ty… 2111 include::{generated}/api/flags/VkPipelineLayoutCreateFlags.adoc[] 2113 tname:VkPipelineLayoutCreateFlags is a bitmask type for setting a mask of
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 3562 vkStream->write((VkPipelineLayoutCreateFlags*)&forMarshaling->flags, in marshal_VkPipelineLayoutCreateInfo() 3563 sizeof(VkPipelineLayoutCreateFlags)); in marshal_VkPipelineLayoutCreateInfo() 3602 vkStream->read((VkPipelineLayoutCreateFlags*)&forUnmarshaling->flags, in unmarshal_VkPipelineLayoutCreateInfo() 3603 sizeof(VkPipelineLayoutCreateFlags)); in unmarshal_VkPipelineLayoutCreateInfo()
|
D | goldfish_vk_reserved_marshaling.cpp | 2689 memcpy((VkPipelineLayoutCreateFlags*)&forUnmarshaling->flags, *ptr, in reservedunmarshal_VkPipelineLayoutCreateInfo() 2690 sizeof(VkPipelineLayoutCreateFlags)); in reservedunmarshal_VkPipelineLayoutCreateInfo() 2691 *ptr += sizeof(VkPipelineLayoutCreateFlags); in reservedunmarshal_VkPipelineLayoutCreateInfo()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 2700 typedef VkFlags VkPipelineLayoutCreateFlags; typedef 3665 VkPipelineLayoutCreateFlags flags;
|