Home
last modified time | relevance | path

Searched refs:VkCommandBufferLevel (Results 1 – 14 of 14) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_command_buffer.h110 VkCommandBufferLevel level;
192 VkCommandBufferLevel level);
Dvk_render_pass.h363 VkCommandBufferLevel level,
398 VkCommandBufferLevel level,
Dvk_command_buffer.c34 VkCommandBufferLevel level) in vk_command_buffer_init()
Dvk_render_pass.c875 VkCommandBufferLevel level, in vk_get_command_buffer_inheritance_rendering_info()
919 VkCommandBufferLevel level, in vk_get_command_buffer_inheritance_as_rendering_resume()
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/
Doverlay.cpp102 VkCommandBufferLevel level;
474 VkCommandBufferLevel level, in new_command_buffer_data()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dcmdbuffers.adoc678 * pname:level is a elink:VkCommandBufferLevel value specifying the command
705 [open,refpage='VkCommandBufferLevel',desc='Enumerant specifying a command buffer level',type='enums…
710 include::{generated}/api/enums/VkCommandBufferLevel.adoc[]
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvk_enum_string_helper.h4410 static inline const char* string_VkCommandBufferLevel(VkCommandBufferLevel input_value) in string_VkCommandBufferLevel()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_reserved_marshaling_guest.cpp2877 memcpy(*ptr, (VkCommandBufferLevel*)&forMarshaling->level, sizeof(VkCommandBufferLevel)); in reservedmarshal_VkCommandBufferAllocateInfo()
2878 *ptr += sizeof(VkCommandBufferLevel); in reservedmarshal_VkCommandBufferAllocateInfo()
Dgoldfish_vk_marshaling_guest.cpp4059 vkStream->write((VkCommandBufferLevel*)&forMarshaling->level, sizeof(VkCommandBufferLevel)); in marshal_VkCommandBufferAllocateInfo()
4075 vkStream->read((VkCommandBufferLevel*)&forUnmarshaling->level, sizeof(VkCommandBufferLevel)); in unmarshal_VkCommandBufferAllocateInfo()
Dgoldfish_vk_counting_guest.cpp2144 *count += sizeof(VkCommandBufferLevel); in count_VkCommandBufferAllocateInfo()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h2148 typedef enum VkCommandBufferLevel { enum
2152 } VkCommandBufferLevel; typedef
3843 VkCommandBufferLevel level;
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp4588 vkStream->write((VkCommandBufferLevel*)&forMarshaling->level, sizeof(VkCommandBufferLevel)); in marshal_VkCommandBufferAllocateInfo()
4616 vkStream->read((VkCommandBufferLevel*)&forUnmarshaling->level, sizeof(VkCommandBufferLevel)); in unmarshal_VkCommandBufferAllocateInfo()
Dgoldfish_vk_reserved_marshaling.cpp3427 memcpy((VkCommandBufferLevel*)&forUnmarshaling->level, *ptr, sizeof(VkCommandBufferLevel)); in reservedunmarshal_VkCommandBufferAllocateInfo()
3428 *ptr += sizeof(VkCommandBufferLevel); in reservedunmarshal_VkCommandBufferAllocateInfo()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
DChangeLog.adoc9830 * Fix typo in description of slink:VkCommandBufferLevel::pname:level