Lines Matching defs:goldfish_VkCommandBuffer
119 struct goldfish_VkCommandBuffer { struct
120 hwvulkan_dispatch_t dispatch;
121 uint64_t underlying;
122 goldfish_vk::VkEncoder* lastUsedEncoder;
123 uint32_t sequenceNumber;
124 goldfish_vk::VkEncoder* privateEncoder;
125 IOStream* privateStream;
126 uint32_t flags;
127 struct goldfish_vk_object_list* poolObjects;
128 struct goldfish_vk_object_list* subObjects;
129 struct goldfish_vk_object_list* superObjects;
130 void* userPtr;
131 bool isSecondary;