Home
last modified time | relevance | path

Searched refs:queueSubmitWithCommandsEnabled (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gfxstream/guest/vulkan_enc/
H A DVkEncoder.cpp76 bool queueSubmitWithCommandsEnabled = in vkCreateInstance() local
78 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCreateInstance()
118 uint32_t packetSize_vkCreateInstance = 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkCreateInstance()
124 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkCreateInstance()
129 if (queueSubmitWithCommandsEnabled) { in vkCreateInstance()
165 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCreateInstance()
172 bool queueSubmitWithCommandsEnabled = in vkDestroyInstance() local
174 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkDestroyInstance()
204 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkDestroyInstance()
210 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkDestroyInstance()
[all …]
H A DvkQueueFlushCommandsGOOGLE_encode_impl.cpp.inl28 bool queueSubmitWithCommandsEnabled = sFeatureBits & VULKAN_STREAM_FEATURE_QUEUE_SUBMIT_WITH_COMMAN… variable
29 uint32_t packetSize_vkQueueFlushCommandsGOOGLE = 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) +…