Searched refs:queueSubmitWithCommandsEnabled (Results 1 – 3 of 3) sorted by relevance
111 bool queueSubmitWithCommandsEnabled = in vkCreateInstance() local113 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCreateInstance()153 uint32_t packetSize_vkCreateInstance = 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkCreateInstance()160 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkCreateInstance()166 if (queueSubmitWithCommandsEnabled) { in vkCreateInstance()209 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCreateInstance()244 bool queueSubmitWithCommandsEnabled = in vkDestroyInstance() local246 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkDestroyInstance()276 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkDestroyInstance()283 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkDestroyInstance()[all …]
28 bool queueSubmitWithCommandsEnabled = sFeatureBits & VULKAN_STREAM_FEATURE_QUEUE_SUBMIT_WITH_COMMAN… variable29 uint32_t packetSize_vkQueueFlushCommandsGOOGLE = 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) +…
123 bool queueSubmitWithCommandsEnabled = in decode() local168 if (queueSubmitWithCommandsEnabled && in decode()284 if (queueSubmitWithCommandsEnabled) in decode()326 if (queueSubmitWithCommandsEnabled) in decode()423 if (queueSubmitWithCommandsEnabled) in decode()470 if (queueSubmitWithCommandsEnabled) in decode()524 if (queueSubmitWithCommandsEnabled) in decode()604 if (queueSubmitWithCommandsEnabled) in decode()653 if (queueSubmitWithCommandsEnabled) in decode()756 if (queueSubmitWithCommandsEnabled) in decode()[all …]