Home
last modified time | relevance | path

Searched refs:VkPipelineLayoutCreateFlags (Results 1 – 9 of 9) sorted by relevance

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_enums.hpp2034 enum class PipelineLayoutCreateFlagBits : VkPipelineLayoutCreateFlags
Dvulkan_enums.hpp3209 enum class PipelineLayoutCreateFlagBits : VkPipelineLayoutCreateFlags
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_reserved_marshaling_guest.cpp2320 memcpy(*ptr, (VkPipelineLayoutCreateFlags*)&forMarshaling->flags, in reservedmarshal_VkPipelineLayoutCreateInfo()
2321 sizeof(VkPipelineLayoutCreateFlags)); in reservedmarshal_VkPipelineLayoutCreateInfo()
2322 *ptr += sizeof(VkPipelineLayoutCreateFlags); in reservedmarshal_VkPipelineLayoutCreateInfo()
Dgoldfish_vk_marshaling_guest.cpp3158 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()
Dgoldfish_vk_counting_guest.cpp1711 *count += sizeof(VkPipelineLayoutCreateFlags); in count_VkPipelineLayoutCreateInfo()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Ddescriptorsets.adoc2109 [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/
Dgoldfish_vk_marshaling.cpp3562 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()
Dgoldfish_vk_reserved_marshaling.cpp2689 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/
Dvulkan_core.h2700 typedef VkFlags VkPipelineLayoutCreateFlags; typedef
3665 VkPipelineLayoutCreateFlags flags;