Searched refs:subObjects (Results 1 – 3 of 3) sorted by relevance
68 struct goldfish_vk_object_list* subObjects; \77 struct goldfish_vk_object_list* subObjects; \140 struct goldfish_vk_object_list* subObjects; member
56 res->subObjects = 0; \68 res->subObjects = 0; \111 res->subObjects = 0; \124 res->subObjects = 0; \
785 forAllObjects(cb->subObjects, [&nextLevel](void* secondary) { in collectAllPendingDescriptorSetsBottomUp()1047 eraseObjects(&cb->subObjects); in unregister_VkCommandBuffer()1050 eraseObject(&p->subObjects, (void*)cb); in unregister_VkCommandBuffer()5728 forAllObjects(cb->subObjects, [&nextLevel](void* secondary) { in flushCommandBufferPendingCommandsBottomUp()6920 appendObject(&primary->subObjects, secondary); in on_vkCmdExecuteCommands()7284 forAllObjects(cb->subObjects, [cb](void* obj) { in resetCommandBufferStagingInfo()7292 eraseObjects(&cb->subObjects); in resetCommandBufferStagingInfo()7320 forAllObjects(p->subObjects, [this](void* commandBuffer) { in resetCommandPoolStagingInfo()7332 appendObject(&p->subObjects, (void*)(pCommandBuffers[i])); in addToCommandPool()7340 forAllObjects(p->subObjects, [this](void* commandBuffer) { in clearCommandPool()[all …]