• Home
  • Raw
  • Download

Lines Matching refs:queueSubmitWithCommandsEnabled

111     bool queueSubmitWithCommandsEnabled =  in vkCreateInstance()  local
113 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() local
246 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkDestroyInstance()
276 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkDestroyInstance()
283 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkDestroyInstance()
289 if (queueSubmitWithCommandsEnabled) { in vkDestroyInstance()
321 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkDestroyInstance()
358 bool queueSubmitWithCommandsEnabled = in vkEnumeratePhysicalDevices() local
360 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkEnumeratePhysicalDevices()
384 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkEnumeratePhysicalDevices()
391 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkEnumeratePhysicalDevices()
397 if (queueSubmitWithCommandsEnabled) { in vkEnumeratePhysicalDevices()
473 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkEnumeratePhysicalDevices()
509 bool queueSubmitWithCommandsEnabled = in vkGetPhysicalDeviceFeatures() local
511 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetPhysicalDeviceFeatures()
525 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetPhysicalDeviceFeatures()
532 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetPhysicalDeviceFeatures()
538 if (queueSubmitWithCommandsEnabled) { in vkGetPhysicalDeviceFeatures()
566 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetPhysicalDeviceFeatures()
604 bool queueSubmitWithCommandsEnabled = in vkGetPhysicalDeviceFormatProperties() local
606 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetPhysicalDeviceFormatProperties()
623 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetPhysicalDeviceFormatProperties()
631 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetPhysicalDeviceFormatProperties()
637 if (queueSubmitWithCommandsEnabled) { in vkGetPhysicalDeviceFormatProperties()
668 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetPhysicalDeviceFormatProperties()
707 bool queueSubmitWithCommandsEnabled = in vkGetPhysicalDeviceImageFormatProperties() local
709 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetPhysicalDeviceImageFormatProperties()
738 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetPhysicalDeviceImageFormatProperties()
747 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetPhysicalDeviceImageFormatProperties()
753 if (queueSubmitWithCommandsEnabled) { in vkGetPhysicalDeviceImageFormatProperties()
795 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetPhysicalDeviceImageFormatProperties()
832 bool queueSubmitWithCommandsEnabled = in vkGetPhysicalDeviceProperties() local
834 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetPhysicalDeviceProperties()
848 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetPhysicalDeviceProperties()
856 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetPhysicalDeviceProperties()
862 if (queueSubmitWithCommandsEnabled) { in vkGetPhysicalDeviceProperties()
892 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetPhysicalDeviceProperties()
930 bool queueSubmitWithCommandsEnabled = in vkGetPhysicalDeviceQueueFamilyProperties() local
932 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetPhysicalDeviceQueueFamilyProperties()
960 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetPhysicalDeviceQueueFamilyProperties()
969 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetPhysicalDeviceQueueFamilyProperties()
975 if (queueSubmitWithCommandsEnabled) { in vkGetPhysicalDeviceQueueFamilyProperties()
1050 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetPhysicalDeviceQueueFamilyProperties()
1087 bool queueSubmitWithCommandsEnabled = in vkGetPhysicalDeviceMemoryProperties() local
1089 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetPhysicalDeviceMemoryProperties()
1104 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetPhysicalDeviceMemoryProperties()
1112 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetPhysicalDeviceMemoryProperties()
1118 if (queueSubmitWithCommandsEnabled) { in vkGetPhysicalDeviceMemoryProperties()
1148 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetPhysicalDeviceMemoryProperties()
1182 bool queueSubmitWithCommandsEnabled = in vkGetInstanceProcAddr() local
1184 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetInstanceProcAddr()
1200 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetInstanceProcAddr()
1207 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetInstanceProcAddr()
1213 if (queueSubmitWithCommandsEnabled) { in vkGetInstanceProcAddr()
1243 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetInstanceProcAddr()
1278 bool queueSubmitWithCommandsEnabled = in vkGetDeviceProcAddr() local
1280 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetDeviceProcAddr()
1296 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetDeviceProcAddr()
1303 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetDeviceProcAddr()
1309 if (queueSubmitWithCommandsEnabled) { in vkGetDeviceProcAddr()
1339 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetDeviceProcAddr()
1378 bool queueSubmitWithCommandsEnabled = in vkCreateDevice() local
1380 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCreateDevice()
1424 uint32_t packetSize_vkCreateDevice = 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkCreateDevice()
1431 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkCreateDevice()
1437 if (queueSubmitWithCommandsEnabled) { in vkCreateDevice()
1484 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCreateDevice()
1519 bool queueSubmitWithCommandsEnabled = in vkDestroyDevice() local
1521 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkDestroyDevice()
1551 uint32_t packetSize_vkDestroyDevice = 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkDestroyDevice()
1558 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkDestroyDevice()
1564 if (queueSubmitWithCommandsEnabled) { in vkDestroyDevice()
1596 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkDestroyDevice()
1634 bool queueSubmitWithCommandsEnabled = in vkEnumerateInstanceExtensionProperties() local
1636 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkEnumerateInstanceExtensionProperties()
1672 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkEnumerateInstanceExtensionProperties()
1681 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkEnumerateInstanceExtensionProperties()
1687 if (queueSubmitWithCommandsEnabled) { in vkEnumerateInstanceExtensionProperties()
1784 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkEnumerateInstanceExtensionProperties()
1825 bool queueSubmitWithCommandsEnabled = in vkEnumerateDeviceExtensionProperties() local
1827 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkEnumerateDeviceExtensionProperties()
1867 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkEnumerateDeviceExtensionProperties()
1875 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkEnumerateDeviceExtensionProperties()
1881 if (queueSubmitWithCommandsEnabled) { in vkEnumerateDeviceExtensionProperties()
1982 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkEnumerateDeviceExtensionProperties()
2019 bool queueSubmitWithCommandsEnabled = in vkEnumerateInstanceLayerProperties() local
2021 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkEnumerateInstanceLayerProperties()
2044 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkEnumerateInstanceLayerProperties()
2052 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkEnumerateInstanceLayerProperties()
2058 if (queueSubmitWithCommandsEnabled) { in vkEnumerateInstanceLayerProperties()
2127 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkEnumerateInstanceLayerProperties()
2166 bool queueSubmitWithCommandsEnabled = in vkEnumerateDeviceLayerProperties() local
2168 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkEnumerateDeviceLayerProperties()
2195 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkEnumerateDeviceLayerProperties()
2203 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkEnumerateDeviceLayerProperties()
2209 if (queueSubmitWithCommandsEnabled) { in vkEnumerateDeviceLayerProperties()
2282 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkEnumerateDeviceLayerProperties()
2318 bool queueSubmitWithCommandsEnabled = in vkGetDeviceQueue() local
2320 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetDeviceQueue()
2339 uint32_t packetSize_vkGetDeviceQueue = 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetDeviceQueue()
2346 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetDeviceQueue()
2352 if (queueSubmitWithCommandsEnabled) { in vkGetDeviceQueue()
2388 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetDeviceQueue()
2423 bool queueSubmitWithCommandsEnabled = in vkQueueSubmit() local
2425 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkQueueSubmit()
2461 uint32_t packetSize_vkQueueSubmit = 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkQueueSubmit()
2468 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkQueueSubmit()
2474 if (queueSubmitWithCommandsEnabled) { in vkQueueSubmit()
2506 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkQueueSubmit()
2540 bool queueSubmitWithCommandsEnabled = in vkQueueWaitIdle() local
2542 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkQueueWaitIdle()
2553 uint32_t packetSize_vkQueueWaitIdle = 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkQueueWaitIdle()
2560 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkQueueWaitIdle()
2566 if (queueSubmitWithCommandsEnabled) { in vkQueueWaitIdle()
2588 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkQueueWaitIdle()
2622 bool queueSubmitWithCommandsEnabled = in vkDeviceWaitIdle() local
2624 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkDeviceWaitIdle()
2635 uint32_t packetSize_vkDeviceWaitIdle = 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkDeviceWaitIdle()
2642 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkDeviceWaitIdle()
2648 if (queueSubmitWithCommandsEnabled) { in vkDeviceWaitIdle()
2670 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkDeviceWaitIdle()
2707 bool queueSubmitWithCommandsEnabled = in vkAllocateMemory() local
2709 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkAllocateMemory()
2754 uint32_t packetSize_vkAllocateMemory = 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkAllocateMemory()
2761 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkAllocateMemory()
2767 if (queueSubmitWithCommandsEnabled) { in vkAllocateMemory()
2814 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkAllocateMemory()
2850 bool queueSubmitWithCommandsEnabled = in vkFreeMemory() local
2852 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkFreeMemory()
2884 uint32_t packetSize_vkFreeMemory = 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkFreeMemory()
2891 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkFreeMemory()
2897 if (queueSubmitWithCommandsEnabled) { in vkFreeMemory()
2933 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkFreeMemory()
3036 bool queueSubmitWithCommandsEnabled = in vkFlushMappedMemoryRanges() local
3038 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkFlushMappedMemoryRanges()
3076 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkFlushMappedMemoryRanges()
3083 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkFlushMappedMemoryRanges()
3089 if (queueSubmitWithCommandsEnabled) { in vkFlushMappedMemoryRanges()
3142 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkFlushMappedMemoryRanges()
3177 bool queueSubmitWithCommandsEnabled = in vkInvalidateMappedMemoryRanges() local
3179 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkInvalidateMappedMemoryRanges()
3217 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkInvalidateMappedMemoryRanges()
3225 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkInvalidateMappedMemoryRanges()
3231 if (queueSubmitWithCommandsEnabled) { in vkInvalidateMappedMemoryRanges()
3284 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkInvalidateMappedMemoryRanges()
3322 bool queueSubmitWithCommandsEnabled = in vkGetDeviceMemoryCommitment() local
3324 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetDeviceMemoryCommitment()
3344 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetDeviceMemoryCommitment()
3351 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetDeviceMemoryCommitment()
3357 if (queueSubmitWithCommandsEnabled) { in vkGetDeviceMemoryCommitment()
3384 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetDeviceMemoryCommitment()
3419 bool queueSubmitWithCommandsEnabled = in vkBindBufferMemory() local
3421 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkBindBufferMemory()
3447 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkBindBufferMemory()
3454 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkBindBufferMemory()
3460 if (queueSubmitWithCommandsEnabled) { in vkBindBufferMemory()
3492 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkBindBufferMemory()
3528 bool queueSubmitWithCommandsEnabled = in vkBindImageMemory() local
3530 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkBindImageMemory()
3556 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkBindImageMemory()
3563 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkBindImageMemory()
3569 if (queueSubmitWithCommandsEnabled) { in vkBindImageMemory()
3601 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkBindImageMemory()
3638 bool queueSubmitWithCommandsEnabled = in vkGetBufferMemoryRequirements() local
3640 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetBufferMemoryRequirements()
3658 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetBufferMemoryRequirements()
3666 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetBufferMemoryRequirements()
3672 if (queueSubmitWithCommandsEnabled) { in vkGetBufferMemoryRequirements()
3705 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetBufferMemoryRequirements()
3741 bool queueSubmitWithCommandsEnabled = in vkGetImageMemoryRequirements() local
3743 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetImageMemoryRequirements()
3761 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetImageMemoryRequirements()
3769 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetImageMemoryRequirements()
3775 if (queueSubmitWithCommandsEnabled) { in vkGetImageMemoryRequirements()
3808 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetImageMemoryRequirements()
3846 bool queueSubmitWithCommandsEnabled = in vkGetImageSparseMemoryRequirements() local
3848 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetImageSparseMemoryRequirements()
3881 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetImageSparseMemoryRequirements()
3889 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetImageSparseMemoryRequirements()
3895 if (queueSubmitWithCommandsEnabled) { in vkGetImageSparseMemoryRequirements()
3976 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetImageSparseMemoryRequirements()
4016 bool queueSubmitWithCommandsEnabled = in vkGetPhysicalDeviceSparseImageFormatProperties() local
4018 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetPhysicalDeviceSparseImageFormatProperties()
4061 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetPhysicalDeviceSparseImageFormatProperties()
4070 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetPhysicalDeviceSparseImageFormatProperties()
4076 if (queueSubmitWithCommandsEnabled) { in vkGetPhysicalDeviceSparseImageFormatProperties()
4160 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetPhysicalDeviceSparseImageFormatProperties()
4196 bool queueSubmitWithCommandsEnabled = in vkQueueBindSparse() local
4198 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkQueueBindSparse()
4237 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkQueueBindSparse()
4244 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkQueueBindSparse()
4250 if (queueSubmitWithCommandsEnabled) { in vkQueueBindSparse()
4282 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkQueueBindSparse()
4319 bool queueSubmitWithCommandsEnabled = in vkCreateFence() local
4321 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCreateFence()
4365 uint32_t packetSize_vkCreateFence = 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkCreateFence()
4372 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkCreateFence()
4378 if (queueSubmitWithCommandsEnabled) { in vkCreateFence()
4423 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCreateFence()
4459 bool queueSubmitWithCommandsEnabled = in vkDestroyFence() local
4461 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkDestroyFence()
4494 uint32_t packetSize_vkDestroyFence = 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkDestroyFence()
4501 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkDestroyFence()
4507 if (queueSubmitWithCommandsEnabled) { in vkDestroyFence()
4543 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkDestroyFence()
4578 bool queueSubmitWithCommandsEnabled = in vkResetFences() local
4580 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkResetFences()
4600 uint32_t packetSize_vkResetFences = 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkResetFences()
4607 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkResetFences()
4613 if (queueSubmitWithCommandsEnabled) { in vkResetFences()
4645 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkResetFences()
4679 bool queueSubmitWithCommandsEnabled = in vkGetFenceStatus() local
4681 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetFenceStatus()
4696 uint32_t packetSize_vkGetFenceStatus = 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetFenceStatus()
4703 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetFenceStatus()
4709 if (queueSubmitWithCommandsEnabled) { in vkGetFenceStatus()
4735 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetFenceStatus()
4772 bool queueSubmitWithCommandsEnabled = in vkWaitForFences() local
4774 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkWaitForFences()
4800 uint32_t packetSize_vkWaitForFences = 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkWaitForFences()
4807 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkWaitForFences()
4813 if (queueSubmitWithCommandsEnabled) { in vkWaitForFences()
4849 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkWaitForFences()
4886 bool queueSubmitWithCommandsEnabled = in vkCreateSemaphore() local
4888 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCreateSemaphore()
4934 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkCreateSemaphore()
4941 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkCreateSemaphore()
4947 if (queueSubmitWithCommandsEnabled) { in vkCreateSemaphore()
4993 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCreateSemaphore()
5029 bool queueSubmitWithCommandsEnabled = in vkDestroySemaphore() local
5031 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkDestroySemaphore()
5065 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkDestroySemaphore()
5072 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkDestroySemaphore()
5078 if (queueSubmitWithCommandsEnabled) { in vkDestroySemaphore()
5114 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkDestroySemaphore()
5150 bool queueSubmitWithCommandsEnabled = in vkCreateEvent() local
5152 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCreateEvent()
5196 uint32_t packetSize_vkCreateEvent = 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkCreateEvent()
5203 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkCreateEvent()
5209 if (queueSubmitWithCommandsEnabled) { in vkCreateEvent()
5254 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCreateEvent()
5290 bool queueSubmitWithCommandsEnabled = in vkDestroyEvent() local
5292 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkDestroyEvent()
5325 uint32_t packetSize_vkDestroyEvent = 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkDestroyEvent()
5332 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkDestroyEvent()
5338 if (queueSubmitWithCommandsEnabled) { in vkDestroyEvent()
5374 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkDestroyEvent()
5407 bool queueSubmitWithCommandsEnabled = in vkGetEventStatus() local
5409 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetEventStatus()
5424 uint32_t packetSize_vkGetEventStatus = 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetEventStatus()
5431 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetEventStatus()
5437 if (queueSubmitWithCommandsEnabled) { in vkGetEventStatus()
5463 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetEventStatus()
5497 bool queueSubmitWithCommandsEnabled = in vkSetEvent() local
5499 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkSetEvent()
5514 uint32_t packetSize_vkSetEvent = 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkSetEvent()
5521 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkSetEvent()
5527 if (queueSubmitWithCommandsEnabled) { in vkSetEvent()
5553 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkSetEvent()
5587 bool queueSubmitWithCommandsEnabled = in vkResetEvent() local
5589 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkResetEvent()
5604 uint32_t packetSize_vkResetEvent = 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkResetEvent()
5611 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkResetEvent()
5617 if (queueSubmitWithCommandsEnabled) { in vkResetEvent()
5643 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkResetEvent()
5680 bool queueSubmitWithCommandsEnabled = in vkCreateQueryPool() local
5682 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCreateQueryPool()
5728 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkCreateQueryPool()
5735 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkCreateQueryPool()
5741 if (queueSubmitWithCommandsEnabled) { in vkCreateQueryPool()
5787 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCreateQueryPool()
5823 bool queueSubmitWithCommandsEnabled = in vkDestroyQueryPool() local
5825 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkDestroyQueryPool()
5859 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkDestroyQueryPool()
5866 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkDestroyQueryPool()
5872 if (queueSubmitWithCommandsEnabled) { in vkDestroyQueryPool()
5908 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkDestroyQueryPool()
5947 bool queueSubmitWithCommandsEnabled = in vkGetQueryPoolResults() local
5949 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetQueryPoolResults()
5981 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetQueryPoolResults()
5988 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetQueryPoolResults()
5994 if (queueSubmitWithCommandsEnabled) { in vkGetQueryPoolResults()
6035 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetQueryPoolResults()
6072 bool queueSubmitWithCommandsEnabled = in vkCreateBuffer() local
6074 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCreateBuffer()
6118 uint32_t packetSize_vkCreateBuffer = 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkCreateBuffer()
6125 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkCreateBuffer()
6131 if (queueSubmitWithCommandsEnabled) { in vkCreateBuffer()
6176 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCreateBuffer()
6212 bool queueSubmitWithCommandsEnabled = in vkDestroyBuffer() local
6214 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkDestroyBuffer()
6247 uint32_t packetSize_vkDestroyBuffer = 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkDestroyBuffer()
6254 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkDestroyBuffer()
6260 if (queueSubmitWithCommandsEnabled) { in vkDestroyBuffer()
6296 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkDestroyBuffer()
6332 bool queueSubmitWithCommandsEnabled = in vkCreateBufferView() local
6334 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCreateBufferView()
6380 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkCreateBufferView()
6387 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkCreateBufferView()
6393 if (queueSubmitWithCommandsEnabled) { in vkCreateBufferView()
6439 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCreateBufferView()
6475 bool queueSubmitWithCommandsEnabled = in vkDestroyBufferView() local
6477 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkDestroyBufferView()
6511 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkDestroyBufferView()
6518 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkDestroyBufferView()
6524 if (queueSubmitWithCommandsEnabled) { in vkDestroyBufferView()
6560 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkDestroyBufferView()
6594 bool queueSubmitWithCommandsEnabled = in vkCreateImage() local
6596 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCreateImage()
6642 uint32_t packetSize_vkCreateImage = 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkCreateImage()
6649 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkCreateImage()
6655 if (queueSubmitWithCommandsEnabled) { in vkCreateImage()
6700 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCreateImage()
6736 bool queueSubmitWithCommandsEnabled = in vkDestroyImage() local
6738 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkDestroyImage()
6771 uint32_t packetSize_vkDestroyImage = 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkDestroyImage()
6778 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkDestroyImage()
6784 if (queueSubmitWithCommandsEnabled) { in vkDestroyImage()
6820 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkDestroyImage()
6857 bool queueSubmitWithCommandsEnabled = in vkGetImageSubresourceLayout() local
6859 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetImageSubresourceLayout()
6890 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetImageSubresourceLayout()
6897 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetImageSubresourceLayout()
6903 if (queueSubmitWithCommandsEnabled) { in vkGetImageSubresourceLayout()
6936 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetImageSubresourceLayout()
6972 bool queueSubmitWithCommandsEnabled = in vkCreateImageView() local
6974 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCreateImageView()
7020 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkCreateImageView()
7027 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkCreateImageView()
7033 if (queueSubmitWithCommandsEnabled) { in vkCreateImageView()
7079 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCreateImageView()
7115 bool queueSubmitWithCommandsEnabled = in vkDestroyImageView() local
7117 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkDestroyImageView()
7151 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkDestroyImageView()
7158 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkDestroyImageView()
7164 if (queueSubmitWithCommandsEnabled) { in vkDestroyImageView()
7200 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkDestroyImageView()
7238 bool queueSubmitWithCommandsEnabled = in vkCreateShaderModule() local
7240 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCreateShaderModule()
7286 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkCreateShaderModule()
7293 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkCreateShaderModule()
7299 if (queueSubmitWithCommandsEnabled) { in vkCreateShaderModule()
7346 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCreateShaderModule()
7382 bool queueSubmitWithCommandsEnabled = in vkDestroyShaderModule() local
7384 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkDestroyShaderModule()
7418 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkDestroyShaderModule()
7425 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkDestroyShaderModule()
7431 if (queueSubmitWithCommandsEnabled) { in vkDestroyShaderModule()
7467 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkDestroyShaderModule()
7505 bool queueSubmitWithCommandsEnabled = in vkCreatePipelineCache() local
7507 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCreatePipelineCache()
7553 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkCreatePipelineCache()
7560 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkCreatePipelineCache()
7566 if (queueSubmitWithCommandsEnabled) { in vkCreatePipelineCache()
7613 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCreatePipelineCache()
7649 bool queueSubmitWithCommandsEnabled = in vkDestroyPipelineCache() local
7651 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkDestroyPipelineCache()
7685 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkDestroyPipelineCache()
7692 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkDestroyPipelineCache()
7698 if (queueSubmitWithCommandsEnabled) { in vkDestroyPipelineCache()
7735 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkDestroyPipelineCache()
7770 bool queueSubmitWithCommandsEnabled = in vkGetPipelineCacheData() local
7772 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetPipelineCacheData()
7800 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetPipelineCacheData()
7807 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetPipelineCacheData()
7813 if (queueSubmitWithCommandsEnabled) { in vkGetPipelineCacheData()
7877 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetPipelineCacheData()
7915 bool queueSubmitWithCommandsEnabled = in vkMergePipelineCaches() local
7917 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkMergePipelineCaches()
7942 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkMergePipelineCaches()
7949 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkMergePipelineCaches()
7955 if (queueSubmitWithCommandsEnabled) { in vkMergePipelineCaches()
7991 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkMergePipelineCaches()
8032 bool queueSubmitWithCommandsEnabled = in vkCreateGraphicsPipelines() local
8034 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCreateGraphicsPipelines()
8096 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkCreateGraphicsPipelines()
8103 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkCreateGraphicsPipelines()
8109 if (queueSubmitWithCommandsEnabled) { in vkCreateGraphicsPipelines()
8171 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCreateGraphicsPipelines()
8212 bool queueSubmitWithCommandsEnabled = in vkCreateComputePipelines() local
8214 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCreateComputePipelines()
8276 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkCreateComputePipelines()
8283 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkCreateComputePipelines()
8289 if (queueSubmitWithCommandsEnabled) { in vkCreateComputePipelines()
8351 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCreateComputePipelines()
8387 bool queueSubmitWithCommandsEnabled = in vkDestroyPipeline() local
8389 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkDestroyPipeline()
8423 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkDestroyPipeline()
8430 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkDestroyPipeline()
8436 if (queueSubmitWithCommandsEnabled) { in vkDestroyPipeline()
8472 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkDestroyPipeline()
8510 bool queueSubmitWithCommandsEnabled = in vkCreatePipelineLayout() local
8512 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCreatePipelineLayout()
8559 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkCreatePipelineLayout()
8566 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkCreatePipelineLayout()
8572 if (queueSubmitWithCommandsEnabled) { in vkCreatePipelineLayout()
8619 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCreatePipelineLayout()
8655 bool queueSubmitWithCommandsEnabled = in vkDestroyPipelineLayout() local
8657 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkDestroyPipelineLayout()
8691 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkDestroyPipelineLayout()
8698 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkDestroyPipelineLayout()
8704 if (queueSubmitWithCommandsEnabled) { in vkDestroyPipelineLayout()
8741 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkDestroyPipelineLayout()
8777 bool queueSubmitWithCommandsEnabled = in vkCreateSampler() local
8779 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCreateSampler()
8823 uint32_t packetSize_vkCreateSampler = 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkCreateSampler()
8830 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkCreateSampler()
8836 if (queueSubmitWithCommandsEnabled) { in vkCreateSampler()
8881 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCreateSampler()
8917 bool queueSubmitWithCommandsEnabled = in vkDestroySampler() local
8919 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkDestroySampler()
8952 uint32_t packetSize_vkDestroySampler = 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkDestroySampler()
8959 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkDestroySampler()
8965 if (queueSubmitWithCommandsEnabled) { in vkDestroySampler()
9001 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkDestroySampler()
9040 bool queueSubmitWithCommandsEnabled = in vkCreateDescriptorSetLayout() local
9042 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCreateDescriptorSetLayout()
9090 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkCreateDescriptorSetLayout()
9097 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkCreateDescriptorSetLayout()
9103 if (queueSubmitWithCommandsEnabled) { in vkCreateDescriptorSetLayout()
9150 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCreateDescriptorSetLayout()
9189 bool queueSubmitWithCommandsEnabled = in vkDestroyDescriptorSetLayout() local
9191 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkDestroyDescriptorSetLayout()
9225 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkDestroyDescriptorSetLayout()
9233 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkDestroyDescriptorSetLayout()
9239 if (queueSubmitWithCommandsEnabled) { in vkDestroyDescriptorSetLayout()
9276 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkDestroyDescriptorSetLayout()
9314 bool queueSubmitWithCommandsEnabled = in vkCreateDescriptorPool() local
9316 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCreateDescriptorPool()
9363 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkCreateDescriptorPool()
9370 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkCreateDescriptorPool()
9376 if (queueSubmitWithCommandsEnabled) { in vkCreateDescriptorPool()
9423 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCreateDescriptorPool()
9459 bool queueSubmitWithCommandsEnabled = in vkDestroyDescriptorPool() local
9461 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkDestroyDescriptorPool()
9495 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkDestroyDescriptorPool()
9502 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkDestroyDescriptorPool()
9508 if (queueSubmitWithCommandsEnabled) { in vkDestroyDescriptorPool()
9545 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkDestroyDescriptorPool()
9580 bool queueSubmitWithCommandsEnabled = in vkResetDescriptorPool() local
9582 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkResetDescriptorPool()
9601 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkResetDescriptorPool()
9608 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkResetDescriptorPool()
9614 if (queueSubmitWithCommandsEnabled) { in vkResetDescriptorPool()
9643 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkResetDescriptorPool()
9680 bool queueSubmitWithCommandsEnabled = in vkAllocateDescriptorSets() local
9682 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkAllocateDescriptorSets()
9712 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkAllocateDescriptorSets()
9719 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkAllocateDescriptorSets()
9725 if (queueSubmitWithCommandsEnabled) { in vkAllocateDescriptorSets()
9769 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkAllocateDescriptorSets()
9808 bool queueSubmitWithCommandsEnabled = in vkFreeDescriptorSets() local
9810 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkFreeDescriptorSets()
9839 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkFreeDescriptorSets()
9846 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkFreeDescriptorSets()
9852 if (queueSubmitWithCommandsEnabled) { in vkFreeDescriptorSets()
9899 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkFreeDescriptorSets()
9940 bool queueSubmitWithCommandsEnabled = in vkUpdateDescriptorSets() local
9942 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkUpdateDescriptorSets()
10002 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkUpdateDescriptorSets()
10009 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkUpdateDescriptorSets()
10015 if (queueSubmitWithCommandsEnabled) { in vkUpdateDescriptorSets()
10050 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkUpdateDescriptorSets()
10087 bool queueSubmitWithCommandsEnabled = in vkCreateFramebuffer() local
10089 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCreateFramebuffer()
10135 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkCreateFramebuffer()
10142 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkCreateFramebuffer()
10148 if (queueSubmitWithCommandsEnabled) { in vkCreateFramebuffer()
10195 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCreateFramebuffer()
10231 bool queueSubmitWithCommandsEnabled = in vkDestroyFramebuffer() local
10233 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkDestroyFramebuffer()
10267 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkDestroyFramebuffer()
10274 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkDestroyFramebuffer()
10280 if (queueSubmitWithCommandsEnabled) { in vkDestroyFramebuffer()
10316 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkDestroyFramebuffer()
10353 bool queueSubmitWithCommandsEnabled = in vkCreateRenderPass() local
10355 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCreateRenderPass()
10401 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkCreateRenderPass()
10408 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkCreateRenderPass()
10414 if (queueSubmitWithCommandsEnabled) { in vkCreateRenderPass()
10461 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCreateRenderPass()
10497 bool queueSubmitWithCommandsEnabled = in vkDestroyRenderPass() local
10499 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkDestroyRenderPass()
10533 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkDestroyRenderPass()
10540 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkDestroyRenderPass()
10546 if (queueSubmitWithCommandsEnabled) { in vkDestroyRenderPass()
10582 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkDestroyRenderPass()
10617 bool queueSubmitWithCommandsEnabled = in vkGetRenderAreaGranularity() local
10619 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetRenderAreaGranularity()
10637 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetRenderAreaGranularity()
10644 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetRenderAreaGranularity()
10650 if (queueSubmitWithCommandsEnabled) { in vkGetRenderAreaGranularity()
10680 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetRenderAreaGranularity()
10717 bool queueSubmitWithCommandsEnabled = in vkCreateCommandPool() local
10719 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCreateCommandPool()
10765 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkCreateCommandPool()
10772 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkCreateCommandPool()
10778 if (queueSubmitWithCommandsEnabled) { in vkCreateCommandPool()
10825 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCreateCommandPool()
10861 bool queueSubmitWithCommandsEnabled = in vkDestroyCommandPool() local
10863 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkDestroyCommandPool()
10897 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkDestroyCommandPool()
10904 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkDestroyCommandPool()
10910 if (queueSubmitWithCommandsEnabled) { in vkDestroyCommandPool()
10946 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkDestroyCommandPool()
10981 bool queueSubmitWithCommandsEnabled = in vkResetCommandPool() local
10983 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkResetCommandPool()
11002 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkResetCommandPool()
11009 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkResetCommandPool()
11015 if (queueSubmitWithCommandsEnabled) { in vkResetCommandPool()
11043 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkResetCommandPool()
11080 bool queueSubmitWithCommandsEnabled = in vkAllocateCommandBuffers() local
11082 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkAllocateCommandBuffers()
11112 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkAllocateCommandBuffers()
11119 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkAllocateCommandBuffers()
11125 if (queueSubmitWithCommandsEnabled) { in vkAllocateCommandBuffers()
11169 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkAllocateCommandBuffers()
11208 bool queueSubmitWithCommandsEnabled = in vkFreeCommandBuffers() local
11210 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkFreeCommandBuffers()
11239 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkFreeCommandBuffers()
11246 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkFreeCommandBuffers()
11252 if (queueSubmitWithCommandsEnabled) { in vkFreeCommandBuffers()
11298 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkFreeCommandBuffers()
11334 bool queueSubmitWithCommandsEnabled = in vkBeginCommandBuffer() local
11336 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkBeginCommandBuffer()
11363 if (queueSubmitWithCommandsEnabled) packetSize_vkBeginCommandBuffer -= 8; in vkBeginCommandBuffer()
11372 if (!queueSubmitWithCommandsEnabled) { in vkBeginCommandBuffer()
11395 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkBeginCommandBuffer()
11429 bool queueSubmitWithCommandsEnabled = in vkEndCommandBuffer() local
11431 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkEndCommandBuffer()
11444 if (queueSubmitWithCommandsEnabled) packetSize_vkEndCommandBuffer -= 8; in vkEndCommandBuffer()
11453 if (!queueSubmitWithCommandsEnabled) { in vkEndCommandBuffer()
11473 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkEndCommandBuffer()
11508 bool queueSubmitWithCommandsEnabled = in vkResetCommandBuffer() local
11510 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkResetCommandBuffer()
11526 if (queueSubmitWithCommandsEnabled) packetSize_vkResetCommandBuffer -= 8; in vkResetCommandBuffer()
11535 if (!queueSubmitWithCommandsEnabled) { in vkResetCommandBuffer()
11558 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkResetCommandBuffer()
11594 bool queueSubmitWithCommandsEnabled = in vkCmdBindPipeline() local
11596 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdBindPipeline()
11616 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdBindPipeline -= 8; in vkCmdBindPipeline()
11625 if (!queueSubmitWithCommandsEnabled) { in vkCmdBindPipeline()
11650 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdBindPipeline()
11687 bool queueSubmitWithCommandsEnabled = in vkCmdSetViewport() local
11689 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdSetViewport()
11726 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdSetViewport -= 8; in vkCmdSetViewport()
11735 if (!queueSubmitWithCommandsEnabled) { in vkCmdSetViewport()
11761 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdSetViewport()
11797 bool queueSubmitWithCommandsEnabled = in vkCmdSetScissor() local
11799 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdSetScissor()
11836 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdSetScissor -= 8; in vkCmdSetScissor()
11845 if (!queueSubmitWithCommandsEnabled) { in vkCmdSetScissor()
11871 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdSetScissor()
11905 bool queueSubmitWithCommandsEnabled = in vkCmdSetLineWidth() local
11907 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdSetLineWidth()
11923 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdSetLineWidth -= 8; in vkCmdSetLineWidth()
11932 if (!queueSubmitWithCommandsEnabled) { in vkCmdSetLineWidth()
11952 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdSetLineWidth()
11990 bool queueSubmitWithCommandsEnabled = in vkCmdSetDepthBias() local
11992 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdSetDepthBias()
12014 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdSetDepthBias -= 8; in vkCmdSetDepthBias()
12023 if (!queueSubmitWithCommandsEnabled) { in vkCmdSetDepthBias()
12047 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdSetDepthBias()
12082 bool queueSubmitWithCommandsEnabled = in vkCmdSetBlendConstants() local
12084 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdSetBlendConstants()
12100 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdSetBlendConstants -= 8; in vkCmdSetBlendConstants()
12109 if (!queueSubmitWithCommandsEnabled) { in vkCmdSetBlendConstants()
12129 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdSetBlendConstants()
12164 bool queueSubmitWithCommandsEnabled = in vkCmdSetDepthBounds() local
12166 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdSetDepthBounds()
12185 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdSetDepthBounds -= 8; in vkCmdSetDepthBounds()
12194 if (!queueSubmitWithCommandsEnabled) { in vkCmdSetDepthBounds()
12216 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdSetDepthBounds()
12252 bool queueSubmitWithCommandsEnabled = in vkCmdSetStencilCompareMask() local
12254 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdSetStencilCompareMask()
12273 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdSetStencilCompareMask -= 8; in vkCmdSetStencilCompareMask()
12282 if (!queueSubmitWithCommandsEnabled) { in vkCmdSetStencilCompareMask()
12304 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdSetStencilCompareMask()
12339 bool queueSubmitWithCommandsEnabled = in vkCmdSetStencilWriteMask() local
12341 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdSetStencilWriteMask()
12360 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdSetStencilWriteMask -= 8; in vkCmdSetStencilWriteMask()
12369 if (!queueSubmitWithCommandsEnabled) { in vkCmdSetStencilWriteMask()
12391 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdSetStencilWriteMask()
12426 bool queueSubmitWithCommandsEnabled = in vkCmdSetStencilReference() local
12428 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdSetStencilReference()
12447 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdSetStencilReference -= 8; in vkCmdSetStencilReference()
12456 if (!queueSubmitWithCommandsEnabled) { in vkCmdSetStencilReference()
12478 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdSetStencilReference()
12518 bool queueSubmitWithCommandsEnabled = in vkCmdBindDescriptorSets() local
12520 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdBindDescriptorSets()
12559 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdBindDescriptorSets -= 8; in vkCmdBindDescriptorSets()
12568 if (!queueSubmitWithCommandsEnabled) { in vkCmdBindDescriptorSets()
12610 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdBindDescriptorSets()
12645 bool queueSubmitWithCommandsEnabled = in vkCmdBindIndexBuffer() local
12647 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdBindIndexBuffer()
12670 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdBindIndexBuffer -= 8; in vkCmdBindIndexBuffer()
12679 if (!queueSubmitWithCommandsEnabled) { in vkCmdBindIndexBuffer()
12705 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdBindIndexBuffer()
12743 bool queueSubmitWithCommandsEnabled = in vkCmdBindVertexBuffers() local
12745 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdBindVertexBuffers()
12774 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdBindVertexBuffers -= 8; in vkCmdBindVertexBuffers()
12783 if (!queueSubmitWithCommandsEnabled) { in vkCmdBindVertexBuffers()
12815 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdBindVertexBuffers()
12853 bool queueSubmitWithCommandsEnabled = in vkCmdDraw() local
12855 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdDraw()
12880 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdDraw -= 8; in vkCmdDraw()
12889 if (!queueSubmitWithCommandsEnabled) { in vkCmdDraw()
12915 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdDraw()
12953 bool queueSubmitWithCommandsEnabled = in vkCmdDrawIndexed() local
12955 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdDrawIndexed()
12983 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdDrawIndexed -= 8; in vkCmdDrawIndexed()
12992 if (!queueSubmitWithCommandsEnabled) { in vkCmdDrawIndexed()
13020 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdDrawIndexed()
13057 bool queueSubmitWithCommandsEnabled = in vkCmdDrawIndirect() local
13059 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdDrawIndirect()
13085 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdDrawIndirect -= 8; in vkCmdDrawIndirect()
13094 if (!queueSubmitWithCommandsEnabled) { in vkCmdDrawIndirect()
13122 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdDrawIndirect()
13160 bool queueSubmitWithCommandsEnabled = in vkCmdDrawIndexedIndirect() local
13162 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdDrawIndexedIndirect()
13188 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdDrawIndexedIndirect -= 8; in vkCmdDrawIndexedIndirect()
13197 if (!queueSubmitWithCommandsEnabled) { in vkCmdDrawIndexedIndirect()
13225 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdDrawIndexedIndirect()
13261 bool queueSubmitWithCommandsEnabled = in vkCmdDispatch() local
13263 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdDispatch()
13285 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdDispatch -= 8; in vkCmdDispatch()
13294 if (!queueSubmitWithCommandsEnabled) { in vkCmdDispatch()
13318 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdDispatch()
13353 bool queueSubmitWithCommandsEnabled = in vkCmdDispatchIndirect() local
13355 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdDispatchIndirect()
13375 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdDispatchIndirect -= 8; in vkCmdDispatchIndirect()
13384 if (!queueSubmitWithCommandsEnabled) { in vkCmdDispatchIndirect()
13408 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdDispatchIndirect()
13446 bool queueSubmitWithCommandsEnabled = in vkCmdCopyBuffer() local
13448 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdCopyBuffer()
13490 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdCopyBuffer -= 8; in vkCmdCopyBuffer()
13499 if (!queueSubmitWithCommandsEnabled) { in vkCmdCopyBuffer()
13531 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdCopyBuffer()
13570 bool queueSubmitWithCommandsEnabled = in vkCmdCopyImage() local
13572 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdCopyImage()
13620 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdCopyImage -= 8; in vkCmdCopyImage()
13629 if (!queueSubmitWithCommandsEnabled) { in vkCmdCopyImage()
13665 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdCopyImage()
13704 bool queueSubmitWithCommandsEnabled = in vkCmdBlitImage() local
13706 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdBlitImage()
13757 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdBlitImage -= 8; in vkCmdBlitImage()
13766 if (!queueSubmitWithCommandsEnabled) { in vkCmdBlitImage()
13804 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdBlitImage()
13843 bool queueSubmitWithCommandsEnabled = in vkCmdCopyBufferToImage() local
13845 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdCopyBufferToImage()
13892 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdCopyBufferToImage -= 8; in vkCmdCopyBufferToImage()
13901 if (!queueSubmitWithCommandsEnabled) { in vkCmdCopyBufferToImage()
13935 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdCopyBufferToImage()
13974 bool queueSubmitWithCommandsEnabled = in vkCmdCopyImageToBuffer() local
13976 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdCopyImageToBuffer()
14023 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdCopyImageToBuffer -= 8; in vkCmdCopyImageToBuffer()
14032 if (!queueSubmitWithCommandsEnabled) { in vkCmdCopyImageToBuffer()
14066 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdCopyImageToBuffer()
14103 bool queueSubmitWithCommandsEnabled = in vkCmdUpdateBuffer() local
14105 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdUpdateBuffer()
14132 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdUpdateBuffer -= 8; in vkCmdUpdateBuffer()
14141 if (!queueSubmitWithCommandsEnabled) { in vkCmdUpdateBuffer()
14169 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdUpdateBuffer()
14206 bool queueSubmitWithCommandsEnabled = in vkCmdFillBuffer() local
14208 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdFillBuffer()
14234 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdFillBuffer -= 8; in vkCmdFillBuffer()
14243 if (!queueSubmitWithCommandsEnabled) { in vkCmdFillBuffer()
14271 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdFillBuffer()
14310 bool queueSubmitWithCommandsEnabled = in vkCmdClearColorImage() local
14312 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdClearColorImage()
14367 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdClearColorImage -= 8; in vkCmdClearColorImage()
14376 if (!queueSubmitWithCommandsEnabled) { in vkCmdClearColorImage()
14409 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdClearColorImage()
14450 bool queueSubmitWithCommandsEnabled = in vkCmdClearDepthStencilImage() local
14452 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdClearDepthStencilImage()
14509 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdClearDepthStencilImage -= 8; in vkCmdClearDepthStencilImage()
14518 if (!queueSubmitWithCommandsEnabled) { in vkCmdClearDepthStencilImage()
14552 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdClearDepthStencilImage()
14590 bool queueSubmitWithCommandsEnabled = in vkCmdClearAttachments() local
14592 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdClearAttachments()
14649 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdClearAttachments -= 8; in vkCmdClearAttachments()
14658 if (!queueSubmitWithCommandsEnabled) { in vkCmdClearAttachments()
14689 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdClearAttachments()
14728 bool queueSubmitWithCommandsEnabled = in vkCmdResolveImage() local
14730 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdResolveImage()
14780 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdResolveImage -= 8; in vkCmdResolveImage()
14789 if (!queueSubmitWithCommandsEnabled) { in vkCmdResolveImage()
14825 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdResolveImage()
14860 bool queueSubmitWithCommandsEnabled = in vkCmdSetEvent() local
14862 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdSetEvent()
14882 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdSetEvent -= 8; in vkCmdSetEvent()
14891 if (!queueSubmitWithCommandsEnabled) { in vkCmdSetEvent()
14915 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdSetEvent()
14950 bool queueSubmitWithCommandsEnabled = in vkCmdResetEvent() local
14952 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdResetEvent()
14972 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdResetEvent -= 8; in vkCmdResetEvent()
14981 if (!queueSubmitWithCommandsEnabled) { in vkCmdResetEvent()
15005 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdResetEvent()
15051 bool queueSubmitWithCommandsEnabled = in vkCmdWaitEvents() local
15053 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdWaitEvents()
15154 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdWaitEvents -= 8; in vkCmdWaitEvents()
15163 if (!queueSubmitWithCommandsEnabled) { in vkCmdWaitEvents()
15216 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdWaitEvents()
15262 bool queueSubmitWithCommandsEnabled = in vkCmdPipelineBarrier() local
15264 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdPipelineBarrier()
15359 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdPipelineBarrier -= 8; in vkCmdPipelineBarrier()
15368 if (!queueSubmitWithCommandsEnabled) { in vkCmdPipelineBarrier()
15413 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdPipelineBarrier()
15448 bool queueSubmitWithCommandsEnabled = in vkCmdBeginQuery() local
15450 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdBeginQuery()
15473 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdBeginQuery -= 8; in vkCmdBeginQuery()
15482 if (!queueSubmitWithCommandsEnabled) { in vkCmdBeginQuery()
15508 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdBeginQuery()
15543 bool queueSubmitWithCommandsEnabled = in vkCmdEndQuery() local
15545 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdEndQuery()
15565 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdEndQuery -= 8; in vkCmdEndQuery()
15574 if (!queueSubmitWithCommandsEnabled) { in vkCmdEndQuery()
15598 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdEndQuery()
15634 bool queueSubmitWithCommandsEnabled = in vkCmdResetQueryPool() local
15636 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdResetQueryPool()
15659 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdResetQueryPool -= 8; in vkCmdResetQueryPool()
15668 if (!queueSubmitWithCommandsEnabled) { in vkCmdResetQueryPool()
15694 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdResetQueryPool()
15730 bool queueSubmitWithCommandsEnabled = in vkCmdWriteTimestamp() local
15732 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdWriteTimestamp()
15755 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdWriteTimestamp -= 8; in vkCmdWriteTimestamp()
15764 if (!queueSubmitWithCommandsEnabled) { in vkCmdWriteTimestamp()
15791 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdWriteTimestamp()
15831 bool queueSubmitWithCommandsEnabled = in vkCmdCopyQueryPoolResults() local
15833 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdCopyQueryPoolResults()
15869 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdCopyQueryPoolResults -= 8; in vkCmdCopyQueryPoolResults()
15878 if (!queueSubmitWithCommandsEnabled) { in vkCmdCopyQueryPoolResults()
15914 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdCopyQueryPoolResults()
15952 bool queueSubmitWithCommandsEnabled = in vkCmdPushConstants() local
15954 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdPushConstants()
15984 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdPushConstants -= 8; in vkCmdPushConstants()
15993 if (!queueSubmitWithCommandsEnabled) { in vkCmdPushConstants()
16023 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdPushConstants()
16059 bool queueSubmitWithCommandsEnabled = in vkCmdBeginRenderPass() local
16061 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdBeginRenderPass()
16091 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdBeginRenderPass -= 8; in vkCmdBeginRenderPass()
16100 if (!queueSubmitWithCommandsEnabled) { in vkCmdBeginRenderPass()
16123 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdBeginRenderPass()
16157 bool queueSubmitWithCommandsEnabled = in vkCmdNextSubpass() local
16159 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdNextSubpass()
16175 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdNextSubpass -= 8; in vkCmdNextSubpass()
16184 if (!queueSubmitWithCommandsEnabled) { in vkCmdNextSubpass()
16204 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdNextSubpass()
16237 bool queueSubmitWithCommandsEnabled = in vkCmdEndRenderPass() local
16239 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdEndRenderPass()
16252 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdEndRenderPass -= 8; in vkCmdEndRenderPass()
16261 if (!queueSubmitWithCommandsEnabled) { in vkCmdEndRenderPass()
16279 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdEndRenderPass()
16315 bool queueSubmitWithCommandsEnabled = in vkCmdExecuteCommands() local
16317 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdExecuteCommands()
16339 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdExecuteCommands -= 8; in vkCmdExecuteCommands()
16348 if (!queueSubmitWithCommandsEnabled) { in vkCmdExecuteCommands()
16376 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdExecuteCommands()
16411 bool queueSubmitWithCommandsEnabled = in vkEnumerateInstanceVersion() local
16413 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkEnumerateInstanceVersion()
16420 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkEnumerateInstanceVersion()
16427 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkEnumerateInstanceVersion()
16433 if (queueSubmitWithCommandsEnabled) { in vkEnumerateInstanceVersion()
16454 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkEnumerateInstanceVersion()
16490 bool queueSubmitWithCommandsEnabled = in vkBindBufferMemory2() local
16492 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkBindBufferMemory2()
16527 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkBindBufferMemory2()
16534 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkBindBufferMemory2()
16540 if (queueSubmitWithCommandsEnabled) { in vkBindBufferMemory2()
16569 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkBindBufferMemory2()
16603 bool queueSubmitWithCommandsEnabled = in vkBindImageMemory2() local
16605 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkBindImageMemory2()
16642 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkBindImageMemory2()
16649 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkBindImageMemory2()
16655 if (queueSubmitWithCommandsEnabled) { in vkBindImageMemory2()
16684 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkBindImageMemory2()
16725 bool queueSubmitWithCommandsEnabled = in vkGetDeviceGroupPeerMemoryFeatures() local
16727 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetDeviceGroupPeerMemoryFeatures()
16749 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetDeviceGroupPeerMemoryFeatures()
16757 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetDeviceGroupPeerMemoryFeatures()
16763 if (queueSubmitWithCommandsEnabled) { in vkGetDeviceGroupPeerMemoryFeatures()
16793 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetDeviceGroupPeerMemoryFeatures()
16828 bool queueSubmitWithCommandsEnabled = in vkCmdSetDeviceMask() local
16830 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdSetDeviceMask()
16846 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdSetDeviceMask -= 8; in vkCmdSetDeviceMask()
16855 if (!queueSubmitWithCommandsEnabled) { in vkCmdSetDeviceMask()
16875 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdSetDeviceMask()
16913 bool queueSubmitWithCommandsEnabled = in vkCmdDispatchBase() local
16915 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdDispatchBase()
16946 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdDispatchBase -= 8; in vkCmdDispatchBase()
16955 if (!queueSubmitWithCommandsEnabled) { in vkCmdDispatchBase()
16985 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdDispatchBase()
17023 bool queueSubmitWithCommandsEnabled = in vkEnumeratePhysicalDeviceGroups() local
17025 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkEnumeratePhysicalDeviceGroups()
17054 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkEnumeratePhysicalDeviceGroups()
17062 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkEnumeratePhysicalDeviceGroups()
17068 if (queueSubmitWithCommandsEnabled) { in vkEnumeratePhysicalDeviceGroups()
17148 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkEnumeratePhysicalDeviceGroups()
17186 bool queueSubmitWithCommandsEnabled = in vkGetImageMemoryRequirements2() local
17188 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetImageMemoryRequirements2()
17217 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetImageMemoryRequirements2()
17225 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetImageMemoryRequirements2()
17231 if (queueSubmitWithCommandsEnabled) { in vkGetImageMemoryRequirements2()
17263 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetImageMemoryRequirements2()
17300 bool queueSubmitWithCommandsEnabled = in vkGetBufferMemoryRequirements2() local
17302 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetBufferMemoryRequirements2()
17331 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetBufferMemoryRequirements2()
17339 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetBufferMemoryRequirements2()
17345 if (queueSubmitWithCommandsEnabled) { in vkGetBufferMemoryRequirements2()
17377 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetBufferMemoryRequirements2()
17416 bool queueSubmitWithCommandsEnabled = in vkGetImageSparseMemoryRequirements2() local
17418 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetImageSparseMemoryRequirements2()
17463 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetImageSparseMemoryRequirements2()
17471 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetImageSparseMemoryRequirements2()
17477 if (queueSubmitWithCommandsEnabled) { in vkGetImageSparseMemoryRequirements2()
17558 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetImageSparseMemoryRequirements2()
17594 bool queueSubmitWithCommandsEnabled = in vkGetPhysicalDeviceFeatures2() local
17596 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetPhysicalDeviceFeatures2()
17610 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetPhysicalDeviceFeatures2()
17618 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetPhysicalDeviceFeatures2()
17624 if (queueSubmitWithCommandsEnabled) { in vkGetPhysicalDeviceFeatures2()
17653 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetPhysicalDeviceFeatures2()
17689 bool queueSubmitWithCommandsEnabled = in vkGetPhysicalDeviceProperties2() local
17691 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetPhysicalDeviceProperties2()
17705 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetPhysicalDeviceProperties2()
17713 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetPhysicalDeviceProperties2()
17719 if (queueSubmitWithCommandsEnabled) { in vkGetPhysicalDeviceProperties2()
17749 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetPhysicalDeviceProperties2()
17787 bool queueSubmitWithCommandsEnabled = in vkGetPhysicalDeviceFormatProperties2() local
17789 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetPhysicalDeviceFormatProperties2()
17806 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetPhysicalDeviceFormatProperties2()
17814 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetPhysicalDeviceFormatProperties2()
17820 if (queueSubmitWithCommandsEnabled) { in vkGetPhysicalDeviceFormatProperties2()
17851 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetPhysicalDeviceFormatProperties2()
17889 bool queueSubmitWithCommandsEnabled = in vkGetPhysicalDeviceImageFormatProperties2() local
17891 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetPhysicalDeviceImageFormatProperties2()
17922 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetPhysicalDeviceImageFormatProperties2()
17931 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetPhysicalDeviceImageFormatProperties2()
17937 if (queueSubmitWithCommandsEnabled) { in vkGetPhysicalDeviceImageFormatProperties2()
17972 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetPhysicalDeviceImageFormatProperties2()
18011 bool queueSubmitWithCommandsEnabled = in vkGetPhysicalDeviceQueueFamilyProperties2() local
18013 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetPhysicalDeviceQueueFamilyProperties2()
18041 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetPhysicalDeviceQueueFamilyProperties2()
18050 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetPhysicalDeviceQueueFamilyProperties2()
18056 if (queueSubmitWithCommandsEnabled) { in vkGetPhysicalDeviceQueueFamilyProperties2()
18131 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetPhysicalDeviceQueueFamilyProperties2()
18168 bool queueSubmitWithCommandsEnabled = in vkGetPhysicalDeviceMemoryProperties2() local
18170 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetPhysicalDeviceMemoryProperties2()
18185 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetPhysicalDeviceMemoryProperties2()
18193 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetPhysicalDeviceMemoryProperties2()
18199 if (queueSubmitWithCommandsEnabled) { in vkGetPhysicalDeviceMemoryProperties2()
18230 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetPhysicalDeviceMemoryProperties2()
18269 bool queueSubmitWithCommandsEnabled = in vkGetPhysicalDeviceSparseImageFormatProperties2() local
18271 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetPhysicalDeviceSparseImageFormatProperties2()
18315 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetPhysicalDeviceSparseImageFormatProperties2()
18325 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetPhysicalDeviceSparseImageFormatProperties2()
18332 if (queueSubmitWithCommandsEnabled) { in vkGetPhysicalDeviceSparseImageFormatProperties2()
18409 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetPhysicalDeviceSparseImageFormatProperties2()
18444 bool queueSubmitWithCommandsEnabled = in vkTrimCommandPool() local
18446 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkTrimCommandPool()
18465 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkTrimCommandPool()
18472 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkTrimCommandPool()
18478 if (queueSubmitWithCommandsEnabled) { in vkTrimCommandPool()
18505 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkTrimCommandPool()
18540 bool queueSubmitWithCommandsEnabled = in vkGetDeviceQueue2() local
18542 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetDeviceQueue2()
18569 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetDeviceQueue2()
18576 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetDeviceQueue2()
18582 if (queueSubmitWithCommandsEnabled) { in vkGetDeviceQueue2()
18616 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetDeviceQueue2()
18655 bool queueSubmitWithCommandsEnabled = in vkCreateSamplerYcbcrConversion() local
18657 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCreateSamplerYcbcrConversion()
18705 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkCreateSamplerYcbcrConversion()
18713 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkCreateSamplerYcbcrConversion()
18719 if (queueSubmitWithCommandsEnabled) { in vkCreateSamplerYcbcrConversion()
18766 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCreateSamplerYcbcrConversion()
18805 bool queueSubmitWithCommandsEnabled = in vkDestroySamplerYcbcrConversion() local
18807 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkDestroySamplerYcbcrConversion()
18841 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkDestroySamplerYcbcrConversion()
18849 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkDestroySamplerYcbcrConversion()
18855 if (queueSubmitWithCommandsEnabled) { in vkDestroySamplerYcbcrConversion()
18892 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkDestroySamplerYcbcrConversion()
18931 bool queueSubmitWithCommandsEnabled = in vkCreateDescriptorUpdateTemplate() local
18933 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCreateDescriptorUpdateTemplate()
18981 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkCreateDescriptorUpdateTemplate()
18989 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkCreateDescriptorUpdateTemplate()
18995 if (queueSubmitWithCommandsEnabled) { in vkCreateDescriptorUpdateTemplate()
19045 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCreateDescriptorUpdateTemplate()
19083 bool queueSubmitWithCommandsEnabled = in vkDestroyDescriptorUpdateTemplate() local
19085 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkDestroyDescriptorUpdateTemplate()
19119 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkDestroyDescriptorUpdateTemplate()
19127 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkDestroyDescriptorUpdateTemplate()
19133 if (queueSubmitWithCommandsEnabled) { in vkDestroyDescriptorUpdateTemplate()
19170 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkDestroyDescriptorUpdateTemplate()
19208 bool queueSubmitWithCommandsEnabled = in vkUpdateDescriptorSetWithTemplate() local
19210 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkUpdateDescriptorSetWithTemplate()
19238 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkUpdateDescriptorSetWithTemplate()
19246 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkUpdateDescriptorSetWithTemplate()
19252 if (queueSubmitWithCommandsEnabled) { in vkUpdateDescriptorSetWithTemplate()
19290 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkUpdateDescriptorSetWithTemplate()
19328 bool queueSubmitWithCommandsEnabled = in vkGetPhysicalDeviceExternalBufferProperties() local
19330 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetPhysicalDeviceExternalBufferProperties()
19363 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetPhysicalDeviceExternalBufferProperties()
19372 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetPhysicalDeviceExternalBufferProperties()
19378 if (queueSubmitWithCommandsEnabled) { in vkGetPhysicalDeviceExternalBufferProperties()
19413 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetPhysicalDeviceExternalBufferProperties()
19451 bool queueSubmitWithCommandsEnabled = in vkGetPhysicalDeviceExternalFenceProperties() local
19453 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetPhysicalDeviceExternalFenceProperties()
19484 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetPhysicalDeviceExternalFenceProperties()
19493 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetPhysicalDeviceExternalFenceProperties()
19499 if (queueSubmitWithCommandsEnabled) { in vkGetPhysicalDeviceExternalFenceProperties()
19532 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetPhysicalDeviceExternalFenceProperties()
19572 bool queueSubmitWithCommandsEnabled = in vkGetPhysicalDeviceExternalSemaphoreProperties() local
19574 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetPhysicalDeviceExternalSemaphoreProperties()
19606 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetPhysicalDeviceExternalSemaphoreProperties()
19615 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetPhysicalDeviceExternalSemaphoreProperties()
19621 if (queueSubmitWithCommandsEnabled) { in vkGetPhysicalDeviceExternalSemaphoreProperties()
19657 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetPhysicalDeviceExternalSemaphoreProperties()
19694 bool queueSubmitWithCommandsEnabled = in vkGetDescriptorSetLayoutSupport() local
19696 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetDescriptorSetLayoutSupport()
19726 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetDescriptorSetLayoutSupport()
19734 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetDescriptorSetLayoutSupport()
19740 if (queueSubmitWithCommandsEnabled) { in vkGetDescriptorSetLayoutSupport()
19772 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetDescriptorSetLayoutSupport()
19813 bool queueSubmitWithCommandsEnabled = in vkCmdDrawIndirectCount() local
19815 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdDrawIndirectCount()
19848 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdDrawIndirectCount -= 8; in vkCmdDrawIndirectCount()
19857 if (!queueSubmitWithCommandsEnabled) { in vkCmdDrawIndirectCount()
19891 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdDrawIndirectCount()
19930 bool queueSubmitWithCommandsEnabled = in vkCmdDrawIndexedIndirectCount() local
19932 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdDrawIndexedIndirectCount()
19966 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdDrawIndexedIndirectCount -= 8; in vkCmdDrawIndexedIndirectCount()
19975 if (!queueSubmitWithCommandsEnabled) { in vkCmdDrawIndexedIndirectCount()
20009 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdDrawIndexedIndirectCount()
20046 bool queueSubmitWithCommandsEnabled = in vkCreateRenderPass2() local
20048 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCreateRenderPass2()
20094 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkCreateRenderPass2()
20101 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkCreateRenderPass2()
20107 if (queueSubmitWithCommandsEnabled) { in vkCreateRenderPass2()
20154 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCreateRenderPass2()
20193 bool queueSubmitWithCommandsEnabled = in vkCmdBeginRenderPass2() local
20195 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdBeginRenderPass2()
20236 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdBeginRenderPass2 -= 8; in vkCmdBeginRenderPass2()
20245 if (!queueSubmitWithCommandsEnabled) { in vkCmdBeginRenderPass2()
20269 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdBeginRenderPass2()
20306 bool queueSubmitWithCommandsEnabled = in vkCmdNextSubpass2() local
20308 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdNextSubpass2()
20348 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdNextSubpass2 -= 8; in vkCmdNextSubpass2()
20357 if (!queueSubmitWithCommandsEnabled) { in vkCmdNextSubpass2()
20380 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdNextSubpass2()
20415 bool queueSubmitWithCommandsEnabled = in vkCmdEndRenderPass2() local
20417 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdEndRenderPass2()
20443 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdEndRenderPass2 -= 8; in vkCmdEndRenderPass2()
20452 if (!queueSubmitWithCommandsEnabled) { in vkCmdEndRenderPass2()
20472 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdEndRenderPass2()
20507 bool queueSubmitWithCommandsEnabled = in vkResetQueryPool() local
20509 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkResetQueryPool()
20530 uint32_t packetSize_vkResetQueryPool = 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkResetQueryPool()
20537 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkResetQueryPool()
20543 if (queueSubmitWithCommandsEnabled) { in vkResetQueryPool()
20572 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkResetQueryPool()
20607 bool queueSubmitWithCommandsEnabled = in vkGetSemaphoreCounterValue() local
20609 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetSemaphoreCounterValue()
20626 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetSemaphoreCounterValue()
20633 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetSemaphoreCounterValue()
20639 if (queueSubmitWithCommandsEnabled) { in vkGetSemaphoreCounterValue()
20668 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetSemaphoreCounterValue()
20704 bool queueSubmitWithCommandsEnabled = in vkWaitSemaphores() local
20706 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkWaitSemaphores()
20733 uint32_t packetSize_vkWaitSemaphores = 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkWaitSemaphores()
20740 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkWaitSemaphores()
20746 if (queueSubmitWithCommandsEnabled) { in vkWaitSemaphores()
20772 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkWaitSemaphores()
20807 bool queueSubmitWithCommandsEnabled = in vkSignalSemaphore() local
20809 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkSignalSemaphore()
20835 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkSignalSemaphore()
20842 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkSignalSemaphore()
20848 if (queueSubmitWithCommandsEnabled) { in vkSignalSemaphore()
20873 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkSignalSemaphore()
20909 bool queueSubmitWithCommandsEnabled = in vkGetBufferDeviceAddress() local
20911 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetBufferDeviceAddress()
20937 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetBufferDeviceAddress()
20944 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetBufferDeviceAddress()
20950 if (queueSubmitWithCommandsEnabled) { in vkGetBufferDeviceAddress()
20975 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetBufferDeviceAddress()
21011 bool queueSubmitWithCommandsEnabled = in vkGetBufferOpaqueCaptureAddress() local
21013 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetBufferOpaqueCaptureAddress()
21039 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetBufferOpaqueCaptureAddress()
21047 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetBufferOpaqueCaptureAddress()
21053 if (queueSubmitWithCommandsEnabled) { in vkGetBufferOpaqueCaptureAddress()
21078 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetBufferOpaqueCaptureAddress()
21113 bool queueSubmitWithCommandsEnabled = in vkGetDeviceMemoryOpaqueCaptureAddress() local
21115 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetDeviceMemoryOpaqueCaptureAddress()
21143 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetDeviceMemoryOpaqueCaptureAddress()
21152 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetDeviceMemoryOpaqueCaptureAddress()
21158 if (queueSubmitWithCommandsEnabled) { in vkGetDeviceMemoryOpaqueCaptureAddress()
21184 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetDeviceMemoryOpaqueCaptureAddress()
21224 bool queueSubmitWithCommandsEnabled = in vkGetPhysicalDeviceToolProperties() local
21226 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetPhysicalDeviceToolProperties()
21254 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetPhysicalDeviceToolProperties()
21262 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetPhysicalDeviceToolProperties()
21268 if (queueSubmitWithCommandsEnabled) { in vkGetPhysicalDeviceToolProperties()
21343 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetPhysicalDeviceToolProperties()
21382 bool queueSubmitWithCommandsEnabled = in vkCreatePrivateDataSlot() local
21384 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCreatePrivateDataSlot()
21430 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkCreatePrivateDataSlot()
21437 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkCreatePrivateDataSlot()
21443 if (queueSubmitWithCommandsEnabled) { in vkCreatePrivateDataSlot()
21483 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCreatePrivateDataSlot()
21518 bool queueSubmitWithCommandsEnabled = in vkDestroyPrivateDataSlot() local
21520 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkDestroyPrivateDataSlot()
21553 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkDestroyPrivateDataSlot()
21560 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkDestroyPrivateDataSlot()
21566 if (queueSubmitWithCommandsEnabled) { in vkDestroyPrivateDataSlot()
21601 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkDestroyPrivateDataSlot()
21637 bool queueSubmitWithCommandsEnabled = in vkSetPrivateData() local
21639 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkSetPrivateData()
21662 uint32_t packetSize_vkSetPrivateData = 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkSetPrivateData()
21669 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkSetPrivateData()
21675 if (queueSubmitWithCommandsEnabled) { in vkSetPrivateData()
21707 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkSetPrivateData()
21744 bool queueSubmitWithCommandsEnabled = in vkGetPrivateData() local
21746 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetPrivateData()
21767 uint32_t packetSize_vkGetPrivateData = 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetPrivateData()
21774 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetPrivateData()
21780 if (queueSubmitWithCommandsEnabled) { in vkGetPrivateData()
21811 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetPrivateData()
21846 bool queueSubmitWithCommandsEnabled = in vkCmdSetEvent2() local
21848 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdSetEvent2()
21878 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdSetEvent2 -= 8; in vkCmdSetEvent2()
21887 if (!queueSubmitWithCommandsEnabled) { in vkCmdSetEvent2()
21911 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdSetEvent2()
21945 bool queueSubmitWithCommandsEnabled = in vkCmdResetEvent2() local
21947 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdResetEvent2()
21967 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdResetEvent2 -= 8; in vkCmdResetEvent2()
21976 if (!queueSubmitWithCommandsEnabled) { in vkCmdResetEvent2()
22000 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdResetEvent2()
22037 bool queueSubmitWithCommandsEnabled = in vkCmdWaitEvents2() local
22039 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdWaitEvents2()
22081 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdWaitEvents2 -= 8; in vkCmdWaitEvents2()
22090 if (!queueSubmitWithCommandsEnabled) { in vkCmdWaitEvents2()
22123 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdWaitEvents2()
22158 bool queueSubmitWithCommandsEnabled = in vkCmdPipelineBarrier2() local
22160 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdPipelineBarrier2()
22186 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdPipelineBarrier2 -= 8; in vkCmdPipelineBarrier2()
22195 if (!queueSubmitWithCommandsEnabled) { in vkCmdPipelineBarrier2()
22215 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdPipelineBarrier2()
22250 bool queueSubmitWithCommandsEnabled = in vkCmdWriteTimestamp2() local
22252 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdWriteTimestamp2()
22275 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdWriteTimestamp2 -= 8; in vkCmdWriteTimestamp2()
22284 if (!queueSubmitWithCommandsEnabled) { in vkCmdWriteTimestamp2()
22310 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdWriteTimestamp2()
22345 bool queueSubmitWithCommandsEnabled = in vkQueueSubmit2() local
22347 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkQueueSubmit2()
22383 uint32_t packetSize_vkQueueSubmit2 = 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkQueueSubmit2()
22390 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkQueueSubmit2()
22396 if (queueSubmitWithCommandsEnabled) { in vkQueueSubmit2()
22428 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkQueueSubmit2()
22464 bool queueSubmitWithCommandsEnabled = in vkCmdCopyBuffer2() local
22466 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdCopyBuffer2()
22492 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdCopyBuffer2 -= 8; in vkCmdCopyBuffer2()
22501 if (!queueSubmitWithCommandsEnabled) { in vkCmdCopyBuffer2()
22521 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdCopyBuffer2()
22556 bool queueSubmitWithCommandsEnabled = in vkCmdCopyImage2() local
22558 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdCopyImage2()
22584 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdCopyImage2 -= 8; in vkCmdCopyImage2()
22593 if (!queueSubmitWithCommandsEnabled) { in vkCmdCopyImage2()
22613 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdCopyImage2()
22649 bool queueSubmitWithCommandsEnabled = in vkCmdCopyBufferToImage2() local
22651 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdCopyBufferToImage2()
22680 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdCopyBufferToImage2 -= 8; in vkCmdCopyBufferToImage2()
22689 if (!queueSubmitWithCommandsEnabled) { in vkCmdCopyBufferToImage2()
22710 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdCopyBufferToImage2()
22746 bool queueSubmitWithCommandsEnabled = in vkCmdCopyImageToBuffer2() local
22748 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdCopyImageToBuffer2()
22777 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdCopyImageToBuffer2 -= 8; in vkCmdCopyImageToBuffer2()
22786 if (!queueSubmitWithCommandsEnabled) { in vkCmdCopyImageToBuffer2()
22807 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdCopyImageToBuffer2()
22842 bool queueSubmitWithCommandsEnabled = in vkCmdBlitImage2() local
22844 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdBlitImage2()
22870 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdBlitImage2 -= 8; in vkCmdBlitImage2()
22879 if (!queueSubmitWithCommandsEnabled) { in vkCmdBlitImage2()
22899 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdBlitImage2()
22934 bool queueSubmitWithCommandsEnabled = in vkCmdResolveImage2() local
22936 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdResolveImage2()
22963 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdResolveImage2 -= 8; in vkCmdResolveImage2()
22972 if (!queueSubmitWithCommandsEnabled) { in vkCmdResolveImage2()
22993 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdResolveImage2()
23028 bool queueSubmitWithCommandsEnabled = in vkCmdBeginRendering() local
23030 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdBeginRendering()
23056 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdBeginRendering -= 8; in vkCmdBeginRendering()
23065 if (!queueSubmitWithCommandsEnabled) { in vkCmdBeginRendering()
23085 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdBeginRendering()
23118 bool queueSubmitWithCommandsEnabled = in vkCmdEndRendering() local
23120 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdEndRendering()
23133 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdEndRendering -= 8; in vkCmdEndRendering()
23142 if (!queueSubmitWithCommandsEnabled) { in vkCmdEndRendering()
23160 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdEndRendering()
23194 bool queueSubmitWithCommandsEnabled = in vkCmdSetCullMode() local
23196 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdSetCullMode()
23212 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdSetCullMode -= 8; in vkCmdSetCullMode()
23221 if (!queueSubmitWithCommandsEnabled) { in vkCmdSetCullMode()
23241 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdSetCullMode()
23275 bool queueSubmitWithCommandsEnabled = in vkCmdSetFrontFace() local
23277 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdSetFrontFace()
23293 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdSetFrontFace -= 8; in vkCmdSetFrontFace()
23302 if (!queueSubmitWithCommandsEnabled) { in vkCmdSetFrontFace()
23322 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdSetFrontFace()
23356 bool queueSubmitWithCommandsEnabled = in vkCmdSetPrimitiveTopology() local
23358 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdSetPrimitiveTopology()
23374 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdSetPrimitiveTopology -= 8; in vkCmdSetPrimitiveTopology()
23383 if (!queueSubmitWithCommandsEnabled) { in vkCmdSetPrimitiveTopology()
23404 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdSetPrimitiveTopology()
23440 bool queueSubmitWithCommandsEnabled = in vkCmdSetViewportWithCount() local
23442 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdSetViewportWithCount()
23476 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdSetViewportWithCount -= 8; in vkCmdSetViewportWithCount()
23485 if (!queueSubmitWithCommandsEnabled) { in vkCmdSetViewportWithCount()
23509 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdSetViewportWithCount()
23544 bool queueSubmitWithCommandsEnabled = in vkCmdSetScissorWithCount() local
23546 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdSetScissorWithCount()
23580 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdSetScissorWithCount -= 8; in vkCmdSetScissorWithCount()
23589 if (!queueSubmitWithCommandsEnabled) { in vkCmdSetScissorWithCount()
23613 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdSetScissorWithCount()
23652 bool queueSubmitWithCommandsEnabled = in vkCmdBindVertexBuffers2() local
23654 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdBindVertexBuffers2()
23703 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdBindVertexBuffers2 -= 8; in vkCmdBindVertexBuffers2()
23712 if (!queueSubmitWithCommandsEnabled) { in vkCmdBindVertexBuffers2()
23770 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdBindVertexBuffers2()
23805 bool queueSubmitWithCommandsEnabled = in vkCmdSetDepthTestEnable() local
23807 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdSetDepthTestEnable()
23823 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdSetDepthTestEnable -= 8; in vkCmdSetDepthTestEnable()
23832 if (!queueSubmitWithCommandsEnabled) { in vkCmdSetDepthTestEnable()
23852 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdSetDepthTestEnable()
23887 bool queueSubmitWithCommandsEnabled = in vkCmdSetDepthWriteEnable() local
23889 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdSetDepthWriteEnable()
23905 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdSetDepthWriteEnable -= 8; in vkCmdSetDepthWriteEnable()
23914 if (!queueSubmitWithCommandsEnabled) { in vkCmdSetDepthWriteEnable()
23934 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdSetDepthWriteEnable()
23968 bool queueSubmitWithCommandsEnabled = in vkCmdSetDepthCompareOp() local
23970 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdSetDepthCompareOp()
23986 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdSetDepthCompareOp -= 8; in vkCmdSetDepthCompareOp()
23995 if (!queueSubmitWithCommandsEnabled) { in vkCmdSetDepthCompareOp()
24015 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdSetDepthCompareOp()
24050 bool queueSubmitWithCommandsEnabled = in vkCmdSetDepthBoundsTestEnable() local
24052 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdSetDepthBoundsTestEnable()
24069 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdSetDepthBoundsTestEnable -= 8; in vkCmdSetDepthBoundsTestEnable()
24078 if (!queueSubmitWithCommandsEnabled) { in vkCmdSetDepthBoundsTestEnable()
24098 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdSetDepthBoundsTestEnable()
24133 bool queueSubmitWithCommandsEnabled = in vkCmdSetStencilTestEnable() local
24135 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdSetStencilTestEnable()
24151 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdSetStencilTestEnable -= 8; in vkCmdSetStencilTestEnable()
24160 if (!queueSubmitWithCommandsEnabled) { in vkCmdSetStencilTestEnable()
24180 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdSetStencilTestEnable()
24215 bool queueSubmitWithCommandsEnabled = in vkCmdSetStencilOp() local
24217 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdSetStencilOp()
24245 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdSetStencilOp -= 8; in vkCmdSetStencilOp()
24254 if (!queueSubmitWithCommandsEnabled) { in vkCmdSetStencilOp()
24282 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdSetStencilOp()
24318 bool queueSubmitWithCommandsEnabled = in vkCmdSetRasterizerDiscardEnable() local
24320 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdSetRasterizerDiscardEnable()
24337 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdSetRasterizerDiscardEnable -= 8; in vkCmdSetRasterizerDiscardEnable()
24346 if (!queueSubmitWithCommandsEnabled) { in vkCmdSetRasterizerDiscardEnable()
24366 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdSetRasterizerDiscardEnable()
24401 bool queueSubmitWithCommandsEnabled = in vkCmdSetDepthBiasEnable() local
24403 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdSetDepthBiasEnable()
24419 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdSetDepthBiasEnable -= 8; in vkCmdSetDepthBiasEnable()
24428 if (!queueSubmitWithCommandsEnabled) { in vkCmdSetDepthBiasEnable()
24448 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdSetDepthBiasEnable()
24483 bool queueSubmitWithCommandsEnabled = in vkCmdSetPrimitiveRestartEnable() local
24485 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdSetPrimitiveRestartEnable()
24502 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdSetPrimitiveRestartEnable -= 8; in vkCmdSetPrimitiveRestartEnable()
24511 if (!queueSubmitWithCommandsEnabled) { in vkCmdSetPrimitiveRestartEnable()
24531 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdSetPrimitiveRestartEnable()
24569 bool queueSubmitWithCommandsEnabled = in vkGetDeviceBufferMemoryRequirements() local
24571 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetDeviceBufferMemoryRequirements()
24600 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetDeviceBufferMemoryRequirements()
24608 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetDeviceBufferMemoryRequirements()
24614 if (queueSubmitWithCommandsEnabled) { in vkGetDeviceBufferMemoryRequirements()
24647 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetDeviceBufferMemoryRequirements()
24685 bool queueSubmitWithCommandsEnabled = in vkGetDeviceImageMemoryRequirements() local
24687 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetDeviceImageMemoryRequirements()
24716 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetDeviceImageMemoryRequirements()
24724 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetDeviceImageMemoryRequirements()
24730 if (queueSubmitWithCommandsEnabled) { in vkGetDeviceImageMemoryRequirements()
24762 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetDeviceImageMemoryRequirements()
24801 bool queueSubmitWithCommandsEnabled = in vkGetDeviceImageSparseMemoryRequirements() local
24803 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetDeviceImageSparseMemoryRequirements()
24847 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetDeviceImageSparseMemoryRequirements()
24856 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetDeviceImageSparseMemoryRequirements()
24862 if (queueSubmitWithCommandsEnabled) { in vkGetDeviceImageSparseMemoryRequirements()
24943 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetDeviceImageSparseMemoryRequirements()
24980 bool queueSubmitWithCommandsEnabled = in vkDestroySurfaceKHR() local
24982 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkDestroySurfaceKHR()
25016 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkDestroySurfaceKHR()
25023 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkDestroySurfaceKHR()
25029 if (queueSubmitWithCommandsEnabled) { in vkDestroySurfaceKHR()
25065 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkDestroySurfaceKHR()
25104 bool queueSubmitWithCommandsEnabled = in vkGetPhysicalDeviceSurfaceSupportKHR() local
25106 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetPhysicalDeviceSurfaceSupportKHR()
25126 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetPhysicalDeviceSurfaceSupportKHR()
25134 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetPhysicalDeviceSurfaceSupportKHR()
25140 if (queueSubmitWithCommandsEnabled) { in vkGetPhysicalDeviceSurfaceSupportKHR()
25172 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetPhysicalDeviceSurfaceSupportKHR()
25211 bool queueSubmitWithCommandsEnabled = in vkGetPhysicalDeviceSurfaceCapabilitiesKHR() local
25213 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetPhysicalDeviceSurfaceCapabilitiesKHR()
25231 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetPhysicalDeviceSurfaceCapabilitiesKHR()
25240 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetPhysicalDeviceSurfaceCapabilitiesKHR()
25246 if (queueSubmitWithCommandsEnabled) { in vkGetPhysicalDeviceSurfaceCapabilitiesKHR()
25282 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetPhysicalDeviceSurfaceCapabilitiesKHR()
25323 bool queueSubmitWithCommandsEnabled = in vkGetPhysicalDeviceSurfaceFormatsKHR() local
25325 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetPhysicalDeviceSurfaceFormatsKHR()
25356 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetPhysicalDeviceSurfaceFormatsKHR()
25364 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetPhysicalDeviceSurfaceFormatsKHR()
25370 if (queueSubmitWithCommandsEnabled) { in vkGetPhysicalDeviceSurfaceFormatsKHR()
25449 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetPhysicalDeviceSurfaceFormatsKHR()
25490 bool queueSubmitWithCommandsEnabled = in vkGetPhysicalDeviceSurfacePresentModesKHR() local
25492 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetPhysicalDeviceSurfacePresentModesKHR()
25520 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetPhysicalDeviceSurfacePresentModesKHR()
25529 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetPhysicalDeviceSurfacePresentModesKHR()
25535 if (queueSubmitWithCommandsEnabled) { in vkGetPhysicalDeviceSurfacePresentModesKHR()
25600 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetPhysicalDeviceSurfacePresentModesKHR()
25641 bool queueSubmitWithCommandsEnabled = in vkCreateSwapchainKHR() local
25643 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCreateSwapchainKHR()
25689 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkCreateSwapchainKHR()
25696 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkCreateSwapchainKHR()
25702 if (queueSubmitWithCommandsEnabled) { in vkCreateSwapchainKHR()
25749 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCreateSwapchainKHR()
25785 bool queueSubmitWithCommandsEnabled = in vkDestroySwapchainKHR() local
25787 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkDestroySwapchainKHR()
25821 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkDestroySwapchainKHR()
25828 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkDestroySwapchainKHR()
25834 if (queueSubmitWithCommandsEnabled) { in vkDestroySwapchainKHR()
25870 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkDestroySwapchainKHR()
25908 bool queueSubmitWithCommandsEnabled = in vkGetSwapchainImagesKHR() local
25910 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetSwapchainImagesKHR()
25938 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetSwapchainImagesKHR()
25945 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetSwapchainImagesKHR()
25951 if (queueSubmitWithCommandsEnabled) { in vkGetSwapchainImagesKHR()
26029 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetSwapchainImagesKHR()
26068 bool queueSubmitWithCommandsEnabled = in vkAcquireNextImageKHR() local
26070 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkAcquireNextImageKHR()
26098 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkAcquireNextImageKHR()
26105 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkAcquireNextImageKHR()
26111 if (queueSubmitWithCommandsEnabled) { in vkAcquireNextImageKHR()
26150 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkAcquireNextImageKHR()
26185 bool queueSubmitWithCommandsEnabled = in vkQueuePresentKHR() local
26187 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkQueuePresentKHR()
26212 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkQueuePresentKHR()
26219 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkQueuePresentKHR()
26225 if (queueSubmitWithCommandsEnabled) { in vkQueuePresentKHR()
26249 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkQueuePresentKHR()
26287 bool queueSubmitWithCommandsEnabled = in vkGetDeviceGroupPresentCapabilitiesKHR() local
26289 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetDeviceGroupPresentCapabilitiesKHR()
26304 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetDeviceGroupPresentCapabilitiesKHR()
26313 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetDeviceGroupPresentCapabilitiesKHR()
26319 if (queueSubmitWithCommandsEnabled) { in vkGetDeviceGroupPresentCapabilitiesKHR()
26353 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetDeviceGroupPresentCapabilitiesKHR()
26390 bool queueSubmitWithCommandsEnabled = in vkGetDeviceGroupSurfacePresentModesKHR() local
26392 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetDeviceGroupSurfacePresentModesKHR()
26413 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetDeviceGroupSurfacePresentModesKHR()
26422 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetDeviceGroupSurfacePresentModesKHR()
26428 if (queueSubmitWithCommandsEnabled) { in vkGetDeviceGroupSurfacePresentModesKHR()
26475 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetDeviceGroupSurfacePresentModesKHR()
26515 bool queueSubmitWithCommandsEnabled = in vkGetPhysicalDevicePresentRectanglesKHR() local
26517 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetPhysicalDevicePresentRectanglesKHR()
26548 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetPhysicalDevicePresentRectanglesKHR()
26557 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetPhysicalDevicePresentRectanglesKHR()
26563 if (queueSubmitWithCommandsEnabled) { in vkGetPhysicalDevicePresentRectanglesKHR()
26639 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetPhysicalDevicePresentRectanglesKHR()
26676 bool queueSubmitWithCommandsEnabled = in vkAcquireNextImage2KHR() local
26678 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkAcquireNextImage2KHR()
26705 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkAcquireNextImage2KHR()
26712 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkAcquireNextImage2KHR()
26718 if (queueSubmitWithCommandsEnabled) { in vkAcquireNextImage2KHR()
26746 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkAcquireNextImage2KHR()
26788 bool queueSubmitWithCommandsEnabled = in vkGetPhysicalDeviceDisplayPropertiesKHR() local
26790 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetPhysicalDeviceDisplayPropertiesKHR()
26818 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetPhysicalDeviceDisplayPropertiesKHR()
26827 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetPhysicalDeviceDisplayPropertiesKHR()
26833 if (queueSubmitWithCommandsEnabled) { in vkGetPhysicalDeviceDisplayPropertiesKHR()
26908 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetPhysicalDeviceDisplayPropertiesKHR()
26948 bool queueSubmitWithCommandsEnabled = in vkGetPhysicalDeviceDisplayPlanePropertiesKHR() local
26950 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetPhysicalDeviceDisplayPlanePropertiesKHR()
26978 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetPhysicalDeviceDisplayPlanePropertiesKHR()
26987 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetPhysicalDeviceDisplayPlanePropertiesKHR()
26993 if (queueSubmitWithCommandsEnabled) { in vkGetPhysicalDeviceDisplayPlanePropertiesKHR()
27069 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetPhysicalDeviceDisplayPlanePropertiesKHR()
27110 bool queueSubmitWithCommandsEnabled = in vkGetDisplayPlaneSupportedDisplaysKHR() local
27112 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetDisplayPlaneSupportedDisplaysKHR()
27139 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetDisplayPlaneSupportedDisplaysKHR()
27148 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetDisplayPlaneSupportedDisplaysKHR()
27154 if (queueSubmitWithCommandsEnabled) { in vkGetDisplayPlaneSupportedDisplaysKHR()
27231 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetDisplayPlaneSupportedDisplaysKHR()
27271 bool queueSubmitWithCommandsEnabled = in vkGetDisplayModePropertiesKHR() local
27273 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetDisplayModePropertiesKHR()
27305 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetDisplayModePropertiesKHR()
27313 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetDisplayModePropertiesKHR()
27319 if (queueSubmitWithCommandsEnabled) { in vkGetDisplayModePropertiesKHR()
27398 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetDisplayModePropertiesKHR()
27438 bool queueSubmitWithCommandsEnabled = in vkCreateDisplayModeKHR() local
27440 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCreateDisplayModeKHR()
27491 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkCreateDisplayModeKHR()
27498 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkCreateDisplayModeKHR()
27504 if (queueSubmitWithCommandsEnabled) { in vkCreateDisplayModeKHR()
27555 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCreateDisplayModeKHR()
27595 bool queueSubmitWithCommandsEnabled = in vkGetDisplayPlaneCapabilitiesKHR() local
27597 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetDisplayPlaneCapabilitiesKHR()
27619 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetDisplayPlaneCapabilitiesKHR()
27627 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetDisplayPlaneCapabilitiesKHR()
27633 if (queueSubmitWithCommandsEnabled) { in vkGetDisplayPlaneCapabilitiesKHR()
27670 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetDisplayPlaneCapabilitiesKHR()
27709 bool queueSubmitWithCommandsEnabled = in vkCreateDisplayPlaneSurfaceKHR() local
27711 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCreateDisplayPlaneSurfaceKHR()
27758 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkCreateDisplayPlaneSurfaceKHR()
27766 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkCreateDisplayPlaneSurfaceKHR()
27772 if (queueSubmitWithCommandsEnabled) { in vkCreateDisplayPlaneSurfaceKHR()
27816 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCreateDisplayPlaneSurfaceKHR()
27858 bool queueSubmitWithCommandsEnabled = in vkCreateSharedSwapchainsKHR() local
27860 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCreateSharedSwapchainsKHR()
27917 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkCreateSharedSwapchainsKHR()
27924 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkCreateSharedSwapchainsKHR()
27930 if (queueSubmitWithCommandsEnabled) { in vkCreateSharedSwapchainsKHR()
27986 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCreateSharedSwapchainsKHR()
28027 bool queueSubmitWithCommandsEnabled = in vkCreateXlibSurfaceKHR() local
28029 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCreateXlibSurfaceKHR()
28076 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkCreateXlibSurfaceKHR()
28083 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkCreateXlibSurfaceKHR()
28089 if (queueSubmitWithCommandsEnabled) { in vkCreateXlibSurfaceKHR()
28133 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCreateXlibSurfaceKHR()
28174 bool queueSubmitWithCommandsEnabled = in vkGetPhysicalDeviceXlibPresentationSupportKHR() local
28176 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetPhysicalDeviceXlibPresentationSupportKHR()
28195 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetPhysicalDeviceXlibPresentationSupportKHR()
28204 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetPhysicalDeviceXlibPresentationSupportKHR()
28210 if (queueSubmitWithCommandsEnabled) { in vkGetPhysicalDeviceXlibPresentationSupportKHR()
28240 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetPhysicalDeviceXlibPresentationSupportKHR()
28281 bool queueSubmitWithCommandsEnabled = in vkCreateXcbSurfaceKHR() local
28283 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCreateXcbSurfaceKHR()
28329 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkCreateXcbSurfaceKHR()
28336 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkCreateXcbSurfaceKHR()
28342 if (queueSubmitWithCommandsEnabled) { in vkCreateXcbSurfaceKHR()
28386 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCreateXcbSurfaceKHR()
28428 bool queueSubmitWithCommandsEnabled = in vkGetPhysicalDeviceXcbPresentationSupportKHR() local
28430 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetPhysicalDeviceXcbPresentationSupportKHR()
28449 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetPhysicalDeviceXcbPresentationSupportKHR()
28458 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetPhysicalDeviceXcbPresentationSupportKHR()
28464 if (queueSubmitWithCommandsEnabled) { in vkGetPhysicalDeviceXcbPresentationSupportKHR()
28494 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetPhysicalDeviceXcbPresentationSupportKHR()
28535 bool queueSubmitWithCommandsEnabled = in vkCreateWaylandSurfaceKHR() local
28537 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCreateWaylandSurfaceKHR()
28584 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkCreateWaylandSurfaceKHR()
28591 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkCreateWaylandSurfaceKHR()
28597 if (queueSubmitWithCommandsEnabled) { in vkCreateWaylandSurfaceKHR()
28641 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCreateWaylandSurfaceKHR()
28681 bool queueSubmitWithCommandsEnabled = in vkGetPhysicalDeviceWaylandPresentationSupportKHR() local
28683 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetPhysicalDeviceWaylandPresentationSupportKHR()
28699 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetPhysicalDeviceWaylandPresentationSupportKHR()
28709 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetPhysicalDeviceWaylandPresentationSupportKHR()
28716 if (queueSubmitWithCommandsEnabled) { in vkGetPhysicalDeviceWaylandPresentationSupportKHR()
28745 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetPhysicalDeviceWaylandPresentationSupportKHR()
28786 bool queueSubmitWithCommandsEnabled = in vkCreateAndroidSurfaceKHR() local
28788 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCreateAndroidSurfaceKHR()
28835 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkCreateAndroidSurfaceKHR()
28842 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkCreateAndroidSurfaceKHR()
28848 if (queueSubmitWithCommandsEnabled) { in vkCreateAndroidSurfaceKHR()
28892 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCreateAndroidSurfaceKHR()
28933 bool queueSubmitWithCommandsEnabled = in vkCreateWin32SurfaceKHR() local
28935 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCreateWin32SurfaceKHR()
28982 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkCreateWin32SurfaceKHR()
28989 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkCreateWin32SurfaceKHR()
28995 if (queueSubmitWithCommandsEnabled) { in vkCreateWin32SurfaceKHR()
29039 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCreateWin32SurfaceKHR()
29078 bool queueSubmitWithCommandsEnabled = in vkGetPhysicalDeviceWin32PresentationSupportKHR() local
29080 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetPhysicalDeviceWin32PresentationSupportKHR()
29095 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetPhysicalDeviceWin32PresentationSupportKHR()
29104 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetPhysicalDeviceWin32PresentationSupportKHR()
29110 if (queueSubmitWithCommandsEnabled) { in vkGetPhysicalDeviceWin32PresentationSupportKHR()
29135 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetPhysicalDeviceWin32PresentationSupportKHR()
29178 bool queueSubmitWithCommandsEnabled = in vkGetPhysicalDeviceVideoCapabilitiesKHR() local
29180 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetPhysicalDeviceVideoCapabilitiesKHR()
29208 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetPhysicalDeviceVideoCapabilitiesKHR()
29217 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetPhysicalDeviceVideoCapabilitiesKHR()
29223 if (queueSubmitWithCommandsEnabled) { in vkGetPhysicalDeviceVideoCapabilitiesKHR()
29257 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetPhysicalDeviceVideoCapabilitiesKHR()
29297 bool queueSubmitWithCommandsEnabled = in vkGetPhysicalDeviceVideoFormatPropertiesKHR() local
29299 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetPhysicalDeviceVideoFormatPropertiesKHR()
29343 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetPhysicalDeviceVideoFormatPropertiesKHR()
29352 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetPhysicalDeviceVideoFormatPropertiesKHR()
29358 if (queueSubmitWithCommandsEnabled) { in vkGetPhysicalDeviceVideoFormatPropertiesKHR()
29438 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetPhysicalDeviceVideoFormatPropertiesKHR()
29477 bool queueSubmitWithCommandsEnabled = in vkCreateVideoSessionKHR() local
29479 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCreateVideoSessionKHR()
29525 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkCreateVideoSessionKHR()
29532 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkCreateVideoSessionKHR()
29538 if (queueSubmitWithCommandsEnabled) { in vkCreateVideoSessionKHR()
29578 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCreateVideoSessionKHR()
29613 bool queueSubmitWithCommandsEnabled = in vkDestroyVideoSessionKHR() local
29615 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkDestroyVideoSessionKHR()
29648 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkDestroyVideoSessionKHR()
29655 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkDestroyVideoSessionKHR()
29661 if (queueSubmitWithCommandsEnabled) { in vkDestroyVideoSessionKHR()
29696 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkDestroyVideoSessionKHR()
29734 bool queueSubmitWithCommandsEnabled = in vkGetVideoSessionMemoryRequirementsKHR() local
29736 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetVideoSessionMemoryRequirementsKHR()
29767 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetVideoSessionMemoryRequirementsKHR()
29776 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetVideoSessionMemoryRequirementsKHR()
29782 if (queueSubmitWithCommandsEnabled) { in vkGetVideoSessionMemoryRequirementsKHR()
29864 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetVideoSessionMemoryRequirementsKHR()
29903 bool queueSubmitWithCommandsEnabled = in vkBindVideoSessionMemoryKHR() local
29905 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkBindVideoSessionMemoryKHR()
29946 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkBindVideoSessionMemoryKHR()
29953 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkBindVideoSessionMemoryKHR()
29959 if (queueSubmitWithCommandsEnabled) { in vkBindVideoSessionMemoryKHR()
29992 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkBindVideoSessionMemoryKHR()
30032 bool queueSubmitWithCommandsEnabled = in vkCreateVideoSessionParametersKHR() local
30034 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCreateVideoSessionParametersKHR()
30081 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkCreateVideoSessionParametersKHR()
30089 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkCreateVideoSessionParametersKHR()
30095 if (queueSubmitWithCommandsEnabled) { in vkCreateVideoSessionParametersKHR()
30135 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCreateVideoSessionParametersKHR()
30172 bool queueSubmitWithCommandsEnabled = in vkUpdateVideoSessionParametersKHR() local
30174 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkUpdateVideoSessionParametersKHR()
30205 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkUpdateVideoSessionParametersKHR()
30213 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkUpdateVideoSessionParametersKHR()
30219 if (queueSubmitWithCommandsEnabled) { in vkUpdateVideoSessionParametersKHR()
30248 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkUpdateVideoSessionParametersKHR()
30285 bool queueSubmitWithCommandsEnabled = in vkDestroyVideoSessionParametersKHR() local
30287 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkDestroyVideoSessionParametersKHR()
30320 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkDestroyVideoSessionParametersKHR()
30328 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkDestroyVideoSessionParametersKHR()
30334 if (queueSubmitWithCommandsEnabled) { in vkDestroyVideoSessionParametersKHR()
30369 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkDestroyVideoSessionParametersKHR()
30405 bool queueSubmitWithCommandsEnabled = in vkCmdBeginVideoCodingKHR() local
30407 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdBeginVideoCodingKHR()
30434 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdBeginVideoCodingKHR -= 8; in vkCmdBeginVideoCodingKHR()
30443 if (!queueSubmitWithCommandsEnabled) { in vkCmdBeginVideoCodingKHR()
30464 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdBeginVideoCodingKHR()
30500 bool queueSubmitWithCommandsEnabled = in vkCmdEndVideoCodingKHR() local
30502 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdEndVideoCodingKHR()
30529 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdEndVideoCodingKHR -= 8; in vkCmdEndVideoCodingKHR()
30538 if (!queueSubmitWithCommandsEnabled) { in vkCmdEndVideoCodingKHR()
30559 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdEndVideoCodingKHR()
30595 bool queueSubmitWithCommandsEnabled = in vkCmdControlVideoCodingKHR() local
30597 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdControlVideoCodingKHR()
30626 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdControlVideoCodingKHR -= 8; in vkCmdControlVideoCodingKHR()
30635 if (!queueSubmitWithCommandsEnabled) { in vkCmdControlVideoCodingKHR()
30656 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdControlVideoCodingKHR()
30693 bool queueSubmitWithCommandsEnabled = in vkCmdDecodeVideoKHR() local
30695 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdDecodeVideoKHR()
30721 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdDecodeVideoKHR -= 8; in vkCmdDecodeVideoKHR()
30730 if (!queueSubmitWithCommandsEnabled) { in vkCmdDecodeVideoKHR()
30750 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdDecodeVideoKHR()
30789 bool queueSubmitWithCommandsEnabled = in vkCmdBeginRenderingKHR() local
30791 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdBeginRenderingKHR()
30817 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdBeginRenderingKHR -= 8; in vkCmdBeginRenderingKHR()
30826 if (!queueSubmitWithCommandsEnabled) { in vkCmdBeginRenderingKHR()
30846 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdBeginRenderingKHR()
30879 bool queueSubmitWithCommandsEnabled = in vkCmdEndRenderingKHR() local
30881 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdEndRenderingKHR()
30894 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdEndRenderingKHR -= 8; in vkCmdEndRenderingKHR()
30903 if (!queueSubmitWithCommandsEnabled) { in vkCmdEndRenderingKHR()
30921 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdEndRenderingKHR()
30961 bool queueSubmitWithCommandsEnabled = in vkGetPhysicalDeviceFeatures2KHR() local
30963 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetPhysicalDeviceFeatures2KHR()
30977 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetPhysicalDeviceFeatures2KHR()
30985 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetPhysicalDeviceFeatures2KHR()
30991 if (queueSubmitWithCommandsEnabled) { in vkGetPhysicalDeviceFeatures2KHR()
31020 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetPhysicalDeviceFeatures2KHR()
31056 bool queueSubmitWithCommandsEnabled = in vkGetPhysicalDeviceProperties2KHR() local
31058 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetPhysicalDeviceProperties2KHR()
31072 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetPhysicalDeviceProperties2KHR()
31080 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetPhysicalDeviceProperties2KHR()
31086 if (queueSubmitWithCommandsEnabled) { in vkGetPhysicalDeviceProperties2KHR()
31116 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetPhysicalDeviceProperties2KHR()
31155 bool queueSubmitWithCommandsEnabled = in vkGetPhysicalDeviceFormatProperties2KHR() local
31157 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetPhysicalDeviceFormatProperties2KHR()
31174 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetPhysicalDeviceFormatProperties2KHR()
31183 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetPhysicalDeviceFormatProperties2KHR()
31189 if (queueSubmitWithCommandsEnabled) { in vkGetPhysicalDeviceFormatProperties2KHR()
31220 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetPhysicalDeviceFormatProperties2KHR()
31259 bool queueSubmitWithCommandsEnabled = in vkGetPhysicalDeviceImageFormatProperties2KHR() local
31261 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetPhysicalDeviceImageFormatProperties2KHR()
31292 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetPhysicalDeviceImageFormatProperties2KHR()
31301 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetPhysicalDeviceImageFormatProperties2KHR()
31307 if (queueSubmitWithCommandsEnabled) { in vkGetPhysicalDeviceImageFormatProperties2KHR()
31342 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetPhysicalDeviceImageFormatProperties2KHR()
31382 bool queueSubmitWithCommandsEnabled = in vkGetPhysicalDeviceQueueFamilyProperties2KHR() local
31384 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetPhysicalDeviceQueueFamilyProperties2KHR()
31412 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetPhysicalDeviceQueueFamilyProperties2KHR()
31421 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetPhysicalDeviceQueueFamilyProperties2KHR()
31427 if (queueSubmitWithCommandsEnabled) { in vkGetPhysicalDeviceQueueFamilyProperties2KHR()
31502 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetPhysicalDeviceQueueFamilyProperties2KHR()
31539 bool queueSubmitWithCommandsEnabled = in vkGetPhysicalDeviceMemoryProperties2KHR() local
31541 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetPhysicalDeviceMemoryProperties2KHR()
31556 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetPhysicalDeviceMemoryProperties2KHR()
31565 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetPhysicalDeviceMemoryProperties2KHR()
31571 if (queueSubmitWithCommandsEnabled) { in vkGetPhysicalDeviceMemoryProperties2KHR()
31602 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetPhysicalDeviceMemoryProperties2KHR()
31641 bool queueSubmitWithCommandsEnabled = in vkGetPhysicalDeviceSparseImageFormatProperties2KHR() local
31643 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetPhysicalDeviceSparseImageFormatProperties2KHR()
31687 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetPhysicalDeviceSparseImageFormatProperties2KHR()
31697 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetPhysicalDeviceSparseImageFormatProperties2KHR()
31704 if (queueSubmitWithCommandsEnabled) { in vkGetPhysicalDeviceSparseImageFormatProperties2KHR()
31781 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetPhysicalDeviceSparseImageFormatProperties2KHR()
31823 bool queueSubmitWithCommandsEnabled = in vkGetDeviceGroupPeerMemoryFeaturesKHR() local
31825 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetDeviceGroupPeerMemoryFeaturesKHR()
31847 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetDeviceGroupPeerMemoryFeaturesKHR()
31856 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetDeviceGroupPeerMemoryFeaturesKHR()
31862 if (queueSubmitWithCommandsEnabled) { in vkGetDeviceGroupPeerMemoryFeaturesKHR()
31893 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetDeviceGroupPeerMemoryFeaturesKHR()
31928 bool queueSubmitWithCommandsEnabled = in vkCmdSetDeviceMaskKHR() local
31930 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdSetDeviceMaskKHR()
31946 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdSetDeviceMaskKHR -= 8; in vkCmdSetDeviceMaskKHR()
31955 if (!queueSubmitWithCommandsEnabled) { in vkCmdSetDeviceMaskKHR()
31975 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdSetDeviceMaskKHR()
32013 bool queueSubmitWithCommandsEnabled = in vkCmdDispatchBaseKHR() local
32015 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdDispatchBaseKHR()
32046 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdDispatchBaseKHR -= 8; in vkCmdDispatchBaseKHR()
32055 if (!queueSubmitWithCommandsEnabled) { in vkCmdDispatchBaseKHR()
32085 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdDispatchBaseKHR()
32124 bool queueSubmitWithCommandsEnabled = in vkTrimCommandPoolKHR() local
32126 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkTrimCommandPoolKHR()
32145 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkTrimCommandPoolKHR()
32152 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkTrimCommandPoolKHR()
32158 if (queueSubmitWithCommandsEnabled) { in vkTrimCommandPoolKHR()
32185 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkTrimCommandPoolKHR()
32225 bool queueSubmitWithCommandsEnabled = in vkEnumeratePhysicalDeviceGroupsKHR() local
32227 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkEnumeratePhysicalDeviceGroupsKHR()
32256 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkEnumeratePhysicalDeviceGroupsKHR()
32264 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkEnumeratePhysicalDeviceGroupsKHR()
32270 if (queueSubmitWithCommandsEnabled) { in vkEnumeratePhysicalDeviceGroupsKHR()
32350 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkEnumeratePhysicalDeviceGroupsKHR()
32392 bool queueSubmitWithCommandsEnabled = in vkGetPhysicalDeviceExternalBufferPropertiesKHR() local
32394 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetPhysicalDeviceExternalBufferPropertiesKHR()
32427 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetPhysicalDeviceExternalBufferPropertiesKHR()
32436 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetPhysicalDeviceExternalBufferPropertiesKHR()
32442 if (queueSubmitWithCommandsEnabled) { in vkGetPhysicalDeviceExternalBufferPropertiesKHR()
32477 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetPhysicalDeviceExternalBufferPropertiesKHR()
32517 bool queueSubmitWithCommandsEnabled = in vkGetMemoryWin32HandleKHR() local
32519 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetMemoryWin32HandleKHR()
32548 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetMemoryWin32HandleKHR()
32555 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetMemoryWin32HandleKHR()
32561 if (queueSubmitWithCommandsEnabled) { in vkGetMemoryWin32HandleKHR()
32589 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetMemoryWin32HandleKHR()
32627 bool queueSubmitWithCommandsEnabled = in vkGetMemoryWin32HandlePropertiesKHR() local
32629 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetMemoryWin32HandlePropertiesKHR()
32650 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetMemoryWin32HandlePropertiesKHR()
32658 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetMemoryWin32HandlePropertiesKHR()
32664 if (queueSubmitWithCommandsEnabled) { in vkGetMemoryWin32HandlePropertiesKHR()
32702 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetMemoryWin32HandlePropertiesKHR()
32740 bool queueSubmitWithCommandsEnabled = in vkGetMemoryFdKHR() local
32742 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetMemoryFdKHR()
32767 uint32_t packetSize_vkGetMemoryFdKHR = 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetMemoryFdKHR()
32774 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetMemoryFdKHR()
32780 if (queueSubmitWithCommandsEnabled) { in vkGetMemoryFdKHR()
32807 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetMemoryFdKHR()
32845 bool queueSubmitWithCommandsEnabled = in vkGetMemoryFdPropertiesKHR() local
32847 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetMemoryFdPropertiesKHR()
32867 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetMemoryFdPropertiesKHR()
32874 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetMemoryFdPropertiesKHR()
32880 if (queueSubmitWithCommandsEnabled) { in vkGetMemoryFdPropertiesKHR()
32916 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetMemoryFdPropertiesKHR()
32961 bool queueSubmitWithCommandsEnabled = in vkGetPhysicalDeviceExternalSemaphorePropertiesKHR() local
32963 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetPhysicalDeviceExternalSemaphorePropertiesKHR()
32995 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetPhysicalDeviceExternalSemaphorePropertiesKHR()
33005 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetPhysicalDeviceExternalSemaphorePropertiesKHR()
33012 if (queueSubmitWithCommandsEnabled) { in vkGetPhysicalDeviceExternalSemaphorePropertiesKHR()
33048 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetPhysicalDeviceExternalSemaphorePropertiesKHR()
33089 bool queueSubmitWithCommandsEnabled = in vkImportSemaphoreWin32HandleKHR() local
33091 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkImportSemaphoreWin32HandleKHR()
33121 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkImportSemaphoreWin32HandleKHR()
33129 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkImportSemaphoreWin32HandleKHR()
33135 if (queueSubmitWithCommandsEnabled) { in vkImportSemaphoreWin32HandleKHR()
33161 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkImportSemaphoreWin32HandleKHR()
33198 bool queueSubmitWithCommandsEnabled = in vkGetSemaphoreWin32HandleKHR() local
33200 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetSemaphoreWin32HandleKHR()
33229 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetSemaphoreWin32HandleKHR()
33237 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetSemaphoreWin32HandleKHR()
33243 if (queueSubmitWithCommandsEnabled) { in vkGetSemaphoreWin32HandleKHR()
33271 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetSemaphoreWin32HandleKHR()
33310 bool queueSubmitWithCommandsEnabled = in vkImportSemaphoreFdKHR() local
33312 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkImportSemaphoreFdKHR()
33340 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkImportSemaphoreFdKHR()
33347 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkImportSemaphoreFdKHR()
33353 if (queueSubmitWithCommandsEnabled) { in vkImportSemaphoreFdKHR()
33378 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkImportSemaphoreFdKHR()
33414 bool queueSubmitWithCommandsEnabled = in vkGetSemaphoreFdKHR() local
33416 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetSemaphoreFdKHR()
33443 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetSemaphoreFdKHR()
33450 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetSemaphoreFdKHR()
33456 if (queueSubmitWithCommandsEnabled) { in vkGetSemaphoreFdKHR()
33484 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetSemaphoreFdKHR()
33528 bool queueSubmitWithCommandsEnabled = in vkCmdPushDescriptorSetKHR() local
33530 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdPushDescriptorSetKHR()
33577 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdPushDescriptorSetKHR -= 8; in vkCmdPushDescriptorSetKHR()
33586 if (!queueSubmitWithCommandsEnabled) { in vkCmdPushDescriptorSetKHR()
33620 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdPushDescriptorSetKHR()
33658 bool queueSubmitWithCommandsEnabled = in vkCmdPushDescriptorSetWithTemplateKHR() local
33660 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdPushDescriptorSetWithTemplateKHR()
33693 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdPushDescriptorSetWithTemplateKHR -= 8; in vkCmdPushDescriptorSetWithTemplateKHR()
33703 if (!queueSubmitWithCommandsEnabled) { in vkCmdPushDescriptorSetWithTemplateKHR()
33741 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdPushDescriptorSetWithTemplateKHR()
33788 bool queueSubmitWithCommandsEnabled = in vkCreateDescriptorUpdateTemplateKHR() local
33790 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCreateDescriptorUpdateTemplateKHR()
33838 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkCreateDescriptorUpdateTemplateKHR()
33846 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkCreateDescriptorUpdateTemplateKHR()
33852 if (queueSubmitWithCommandsEnabled) { in vkCreateDescriptorUpdateTemplateKHR()
33903 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCreateDescriptorUpdateTemplateKHR()
33942 bool queueSubmitWithCommandsEnabled = in vkDestroyDescriptorUpdateTemplateKHR() local
33944 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkDestroyDescriptorUpdateTemplateKHR()
33978 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkDestroyDescriptorUpdateTemplateKHR()
33986 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkDestroyDescriptorUpdateTemplateKHR()
33992 if (queueSubmitWithCommandsEnabled) { in vkDestroyDescriptorUpdateTemplateKHR()
34030 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkDestroyDescriptorUpdateTemplateKHR()
34068 bool queueSubmitWithCommandsEnabled = in vkUpdateDescriptorSetWithTemplateKHR() local
34070 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkUpdateDescriptorSetWithTemplateKHR()
34098 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkUpdateDescriptorSetWithTemplateKHR()
34106 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkUpdateDescriptorSetWithTemplateKHR()
34112 if (queueSubmitWithCommandsEnabled) { in vkUpdateDescriptorSetWithTemplateKHR()
34151 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkUpdateDescriptorSetWithTemplateKHR()
34193 bool queueSubmitWithCommandsEnabled = in vkCreateRenderPass2KHR() local
34195 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCreateRenderPass2KHR()
34241 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkCreateRenderPass2KHR()
34248 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkCreateRenderPass2KHR()
34254 if (queueSubmitWithCommandsEnabled) { in vkCreateRenderPass2KHR()
34301 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCreateRenderPass2KHR()
34340 bool queueSubmitWithCommandsEnabled = in vkCmdBeginRenderPass2KHR() local
34342 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdBeginRenderPass2KHR()
34383 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdBeginRenderPass2KHR -= 8; in vkCmdBeginRenderPass2KHR()
34392 if (!queueSubmitWithCommandsEnabled) { in vkCmdBeginRenderPass2KHR()
34416 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdBeginRenderPass2KHR()
34453 bool queueSubmitWithCommandsEnabled = in vkCmdNextSubpass2KHR() local
34455 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdNextSubpass2KHR()
34495 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdNextSubpass2KHR -= 8; in vkCmdNextSubpass2KHR()
34504 if (!queueSubmitWithCommandsEnabled) { in vkCmdNextSubpass2KHR()
34527 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdNextSubpass2KHR()
34562 bool queueSubmitWithCommandsEnabled = in vkCmdEndRenderPass2KHR() local
34564 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdEndRenderPass2KHR()
34590 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdEndRenderPass2KHR -= 8; in vkCmdEndRenderPass2KHR()
34599 if (!queueSubmitWithCommandsEnabled) { in vkCmdEndRenderPass2KHR()
34619 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdEndRenderPass2KHR()
34655 bool queueSubmitWithCommandsEnabled = in vkGetSwapchainStatusKHR() local
34657 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetSwapchainStatusKHR()
34673 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetSwapchainStatusKHR()
34680 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetSwapchainStatusKHR()
34686 if (queueSubmitWithCommandsEnabled) { in vkGetSwapchainStatusKHR()
34712 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetSwapchainStatusKHR()
34754 bool queueSubmitWithCommandsEnabled = in vkGetPhysicalDeviceExternalFencePropertiesKHR() local
34756 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetPhysicalDeviceExternalFencePropertiesKHR()
34787 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetPhysicalDeviceExternalFencePropertiesKHR()
34796 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetPhysicalDeviceExternalFencePropertiesKHR()
34802 if (queueSubmitWithCommandsEnabled) { in vkGetPhysicalDeviceExternalFencePropertiesKHR()
34835 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetPhysicalDeviceExternalFencePropertiesKHR()
34875 bool queueSubmitWithCommandsEnabled = in vkImportFenceWin32HandleKHR() local
34877 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkImportFenceWin32HandleKHR()
34906 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkImportFenceWin32HandleKHR()
34913 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkImportFenceWin32HandleKHR()
34919 if (queueSubmitWithCommandsEnabled) { in vkImportFenceWin32HandleKHR()
34944 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkImportFenceWin32HandleKHR()
34981 bool queueSubmitWithCommandsEnabled = in vkGetFenceWin32HandleKHR() local
34983 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetFenceWin32HandleKHR()
35012 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetFenceWin32HandleKHR()
35019 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetFenceWin32HandleKHR()
35025 if (queueSubmitWithCommandsEnabled) { in vkGetFenceWin32HandleKHR()
35053 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetFenceWin32HandleKHR()
35092 bool queueSubmitWithCommandsEnabled = in vkImportFenceFdKHR() local
35094 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkImportFenceFdKHR()
35120 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkImportFenceFdKHR()
35127 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkImportFenceFdKHR()
35133 if (queueSubmitWithCommandsEnabled) { in vkImportFenceFdKHR()
35158 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkImportFenceFdKHR()
35193 bool queueSubmitWithCommandsEnabled = in vkGetFenceFdKHR() local
35195 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetFenceFdKHR()
35220 uint32_t packetSize_vkGetFenceFdKHR = 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetFenceFdKHR()
35227 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetFenceFdKHR()
35233 if (queueSubmitWithCommandsEnabled) { in vkGetFenceFdKHR()
35260 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetFenceFdKHR()
35304 bool queueSubmitWithCommandsEnabled = in vkEnumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR() local
35306 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkEnumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR()
35348 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkEnumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR()
35358 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkEnumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR()
35366 if (queueSubmitWithCommandsEnabled) { in vkEnumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR()
35482 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkEnumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR()
35523 bool queueSubmitWithCommandsEnabled = in vkGetPhysicalDeviceQueueFamilyPerformanceQueryPassesKHR() local
35525 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetPhysicalDeviceQueueFamilyPerformanceQueryPassesKHR()
35555 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetPhysicalDeviceQueueFamilyPerformanceQueryPassesKHR()
35565 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetPhysicalDeviceQueueFamilyPerformanceQueryPassesKHR()
35573 if (queueSubmitWithCommandsEnabled) { in vkGetPhysicalDeviceQueueFamilyPerformanceQueryPassesKHR()
35600 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetPhysicalDeviceQueueFamilyPerformanceQueryPassesKHR()
35635 bool queueSubmitWithCommandsEnabled = in vkAcquireProfilingLockKHR() local
35637 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkAcquireProfilingLockKHR()
35664 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkAcquireProfilingLockKHR()
35671 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkAcquireProfilingLockKHR()
35677 if (queueSubmitWithCommandsEnabled) { in vkAcquireProfilingLockKHR()
35702 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkAcquireProfilingLockKHR()
35736 bool queueSubmitWithCommandsEnabled = in vkReleaseProfilingLockKHR() local
35738 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkReleaseProfilingLockKHR()
35750 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkReleaseProfilingLockKHR()
35757 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkReleaseProfilingLockKHR()
35763 if (queueSubmitWithCommandsEnabled) { in vkReleaseProfilingLockKHR()
35784 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkReleaseProfilingLockKHR()
35826 bool queueSubmitWithCommandsEnabled = in vkGetPhysicalDeviceSurfaceCapabilities2KHR() local
35828 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetPhysicalDeviceSurfaceCapabilities2KHR()
35859 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetPhysicalDeviceSurfaceCapabilities2KHR()
35868 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetPhysicalDeviceSurfaceCapabilities2KHR()
35874 if (queueSubmitWithCommandsEnabled) { in vkGetPhysicalDeviceSurfaceCapabilities2KHR()
35909 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetPhysicalDeviceSurfaceCapabilities2KHR()
35948 bool queueSubmitWithCommandsEnabled = in vkGetPhysicalDeviceSurfaceFormats2KHR() local
35950 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetPhysicalDeviceSurfaceFormats2KHR()
35994 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetPhysicalDeviceSurfaceFormats2KHR()
36003 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetPhysicalDeviceSurfaceFormats2KHR()
36009 if (queueSubmitWithCommandsEnabled) { in vkGetPhysicalDeviceSurfaceFormats2KHR()
36087 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetPhysicalDeviceSurfaceFormats2KHR()
36131 bool queueSubmitWithCommandsEnabled = in vkGetPhysicalDeviceDisplayProperties2KHR() local
36133 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetPhysicalDeviceDisplayProperties2KHR()
36161 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetPhysicalDeviceDisplayProperties2KHR()
36170 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetPhysicalDeviceDisplayProperties2KHR()
36176 if (queueSubmitWithCommandsEnabled) { in vkGetPhysicalDeviceDisplayProperties2KHR()
36251 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetPhysicalDeviceDisplayProperties2KHR()
36291 bool queueSubmitWithCommandsEnabled = in vkGetPhysicalDeviceDisplayPlaneProperties2KHR() local
36293 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetPhysicalDeviceDisplayPlaneProperties2KHR()
36321 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetPhysicalDeviceDisplayPlaneProperties2KHR()
36330 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetPhysicalDeviceDisplayPlaneProperties2KHR()
36336 if (queueSubmitWithCommandsEnabled) { in vkGetPhysicalDeviceDisplayPlaneProperties2KHR()
36412 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetPhysicalDeviceDisplayPlaneProperties2KHR()
36452 bool queueSubmitWithCommandsEnabled = in vkGetDisplayModeProperties2KHR() local
36454 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetDisplayModeProperties2KHR()
36486 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetDisplayModeProperties2KHR()
36494 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetDisplayModeProperties2KHR()
36500 if (queueSubmitWithCommandsEnabled) { in vkGetDisplayModeProperties2KHR()
36579 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetDisplayModeProperties2KHR()
36618 bool queueSubmitWithCommandsEnabled = in vkGetDisplayPlaneCapabilities2KHR() local
36620 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetDisplayPlaneCapabilities2KHR()
36649 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetDisplayPlaneCapabilities2KHR()
36657 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetDisplayPlaneCapabilities2KHR()
36663 if (queueSubmitWithCommandsEnabled) { in vkGetDisplayPlaneCapabilities2KHR()
36697 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetDisplayPlaneCapabilities2KHR()
36744 bool queueSubmitWithCommandsEnabled = in vkGetImageMemoryRequirements2KHR() local
36746 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetImageMemoryRequirements2KHR()
36775 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetImageMemoryRequirements2KHR()
36783 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetImageMemoryRequirements2KHR()
36789 if (queueSubmitWithCommandsEnabled) { in vkGetImageMemoryRequirements2KHR()
36821 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetImageMemoryRequirements2KHR()
36859 bool queueSubmitWithCommandsEnabled = in vkGetBufferMemoryRequirements2KHR() local
36861 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetBufferMemoryRequirements2KHR()
36890 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetBufferMemoryRequirements2KHR()
36898 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetBufferMemoryRequirements2KHR()
36904 if (queueSubmitWithCommandsEnabled) { in vkGetBufferMemoryRequirements2KHR()
36936 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetBufferMemoryRequirements2KHR()
36975 bool queueSubmitWithCommandsEnabled = in vkGetImageSparseMemoryRequirements2KHR() local
36977 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetImageSparseMemoryRequirements2KHR()
37022 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetImageSparseMemoryRequirements2KHR()
37031 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetImageSparseMemoryRequirements2KHR()
37037 if (queueSubmitWithCommandsEnabled) { in vkGetImageSparseMemoryRequirements2KHR()
37118 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetImageSparseMemoryRequirements2KHR()
37161 bool queueSubmitWithCommandsEnabled = in vkCreateSamplerYcbcrConversionKHR() local
37163 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCreateSamplerYcbcrConversionKHR()
37211 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkCreateSamplerYcbcrConversionKHR()
37219 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkCreateSamplerYcbcrConversionKHR()
37225 if (queueSubmitWithCommandsEnabled) { in vkCreateSamplerYcbcrConversionKHR()
37272 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCreateSamplerYcbcrConversionKHR()
37311 bool queueSubmitWithCommandsEnabled = in vkDestroySamplerYcbcrConversionKHR() local
37313 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkDestroySamplerYcbcrConversionKHR()
37347 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkDestroySamplerYcbcrConversionKHR()
37355 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkDestroySamplerYcbcrConversionKHR()
37361 if (queueSubmitWithCommandsEnabled) { in vkDestroySamplerYcbcrConversionKHR()
37398 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkDestroySamplerYcbcrConversionKHR()
37436 bool queueSubmitWithCommandsEnabled = in vkBindBufferMemory2KHR() local
37438 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkBindBufferMemory2KHR()
37473 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkBindBufferMemory2KHR()
37480 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkBindBufferMemory2KHR()
37486 if (queueSubmitWithCommandsEnabled) { in vkBindBufferMemory2KHR()
37515 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkBindBufferMemory2KHR()
37552 bool queueSubmitWithCommandsEnabled = in vkBindImageMemory2KHR() local
37554 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkBindImageMemory2KHR()
37589 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkBindImageMemory2KHR()
37596 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkBindImageMemory2KHR()
37602 if (queueSubmitWithCommandsEnabled) { in vkBindImageMemory2KHR()
37631 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkBindImageMemory2KHR()
37672 bool queueSubmitWithCommandsEnabled = in vkGetDescriptorSetLayoutSupportKHR() local
37674 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetDescriptorSetLayoutSupportKHR()
37704 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetDescriptorSetLayoutSupportKHR()
37712 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetDescriptorSetLayoutSupportKHR()
37718 if (queueSubmitWithCommandsEnabled) { in vkGetDescriptorSetLayoutSupportKHR()
37750 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetDescriptorSetLayoutSupportKHR()
37791 bool queueSubmitWithCommandsEnabled = in vkCmdDrawIndirectCountKHR() local
37793 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdDrawIndirectCountKHR()
37826 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdDrawIndirectCountKHR -= 8; in vkCmdDrawIndirectCountKHR()
37835 if (!queueSubmitWithCommandsEnabled) { in vkCmdDrawIndirectCountKHR()
37869 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdDrawIndirectCountKHR()
37909 bool queueSubmitWithCommandsEnabled = in vkCmdDrawIndexedIndirectCountKHR() local
37911 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdDrawIndexedIndirectCountKHR()
37945 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdDrawIndexedIndirectCountKHR -= 8; in vkCmdDrawIndexedIndirectCountKHR()
37954 if (!queueSubmitWithCommandsEnabled) { in vkCmdDrawIndexedIndirectCountKHR()
37988 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdDrawIndexedIndirectCountKHR()
38045 bool queueSubmitWithCommandsEnabled = in vkGetSemaphoreCounterValueKHR() local
38047 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetSemaphoreCounterValueKHR()
38064 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetSemaphoreCounterValueKHR()
38072 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetSemaphoreCounterValueKHR()
38078 if (queueSubmitWithCommandsEnabled) { in vkGetSemaphoreCounterValueKHR()
38107 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetSemaphoreCounterValueKHR()
38143 bool queueSubmitWithCommandsEnabled = in vkWaitSemaphoresKHR() local
38145 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkWaitSemaphoresKHR()
38173 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkWaitSemaphoresKHR()
38180 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkWaitSemaphoresKHR()
38186 if (queueSubmitWithCommandsEnabled) { in vkWaitSemaphoresKHR()
38212 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkWaitSemaphoresKHR()
38247 bool queueSubmitWithCommandsEnabled = in vkSignalSemaphoreKHR() local
38249 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkSignalSemaphoreKHR()
38275 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkSignalSemaphoreKHR()
38282 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkSignalSemaphoreKHR()
38288 if (queueSubmitWithCommandsEnabled) { in vkSignalSemaphoreKHR()
38313 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkSignalSemaphoreKHR()
38358 bool queueSubmitWithCommandsEnabled = in vkGetPhysicalDeviceFragmentShadingRatesKHR() local
38360 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetPhysicalDeviceFragmentShadingRatesKHR()
38389 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetPhysicalDeviceFragmentShadingRatesKHR()
38398 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetPhysicalDeviceFragmentShadingRatesKHR()
38404 if (queueSubmitWithCommandsEnabled) { in vkGetPhysicalDeviceFragmentShadingRatesKHR()
38483 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetPhysicalDeviceFragmentShadingRatesKHR()
38520 bool queueSubmitWithCommandsEnabled = in vkCmdSetFragmentShadingRateKHR() local
38522 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdSetFragmentShadingRateKHR()
38551 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdSetFragmentShadingRateKHR -= 8; in vkCmdSetFragmentShadingRateKHR()
38560 if (!queueSubmitWithCommandsEnabled) { in vkCmdSetFragmentShadingRateKHR()
38583 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdSetFragmentShadingRateKHR()
38626 bool queueSubmitWithCommandsEnabled = in vkWaitForPresentKHR() local
38628 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkWaitForPresentKHR()
38650 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkWaitForPresentKHR()
38657 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkWaitForPresentKHR()
38663 if (queueSubmitWithCommandsEnabled) { in vkWaitForPresentKHR()
38693 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkWaitForPresentKHR()
38733 bool queueSubmitWithCommandsEnabled = in vkGetBufferDeviceAddressKHR() local
38735 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetBufferDeviceAddressKHR()
38761 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetBufferDeviceAddressKHR()
38768 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetBufferDeviceAddressKHR()
38774 if (queueSubmitWithCommandsEnabled) { in vkGetBufferDeviceAddressKHR()
38799 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetBufferDeviceAddressKHR()
38835 bool queueSubmitWithCommandsEnabled = in vkGetBufferOpaqueCaptureAddressKHR() local
38837 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetBufferOpaqueCaptureAddressKHR()
38863 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetBufferOpaqueCaptureAddressKHR()
38871 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetBufferOpaqueCaptureAddressKHR()
38877 if (queueSubmitWithCommandsEnabled) { in vkGetBufferOpaqueCaptureAddressKHR()
38902 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetBufferOpaqueCaptureAddressKHR()
38938 bool queueSubmitWithCommandsEnabled = in vkGetDeviceMemoryOpaqueCaptureAddressKHR() local
38940 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetDeviceMemoryOpaqueCaptureAddressKHR()
38968 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetDeviceMemoryOpaqueCaptureAddressKHR()
38977 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetDeviceMemoryOpaqueCaptureAddressKHR()
38983 if (queueSubmitWithCommandsEnabled) { in vkGetDeviceMemoryOpaqueCaptureAddressKHR()
39009 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetDeviceMemoryOpaqueCaptureAddressKHR()
39050 bool queueSubmitWithCommandsEnabled = in vkCreateDeferredOperationKHR() local
39052 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCreateDeferredOperationKHR()
39083 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkCreateDeferredOperationKHR()
39091 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkCreateDeferredOperationKHR()
39097 if (queueSubmitWithCommandsEnabled) { in vkCreateDeferredOperationKHR()
39134 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCreateDeferredOperationKHR()
39171 bool queueSubmitWithCommandsEnabled = in vkDestroyDeferredOperationKHR() local
39173 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkDestroyDeferredOperationKHR()
39206 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkDestroyDeferredOperationKHR()
39214 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkDestroyDeferredOperationKHR()
39220 if (queueSubmitWithCommandsEnabled) { in vkDestroyDeferredOperationKHR()
39255 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkDestroyDeferredOperationKHR()
39290 bool queueSubmitWithCommandsEnabled = in vkGetDeferredOperationMaxConcurrencyKHR() local
39292 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetDeferredOperationMaxConcurrencyKHR()
39307 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetDeferredOperationMaxConcurrencyKHR()
39316 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetDeferredOperationMaxConcurrencyKHR()
39322 if (queueSubmitWithCommandsEnabled) { in vkGetDeferredOperationMaxConcurrencyKHR()
39349 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetDeferredOperationMaxConcurrencyKHR()
39385 bool queueSubmitWithCommandsEnabled = in vkGetDeferredOperationResultKHR() local
39387 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetDeferredOperationResultKHR()
39402 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetDeferredOperationResultKHR()
39410 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetDeferredOperationResultKHR()
39416 if (queueSubmitWithCommandsEnabled) { in vkGetDeferredOperationResultKHR()
39442 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetDeferredOperationResultKHR()
39477 bool queueSubmitWithCommandsEnabled = in vkDeferredOperationJoinKHR() local
39479 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkDeferredOperationJoinKHR()
39494 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkDeferredOperationJoinKHR()
39501 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkDeferredOperationJoinKHR()
39507 if (queueSubmitWithCommandsEnabled) { in vkDeferredOperationJoinKHR()
39533 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkDeferredOperationJoinKHR()
39574 bool queueSubmitWithCommandsEnabled = in vkGetPipelineExecutablePropertiesKHR() local
39576 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetPipelineExecutablePropertiesKHR()
39617 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetPipelineExecutablePropertiesKHR()
39625 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetPipelineExecutablePropertiesKHR()
39631 if (queueSubmitWithCommandsEnabled) { in vkGetPipelineExecutablePropertiesKHR()
39709 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetPipelineExecutablePropertiesKHR()
39748 bool queueSubmitWithCommandsEnabled = in vkGetPipelineExecutableStatisticsKHR() local
39750 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetPipelineExecutableStatisticsKHR()
39793 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetPipelineExecutableStatisticsKHR()
39801 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetPipelineExecutableStatisticsKHR()
39807 if (queueSubmitWithCommandsEnabled) { in vkGetPipelineExecutableStatisticsKHR()
39886 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetPipelineExecutableStatisticsKHR()
39927 bool queueSubmitWithCommandsEnabled = in vkGetPipelineExecutableInternalRepresentationsKHR() local
39929 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetPipelineExecutableInternalRepresentationsKHR()
39974 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetPipelineExecutableInternalRepresentationsKHR()
39984 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetPipelineExecutableInternalRepresentationsKHR()
39991 if (queueSubmitWithCommandsEnabled) { in vkGetPipelineExecutableInternalRepresentationsKHR()
40076 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetPipelineExecutableInternalRepresentationsKHR()
40114 bool queueSubmitWithCommandsEnabled = in vkMapMemory2KHR() local
40116 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkMapMemory2KHR()
40145 uint32_t packetSize_vkMapMemory2KHR = 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkMapMemory2KHR()
40152 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkMapMemory2KHR()
40158 if (queueSubmitWithCommandsEnabled) { in vkMapMemory2KHR()
40200 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkMapMemory2KHR()
40236 bool queueSubmitWithCommandsEnabled = in vkUnmapMemory2KHR() local
40238 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkUnmapMemory2KHR()
40264 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkUnmapMemory2KHR()
40271 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkUnmapMemory2KHR()
40277 if (queueSubmitWithCommandsEnabled) { in vkUnmapMemory2KHR()
40302 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkUnmapMemory2KHR()
40348 bool queueSubmitWithCommandsEnabled = in vkCmdEncodeVideoKHR() local
40350 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdEncodeVideoKHR()
40376 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdEncodeVideoKHR -= 8; in vkCmdEncodeVideoKHR()
40385 if (!queueSubmitWithCommandsEnabled) { in vkCmdEncodeVideoKHR()
40405 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdEncodeVideoKHR()
40442 bool queueSubmitWithCommandsEnabled = in vkCmdSetEvent2KHR() local
40444 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdSetEvent2KHR()
40474 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdSetEvent2KHR -= 8; in vkCmdSetEvent2KHR()
40483 if (!queueSubmitWithCommandsEnabled) { in vkCmdSetEvent2KHR()
40507 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdSetEvent2KHR()
40541 bool queueSubmitWithCommandsEnabled = in vkCmdResetEvent2KHR() local
40543 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdResetEvent2KHR()
40563 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdResetEvent2KHR -= 8; in vkCmdResetEvent2KHR()
40572 if (!queueSubmitWithCommandsEnabled) { in vkCmdResetEvent2KHR()
40596 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdResetEvent2KHR()
40633 bool queueSubmitWithCommandsEnabled = in vkCmdWaitEvents2KHR() local
40635 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdWaitEvents2KHR()
40677 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdWaitEvents2KHR -= 8; in vkCmdWaitEvents2KHR()
40686 if (!queueSubmitWithCommandsEnabled) { in vkCmdWaitEvents2KHR()
40719 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdWaitEvents2KHR()
40754 bool queueSubmitWithCommandsEnabled = in vkCmdPipelineBarrier2KHR() local
40756 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdPipelineBarrier2KHR()
40782 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdPipelineBarrier2KHR -= 8; in vkCmdPipelineBarrier2KHR()
40791 if (!queueSubmitWithCommandsEnabled) { in vkCmdPipelineBarrier2KHR()
40811 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdPipelineBarrier2KHR()
40846 bool queueSubmitWithCommandsEnabled = in vkCmdWriteTimestamp2KHR() local
40848 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdWriteTimestamp2KHR()
40871 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdWriteTimestamp2KHR -= 8; in vkCmdWriteTimestamp2KHR()
40880 if (!queueSubmitWithCommandsEnabled) { in vkCmdWriteTimestamp2KHR()
40906 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdWriteTimestamp2KHR()
40942 bool queueSubmitWithCommandsEnabled = in vkQueueSubmit2KHR() local
40944 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkQueueSubmit2KHR()
40981 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkQueueSubmit2KHR()
40988 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkQueueSubmit2KHR()
40994 if (queueSubmitWithCommandsEnabled) { in vkQueueSubmit2KHR()
41026 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkQueueSubmit2KHR()
41065 bool queueSubmitWithCommandsEnabled = in vkCmdWriteBufferMarker2AMD() local
41067 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdWriteBufferMarker2AMD()
41093 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdWriteBufferMarker2AMD -= 8; in vkCmdWriteBufferMarker2AMD()
41102 if (!queueSubmitWithCommandsEnabled) { in vkCmdWriteBufferMarker2AMD()
41130 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdWriteBufferMarker2AMD()
41166 bool queueSubmitWithCommandsEnabled = in vkGetQueueCheckpointData2NV() local
41168 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetQueueCheckpointData2NV()
41196 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetQueueCheckpointData2NV()
41203 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetQueueCheckpointData2NV()
41209 if (queueSubmitWithCommandsEnabled) { in vkGetQueueCheckpointData2NV()
41281 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetQueueCheckpointData2NV()
41326 bool queueSubmitWithCommandsEnabled = in vkCmdCopyBuffer2KHR() local
41328 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdCopyBuffer2KHR()
41354 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdCopyBuffer2KHR -= 8; in vkCmdCopyBuffer2KHR()
41363 if (!queueSubmitWithCommandsEnabled) { in vkCmdCopyBuffer2KHR()
41383 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdCopyBuffer2KHR()
41418 bool queueSubmitWithCommandsEnabled = in vkCmdCopyImage2KHR() local
41420 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdCopyImage2KHR()
41446 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdCopyImage2KHR -= 8; in vkCmdCopyImage2KHR()
41455 if (!queueSubmitWithCommandsEnabled) { in vkCmdCopyImage2KHR()
41475 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdCopyImage2KHR()
41511 bool queueSubmitWithCommandsEnabled = in vkCmdCopyBufferToImage2KHR() local
41513 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdCopyBufferToImage2KHR()
41542 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdCopyBufferToImage2KHR -= 8; in vkCmdCopyBufferToImage2KHR()
41551 if (!queueSubmitWithCommandsEnabled) { in vkCmdCopyBufferToImage2KHR()
41572 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdCopyBufferToImage2KHR()
41608 bool queueSubmitWithCommandsEnabled = in vkCmdCopyImageToBuffer2KHR() local
41610 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdCopyImageToBuffer2KHR()
41639 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdCopyImageToBuffer2KHR -= 8; in vkCmdCopyImageToBuffer2KHR()
41648 if (!queueSubmitWithCommandsEnabled) { in vkCmdCopyImageToBuffer2KHR()
41669 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdCopyImageToBuffer2KHR()
41704 bool queueSubmitWithCommandsEnabled = in vkCmdBlitImage2KHR() local
41706 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdBlitImage2KHR()
41732 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdBlitImage2KHR -= 8; in vkCmdBlitImage2KHR()
41741 if (!queueSubmitWithCommandsEnabled) { in vkCmdBlitImage2KHR()
41761 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdBlitImage2KHR()
41797 bool queueSubmitWithCommandsEnabled = in vkCmdResolveImage2KHR() local
41799 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdResolveImage2KHR()
41826 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdResolveImage2KHR -= 8; in vkCmdResolveImage2KHR()
41835 if (!queueSubmitWithCommandsEnabled) { in vkCmdResolveImage2KHR()
41856 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdResolveImage2KHR()
41894 bool queueSubmitWithCommandsEnabled = in vkCmdTraceRaysIndirect2KHR() local
41896 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdTraceRaysIndirect2KHR()
41912 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdTraceRaysIndirect2KHR -= 8; in vkCmdTraceRaysIndirect2KHR()
41921 if (!queueSubmitWithCommandsEnabled) { in vkCmdTraceRaysIndirect2KHR()
41941 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdTraceRaysIndirect2KHR()
41982 bool queueSubmitWithCommandsEnabled = in vkGetDeviceBufferMemoryRequirementsKHR() local
41984 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetDeviceBufferMemoryRequirementsKHR()
42013 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetDeviceBufferMemoryRequirementsKHR()
42022 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetDeviceBufferMemoryRequirementsKHR()
42028 if (queueSubmitWithCommandsEnabled) { in vkGetDeviceBufferMemoryRequirementsKHR()
42061 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetDeviceBufferMemoryRequirementsKHR()
42099 bool queueSubmitWithCommandsEnabled = in vkGetDeviceImageMemoryRequirementsKHR() local
42101 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetDeviceImageMemoryRequirementsKHR()
42130 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetDeviceImageMemoryRequirementsKHR()
42139 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetDeviceImageMemoryRequirementsKHR()
42145 if (queueSubmitWithCommandsEnabled) { in vkGetDeviceImageMemoryRequirementsKHR()
42178 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetDeviceImageMemoryRequirementsKHR()
42217 bool queueSubmitWithCommandsEnabled = in vkGetDeviceImageSparseMemoryRequirementsKHR() local
42219 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetDeviceImageSparseMemoryRequirementsKHR()
42263 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetDeviceImageSparseMemoryRequirementsKHR()
42272 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetDeviceImageSparseMemoryRequirementsKHR()
42278 if (queueSubmitWithCommandsEnabled) { in vkGetDeviceImageSparseMemoryRequirementsKHR()
42359 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetDeviceImageSparseMemoryRequirementsKHR()
42400 bool queueSubmitWithCommandsEnabled = in vkGetSwapchainGrallocUsageANDROID() local
42402 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetSwapchainGrallocUsageANDROID()
42421 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetSwapchainGrallocUsageANDROID()
42429 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetSwapchainGrallocUsageANDROID()
42435 if (queueSubmitWithCommandsEnabled) { in vkGetSwapchainGrallocUsageANDROID()
42464 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetSwapchainGrallocUsageANDROID()
42498 bool queueSubmitWithCommandsEnabled = in vkAcquireImageANDROID() local
42500 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkAcquireImageANDROID()
42529 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkAcquireImageANDROID()
42536 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkAcquireImageANDROID()
42542 if (queueSubmitWithCommandsEnabled) { in vkAcquireImageANDROID()
42578 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkAcquireImageANDROID()
42618 bool queueSubmitWithCommandsEnabled = in vkQueueSignalReleaseImageANDROID() local
42620 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkQueueSignalReleaseImageANDROID()
42646 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkQueueSignalReleaseImageANDROID()
42654 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkQueueSignalReleaseImageANDROID()
42660 if (queueSubmitWithCommandsEnabled) { in vkQueueSignalReleaseImageANDROID()
42700 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkQueueSignalReleaseImageANDROID()
42740 bool queueSubmitWithCommandsEnabled = in vkGetSwapchainGrallocUsage2ANDROID() local
42742 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetSwapchainGrallocUsage2ANDROID()
42765 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetSwapchainGrallocUsage2ANDROID()
42773 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetSwapchainGrallocUsage2ANDROID()
42779 if (queueSubmitWithCommandsEnabled) { in vkGetSwapchainGrallocUsage2ANDROID()
42814 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetSwapchainGrallocUsage2ANDROID()
42854 bool queueSubmitWithCommandsEnabled = in vkCreateDebugReportCallbackEXT() local
42856 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCreateDebugReportCallbackEXT()
42904 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkCreateDebugReportCallbackEXT()
42912 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkCreateDebugReportCallbackEXT()
42918 if (queueSubmitWithCommandsEnabled) { in vkCreateDebugReportCallbackEXT()
42965 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCreateDebugReportCallbackEXT()
43003 bool queueSubmitWithCommandsEnabled = in vkDestroyDebugReportCallbackEXT() local
43005 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkDestroyDebugReportCallbackEXT()
43039 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkDestroyDebugReportCallbackEXT()
43047 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkDestroyDebugReportCallbackEXT()
43053 if (queueSubmitWithCommandsEnabled) { in vkDestroyDebugReportCallbackEXT()
43090 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkDestroyDebugReportCallbackEXT()
43130 bool queueSubmitWithCommandsEnabled = in vkDebugReportMessageEXT() local
43132 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkDebugReportMessageEXT()
43167 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkDebugReportMessageEXT()
43174 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkDebugReportMessageEXT()
43180 if (queueSubmitWithCommandsEnabled) { in vkDebugReportMessageEXT()
43230 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkDebugReportMessageEXT()
43279 bool queueSubmitWithCommandsEnabled = in vkDebugMarkerSetObjectTagEXT() local
43281 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkDebugMarkerSetObjectTagEXT()
43308 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkDebugMarkerSetObjectTagEXT()
43316 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkDebugMarkerSetObjectTagEXT()
43322 if (queueSubmitWithCommandsEnabled) { in vkDebugMarkerSetObjectTagEXT()
43347 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkDebugMarkerSetObjectTagEXT()
43383 bool queueSubmitWithCommandsEnabled = in vkDebugMarkerSetObjectNameEXT() local
43385 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkDebugMarkerSetObjectNameEXT()
43412 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkDebugMarkerSetObjectNameEXT()
43420 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkDebugMarkerSetObjectNameEXT()
43426 if (queueSubmitWithCommandsEnabled) { in vkDebugMarkerSetObjectNameEXT()
43451 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkDebugMarkerSetObjectNameEXT()
43488 bool queueSubmitWithCommandsEnabled = in vkCmdDebugMarkerBeginEXT() local
43490 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdDebugMarkerBeginEXT()
43518 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdDebugMarkerBeginEXT -= 8; in vkCmdDebugMarkerBeginEXT()
43527 if (!queueSubmitWithCommandsEnabled) { in vkCmdDebugMarkerBeginEXT()
43548 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdDebugMarkerBeginEXT()
43581 bool queueSubmitWithCommandsEnabled = in vkCmdDebugMarkerEndEXT() local
43583 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdDebugMarkerEndEXT()
43596 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdDebugMarkerEndEXT -= 8; in vkCmdDebugMarkerEndEXT()
43605 if (!queueSubmitWithCommandsEnabled) { in vkCmdDebugMarkerEndEXT()
43623 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdDebugMarkerEndEXT()
43659 bool queueSubmitWithCommandsEnabled = in vkCmdDebugMarkerInsertEXT() local
43661 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdDebugMarkerInsertEXT()
43689 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdDebugMarkerInsertEXT -= 8; in vkCmdDebugMarkerInsertEXT()
43698 if (!queueSubmitWithCommandsEnabled) { in vkCmdDebugMarkerInsertEXT()
43719 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdDebugMarkerInsertEXT()
43765 bool queueSubmitWithCommandsEnabled = in vkCmdBindTransformFeedbackBuffersEXT() local
43767 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdBindTransformFeedbackBuffersEXT()
43805 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdBindTransformFeedbackBuffersEXT -= 8; in vkCmdBindTransformFeedbackBuffersEXT()
43814 if (!queueSubmitWithCommandsEnabled) { in vkCmdBindTransformFeedbackBuffersEXT()
43856 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdBindTransformFeedbackBuffersEXT()
43895 bool queueSubmitWithCommandsEnabled = in vkCmdBeginTransformFeedbackEXT() local
43897 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdBeginTransformFeedbackEXT()
43935 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdBeginTransformFeedbackEXT -= 8; in vkCmdBeginTransformFeedbackEXT()
43944 if (!queueSubmitWithCommandsEnabled) { in vkCmdBeginTransformFeedbackEXT()
43991 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdBeginTransformFeedbackEXT()
44030 bool queueSubmitWithCommandsEnabled = in vkCmdEndTransformFeedbackEXT() local
44032 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdEndTransformFeedbackEXT()
44070 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdEndTransformFeedbackEXT -= 8; in vkCmdEndTransformFeedbackEXT()
44079 if (!queueSubmitWithCommandsEnabled) { in vkCmdEndTransformFeedbackEXT()
44126 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdEndTransformFeedbackEXT()
44163 bool queueSubmitWithCommandsEnabled = in vkCmdBeginQueryIndexedEXT() local
44165 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdBeginQueryIndexedEXT()
44191 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdBeginQueryIndexedEXT -= 8; in vkCmdBeginQueryIndexedEXT()
44200 if (!queueSubmitWithCommandsEnabled) { in vkCmdBeginQueryIndexedEXT()
44228 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdBeginQueryIndexedEXT()
44263 bool queueSubmitWithCommandsEnabled = in vkCmdEndQueryIndexedEXT() local
44265 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdEndQueryIndexedEXT()
44288 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdEndQueryIndexedEXT -= 8; in vkCmdEndQueryIndexedEXT()
44297 if (!queueSubmitWithCommandsEnabled) { in vkCmdEndQueryIndexedEXT()
44323 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdEndQueryIndexedEXT()
44364 bool queueSubmitWithCommandsEnabled = in vkCmdDrawIndirectByteCountEXT() local
44366 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdDrawIndirectByteCountEXT()
44399 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdDrawIndirectByteCountEXT -= 8; in vkCmdDrawIndirectByteCountEXT()
44408 if (!queueSubmitWithCommandsEnabled) { in vkCmdDrawIndirectByteCountEXT()
44440 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdDrawIndirectByteCountEXT()
44478 bool queueSubmitWithCommandsEnabled = in vkCreateCuModuleNVX() local
44480 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCreateCuModuleNVX()
44525 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkCreateCuModuleNVX()
44532 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkCreateCuModuleNVX()
44538 if (queueSubmitWithCommandsEnabled) { in vkCreateCuModuleNVX()
44578 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCreateCuModuleNVX()
44617 bool queueSubmitWithCommandsEnabled = in vkCreateCuFunctionNVX() local
44619 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCreateCuFunctionNVX()
44664 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkCreateCuFunctionNVX()
44671 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkCreateCuFunctionNVX()
44677 if (queueSubmitWithCommandsEnabled) { in vkCreateCuFunctionNVX()
44717 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCreateCuFunctionNVX()
44752 bool queueSubmitWithCommandsEnabled = in vkDestroyCuModuleNVX() local
44754 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkDestroyCuModuleNVX()
44787 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkDestroyCuModuleNVX()
44794 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkDestroyCuModuleNVX()
44800 if (queueSubmitWithCommandsEnabled) { in vkDestroyCuModuleNVX()
44835 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkDestroyCuModuleNVX()
44869 bool queueSubmitWithCommandsEnabled = in vkDestroyCuFunctionNVX() local
44871 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkDestroyCuFunctionNVX()
44904 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkDestroyCuFunctionNVX()
44911 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkDestroyCuFunctionNVX()
44917 if (queueSubmitWithCommandsEnabled) { in vkDestroyCuFunctionNVX()
44952 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkDestroyCuFunctionNVX()
44987 bool queueSubmitWithCommandsEnabled = in vkCmdCuLaunchKernelNVX() local
44989 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdCuLaunchKernelNVX()
45015 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdCuLaunchKernelNVX -= 8; in vkCmdCuLaunchKernelNVX()
45024 if (!queueSubmitWithCommandsEnabled) { in vkCmdCuLaunchKernelNVX()
45044 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdCuLaunchKernelNVX()
45080 bool queueSubmitWithCommandsEnabled = in vkGetImageViewHandleNVX() local
45082 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetImageViewHandleNVX()
45108 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetImageViewHandleNVX()
45115 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetImageViewHandleNVX()
45121 if (queueSubmitWithCommandsEnabled) { in vkGetImageViewHandleNVX()
45145 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetImageViewHandleNVX()
45182 bool queueSubmitWithCommandsEnabled = in vkGetImageViewAddressNVX() local
45184 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetImageViewAddressNVX()
45203 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetImageViewAddressNVX()
45210 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetImageViewAddressNVX()
45216 if (queueSubmitWithCommandsEnabled) { in vkGetImageViewAddressNVX()
45251 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetImageViewAddressNVX()
45293 bool queueSubmitWithCommandsEnabled = in vkCmdDrawIndirectCountAMD() local
45295 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdDrawIndirectCountAMD()
45328 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdDrawIndirectCountAMD -= 8; in vkCmdDrawIndirectCountAMD()
45337 if (!queueSubmitWithCommandsEnabled) { in vkCmdDrawIndirectCountAMD()
45371 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdDrawIndirectCountAMD()
45411 bool queueSubmitWithCommandsEnabled = in vkCmdDrawIndexedIndirectCountAMD() local
45413 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdDrawIndexedIndirectCountAMD()
45447 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdDrawIndexedIndirectCountAMD -= 8; in vkCmdDrawIndexedIndirectCountAMD()
45456 if (!queueSubmitWithCommandsEnabled) { in vkCmdDrawIndexedIndirectCountAMD()
45490 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdDrawIndexedIndirectCountAMD()
45541 bool queueSubmitWithCommandsEnabled = in vkGetShaderInfoAMD() local
45543 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetShaderInfoAMD()
45577 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetShaderInfoAMD()
45584 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetShaderInfoAMD()
45590 if (queueSubmitWithCommandsEnabled) { in vkGetShaderInfoAMD()
45659 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetShaderInfoAMD()
45702 bool queueSubmitWithCommandsEnabled = in vkCreateStreamDescriptorSurfaceGGP() local
45704 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCreateStreamDescriptorSurfaceGGP()
45752 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkCreateStreamDescriptorSurfaceGGP()
45760 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkCreateStreamDescriptorSurfaceGGP()
45766 if (queueSubmitWithCommandsEnabled) { in vkCreateStreamDescriptorSurfaceGGP()
45810 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCreateStreamDescriptorSurfaceGGP()
45858 bool queueSubmitWithCommandsEnabled = in vkGetPhysicalDeviceExternalImageFormatPropertiesNV() local
45860 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetPhysicalDeviceExternalImageFormatPropertiesNV()
45893 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetPhysicalDeviceExternalImageFormatPropertiesNV()
45903 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetPhysicalDeviceExternalImageFormatPropertiesNV()
45910 if (queueSubmitWithCommandsEnabled) { in vkGetPhysicalDeviceExternalImageFormatPropertiesNV()
45957 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetPhysicalDeviceExternalImageFormatPropertiesNV()
45998 bool queueSubmitWithCommandsEnabled = in vkGetMemoryWin32HandleNV() local
46000 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetMemoryWin32HandleNV()
46023 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetMemoryWin32HandleNV()
46030 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetMemoryWin32HandleNV()
46036 if (queueSubmitWithCommandsEnabled) { in vkGetMemoryWin32HandleNV()
46068 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetMemoryWin32HandleNV()
46113 bool queueSubmitWithCommandsEnabled = in vkCreateViSurfaceNN() local
46115 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCreateViSurfaceNN()
46161 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkCreateViSurfaceNN()
46168 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkCreateViSurfaceNN()
46174 if (queueSubmitWithCommandsEnabled) { in vkCreateViSurfaceNN()
46218 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCreateViSurfaceNN()
46268 bool queueSubmitWithCommandsEnabled = in vkCmdBeginConditionalRenderingEXT() local
46270 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdBeginConditionalRenderingEXT()
46301 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdBeginConditionalRenderingEXT -= 8; in vkCmdBeginConditionalRenderingEXT()
46310 if (!queueSubmitWithCommandsEnabled) { in vkCmdBeginConditionalRenderingEXT()
46331 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdBeginConditionalRenderingEXT()
46364 bool queueSubmitWithCommandsEnabled = in vkCmdEndConditionalRenderingEXT() local
46366 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdEndConditionalRenderingEXT()
46380 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdEndConditionalRenderingEXT -= 8; in vkCmdEndConditionalRenderingEXT()
46389 if (!queueSubmitWithCommandsEnabled) { in vkCmdEndConditionalRenderingEXT()
46407 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdEndConditionalRenderingEXT()
46448 bool queueSubmitWithCommandsEnabled = in vkCmdSetViewportWScalingNV() local
46450 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdSetViewportWScalingNV()
46490 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdSetViewportWScalingNV -= 8; in vkCmdSetViewportWScalingNV()
46499 if (!queueSubmitWithCommandsEnabled) { in vkCmdSetViewportWScalingNV()
46526 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdSetViewportWScalingNV()
46563 bool queueSubmitWithCommandsEnabled = in vkReleaseDisplayEXT() local
46565 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkReleaseDisplayEXT()
46581 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkReleaseDisplayEXT()
46588 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkReleaseDisplayEXT()
46594 if (queueSubmitWithCommandsEnabled) { in vkReleaseDisplayEXT()
46620 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkReleaseDisplayEXT()
46658 bool queueSubmitWithCommandsEnabled = in vkAcquireXlibDisplayEXT() local
46660 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkAcquireXlibDisplayEXT()
46677 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkAcquireXlibDisplayEXT()
46684 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkAcquireXlibDisplayEXT()
46690 if (queueSubmitWithCommandsEnabled) { in vkAcquireXlibDisplayEXT()
46719 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkAcquireXlibDisplayEXT()
46756 bool queueSubmitWithCommandsEnabled = in vkGetRandROutputDisplayEXT() local
46758 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetRandROutputDisplayEXT()
46776 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetRandROutputDisplayEXT()
46783 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetRandROutputDisplayEXT()
46789 if (queueSubmitWithCommandsEnabled) { in vkGetRandROutputDisplayEXT()
46825 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetRandROutputDisplayEXT()
46866 bool queueSubmitWithCommandsEnabled = in vkGetPhysicalDeviceSurfaceCapabilities2EXT() local
46868 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetPhysicalDeviceSurfaceCapabilities2EXT()
46887 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetPhysicalDeviceSurfaceCapabilities2EXT()
46896 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetPhysicalDeviceSurfaceCapabilities2EXT()
46902 if (queueSubmitWithCommandsEnabled) { in vkGetPhysicalDeviceSurfaceCapabilities2EXT()
46938 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetPhysicalDeviceSurfaceCapabilities2EXT()
46977 bool queueSubmitWithCommandsEnabled = in vkDisplayPowerControlEXT() local
46979 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkDisplayPowerControlEXT()
47009 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkDisplayPowerControlEXT()
47016 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkDisplayPowerControlEXT()
47022 if (queueSubmitWithCommandsEnabled) { in vkDisplayPowerControlEXT()
47051 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkDisplayPowerControlEXT()
47090 bool queueSubmitWithCommandsEnabled = in vkRegisterDeviceEventEXT() local
47092 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkRegisterDeviceEventEXT()
47138 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkRegisterDeviceEventEXT()
47145 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkRegisterDeviceEventEXT()
47151 if (queueSubmitWithCommandsEnabled) { in vkRegisterDeviceEventEXT()
47195 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkRegisterDeviceEventEXT()
47235 bool queueSubmitWithCommandsEnabled = in vkRegisterDisplayEventEXT() local
47237 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkRegisterDisplayEventEXT()
47287 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkRegisterDisplayEventEXT()
47294 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkRegisterDisplayEventEXT()
47300 if (queueSubmitWithCommandsEnabled) { in vkRegisterDisplayEventEXT()
47348 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkRegisterDisplayEventEXT()
47385 bool queueSubmitWithCommandsEnabled = in vkGetSwapchainCounterEXT() local
47387 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetSwapchainCounterEXT()
47407 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetSwapchainCounterEXT()
47414 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetSwapchainCounterEXT()
47420 if (queueSubmitWithCommandsEnabled) { in vkGetSwapchainCounterEXT()
47452 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetSwapchainCounterEXT()
47492 bool queueSubmitWithCommandsEnabled = in vkGetRefreshCycleDurationGOOGLE() local
47494 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetRefreshCycleDurationGOOGLE()
47513 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetRefreshCycleDurationGOOGLE()
47521 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetRefreshCycleDurationGOOGLE()
47527 if (queueSubmitWithCommandsEnabled) { in vkGetRefreshCycleDurationGOOGLE()
47563 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetRefreshCycleDurationGOOGLE()
47602 bool queueSubmitWithCommandsEnabled = in vkGetPastPresentationTimingGOOGLE() local
47604 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetPastPresentationTimingGOOGLE()
47636 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetPastPresentationTimingGOOGLE()
47644 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetPastPresentationTimingGOOGLE()
47650 if (queueSubmitWithCommandsEnabled) { in vkGetPastPresentationTimingGOOGLE()
47730 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetPastPresentationTimingGOOGLE()
47782 bool queueSubmitWithCommandsEnabled = in vkCmdSetDiscardRectangleEXT() local
47784 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdSetDiscardRectangleEXT()
47822 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdSetDiscardRectangleEXT -= 8; in vkCmdSetDiscardRectangleEXT()
47831 if (!queueSubmitWithCommandsEnabled) { in vkCmdSetDiscardRectangleEXT()
47857 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdSetDiscardRectangleEXT()
47894 bool queueSubmitWithCommandsEnabled = in vkCmdSetDiscardRectangleEnableEXT() local
47896 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdSetDiscardRectangleEnableEXT()
47913 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdSetDiscardRectangleEnableEXT -= 8; in vkCmdSetDiscardRectangleEnableEXT()
47922 if (!queueSubmitWithCommandsEnabled) { in vkCmdSetDiscardRectangleEnableEXT()
47942 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdSetDiscardRectangleEnableEXT()
47977 bool queueSubmitWithCommandsEnabled = in vkCmdSetDiscardRectangleModeEXT() local
47979 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdSetDiscardRectangleModeEXT()
47996 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdSetDiscardRectangleModeEXT -= 8; in vkCmdSetDiscardRectangleModeEXT()
48005 if (!queueSubmitWithCommandsEnabled) { in vkCmdSetDiscardRectangleModeEXT()
48026 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdSetDiscardRectangleModeEXT()
48071 bool queueSubmitWithCommandsEnabled = in vkSetHdrMetadataEXT() local
48073 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkSetHdrMetadataEXT()
48114 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkSetHdrMetadataEXT()
48121 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkSetHdrMetadataEXT()
48127 if (queueSubmitWithCommandsEnabled) { in vkSetHdrMetadataEXT()
48162 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkSetHdrMetadataEXT()
48202 bool queueSubmitWithCommandsEnabled = in vkCreateIOSSurfaceMVK() local
48204 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCreateIOSSurfaceMVK()
48250 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkCreateIOSSurfaceMVK()
48257 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkCreateIOSSurfaceMVK()
48263 if (queueSubmitWithCommandsEnabled) { in vkCreateIOSSurfaceMVK()
48307 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCreateIOSSurfaceMVK()
48348 bool queueSubmitWithCommandsEnabled = in vkCreateMacOSSurfaceMVK() local
48350 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCreateMacOSSurfaceMVK()
48397 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkCreateMacOSSurfaceMVK()
48404 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkCreateMacOSSurfaceMVK()
48410 if (queueSubmitWithCommandsEnabled) { in vkCreateMacOSSurfaceMVK()
48454 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCreateMacOSSurfaceMVK()
48496 bool queueSubmitWithCommandsEnabled = in vkSetDebugUtilsObjectNameEXT() local
48498 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkSetDebugUtilsObjectNameEXT()
48525 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkSetDebugUtilsObjectNameEXT()
48533 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkSetDebugUtilsObjectNameEXT()
48539 if (queueSubmitWithCommandsEnabled) { in vkSetDebugUtilsObjectNameEXT()
48564 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkSetDebugUtilsObjectNameEXT()
48600 bool queueSubmitWithCommandsEnabled = in vkSetDebugUtilsObjectTagEXT() local
48602 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkSetDebugUtilsObjectTagEXT()
48629 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkSetDebugUtilsObjectTagEXT()
48636 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkSetDebugUtilsObjectTagEXT()
48642 if (queueSubmitWithCommandsEnabled) { in vkSetDebugUtilsObjectTagEXT()
48667 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkSetDebugUtilsObjectTagEXT()
48703 bool queueSubmitWithCommandsEnabled = in vkQueueBeginDebugUtilsLabelEXT() local
48705 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkQueueBeginDebugUtilsLabelEXT()
48730 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkQueueBeginDebugUtilsLabelEXT()
48738 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkQueueBeginDebugUtilsLabelEXT()
48744 if (queueSubmitWithCommandsEnabled) { in vkQueueBeginDebugUtilsLabelEXT()
48767 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkQueueBeginDebugUtilsLabelEXT()
48800 bool queueSubmitWithCommandsEnabled = in vkQueueEndDebugUtilsLabelEXT() local
48802 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkQueueEndDebugUtilsLabelEXT()
48814 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkQueueEndDebugUtilsLabelEXT()
48822 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkQueueEndDebugUtilsLabelEXT()
48828 if (queueSubmitWithCommandsEnabled) { in vkQueueEndDebugUtilsLabelEXT()
48849 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkQueueEndDebugUtilsLabelEXT()
48885 bool queueSubmitWithCommandsEnabled = in vkQueueInsertDebugUtilsLabelEXT() local
48887 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkQueueInsertDebugUtilsLabelEXT()
48912 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkQueueInsertDebugUtilsLabelEXT()
48920 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkQueueInsertDebugUtilsLabelEXT()
48926 if (queueSubmitWithCommandsEnabled) { in vkQueueInsertDebugUtilsLabelEXT()
48949 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkQueueInsertDebugUtilsLabelEXT()
48985 bool queueSubmitWithCommandsEnabled = in vkCmdBeginDebugUtilsLabelEXT() local
48987 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdBeginDebugUtilsLabelEXT()
49014 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdBeginDebugUtilsLabelEXT -= 8; in vkCmdBeginDebugUtilsLabelEXT()
49023 if (!queueSubmitWithCommandsEnabled) { in vkCmdBeginDebugUtilsLabelEXT()
49043 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdBeginDebugUtilsLabelEXT()
49076 bool queueSubmitWithCommandsEnabled = in vkCmdEndDebugUtilsLabelEXT() local
49078 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdEndDebugUtilsLabelEXT()
49091 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdEndDebugUtilsLabelEXT -= 8; in vkCmdEndDebugUtilsLabelEXT()
49100 if (!queueSubmitWithCommandsEnabled) { in vkCmdEndDebugUtilsLabelEXT()
49118 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdEndDebugUtilsLabelEXT()
49154 bool queueSubmitWithCommandsEnabled = in vkCmdInsertDebugUtilsLabelEXT() local
49156 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdInsertDebugUtilsLabelEXT()
49183 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdInsertDebugUtilsLabelEXT -= 8; in vkCmdInsertDebugUtilsLabelEXT()
49192 if (!queueSubmitWithCommandsEnabled) { in vkCmdInsertDebugUtilsLabelEXT()
49212 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdInsertDebugUtilsLabelEXT()
49250 bool queueSubmitWithCommandsEnabled = in vkCreateDebugUtilsMessengerEXT() local
49252 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCreateDebugUtilsMessengerEXT()
49300 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkCreateDebugUtilsMessengerEXT()
49308 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkCreateDebugUtilsMessengerEXT()
49314 if (queueSubmitWithCommandsEnabled) { in vkCreateDebugUtilsMessengerEXT()
49361 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCreateDebugUtilsMessengerEXT()
49399 bool queueSubmitWithCommandsEnabled = in vkDestroyDebugUtilsMessengerEXT() local
49401 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkDestroyDebugUtilsMessengerEXT()
49435 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkDestroyDebugUtilsMessengerEXT()
49443 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkDestroyDebugUtilsMessengerEXT()
49449 if (queueSubmitWithCommandsEnabled) { in vkDestroyDebugUtilsMessengerEXT()
49486 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkDestroyDebugUtilsMessengerEXT()
49523 bool queueSubmitWithCommandsEnabled = in vkSubmitDebugUtilsMessageEXT() local
49525 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkSubmitDebugUtilsMessageEXT()
49559 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkSubmitDebugUtilsMessageEXT()
49567 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkSubmitDebugUtilsMessageEXT()
49573 if (queueSubmitWithCommandsEnabled) { in vkSubmitDebugUtilsMessageEXT()
49603 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkSubmitDebugUtilsMessageEXT()
49642 bool queueSubmitWithCommandsEnabled = in vkGetAndroidHardwareBufferPropertiesANDROID() local
49644 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetAndroidHardwareBufferPropertiesANDROID()
49663 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetAndroidHardwareBufferPropertiesANDROID()
49672 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetAndroidHardwareBufferPropertiesANDROID()
49678 if (queueSubmitWithCommandsEnabled) { in vkGetAndroidHardwareBufferPropertiesANDROID()
49713 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetAndroidHardwareBufferPropertiesANDROID()
49750 bool queueSubmitWithCommandsEnabled = in vkGetMemoryAndroidHardwareBufferANDROID() local
49752 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetMemoryAndroidHardwareBufferANDROID()
49781 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetMemoryAndroidHardwareBufferANDROID()
49790 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetMemoryAndroidHardwareBufferANDROID()
49796 if (queueSubmitWithCommandsEnabled) { in vkGetMemoryAndroidHardwareBufferANDROID()
49825 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetMemoryAndroidHardwareBufferANDROID()
49876 bool queueSubmitWithCommandsEnabled = in vkCmdSetSampleLocationsEXT() local
49878 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdSetSampleLocationsEXT()
49906 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdSetSampleLocationsEXT -= 8; in vkCmdSetSampleLocationsEXT()
49915 if (!queueSubmitWithCommandsEnabled) { in vkCmdSetSampleLocationsEXT()
49936 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdSetSampleLocationsEXT()
49973 bool queueSubmitWithCommandsEnabled = in vkGetPhysicalDeviceMultisamplePropertiesEXT() local
49975 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetPhysicalDeviceMultisamplePropertiesEXT()
49993 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetPhysicalDeviceMultisamplePropertiesEXT()
50002 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetPhysicalDeviceMultisamplePropertiesEXT()
50008 if (queueSubmitWithCommandsEnabled) { in vkGetPhysicalDeviceMultisamplePropertiesEXT()
50040 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetPhysicalDeviceMultisamplePropertiesEXT()
50091 bool queueSubmitWithCommandsEnabled = in vkGetImageDrmFormatModifierPropertiesEXT() local
50093 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetImageDrmFormatModifierPropertiesEXT()
50112 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetImageDrmFormatModifierPropertiesEXT()
50121 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetImageDrmFormatModifierPropertiesEXT()
50127 if (queueSubmitWithCommandsEnabled) { in vkGetImageDrmFormatModifierPropertiesEXT()
50163 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetImageDrmFormatModifierPropertiesEXT()
50205 bool queueSubmitWithCommandsEnabled = in vkCreateValidationCacheEXT() local
50207 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCreateValidationCacheEXT()
50255 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkCreateValidationCacheEXT()
50262 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkCreateValidationCacheEXT()
50268 if (queueSubmitWithCommandsEnabled) { in vkCreateValidationCacheEXT()
50315 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCreateValidationCacheEXT()
50352 bool queueSubmitWithCommandsEnabled = in vkDestroyValidationCacheEXT() local
50354 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkDestroyValidationCacheEXT()
50388 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkDestroyValidationCacheEXT()
50395 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkDestroyValidationCacheEXT()
50401 if (queueSubmitWithCommandsEnabled) { in vkDestroyValidationCacheEXT()
50438 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkDestroyValidationCacheEXT()
50476 bool queueSubmitWithCommandsEnabled = in vkMergeValidationCachesEXT() local
50478 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkMergeValidationCachesEXT()
50503 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkMergeValidationCachesEXT()
50510 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkMergeValidationCachesEXT()
50516 if (queueSubmitWithCommandsEnabled) { in vkMergeValidationCachesEXT()
50552 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkMergeValidationCachesEXT()
50590 bool queueSubmitWithCommandsEnabled = in vkGetValidationCacheDataEXT() local
50592 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetValidationCacheDataEXT()
50620 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetValidationCacheDataEXT()
50627 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetValidationCacheDataEXT()
50633 if (queueSubmitWithCommandsEnabled) { in vkGetValidationCacheDataEXT()
50697 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetValidationCacheDataEXT()
50739 bool queueSubmitWithCommandsEnabled = in vkCmdBindShadingRateImageNV() local
50741 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdBindShadingRateImageNV()
50761 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdBindShadingRateImageNV -= 8; in vkCmdBindShadingRateImageNV()
50770 if (!queueSubmitWithCommandsEnabled) { in vkCmdBindShadingRateImageNV()
50794 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdBindShadingRateImageNV()
50832 bool queueSubmitWithCommandsEnabled = in vkCmdSetViewportShadingRatePaletteNV() local
50834 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdSetViewportShadingRatePaletteNV()
50876 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdSetViewportShadingRatePaletteNV -= 8; in vkCmdSetViewportShadingRatePaletteNV()
50885 if (!queueSubmitWithCommandsEnabled) { in vkCmdSetViewportShadingRatePaletteNV()
50913 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdSetViewportShadingRatePaletteNV()
50953 bool queueSubmitWithCommandsEnabled = in vkCmdSetCoarseSampleOrderNV() local
50955 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdSetCoarseSampleOrderNV()
50996 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdSetCoarseSampleOrderNV -= 8; in vkCmdSetCoarseSampleOrderNV()
51005 if (!queueSubmitWithCommandsEnabled) { in vkCmdSetCoarseSampleOrderNV()
51033 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdSetCoarseSampleOrderNV()
51074 bool queueSubmitWithCommandsEnabled = in vkCreateAccelerationStructureNV() local
51076 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCreateAccelerationStructureNV()
51124 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkCreateAccelerationStructureNV()
51132 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkCreateAccelerationStructureNV()
51138 if (queueSubmitWithCommandsEnabled) { in vkCreateAccelerationStructureNV()
51185 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCreateAccelerationStructureNV()
51224 bool queueSubmitWithCommandsEnabled = in vkDestroyAccelerationStructureNV() local
51226 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkDestroyAccelerationStructureNV()
51260 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkDestroyAccelerationStructureNV()
51268 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkDestroyAccelerationStructureNV()
51274 if (queueSubmitWithCommandsEnabled) { in vkDestroyAccelerationStructureNV()
51311 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkDestroyAccelerationStructureNV()
51350 bool queueSubmitWithCommandsEnabled = in vkGetAccelerationStructureMemoryRequirementsNV() local
51352 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetAccelerationStructureMemoryRequirementsNV()
51382 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetAccelerationStructureMemoryRequirementsNV()
51391 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetAccelerationStructureMemoryRequirementsNV()
51397 if (queueSubmitWithCommandsEnabled) { in vkGetAccelerationStructureMemoryRequirementsNV()
51430 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetAccelerationStructureMemoryRequirementsNV()
51467 bool queueSubmitWithCommandsEnabled = in vkBindAccelerationStructureMemoryNV() local
51469 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkBindAccelerationStructureMemoryNV()
51506 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkBindAccelerationStructureMemoryNV()
51514 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkBindAccelerationStructureMemoryNV()
51520 if (queueSubmitWithCommandsEnabled) { in vkBindAccelerationStructureMemoryNV()
51550 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkBindAccelerationStructureMemoryNV()
51594 bool queueSubmitWithCommandsEnabled = in vkCmdBuildAccelerationStructureNV() local
51596 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdBuildAccelerationStructureNV()
51650 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdBuildAccelerationStructureNV -= 8; in vkCmdBuildAccelerationStructureNV()
51659 if (!queueSubmitWithCommandsEnabled) { in vkCmdBuildAccelerationStructureNV()
51702 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdBuildAccelerationStructureNV()
51740 bool queueSubmitWithCommandsEnabled = in vkCmdCopyAccelerationStructureNV() local
51742 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdCopyAccelerationStructureNV()
51767 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdCopyAccelerationStructureNV -= 8; in vkCmdCopyAccelerationStructureNV()
51776 if (!queueSubmitWithCommandsEnabled) { in vkCmdCopyAccelerationStructureNV()
51805 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdCopyAccelerationStructureNV()
51856 bool queueSubmitWithCommandsEnabled = in vkCmdTraceRaysNV() local
51858 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdTraceRaysNV()
51917 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdTraceRaysNV -= 8; in vkCmdTraceRaysNV()
51926 if (!queueSubmitWithCommandsEnabled) { in vkCmdTraceRaysNV()
51980 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdTraceRaysNV()
52019 bool queueSubmitWithCommandsEnabled = in vkCreateRayTracingPipelinesNV() local
52021 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCreateRayTracingPipelinesNV()
52083 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkCreateRayTracingPipelinesNV()
52091 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkCreateRayTracingPipelinesNV()
52097 if (queueSubmitWithCommandsEnabled) { in vkCreateRayTracingPipelinesNV()
52157 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCreateRayTracingPipelinesNV()
52197 bool queueSubmitWithCommandsEnabled = in vkGetRayTracingShaderGroupHandlesKHR() local
52199 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetRayTracingShaderGroupHandlesKHR()
52225 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetRayTracingShaderGroupHandlesKHR()
52233 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetRayTracingShaderGroupHandlesKHR()
52239 if (queueSubmitWithCommandsEnabled) { in vkGetRayTracingShaderGroupHandlesKHR()
52277 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetRayTracingShaderGroupHandlesKHR()
52317 bool queueSubmitWithCommandsEnabled = in vkGetRayTracingShaderGroupHandlesNV() local
52319 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetRayTracingShaderGroupHandlesNV()
52345 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetRayTracingShaderGroupHandlesNV()
52353 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetRayTracingShaderGroupHandlesNV()
52359 if (queueSubmitWithCommandsEnabled) { in vkGetRayTracingShaderGroupHandlesNV()
52397 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetRayTracingShaderGroupHandlesNV()
52436 bool queueSubmitWithCommandsEnabled = in vkGetAccelerationStructureHandleNV() local
52438 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetAccelerationStructureHandleNV()
52458 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetAccelerationStructureHandleNV()
52466 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetAccelerationStructureHandleNV()
52472 if (queueSubmitWithCommandsEnabled) { in vkGetAccelerationStructureHandleNV()
52505 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetAccelerationStructureHandleNV()
52546 bool queueSubmitWithCommandsEnabled = in vkCmdWriteAccelerationStructuresPropertiesNV() local
52548 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdWriteAccelerationStructuresPropertiesNV()
52581 if (queueSubmitWithCommandsEnabled) in vkCmdWriteAccelerationStructuresPropertiesNV()
52592 if (!queueSubmitWithCommandsEnabled) { in vkCmdWriteAccelerationStructuresPropertiesNV()
52630 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdWriteAccelerationStructuresPropertiesNV()
52665 bool queueSubmitWithCommandsEnabled = in vkCompileDeferredNV() local
52667 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCompileDeferredNV()
52686 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkCompileDeferredNV()
52693 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkCompileDeferredNV()
52699 if (queueSubmitWithCommandsEnabled) { in vkCompileDeferredNV()
52727 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCompileDeferredNV()
52776 bool queueSubmitWithCommandsEnabled = in vkGetMemoryHostPointerPropertiesEXT() local
52778 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetMemoryHostPointerPropertiesEXT()
52804 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetMemoryHostPointerPropertiesEXT()
52812 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetMemoryHostPointerPropertiesEXT()
52818 if (queueSubmitWithCommandsEnabled) { in vkGetMemoryHostPointerPropertiesEXT()
52863 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetMemoryHostPointerPropertiesEXT()
52904 bool queueSubmitWithCommandsEnabled = in vkCmdWriteBufferMarkerAMD() local
52906 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdWriteBufferMarkerAMD()
52932 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdWriteBufferMarkerAMD -= 8; in vkCmdWriteBufferMarkerAMD()
52941 if (!queueSubmitWithCommandsEnabled) { in vkCmdWriteBufferMarkerAMD()
52970 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdWriteBufferMarkerAMD()
53014 bool queueSubmitWithCommandsEnabled = in vkGetPhysicalDeviceCalibrateableTimeDomainsEXT() local
53016 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetPhysicalDeviceCalibrateableTimeDomainsEXT()
53040 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetPhysicalDeviceCalibrateableTimeDomainsEXT()
53049 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetPhysicalDeviceCalibrateableTimeDomainsEXT()
53055 if (queueSubmitWithCommandsEnabled) { in vkGetPhysicalDeviceCalibrateableTimeDomainsEXT()
53116 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetPhysicalDeviceCalibrateableTimeDomainsEXT()
53155 bool queueSubmitWithCommandsEnabled = in vkGetCalibratedTimestampsEXT() local
53157 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetCalibratedTimestampsEXT()
53196 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetCalibratedTimestampsEXT()
53204 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetCalibratedTimestampsEXT()
53210 if (queueSubmitWithCommandsEnabled) { in vkGetCalibratedTimestampsEXT()
53245 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetCalibratedTimestampsEXT()
53297 bool queueSubmitWithCommandsEnabled = in vkCmdDrawMeshTasksNV() local
53299 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdDrawMeshTasksNV()
53318 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdDrawMeshTasksNV -= 8; in vkCmdDrawMeshTasksNV()
53327 if (!queueSubmitWithCommandsEnabled) { in vkCmdDrawMeshTasksNV()
53349 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdDrawMeshTasksNV()
53387 bool queueSubmitWithCommandsEnabled = in vkCmdDrawMeshTasksIndirectNV() local
53389 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdDrawMeshTasksIndirectNV()
53416 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdDrawMeshTasksIndirectNV -= 8; in vkCmdDrawMeshTasksIndirectNV()
53425 if (!queueSubmitWithCommandsEnabled) { in vkCmdDrawMeshTasksIndirectNV()
53453 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdDrawMeshTasksIndirectNV()
53493 bool queueSubmitWithCommandsEnabled = in vkCmdDrawMeshTasksIndirectCountNV() local
53495 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdDrawMeshTasksIndirectCountNV()
53529 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdDrawMeshTasksIndirectCountNV -= 8; in vkCmdDrawMeshTasksIndirectCountNV()
53538 if (!queueSubmitWithCommandsEnabled) { in vkCmdDrawMeshTasksIndirectCountNV()
53572 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdDrawMeshTasksIndirectCountNV()
53618 bool queueSubmitWithCommandsEnabled = in vkCmdSetExclusiveScissorEnableNV() local
53620 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdSetExclusiveScissorEnableNV()
53644 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdSetExclusiveScissorEnableNV -= 8; in vkCmdSetExclusiveScissorEnableNV()
53653 if (!queueSubmitWithCommandsEnabled) { in vkCmdSetExclusiveScissorEnableNV()
53678 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdSetExclusiveScissorEnableNV()
53717 bool queueSubmitWithCommandsEnabled = in vkCmdSetExclusiveScissorNV() local
53719 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdSetExclusiveScissorNV()
53757 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdSetExclusiveScissorNV -= 8; in vkCmdSetExclusiveScissorNV()
53766 if (!queueSubmitWithCommandsEnabled) { in vkCmdSetExclusiveScissorNV()
53792 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdSetExclusiveScissorNV()
53829 bool queueSubmitWithCommandsEnabled = in vkCmdSetCheckpointNV() local
53831 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdSetCheckpointNV()
53852 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdSetCheckpointNV -= 8; in vkCmdSetCheckpointNV()
53861 if (!queueSubmitWithCommandsEnabled) { in vkCmdSetCheckpointNV()
53888 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdSetCheckpointNV()
53924 bool queueSubmitWithCommandsEnabled = in vkGetQueueCheckpointDataNV() local
53926 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetQueueCheckpointDataNV()
53953 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetQueueCheckpointDataNV()
53960 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetQueueCheckpointDataNV()
53966 if (queueSubmitWithCommandsEnabled) { in vkGetQueueCheckpointDataNV()
54038 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetQueueCheckpointDataNV()
54077 bool queueSubmitWithCommandsEnabled = in vkInitializePerformanceApiINTEL() local
54079 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkInitializePerformanceApiINTEL()
54107 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkInitializePerformanceApiINTEL()
54115 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkInitializePerformanceApiINTEL()
54121 if (queueSubmitWithCommandsEnabled) { in vkInitializePerformanceApiINTEL()
54146 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkInitializePerformanceApiINTEL()
54180 bool queueSubmitWithCommandsEnabled = in vkUninitializePerformanceApiINTEL() local
54182 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkUninitializePerformanceApiINTEL()
54194 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkUninitializePerformanceApiINTEL()
54202 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkUninitializePerformanceApiINTEL()
54208 if (queueSubmitWithCommandsEnabled) { in vkUninitializePerformanceApiINTEL()
54229 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkUninitializePerformanceApiINTEL()
54265 bool queueSubmitWithCommandsEnabled = in vkCmdSetPerformanceMarkerINTEL() local
54267 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdSetPerformanceMarkerINTEL()
54296 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdSetPerformanceMarkerINTEL -= 8; in vkCmdSetPerformanceMarkerINTEL()
54305 if (!queueSubmitWithCommandsEnabled) { in vkCmdSetPerformanceMarkerINTEL()
54328 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdSetPerformanceMarkerINTEL()
54365 bool queueSubmitWithCommandsEnabled = in vkCmdSetPerformanceStreamMarkerINTEL() local
54367 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdSetPerformanceStreamMarkerINTEL()
54397 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdSetPerformanceStreamMarkerINTEL -= 8; in vkCmdSetPerformanceStreamMarkerINTEL()
54406 if (!queueSubmitWithCommandsEnabled) { in vkCmdSetPerformanceStreamMarkerINTEL()
54430 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdSetPerformanceStreamMarkerINTEL()
54467 bool queueSubmitWithCommandsEnabled = in vkCmdSetPerformanceOverrideINTEL() local
54469 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdSetPerformanceOverrideINTEL()
54499 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdSetPerformanceOverrideINTEL -= 8; in vkCmdSetPerformanceOverrideINTEL()
54508 if (!queueSubmitWithCommandsEnabled) { in vkCmdSetPerformanceOverrideINTEL()
54531 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdSetPerformanceOverrideINTEL()
54569 bool queueSubmitWithCommandsEnabled = in vkAcquirePerformanceConfigurationINTEL() local
54571 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkAcquirePerformanceConfigurationINTEL()
54600 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkAcquirePerformanceConfigurationINTEL()
54609 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkAcquirePerformanceConfigurationINTEL()
54615 if (queueSubmitWithCommandsEnabled) { in vkAcquirePerformanceConfigurationINTEL()
54646 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkAcquirePerformanceConfigurationINTEL()
54681 bool queueSubmitWithCommandsEnabled = in vkReleasePerformanceConfigurationINTEL() local
54683 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkReleasePerformanceConfigurationINTEL()
54698 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkReleasePerformanceConfigurationINTEL()
54707 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkReleasePerformanceConfigurationINTEL()
54713 if (queueSubmitWithCommandsEnabled) { in vkReleasePerformanceConfigurationINTEL()
54740 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkReleasePerformanceConfigurationINTEL()
54775 bool queueSubmitWithCommandsEnabled = in vkQueueSetPerformanceConfigurationINTEL() local
54777 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkQueueSetPerformanceConfigurationINTEL()
54792 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkQueueSetPerformanceConfigurationINTEL()
54801 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkQueueSetPerformanceConfigurationINTEL()
54807 if (queueSubmitWithCommandsEnabled) { in vkQueueSetPerformanceConfigurationINTEL()
54834 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkQueueSetPerformanceConfigurationINTEL()
54871 bool queueSubmitWithCommandsEnabled = in vkGetPerformanceParameterINTEL() local
54873 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetPerformanceParameterINTEL()
54890 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetPerformanceParameterINTEL()
54898 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetPerformanceParameterINTEL()
54904 if (queueSubmitWithCommandsEnabled) { in vkGetPerformanceParameterINTEL()
54937 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetPerformanceParameterINTEL()
54977 bool queueSubmitWithCommandsEnabled = in vkSetLocalDimmingAMD() local
54979 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkSetLocalDimmingAMD()
54998 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkSetLocalDimmingAMD()
55005 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkSetLocalDimmingAMD()
55011 if (queueSubmitWithCommandsEnabled) { in vkSetLocalDimmingAMD()
55038 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkSetLocalDimmingAMD()
55077 bool queueSubmitWithCommandsEnabled = in vkCreateImagePipeSurfaceFUCHSIA() local
55079 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCreateImagePipeSurfaceFUCHSIA()
55127 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkCreateImagePipeSurfaceFUCHSIA()
55135 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkCreateImagePipeSurfaceFUCHSIA()
55141 if (queueSubmitWithCommandsEnabled) { in vkCreateImagePipeSurfaceFUCHSIA()
55185 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCreateImagePipeSurfaceFUCHSIA()
55226 bool queueSubmitWithCommandsEnabled = in vkCreateMetalSurfaceEXT() local
55228 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCreateMetalSurfaceEXT()
55275 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkCreateMetalSurfaceEXT()
55282 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkCreateMetalSurfaceEXT()
55288 if (queueSubmitWithCommandsEnabled) { in vkCreateMetalSurfaceEXT()
55332 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCreateMetalSurfaceEXT()
55392 bool queueSubmitWithCommandsEnabled = in vkGetBufferDeviceAddressEXT() local
55394 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetBufferDeviceAddressEXT()
55420 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetBufferDeviceAddressEXT()
55427 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetBufferDeviceAddressEXT()
55433 if (queueSubmitWithCommandsEnabled) { in vkGetBufferDeviceAddressEXT()
55458 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetBufferDeviceAddressEXT()
55499 bool queueSubmitWithCommandsEnabled = in vkGetPhysicalDeviceToolPropertiesEXT() local
55501 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetPhysicalDeviceToolPropertiesEXT()
55529 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetPhysicalDeviceToolPropertiesEXT()
55537 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetPhysicalDeviceToolPropertiesEXT()
55543 if (queueSubmitWithCommandsEnabled) { in vkGetPhysicalDeviceToolPropertiesEXT()
55619 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetPhysicalDeviceToolPropertiesEXT()
55665 bool queueSubmitWithCommandsEnabled = in vkGetPhysicalDeviceCooperativeMatrixPropertiesNV() local
55667 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetPhysicalDeviceCooperativeMatrixPropertiesNV()
55695 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetPhysicalDeviceCooperativeMatrixPropertiesNV()
55705 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetPhysicalDeviceCooperativeMatrixPropertiesNV()
55712 if (queueSubmitWithCommandsEnabled) { in vkGetPhysicalDeviceCooperativeMatrixPropertiesNV()
55789 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetPhysicalDeviceCooperativeMatrixPropertiesNV()
55832 bool queueSubmitWithCommandsEnabled = in vkGetPhysicalDeviceSupportedFramebufferMixedSamplesCombinationsNV() local
55834 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetPhysicalDeviceSupportedFramebufferMixedSamplesCombinationsNV()
55862 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetPhysicalDeviceSupportedFramebufferMixedSamplesCombinationsNV()
55872 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetPhysicalDeviceSupportedFramebufferMixedSamplesCombinationsNV()
55880 if (queueSubmitWithCommandsEnabled) { in vkGetPhysicalDeviceSupportedFramebufferMixedSamplesCombinationsNV()
55959 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetPhysicalDeviceSupportedFramebufferMixedSamplesCombinationsNV()
56006 bool queueSubmitWithCommandsEnabled = in vkGetPhysicalDeviceSurfacePresentModes2EXT() local
56008 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetPhysicalDeviceSurfacePresentModes2EXT()
56048 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetPhysicalDeviceSurfacePresentModes2EXT()
56057 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetPhysicalDeviceSurfacePresentModes2EXT()
56063 if (queueSubmitWithCommandsEnabled) { in vkGetPhysicalDeviceSurfacePresentModes2EXT()
56127 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetPhysicalDeviceSurfacePresentModes2EXT()
56163 bool queueSubmitWithCommandsEnabled = in vkAcquireFullScreenExclusiveModeEXT() local
56165 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkAcquireFullScreenExclusiveModeEXT()
56181 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkAcquireFullScreenExclusiveModeEXT()
56189 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkAcquireFullScreenExclusiveModeEXT()
56195 if (queueSubmitWithCommandsEnabled) { in vkAcquireFullScreenExclusiveModeEXT()
56222 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkAcquireFullScreenExclusiveModeEXT()
56258 bool queueSubmitWithCommandsEnabled = in vkReleaseFullScreenExclusiveModeEXT() local
56260 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkReleaseFullScreenExclusiveModeEXT()
56276 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkReleaseFullScreenExclusiveModeEXT()
56284 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkReleaseFullScreenExclusiveModeEXT()
56290 if (queueSubmitWithCommandsEnabled) { in vkReleaseFullScreenExclusiveModeEXT()
56317 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkReleaseFullScreenExclusiveModeEXT()
56355 bool queueSubmitWithCommandsEnabled = in vkGetDeviceGroupSurfacePresentModes2EXT() local
56357 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetDeviceGroupSurfacePresentModes2EXT()
56390 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetDeviceGroupSurfacePresentModes2EXT()
56399 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetDeviceGroupSurfacePresentModes2EXT()
56405 if (queueSubmitWithCommandsEnabled) { in vkGetDeviceGroupSurfacePresentModes2EXT()
56451 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetDeviceGroupSurfacePresentModes2EXT()
56492 bool queueSubmitWithCommandsEnabled = in vkCreateHeadlessSurfaceEXT() local
56494 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCreateHeadlessSurfaceEXT()
56542 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkCreateHeadlessSurfaceEXT()
56549 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkCreateHeadlessSurfaceEXT()
56555 if (queueSubmitWithCommandsEnabled) { in vkCreateHeadlessSurfaceEXT()
56599 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCreateHeadlessSurfaceEXT()
56638 bool queueSubmitWithCommandsEnabled = in vkCmdSetLineStippleEXT() local
56640 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdSetLineStippleEXT()
56659 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdSetLineStippleEXT -= 8; in vkCmdSetLineStippleEXT()
56668 if (!queueSubmitWithCommandsEnabled) { in vkCmdSetLineStippleEXT()
56690 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdSetLineStippleEXT()
56729 bool queueSubmitWithCommandsEnabled = in vkResetQueryPoolEXT() local
56731 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkResetQueryPoolEXT()
56753 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkResetQueryPoolEXT()
56760 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkResetQueryPoolEXT()
56766 if (queueSubmitWithCommandsEnabled) { in vkResetQueryPoolEXT()
56795 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkResetQueryPoolEXT()
56834 bool queueSubmitWithCommandsEnabled = in vkCmdSetCullModeEXT() local
56836 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdSetCullModeEXT()
56852 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdSetCullModeEXT -= 8; in vkCmdSetCullModeEXT()
56861 if (!queueSubmitWithCommandsEnabled) { in vkCmdSetCullModeEXT()
56881 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdSetCullModeEXT()
56915 bool queueSubmitWithCommandsEnabled = in vkCmdSetFrontFaceEXT() local
56917 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdSetFrontFaceEXT()
56933 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdSetFrontFaceEXT -= 8; in vkCmdSetFrontFaceEXT()
56942 if (!queueSubmitWithCommandsEnabled) { in vkCmdSetFrontFaceEXT()
56962 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdSetFrontFaceEXT()
56997 bool queueSubmitWithCommandsEnabled = in vkCmdSetPrimitiveTopologyEXT() local
56999 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdSetPrimitiveTopologyEXT()
57016 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdSetPrimitiveTopologyEXT -= 8; in vkCmdSetPrimitiveTopologyEXT()
57025 if (!queueSubmitWithCommandsEnabled) { in vkCmdSetPrimitiveTopologyEXT()
57046 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdSetPrimitiveTopologyEXT()
57082 bool queueSubmitWithCommandsEnabled = in vkCmdSetViewportWithCountEXT() local
57084 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdSetViewportWithCountEXT()
57119 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdSetViewportWithCountEXT -= 8; in vkCmdSetViewportWithCountEXT()
57128 if (!queueSubmitWithCommandsEnabled) { in vkCmdSetViewportWithCountEXT()
57152 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdSetViewportWithCountEXT()
57188 bool queueSubmitWithCommandsEnabled = in vkCmdSetScissorWithCountEXT() local
57190 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdSetScissorWithCountEXT()
57224 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdSetScissorWithCountEXT -= 8; in vkCmdSetScissorWithCountEXT()
57233 if (!queueSubmitWithCommandsEnabled) { in vkCmdSetScissorWithCountEXT()
57257 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdSetScissorWithCountEXT()
57296 bool queueSubmitWithCommandsEnabled = in vkCmdBindVertexBuffers2EXT() local
57298 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdBindVertexBuffers2EXT()
57347 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdBindVertexBuffers2EXT -= 8; in vkCmdBindVertexBuffers2EXT()
57356 if (!queueSubmitWithCommandsEnabled) { in vkCmdBindVertexBuffers2EXT()
57414 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdBindVertexBuffers2EXT()
57449 bool queueSubmitWithCommandsEnabled = in vkCmdSetDepthTestEnableEXT() local
57451 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdSetDepthTestEnableEXT()
57467 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdSetDepthTestEnableEXT -= 8; in vkCmdSetDepthTestEnableEXT()
57476 if (!queueSubmitWithCommandsEnabled) { in vkCmdSetDepthTestEnableEXT()
57496 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdSetDepthTestEnableEXT()
57531 bool queueSubmitWithCommandsEnabled = in vkCmdSetDepthWriteEnableEXT() local
57533 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdSetDepthWriteEnableEXT()
57549 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdSetDepthWriteEnableEXT -= 8; in vkCmdSetDepthWriteEnableEXT()
57558 if (!queueSubmitWithCommandsEnabled) { in vkCmdSetDepthWriteEnableEXT()
57578 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdSetDepthWriteEnableEXT()
57612 bool queueSubmitWithCommandsEnabled = in vkCmdSetDepthCompareOpEXT() local
57614 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdSetDepthCompareOpEXT()
57630 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdSetDepthCompareOpEXT -= 8; in vkCmdSetDepthCompareOpEXT()
57639 if (!queueSubmitWithCommandsEnabled) { in vkCmdSetDepthCompareOpEXT()
57659 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdSetDepthCompareOpEXT()
57695 bool queueSubmitWithCommandsEnabled = in vkCmdSetDepthBoundsTestEnableEXT() local
57697 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdSetDepthBoundsTestEnableEXT()
57714 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdSetDepthBoundsTestEnableEXT -= 8; in vkCmdSetDepthBoundsTestEnableEXT()
57723 if (!queueSubmitWithCommandsEnabled) { in vkCmdSetDepthBoundsTestEnableEXT()
57743 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdSetDepthBoundsTestEnableEXT()
57778 bool queueSubmitWithCommandsEnabled = in vkCmdSetStencilTestEnableEXT() local
57780 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdSetStencilTestEnableEXT()
57797 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdSetStencilTestEnableEXT -= 8; in vkCmdSetStencilTestEnableEXT()
57806 if (!queueSubmitWithCommandsEnabled) { in vkCmdSetStencilTestEnableEXT()
57826 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdSetStencilTestEnableEXT()
57863 bool queueSubmitWithCommandsEnabled = in vkCmdSetStencilOpEXT() local
57865 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdSetStencilOpEXT()
57893 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdSetStencilOpEXT -= 8; in vkCmdSetStencilOpEXT()
57902 if (!queueSubmitWithCommandsEnabled) { in vkCmdSetStencilOpEXT()
57930 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdSetStencilOpEXT()
57972 bool queueSubmitWithCommandsEnabled = in vkReleaseSwapchainImagesEXT() local
57974 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkReleaseSwapchainImagesEXT()
58002 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkReleaseSwapchainImagesEXT()
58009 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkReleaseSwapchainImagesEXT()
58015 if (queueSubmitWithCommandsEnabled) { in vkReleaseSwapchainImagesEXT()
58040 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkReleaseSwapchainImagesEXT()
58082 bool queueSubmitWithCommandsEnabled = in vkGetGeneratedCommandsMemoryRequirementsNV() local
58084 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetGeneratedCommandsMemoryRequirementsNV()
58114 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetGeneratedCommandsMemoryRequirementsNV()
58123 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetGeneratedCommandsMemoryRequirementsNV()
58129 if (queueSubmitWithCommandsEnabled) { in vkGetGeneratedCommandsMemoryRequirementsNV()
58162 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetGeneratedCommandsMemoryRequirementsNV()
58199 bool queueSubmitWithCommandsEnabled = in vkCmdPreprocessGeneratedCommandsNV() local
58201 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdPreprocessGeneratedCommandsNV()
58231 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdPreprocessGeneratedCommandsNV -= 8; in vkCmdPreprocessGeneratedCommandsNV()
58240 if (!queueSubmitWithCommandsEnabled) { in vkCmdPreprocessGeneratedCommandsNV()
58261 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdPreprocessGeneratedCommandsNV()
58299 bool queueSubmitWithCommandsEnabled = in vkCmdExecuteGeneratedCommandsNV() local
58301 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdExecuteGeneratedCommandsNV()
58334 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdExecuteGeneratedCommandsNV -= 8; in vkCmdExecuteGeneratedCommandsNV()
58343 if (!queueSubmitWithCommandsEnabled) { in vkCmdExecuteGeneratedCommandsNV()
58366 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdExecuteGeneratedCommandsNV()
58404 bool queueSubmitWithCommandsEnabled = in vkCmdBindPipelineShaderGroupNV() local
58406 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdBindPipelineShaderGroupNV()
58430 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdBindPipelineShaderGroupNV -= 8; in vkCmdBindPipelineShaderGroupNV()
58439 if (!queueSubmitWithCommandsEnabled) { in vkCmdBindPipelineShaderGroupNV()
58466 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdBindPipelineShaderGroupNV()
58505 bool queueSubmitWithCommandsEnabled = in vkCreateIndirectCommandsLayoutNV() local
58507 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCreateIndirectCommandsLayoutNV()
58555 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkCreateIndirectCommandsLayoutNV()
58563 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkCreateIndirectCommandsLayoutNV()
58569 if (queueSubmitWithCommandsEnabled) { in vkCreateIndirectCommandsLayoutNV()
58616 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCreateIndirectCommandsLayoutNV()
58655 bool queueSubmitWithCommandsEnabled = in vkDestroyIndirectCommandsLayoutNV() local
58657 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkDestroyIndirectCommandsLayoutNV()
58691 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkDestroyIndirectCommandsLayoutNV()
58699 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkDestroyIndirectCommandsLayoutNV()
58705 if (queueSubmitWithCommandsEnabled) { in vkDestroyIndirectCommandsLayoutNV()
58742 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkDestroyIndirectCommandsLayoutNV()
58787 bool queueSubmitWithCommandsEnabled = in vkAcquireDrmDisplayEXT() local
58789 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkAcquireDrmDisplayEXT()
58808 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkAcquireDrmDisplayEXT()
58815 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkAcquireDrmDisplayEXT()
58821 if (queueSubmitWithCommandsEnabled) { in vkAcquireDrmDisplayEXT()
58849 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkAcquireDrmDisplayEXT()
58886 bool queueSubmitWithCommandsEnabled = in vkGetDrmDisplayEXT() local
58888 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetDrmDisplayEXT()
58908 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetDrmDisplayEXT()
58915 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetDrmDisplayEXT()
58921 if (queueSubmitWithCommandsEnabled) { in vkGetDrmDisplayEXT()
58956 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetDrmDisplayEXT()
59006 bool queueSubmitWithCommandsEnabled = in vkCreatePrivateDataSlotEXT() local
59008 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCreatePrivateDataSlotEXT()
59054 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkCreatePrivateDataSlotEXT()
59061 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkCreatePrivateDataSlotEXT()
59067 if (queueSubmitWithCommandsEnabled) { in vkCreatePrivateDataSlotEXT()
59107 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCreatePrivateDataSlotEXT()
59143 bool queueSubmitWithCommandsEnabled = in vkDestroyPrivateDataSlotEXT() local
59145 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkDestroyPrivateDataSlotEXT()
59178 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkDestroyPrivateDataSlotEXT()
59185 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkDestroyPrivateDataSlotEXT()
59191 if (queueSubmitWithCommandsEnabled) { in vkDestroyPrivateDataSlotEXT()
59226 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkDestroyPrivateDataSlotEXT()
59262 bool queueSubmitWithCommandsEnabled = in vkSetPrivateDataEXT() local
59264 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkSetPrivateDataEXT()
59288 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkSetPrivateDataEXT()
59295 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkSetPrivateDataEXT()
59301 if (queueSubmitWithCommandsEnabled) { in vkSetPrivateDataEXT()
59333 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkSetPrivateDataEXT()
59370 bool queueSubmitWithCommandsEnabled = in vkGetPrivateDataEXT() local
59372 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetPrivateDataEXT()
59394 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetPrivateDataEXT()
59401 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetPrivateDataEXT()
59407 if (queueSubmitWithCommandsEnabled) { in vkGetPrivateDataEXT()
59438 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetPrivateDataEXT()
59484 bool queueSubmitWithCommandsEnabled = in vkExportMetalObjectsEXT() local
59486 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkExportMetalObjectsEXT()
59501 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkExportMetalObjectsEXT()
59508 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkExportMetalObjectsEXT()
59514 if (queueSubmitWithCommandsEnabled) { in vkExportMetalObjectsEXT()
59543 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkExportMetalObjectsEXT()
59581 bool queueSubmitWithCommandsEnabled = in vkGetDescriptorSetLayoutSizeEXT() local
59583 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetDescriptorSetLayoutSizeEXT()
59600 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetDescriptorSetLayoutSizeEXT()
59608 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetDescriptorSetLayoutSizeEXT()
59614 if (queueSubmitWithCommandsEnabled) { in vkGetDescriptorSetLayoutSizeEXT()
59641 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetDescriptorSetLayoutSizeEXT()
59679 bool queueSubmitWithCommandsEnabled = in vkGetDescriptorSetLayoutBindingOffsetEXT() local
59681 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetDescriptorSetLayoutBindingOffsetEXT()
59701 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetDescriptorSetLayoutBindingOffsetEXT()
59710 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetDescriptorSetLayoutBindingOffsetEXT()
59716 if (queueSubmitWithCommandsEnabled) { in vkGetDescriptorSetLayoutBindingOffsetEXT()
59746 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetDescriptorSetLayoutBindingOffsetEXT()
59782 bool queueSubmitWithCommandsEnabled = in vkGetDescriptorEXT() local
59784 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetDescriptorEXT()
59814 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetDescriptorEXT()
59821 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetDescriptorEXT()
59827 if (queueSubmitWithCommandsEnabled) { in vkGetDescriptorEXT()
59857 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetDescriptorEXT()
59894 bool queueSubmitWithCommandsEnabled = in vkCmdBindDescriptorBuffersEXT() local
59896 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdBindDescriptorBuffersEXT()
59935 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdBindDescriptorBuffersEXT -= 8; in vkCmdBindDescriptorBuffersEXT()
59944 if (!queueSubmitWithCommandsEnabled) { in vkCmdBindDescriptorBuffersEXT()
59969 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdBindDescriptorBuffersEXT()
60010 bool queueSubmitWithCommandsEnabled = in vkCmdSetDescriptorBufferOffsetsEXT() local
60012 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdSetDescriptorBufferOffsetsEXT()
60047 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdSetDescriptorBufferOffsetsEXT -= 8; in vkCmdSetDescriptorBufferOffsetsEXT()
60056 if (!queueSubmitWithCommandsEnabled) { in vkCmdSetDescriptorBufferOffsetsEXT()
60089 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdSetDescriptorBufferOffsetsEXT()
60128 bool queueSubmitWithCommandsEnabled = in vkCmdBindDescriptorBufferEmbeddedSamplersEXT() local
60130 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdBindDescriptorBufferEmbeddedSamplersEXT()
60154 if (queueSubmitWithCommandsEnabled) in vkCmdBindDescriptorBufferEmbeddedSamplersEXT()
60165 if (!queueSubmitWithCommandsEnabled) { in vkCmdBindDescriptorBufferEmbeddedSamplersEXT()
60193 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdBindDescriptorBufferEmbeddedSamplersEXT()
60229 bool queueSubmitWithCommandsEnabled = in vkGetBufferOpaqueCaptureDescriptorDataEXT() local
60231 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetBufferOpaqueCaptureDescriptorDataEXT()
60260 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetBufferOpaqueCaptureDescriptorDataEXT()
60269 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetBufferOpaqueCaptureDescriptorDataEXT()
60275 if (queueSubmitWithCommandsEnabled) { in vkGetBufferOpaqueCaptureDescriptorDataEXT()
60304 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetBufferOpaqueCaptureDescriptorDataEXT()
60341 bool queueSubmitWithCommandsEnabled = in vkGetImageOpaqueCaptureDescriptorDataEXT() local
60343 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetImageOpaqueCaptureDescriptorDataEXT()
60372 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetImageOpaqueCaptureDescriptorDataEXT()
60381 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetImageOpaqueCaptureDescriptorDataEXT()
60387 if (queueSubmitWithCommandsEnabled) { in vkGetImageOpaqueCaptureDescriptorDataEXT()
60416 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetImageOpaqueCaptureDescriptorDataEXT()
60454 bool queueSubmitWithCommandsEnabled = in vkGetImageViewOpaqueCaptureDescriptorDataEXT() local
60456 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetImageViewOpaqueCaptureDescriptorDataEXT()
60485 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetImageViewOpaqueCaptureDescriptorDataEXT()
60494 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetImageViewOpaqueCaptureDescriptorDataEXT()
60500 if (queueSubmitWithCommandsEnabled) { in vkGetImageViewOpaqueCaptureDescriptorDataEXT()
60529 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetImageViewOpaqueCaptureDescriptorDataEXT()
60566 bool queueSubmitWithCommandsEnabled = in vkGetSamplerOpaqueCaptureDescriptorDataEXT() local
60568 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetSamplerOpaqueCaptureDescriptorDataEXT()
60597 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetSamplerOpaqueCaptureDescriptorDataEXT()
60606 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetSamplerOpaqueCaptureDescriptorDataEXT()
60612 if (queueSubmitWithCommandsEnabled) { in vkGetSamplerOpaqueCaptureDescriptorDataEXT()
60641 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetSamplerOpaqueCaptureDescriptorDataEXT()
60680 bool queueSubmitWithCommandsEnabled = in vkGetAccelerationStructureOpaqueCaptureDescriptorDataEXT() local
60682 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetAccelerationStructureOpaqueCaptureDescriptorDataEXT()
60711 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetAccelerationStructureOpaqueCaptureDescriptorDataEXT()
60721 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetAccelerationStructureOpaqueCaptureDescriptorDataEXT()
60729 if (queueSubmitWithCommandsEnabled) { in vkGetAccelerationStructureOpaqueCaptureDescriptorDataEXT()
60760 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetAccelerationStructureOpaqueCaptureDescriptorDataEXT()
60802 bool queueSubmitWithCommandsEnabled = in vkCmdSetFragmentShadingRateEnumNV() local
60804 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdSetFragmentShadingRateEnumNV()
60824 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdSetFragmentShadingRateEnumNV -= 8; in vkCmdSetFragmentShadingRateEnumNV()
60833 if (!queueSubmitWithCommandsEnabled) { in vkCmdSetFragmentShadingRateEnumNV()
60857 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdSetFragmentShadingRateEnumNV()
60906 bool queueSubmitWithCommandsEnabled = in vkGetImageSubresourceLayout2EXT() local
60908 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetImageSubresourceLayout2EXT()
60940 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetImageSubresourceLayout2EXT()
60948 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetImageSubresourceLayout2EXT()
60954 if (queueSubmitWithCommandsEnabled) { in vkGetImageSubresourceLayout2EXT()
60989 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetImageSubresourceLayout2EXT()
61030 bool queueSubmitWithCommandsEnabled = in vkGetDeviceFaultInfoEXT() local
61032 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetDeviceFaultInfoEXT()
61052 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetDeviceFaultInfoEXT()
61059 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetDeviceFaultInfoEXT()
61065 if (queueSubmitWithCommandsEnabled) { in vkGetDeviceFaultInfoEXT()
61118 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetDeviceFaultInfoEXT()
61160 bool queueSubmitWithCommandsEnabled = in vkAcquireWinrtDisplayNV() local
61162 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkAcquireWinrtDisplayNV()
61178 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkAcquireWinrtDisplayNV()
61185 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkAcquireWinrtDisplayNV()
61191 if (queueSubmitWithCommandsEnabled) { in vkAcquireWinrtDisplayNV()
61217 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkAcquireWinrtDisplayNV()
61253 bool queueSubmitWithCommandsEnabled = in vkGetWinrtDisplayNV() local
61255 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetWinrtDisplayNV()
61272 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetWinrtDisplayNV()
61279 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetWinrtDisplayNV()
61285 if (queueSubmitWithCommandsEnabled) { in vkGetWinrtDisplayNV()
61318 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetWinrtDisplayNV()
61359 bool queueSubmitWithCommandsEnabled = in vkCreateDirectFBSurfaceEXT() local
61361 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCreateDirectFBSurfaceEXT()
61409 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkCreateDirectFBSurfaceEXT()
61416 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkCreateDirectFBSurfaceEXT()
61422 if (queueSubmitWithCommandsEnabled) { in vkCreateDirectFBSurfaceEXT()
61466 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCreateDirectFBSurfaceEXT()
61505 bool queueSubmitWithCommandsEnabled = in vkGetPhysicalDeviceDirectFBPresentationSupportEXT() local
61507 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetPhysicalDeviceDirectFBPresentationSupportEXT()
61523 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetPhysicalDeviceDirectFBPresentationSupportEXT()
61533 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetPhysicalDeviceDirectFBPresentationSupportEXT()
61540 if (queueSubmitWithCommandsEnabled) { in vkGetPhysicalDeviceDirectFBPresentationSupportEXT()
61569 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetPhysicalDeviceDirectFBPresentationSupportEXT()
61616 bool queueSubmitWithCommandsEnabled = in vkCmdSetVertexInputEXT() local
61618 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdSetVertexInputEXT()
61686 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdSetVertexInputEXT -= 8; in vkCmdSetVertexInputEXT()
61695 if (!queueSubmitWithCommandsEnabled) { in vkCmdSetVertexInputEXT()
61729 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdSetVertexInputEXT()
61776 bool queueSubmitWithCommandsEnabled = in vkGetMemoryZirconHandleFUCHSIA() local
61778 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetMemoryZirconHandleFUCHSIA()
61807 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetMemoryZirconHandleFUCHSIA()
61815 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetMemoryZirconHandleFUCHSIA()
61821 if (queueSubmitWithCommandsEnabled) { in vkGetMemoryZirconHandleFUCHSIA()
61849 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetMemoryZirconHandleFUCHSIA()
61887 bool queueSubmitWithCommandsEnabled = in vkGetMemoryZirconHandlePropertiesFUCHSIA() local
61889 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetMemoryZirconHandlePropertiesFUCHSIA()
61910 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetMemoryZirconHandlePropertiesFUCHSIA()
61919 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetMemoryZirconHandlePropertiesFUCHSIA()
61925 if (queueSubmitWithCommandsEnabled) { in vkGetMemoryZirconHandlePropertiesFUCHSIA()
61964 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetMemoryZirconHandlePropertiesFUCHSIA()
62005 bool queueSubmitWithCommandsEnabled = in vkImportSemaphoreZirconHandleFUCHSIA() local
62007 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkImportSemaphoreZirconHandleFUCHSIA()
62038 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkImportSemaphoreZirconHandleFUCHSIA()
62046 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkImportSemaphoreZirconHandleFUCHSIA()
62052 if (queueSubmitWithCommandsEnabled) { in vkImportSemaphoreZirconHandleFUCHSIA()
62079 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkImportSemaphoreZirconHandleFUCHSIA()
62117 bool queueSubmitWithCommandsEnabled = in vkGetSemaphoreZirconHandleFUCHSIA() local
62119 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetSemaphoreZirconHandleFUCHSIA()
62148 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetSemaphoreZirconHandleFUCHSIA()
62156 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetSemaphoreZirconHandleFUCHSIA()
62162 if (queueSubmitWithCommandsEnabled) { in vkGetSemaphoreZirconHandleFUCHSIA()
62190 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetSemaphoreZirconHandleFUCHSIA()
62231 bool queueSubmitWithCommandsEnabled = in vkCreateBufferCollectionFUCHSIA() local
62233 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCreateBufferCollectionFUCHSIA()
62280 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkCreateBufferCollectionFUCHSIA()
62288 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkCreateBufferCollectionFUCHSIA()
62294 if (queueSubmitWithCommandsEnabled) { in vkCreateBufferCollectionFUCHSIA()
62334 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCreateBufferCollectionFUCHSIA()
62373 bool queueSubmitWithCommandsEnabled = in vkSetBufferCollectionImageConstraintsFUCHSIA() local
62375 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkSetBufferCollectionImageConstraintsFUCHSIA()
62406 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkSetBufferCollectionImageConstraintsFUCHSIA()
62415 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkSetBufferCollectionImageConstraintsFUCHSIA()
62421 if (queueSubmitWithCommandsEnabled) { in vkSetBufferCollectionImageConstraintsFUCHSIA()
62451 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkSetBufferCollectionImageConstraintsFUCHSIA()
62490 bool queueSubmitWithCommandsEnabled = in vkSetBufferCollectionBufferConstraintsFUCHSIA() local
62492 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkSetBufferCollectionBufferConstraintsFUCHSIA()
62523 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkSetBufferCollectionBufferConstraintsFUCHSIA()
62532 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkSetBufferCollectionBufferConstraintsFUCHSIA()
62538 if (queueSubmitWithCommandsEnabled) { in vkSetBufferCollectionBufferConstraintsFUCHSIA()
62568 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkSetBufferCollectionBufferConstraintsFUCHSIA()
62606 bool queueSubmitWithCommandsEnabled = in vkDestroyBufferCollectionFUCHSIA() local
62608 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkDestroyBufferCollectionFUCHSIA()
62641 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkDestroyBufferCollectionFUCHSIA()
62649 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkDestroyBufferCollectionFUCHSIA()
62655 if (queueSubmitWithCommandsEnabled) { in vkDestroyBufferCollectionFUCHSIA()
62690 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkDestroyBufferCollectionFUCHSIA()
62726 bool queueSubmitWithCommandsEnabled = in vkGetBufferCollectionPropertiesFUCHSIA() local
62728 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetBufferCollectionPropertiesFUCHSIA()
62746 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetBufferCollectionPropertiesFUCHSIA()
62755 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetBufferCollectionPropertiesFUCHSIA()
62761 if (queueSubmitWithCommandsEnabled) { in vkGetBufferCollectionPropertiesFUCHSIA()
62797 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetBufferCollectionPropertiesFUCHSIA()
62840 bool queueSubmitWithCommandsEnabled = in vkGetDeviceSubpassShadingMaxWorkgroupSizeHUAWEI() local
62842 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetDeviceSubpassShadingMaxWorkgroupSizeHUAWEI()
62860 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetDeviceSubpassShadingMaxWorkgroupSizeHUAWEI()
62870 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetDeviceSubpassShadingMaxWorkgroupSizeHUAWEI()
62877 if (queueSubmitWithCommandsEnabled) { in vkGetDeviceSubpassShadingMaxWorkgroupSizeHUAWEI()
62911 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetDeviceSubpassShadingMaxWorkgroupSizeHUAWEI()
62945 bool queueSubmitWithCommandsEnabled = in vkCmdSubpassShadingHUAWEI() local
62947 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdSubpassShadingHUAWEI()
62960 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdSubpassShadingHUAWEI -= 8; in vkCmdSubpassShadingHUAWEI()
62969 if (!queueSubmitWithCommandsEnabled) { in vkCmdSubpassShadingHUAWEI()
62987 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdSubpassShadingHUAWEI()
63025 bool queueSubmitWithCommandsEnabled = in vkCmdBindInvocationMaskHUAWEI() local
63027 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdBindInvocationMaskHUAWEI()
63048 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdBindInvocationMaskHUAWEI -= 8; in vkCmdBindInvocationMaskHUAWEI()
63057 if (!queueSubmitWithCommandsEnabled) { in vkCmdBindInvocationMaskHUAWEI()
63081 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdBindInvocationMaskHUAWEI()
63120 bool queueSubmitWithCommandsEnabled = in vkGetMemoryRemoteAddressNV() local
63122 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetMemoryRemoteAddressNV()
63151 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetMemoryRemoteAddressNV()
63158 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetMemoryRemoteAddressNV()
63164 if (queueSubmitWithCommandsEnabled) { in vkGetMemoryRemoteAddressNV()
63192 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetMemoryRemoteAddressNV()
63233 bool queueSubmitWithCommandsEnabled = in vkGetPipelinePropertiesEXT() local
63235 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetPipelinePropertiesEXT()
63266 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetPipelinePropertiesEXT()
63273 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetPipelinePropertiesEXT()
63279 if (queueSubmitWithCommandsEnabled) { in vkGetPipelinePropertiesEXT()
63327 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetPipelinePropertiesEXT()
63367 bool queueSubmitWithCommandsEnabled = in vkCmdSetPatchControlPointsEXT() local
63369 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdSetPatchControlPointsEXT()
63386 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdSetPatchControlPointsEXT -= 8; in vkCmdSetPatchControlPointsEXT()
63395 if (!queueSubmitWithCommandsEnabled) { in vkCmdSetPatchControlPointsEXT()
63415 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdSetPatchControlPointsEXT()
63452 bool queueSubmitWithCommandsEnabled = in vkCmdSetRasterizerDiscardEnableEXT() local
63454 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdSetRasterizerDiscardEnableEXT()
63471 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdSetRasterizerDiscardEnableEXT -= 8; in vkCmdSetRasterizerDiscardEnableEXT()
63480 if (!queueSubmitWithCommandsEnabled) { in vkCmdSetRasterizerDiscardEnableEXT()
63500 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdSetRasterizerDiscardEnableEXT()
63535 bool queueSubmitWithCommandsEnabled = in vkCmdSetDepthBiasEnableEXT() local
63537 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdSetDepthBiasEnableEXT()
63553 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdSetDepthBiasEnableEXT -= 8; in vkCmdSetDepthBiasEnableEXT()
63562 if (!queueSubmitWithCommandsEnabled) { in vkCmdSetDepthBiasEnableEXT()
63582 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdSetDepthBiasEnableEXT()
63616 bool queueSubmitWithCommandsEnabled = in vkCmdSetLogicOpEXT() local
63618 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdSetLogicOpEXT()
63634 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdSetLogicOpEXT -= 8; in vkCmdSetLogicOpEXT()
63643 if (!queueSubmitWithCommandsEnabled) { in vkCmdSetLogicOpEXT()
63663 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdSetLogicOpEXT()
63700 bool queueSubmitWithCommandsEnabled = in vkCmdSetPrimitiveRestartEnableEXT() local
63702 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdSetPrimitiveRestartEnableEXT()
63719 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdSetPrimitiveRestartEnableEXT -= 8; in vkCmdSetPrimitiveRestartEnableEXT()
63728 if (!queueSubmitWithCommandsEnabled) { in vkCmdSetPrimitiveRestartEnableEXT()
63748 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdSetPrimitiveRestartEnableEXT()
63788 bool queueSubmitWithCommandsEnabled = in vkCreateScreenSurfaceQNX() local
63790 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCreateScreenSurfaceQNX()
63837 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkCreateScreenSurfaceQNX()
63844 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkCreateScreenSurfaceQNX()
63850 if (queueSubmitWithCommandsEnabled) { in vkCreateScreenSurfaceQNX()
63894 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCreateScreenSurfaceQNX()
63935 bool queueSubmitWithCommandsEnabled = in vkGetPhysicalDeviceScreenPresentationSupportQNX() local
63937 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetPhysicalDeviceScreenPresentationSupportQNX()
63953 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetPhysicalDeviceScreenPresentationSupportQNX()
63963 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetPhysicalDeviceScreenPresentationSupportQNX()
63970 if (queueSubmitWithCommandsEnabled) { in vkGetPhysicalDeviceScreenPresentationSupportQNX()
63999 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetPhysicalDeviceScreenPresentationSupportQNX()
64038 bool queueSubmitWithCommandsEnabled = in vkCmdSetColorWriteEnableEXT() local
64040 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdSetColorWriteEnableEXT()
64060 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdSetColorWriteEnableEXT -= 8; in vkCmdSetColorWriteEnableEXT()
64069 if (!queueSubmitWithCommandsEnabled) { in vkCmdSetColorWriteEnableEXT()
64092 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdSetColorWriteEnableEXT()
64131 bool queueSubmitWithCommandsEnabled = in vkMapMemoryIntoAddressSpaceGOOGLE() local
64133 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkMapMemoryIntoAddressSpaceGOOGLE()
64159 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkMapMemoryIntoAddressSpaceGOOGLE()
64167 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkMapMemoryIntoAddressSpaceGOOGLE()
64173 if (queueSubmitWithCommandsEnabled) { in vkMapMemoryIntoAddressSpaceGOOGLE()
64219 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkMapMemoryIntoAddressSpaceGOOGLE()
64267 bool queueSubmitWithCommandsEnabled = in vkUpdateDescriptorSetWithTemplateSizedGOOGLE() local
64269 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkUpdateDescriptorSetWithTemplateSizedGOOGLE()
64382 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkUpdateDescriptorSetWithTemplateSizedGOOGLE()
64391 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkUpdateDescriptorSetWithTemplateSizedGOOGLE()
64397 if (queueSubmitWithCommandsEnabled) { in vkUpdateDescriptorSetWithTemplateSizedGOOGLE()
64502 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkUpdateDescriptorSetWithTemplateSizedGOOGLE()
64538 bool queueSubmitWithCommandsEnabled = in vkBeginCommandBufferAsyncGOOGLE() local
64540 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkBeginCommandBufferAsyncGOOGLE()
64568 if (queueSubmitWithCommandsEnabled) packetSize_vkBeginCommandBufferAsyncGOOGLE -= 8; in vkBeginCommandBufferAsyncGOOGLE()
64577 if (!queueSubmitWithCommandsEnabled) { in vkBeginCommandBufferAsyncGOOGLE()
64598 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkBeginCommandBufferAsyncGOOGLE()
64631 bool queueSubmitWithCommandsEnabled = in vkEndCommandBufferAsyncGOOGLE() local
64633 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkEndCommandBufferAsyncGOOGLE()
64647 if (queueSubmitWithCommandsEnabled) packetSize_vkEndCommandBufferAsyncGOOGLE -= 8; in vkEndCommandBufferAsyncGOOGLE()
64656 if (!queueSubmitWithCommandsEnabled) { in vkEndCommandBufferAsyncGOOGLE()
64675 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkEndCommandBufferAsyncGOOGLE()
64710 bool queueSubmitWithCommandsEnabled = in vkResetCommandBufferAsyncGOOGLE() local
64712 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkResetCommandBufferAsyncGOOGLE()
64729 if (queueSubmitWithCommandsEnabled) packetSize_vkResetCommandBufferAsyncGOOGLE -= 8; in vkResetCommandBufferAsyncGOOGLE()
64738 if (!queueSubmitWithCommandsEnabled) { in vkResetCommandBufferAsyncGOOGLE()
64759 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkResetCommandBufferAsyncGOOGLE()
64795 bool queueSubmitWithCommandsEnabled = in vkCommandBufferHostSyncGOOGLE() local
64797 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCommandBufferHostSyncGOOGLE()
64817 if (queueSubmitWithCommandsEnabled) packetSize_vkCommandBufferHostSyncGOOGLE -= 8; in vkCommandBufferHostSyncGOOGLE()
64826 if (!queueSubmitWithCommandsEnabled) { in vkCommandBufferHostSyncGOOGLE()
64848 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCommandBufferHostSyncGOOGLE()
64882 bool queueSubmitWithCommandsEnabled = in vkCreateImageWithRequirementsGOOGLE() local
64884 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCreateImageWithRequirementsGOOGLE()
64933 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkCreateImageWithRequirementsGOOGLE()
64941 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkCreateImageWithRequirementsGOOGLE()
64947 if (queueSubmitWithCommandsEnabled) { in vkCreateImageWithRequirementsGOOGLE()
65002 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCreateImageWithRequirementsGOOGLE()
65041 bool queueSubmitWithCommandsEnabled = in vkCreateBufferWithRequirementsGOOGLE() local
65043 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCreateBufferWithRequirementsGOOGLE()
65090 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkCreateBufferWithRequirementsGOOGLE()
65098 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkCreateBufferWithRequirementsGOOGLE()
65104 if (queueSubmitWithCommandsEnabled) { in vkCreateBufferWithRequirementsGOOGLE()
65159 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCreateBufferWithRequirementsGOOGLE()
65198 bool queueSubmitWithCommandsEnabled = in vkGetMemoryHostAddressInfoGOOGLE() local
65200 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetMemoryHostAddressInfoGOOGLE()
65234 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetMemoryHostAddressInfoGOOGLE()
65242 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetMemoryHostAddressInfoGOOGLE()
65248 if (queueSubmitWithCommandsEnabled) { in vkGetMemoryHostAddressInfoGOOGLE()
65328 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetMemoryHostAddressInfoGOOGLE()
65365 bool queueSubmitWithCommandsEnabled = in vkFreeMemorySyncGOOGLE() local
65367 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkFreeMemorySyncGOOGLE()
65400 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkFreeMemorySyncGOOGLE()
65407 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkFreeMemorySyncGOOGLE()
65413 if (queueSubmitWithCommandsEnabled) { in vkFreeMemorySyncGOOGLE()
65450 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkFreeMemorySyncGOOGLE()
65486 bool queueSubmitWithCommandsEnabled = in vkQueueHostSyncGOOGLE() local
65488 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkQueueHostSyncGOOGLE()
65506 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkQueueHostSyncGOOGLE()
65513 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkQueueHostSyncGOOGLE()
65519 if (queueSubmitWithCommandsEnabled) { in vkQueueHostSyncGOOGLE()
65544 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkQueueHostSyncGOOGLE()
65580 bool queueSubmitWithCommandsEnabled = in vkQueueSubmitAsyncGOOGLE() local
65582 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkQueueSubmitAsyncGOOGLE()
65619 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkQueueSubmitAsyncGOOGLE()
65626 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkQueueSubmitAsyncGOOGLE()
65632 if (queueSubmitWithCommandsEnabled) { in vkQueueSubmitAsyncGOOGLE()
65663 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkQueueSubmitAsyncGOOGLE()
65696 bool queueSubmitWithCommandsEnabled = in vkQueueWaitIdleAsyncGOOGLE() local
65698 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkQueueWaitIdleAsyncGOOGLE()
65710 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkQueueWaitIdleAsyncGOOGLE()
65717 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkQueueWaitIdleAsyncGOOGLE()
65723 if (queueSubmitWithCommandsEnabled) { in vkQueueWaitIdleAsyncGOOGLE()
65744 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkQueueWaitIdleAsyncGOOGLE()
65781 bool queueSubmitWithCommandsEnabled = in vkQueueBindSparseAsyncGOOGLE() local
65783 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkQueueBindSparseAsyncGOOGLE()
65822 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkQueueBindSparseAsyncGOOGLE()
65830 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkQueueBindSparseAsyncGOOGLE()
65836 if (queueSubmitWithCommandsEnabled) { in vkQueueBindSparseAsyncGOOGLE()
65867 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkQueueBindSparseAsyncGOOGLE()
65904 bool queueSubmitWithCommandsEnabled = in vkGetLinearImageLayoutGOOGLE() local
65906 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetLinearImageLayoutGOOGLE()
65923 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetLinearImageLayoutGOOGLE()
65931 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetLinearImageLayoutGOOGLE()
65937 if (queueSubmitWithCommandsEnabled) { in vkGetLinearImageLayoutGOOGLE()
65965 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetLinearImageLayoutGOOGLE()
66003 bool queueSubmitWithCommandsEnabled = in vkGetLinearImageLayout2GOOGLE() local
66005 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetLinearImageLayout2GOOGLE()
66033 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetLinearImageLayout2GOOGLE()
66041 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetLinearImageLayout2GOOGLE()
66047 if (queueSubmitWithCommandsEnabled) { in vkGetLinearImageLayout2GOOGLE()
66075 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetLinearImageLayout2GOOGLE()
66155 bool queueSubmitWithCommandsEnabled = in vkQueueCommitDescriptorSetUpdatesGOOGLE() local
66157 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkQueueCommitDescriptorSetUpdatesGOOGLE()
66228 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkQueueCommitDescriptorSetUpdatesGOOGLE()
66237 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkQueueCommitDescriptorSetUpdatesGOOGLE()
66243 if (queueSubmitWithCommandsEnabled) { in vkQueueCommitDescriptorSetUpdatesGOOGLE()
66304 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkQueueCommitDescriptorSetUpdatesGOOGLE()
66342 bool queueSubmitWithCommandsEnabled = in vkCollectDescriptorPoolIdsGOOGLE() local
66344 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCollectDescriptorPoolIdsGOOGLE()
66368 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkCollectDescriptorPoolIdsGOOGLE()
66376 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkCollectDescriptorPoolIdsGOOGLE()
66382 if (queueSubmitWithCommandsEnabled) { in vkCollectDescriptorPoolIdsGOOGLE()
66427 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCollectDescriptorPoolIdsGOOGLE()
66466 bool queueSubmitWithCommandsEnabled = in vkQueueSignalReleaseImageANDROIDAsyncGOOGLE() local
66468 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkQueueSignalReleaseImageANDROIDAsyncGOOGLE()
66497 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkQueueSignalReleaseImageANDROIDAsyncGOOGLE()
66506 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkQueueSignalReleaseImageANDROIDAsyncGOOGLE()
66512 if (queueSubmitWithCommandsEnabled) { in vkQueueSignalReleaseImageANDROIDAsyncGOOGLE()
66555 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkQueueSignalReleaseImageANDROIDAsyncGOOGLE()
66595 bool queueSubmitWithCommandsEnabled = in vkQueueFlushCommandsFromAuxMemoryGOOGLE() local
66597 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkQueueFlushCommandsFromAuxMemoryGOOGLE()
66623 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkQueueFlushCommandsFromAuxMemoryGOOGLE()
66632 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkQueueFlushCommandsFromAuxMemoryGOOGLE()
66638 if (queueSubmitWithCommandsEnabled) { in vkQueueFlushCommandsFromAuxMemoryGOOGLE()
66672 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkQueueFlushCommandsFromAuxMemoryGOOGLE()
66705 bool queueSubmitWithCommandsEnabled = in vkGetBlobGOOGLE() local
66707 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetBlobGOOGLE()
66725 uint32_t packetSize_vkGetBlobGOOGLE = 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetBlobGOOGLE()
66732 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetBlobGOOGLE()
66738 if (queueSubmitWithCommandsEnabled) { in vkGetBlobGOOGLE()
66764 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetBlobGOOGLE()
66814 bool queueSubmitWithCommandsEnabled = in vkUpdateDescriptorSetWithTemplateSized2GOOGLE() local
66816 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkUpdateDescriptorSetWithTemplateSized2GOOGLE()
66940 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkUpdateDescriptorSetWithTemplateSized2GOOGLE()
66949 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkUpdateDescriptorSetWithTemplateSized2GOOGLE()
66955 if (queueSubmitWithCommandsEnabled) { in vkUpdateDescriptorSetWithTemplateSized2GOOGLE()
67072 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkUpdateDescriptorSetWithTemplateSized2GOOGLE()
67108 bool queueSubmitWithCommandsEnabled = in vkQueueSubmitAsync2GOOGLE() local
67110 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkQueueSubmitAsync2GOOGLE()
67147 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkQueueSubmitAsync2GOOGLE()
67154 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkQueueSubmitAsync2GOOGLE()
67160 if (queueSubmitWithCommandsEnabled) { in vkQueueSubmitAsync2GOOGLE()
67191 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkQueueSubmitAsync2GOOGLE()
67235 bool queueSubmitWithCommandsEnabled = in vkCmdDrawMultiEXT() local
67237 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdDrawMultiEXT()
67286 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdDrawMultiEXT -= 8; in vkCmdDrawMultiEXT()
67295 if (!queueSubmitWithCommandsEnabled) { in vkCmdDrawMultiEXT()
67333 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdDrawMultiEXT()
67373 bool queueSubmitWithCommandsEnabled = in vkCmdDrawMultiIndexedEXT() local
67375 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdDrawMultiIndexedEXT()
67433 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdDrawMultiIndexedEXT -= 8; in vkCmdDrawMultiIndexedEXT()
67442 if (!queueSubmitWithCommandsEnabled) { in vkCmdDrawMultiIndexedEXT()
67489 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdDrawMultiIndexedEXT()
67531 bool queueSubmitWithCommandsEnabled = in vkCreateMicromapEXT() local
67533 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCreateMicromapEXT()
67578 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkCreateMicromapEXT()
67585 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkCreateMicromapEXT()
67591 if (queueSubmitWithCommandsEnabled) { in vkCreateMicromapEXT()
67631 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCreateMicromapEXT()
67666 bool queueSubmitWithCommandsEnabled = in vkDestroyMicromapEXT() local
67668 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkDestroyMicromapEXT()
67701 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkDestroyMicromapEXT()
67708 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkDestroyMicromapEXT()
67714 if (queueSubmitWithCommandsEnabled) { in vkDestroyMicromapEXT()
67749 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkDestroyMicromapEXT()
67784 bool queueSubmitWithCommandsEnabled = in vkCmdBuildMicromapsEXT() local
67786 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdBuildMicromapsEXT()
67822 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdBuildMicromapsEXT -= 8; in vkCmdBuildMicromapsEXT()
67831 if (!queueSubmitWithCommandsEnabled) { in vkCmdBuildMicromapsEXT()
67856 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdBuildMicromapsEXT()
67892 bool queueSubmitWithCommandsEnabled = in vkBuildMicromapsEXT() local
67894 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkBuildMicromapsEXT()
67932 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkBuildMicromapsEXT()
67939 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkBuildMicromapsEXT()
67945 if (queueSubmitWithCommandsEnabled) { in vkBuildMicromapsEXT()
67978 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkBuildMicromapsEXT()
68013 bool queueSubmitWithCommandsEnabled = in vkCopyMicromapEXT() local
68015 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCopyMicromapEXT()
68043 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkCopyMicromapEXT()
68050 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkCopyMicromapEXT()
68056 if (queueSubmitWithCommandsEnabled) { in vkCopyMicromapEXT()
68084 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCopyMicromapEXT()
68121 bool queueSubmitWithCommandsEnabled = in vkCopyMicromapToMemoryEXT() local
68123 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCopyMicromapToMemoryEXT()
68153 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkCopyMicromapToMemoryEXT()
68160 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkCopyMicromapToMemoryEXT()
68166 if (queueSubmitWithCommandsEnabled) { in vkCopyMicromapToMemoryEXT()
68195 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCopyMicromapToMemoryEXT()
68232 bool queueSubmitWithCommandsEnabled = in vkCopyMemoryToMicromapEXT() local
68234 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCopyMemoryToMicromapEXT()
68264 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkCopyMemoryToMicromapEXT()
68271 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkCopyMemoryToMicromapEXT()
68277 if (queueSubmitWithCommandsEnabled) { in vkCopyMemoryToMicromapEXT()
68306 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCopyMemoryToMicromapEXT()
68346 bool queueSubmitWithCommandsEnabled = in vkWriteMicromapsPropertiesEXT() local
68348 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkWriteMicromapsPropertiesEXT()
68379 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkWriteMicromapsPropertiesEXT()
68387 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkWriteMicromapsPropertiesEXT()
68393 if (queueSubmitWithCommandsEnabled) { in vkWriteMicromapsPropertiesEXT()
68436 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkWriteMicromapsPropertiesEXT()
68471 bool queueSubmitWithCommandsEnabled = in vkCmdCopyMicromapEXT() local
68473 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdCopyMicromapEXT()
68499 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdCopyMicromapEXT -= 8; in vkCmdCopyMicromapEXT()
68508 if (!queueSubmitWithCommandsEnabled) { in vkCmdCopyMicromapEXT()
68528 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdCopyMicromapEXT()
68564 bool queueSubmitWithCommandsEnabled = in vkCmdCopyMicromapToMemoryEXT() local
68566 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdCopyMicromapToMemoryEXT()
68595 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdCopyMicromapToMemoryEXT -= 8; in vkCmdCopyMicromapToMemoryEXT()
68604 if (!queueSubmitWithCommandsEnabled) { in vkCmdCopyMicromapToMemoryEXT()
68625 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdCopyMicromapToMemoryEXT()
68661 bool queueSubmitWithCommandsEnabled = in vkCmdCopyMemoryToMicromapEXT() local
68663 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdCopyMemoryToMicromapEXT()
68692 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdCopyMemoryToMicromapEXT -= 8; in vkCmdCopyMemoryToMicromapEXT()
68701 if (!queueSubmitWithCommandsEnabled) { in vkCmdCopyMemoryToMicromapEXT()
68722 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdCopyMemoryToMicromapEXT()
68762 bool queueSubmitWithCommandsEnabled = in vkCmdWriteMicromapsPropertiesEXT() local
68764 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdWriteMicromapsPropertiesEXT()
68797 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdWriteMicromapsPropertiesEXT -= 8; in vkCmdWriteMicromapsPropertiesEXT()
68806 if (!queueSubmitWithCommandsEnabled) { in vkCmdWriteMicromapsPropertiesEXT()
68840 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdWriteMicromapsPropertiesEXT()
68877 bool queueSubmitWithCommandsEnabled = in vkGetDeviceMicromapCompatibilityEXT() local
68879 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetDeviceMicromapCompatibilityEXT()
68906 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetDeviceMicromapCompatibilityEXT()
68914 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetDeviceMicromapCompatibilityEXT()
68920 if (queueSubmitWithCommandsEnabled) { in vkGetDeviceMicromapCompatibilityEXT()
68949 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetDeviceMicromapCompatibilityEXT()
68987 bool queueSubmitWithCommandsEnabled = in vkGetMicromapBuildSizesEXT() local
68989 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetMicromapBuildSizesEXT()
69020 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetMicromapBuildSizesEXT()
69027 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetMicromapBuildSizesEXT()
69033 if (queueSubmitWithCommandsEnabled) { in vkGetMicromapBuildSizesEXT()
69068 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetMicromapBuildSizesEXT()
69111 bool queueSubmitWithCommandsEnabled = in vkCmdDrawClusterHUAWEI() local
69113 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdDrawClusterHUAWEI()
69135 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdDrawClusterHUAWEI -= 8; in vkCmdDrawClusterHUAWEI()
69144 if (!queueSubmitWithCommandsEnabled) { in vkCmdDrawClusterHUAWEI()
69168 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdDrawClusterHUAWEI()
69203 bool queueSubmitWithCommandsEnabled = in vkCmdDrawClusterIndirectHUAWEI() local
69205 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdDrawClusterIndirectHUAWEI()
69226 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdDrawClusterIndirectHUAWEI -= 8; in vkCmdDrawClusterIndirectHUAWEI()
69235 if (!queueSubmitWithCommandsEnabled) { in vkCmdDrawClusterIndirectHUAWEI()
69259 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdDrawClusterIndirectHUAWEI()
69298 bool queueSubmitWithCommandsEnabled = in vkSetDeviceMemoryPriorityEXT() local
69300 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkSetDeviceMemoryPriorityEXT()
69319 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkSetDeviceMemoryPriorityEXT()
69327 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkSetDeviceMemoryPriorityEXT()
69333 if (queueSubmitWithCommandsEnabled) { in vkSetDeviceMemoryPriorityEXT()
69360 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkSetDeviceMemoryPriorityEXT()
69405 bool queueSubmitWithCommandsEnabled = in vkGetDescriptorSetLayoutHostMappingInfoVALVE() local
69407 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetDescriptorSetLayoutHostMappingInfoVALVE()
69438 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetDescriptorSetLayoutHostMappingInfoVALVE()
69447 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetDescriptorSetLayoutHostMappingInfoVALVE()
69453 if (queueSubmitWithCommandsEnabled) { in vkGetDescriptorSetLayoutHostMappingInfoVALVE()
69487 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetDescriptorSetLayoutHostMappingInfoVALVE()
69522 bool queueSubmitWithCommandsEnabled = in vkGetDescriptorSetHostMappingVALVE() local
69524 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetDescriptorSetHostMappingVALVE()
69541 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetDescriptorSetHostMappingVALVE()
69549 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetDescriptorSetHostMappingVALVE()
69555 if (queueSubmitWithCommandsEnabled) { in vkGetDescriptorSetHostMappingVALVE()
69582 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetDescriptorSetHostMappingVALVE()
69626 bool queueSubmitWithCommandsEnabled = in vkCmdCopyMemoryIndirectNV() local
69628 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdCopyMemoryIndirectNV()
69650 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdCopyMemoryIndirectNV -= 8; in vkCmdCopyMemoryIndirectNV()
69659 if (!queueSubmitWithCommandsEnabled) { in vkCmdCopyMemoryIndirectNV()
69683 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdCopyMemoryIndirectNV()
69724 bool queueSubmitWithCommandsEnabled = in vkCmdCopyMemoryToImageIndirectNV() local
69726 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdCopyMemoryToImageIndirectNV()
69778 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdCopyMemoryToImageIndirectNV -= 8; in vkCmdCopyMemoryToImageIndirectNV()
69787 if (!queueSubmitWithCommandsEnabled) { in vkCmdCopyMemoryToImageIndirectNV()
69822 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdCopyMemoryToImageIndirectNV()
69863 bool queueSubmitWithCommandsEnabled = in vkCmdDecompressMemoryNV() local
69865 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdDecompressMemoryNV()
69904 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdDecompressMemoryNV -= 8; in vkCmdDecompressMemoryNV()
69913 if (!queueSubmitWithCommandsEnabled) { in vkCmdDecompressMemoryNV()
69938 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdDecompressMemoryNV()
69975 bool queueSubmitWithCommandsEnabled = in vkCmdDecompressMemoryIndirectCountNV() local
69977 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdDecompressMemoryIndirectCountNV()
70000 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdDecompressMemoryIndirectCountNV -= 8; in vkCmdDecompressMemoryIndirectCountNV()
70009 if (!queueSubmitWithCommandsEnabled) { in vkCmdDecompressMemoryIndirectCountNV()
70036 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdDecompressMemoryIndirectCountNV()
70081 bool queueSubmitWithCommandsEnabled = in vkCmdSetTessellationDomainOriginEXT() local
70083 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdSetTessellationDomainOriginEXT()
70100 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdSetTessellationDomainOriginEXT -= 8; in vkCmdSetTessellationDomainOriginEXT()
70109 if (!queueSubmitWithCommandsEnabled) { in vkCmdSetTessellationDomainOriginEXT()
70131 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdSetTessellationDomainOriginEXT()
70166 bool queueSubmitWithCommandsEnabled = in vkCmdSetDepthClampEnableEXT() local
70168 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdSetDepthClampEnableEXT()
70184 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdSetDepthClampEnableEXT -= 8; in vkCmdSetDepthClampEnableEXT()
70193 if (!queueSubmitWithCommandsEnabled) { in vkCmdSetDepthClampEnableEXT()
70213 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdSetDepthClampEnableEXT()
70247 bool queueSubmitWithCommandsEnabled = in vkCmdSetPolygonModeEXT() local
70249 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdSetPolygonModeEXT()
70265 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdSetPolygonModeEXT -= 8; in vkCmdSetPolygonModeEXT()
70274 if (!queueSubmitWithCommandsEnabled) { in vkCmdSetPolygonModeEXT()
70294 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdSetPolygonModeEXT()
70329 bool queueSubmitWithCommandsEnabled = in vkCmdSetRasterizationSamplesEXT() local
70331 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdSetRasterizationSamplesEXT()
70348 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdSetRasterizationSamplesEXT -= 8; in vkCmdSetRasterizationSamplesEXT()
70357 if (!queueSubmitWithCommandsEnabled) { in vkCmdSetRasterizationSamplesEXT()
70378 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdSetRasterizationSamplesEXT()
70413 bool queueSubmitWithCommandsEnabled = in vkCmdSetSampleMaskEXT() local
70415 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdSetSampleMaskEXT()
70435 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdSetSampleMaskEXT -= 8; in vkCmdSetSampleMaskEXT()
70444 if (!queueSubmitWithCommandsEnabled) { in vkCmdSetSampleMaskEXT()
70467 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdSetSampleMaskEXT()
70503 bool queueSubmitWithCommandsEnabled = in vkCmdSetAlphaToCoverageEnableEXT() local
70505 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdSetAlphaToCoverageEnableEXT()
70522 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdSetAlphaToCoverageEnableEXT -= 8; in vkCmdSetAlphaToCoverageEnableEXT()
70531 if (!queueSubmitWithCommandsEnabled) { in vkCmdSetAlphaToCoverageEnableEXT()
70551 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdSetAlphaToCoverageEnableEXT()
70586 bool queueSubmitWithCommandsEnabled = in vkCmdSetAlphaToOneEnableEXT() local
70588 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdSetAlphaToOneEnableEXT()
70604 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdSetAlphaToOneEnableEXT -= 8; in vkCmdSetAlphaToOneEnableEXT()
70613 if (!queueSubmitWithCommandsEnabled) { in vkCmdSetAlphaToOneEnableEXT()
70633 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdSetAlphaToOneEnableEXT()
70668 bool queueSubmitWithCommandsEnabled = in vkCmdSetLogicOpEnableEXT() local
70670 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdSetLogicOpEnableEXT()
70686 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdSetLogicOpEnableEXT -= 8; in vkCmdSetLogicOpEnableEXT()
70695 if (!queueSubmitWithCommandsEnabled) { in vkCmdSetLogicOpEnableEXT()
70715 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdSetLogicOpEnableEXT()
70753 bool queueSubmitWithCommandsEnabled = in vkCmdSetColorBlendEnableEXT() local
70755 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdSetColorBlendEnableEXT()
70778 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdSetColorBlendEnableEXT -= 8; in vkCmdSetColorBlendEnableEXT()
70787 if (!queueSubmitWithCommandsEnabled) { in vkCmdSetColorBlendEnableEXT()
70812 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdSetColorBlendEnableEXT()
70851 bool queueSubmitWithCommandsEnabled = in vkCmdSetColorBlendEquationEXT() local
70853 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdSetColorBlendEquationEXT()
70895 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdSetColorBlendEquationEXT -= 8; in vkCmdSetColorBlendEquationEXT()
70904 if (!queueSubmitWithCommandsEnabled) { in vkCmdSetColorBlendEquationEXT()
70931 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdSetColorBlendEquationEXT()
70970 bool queueSubmitWithCommandsEnabled = in vkCmdSetColorWriteMaskEXT() local
70972 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdSetColorWriteMaskEXT()
70999 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdSetColorWriteMaskEXT -= 8; in vkCmdSetColorWriteMaskEXT()
71008 if (!queueSubmitWithCommandsEnabled) { in vkCmdSetColorWriteMaskEXT()
71040 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdSetColorWriteMaskEXT()
71075 bool queueSubmitWithCommandsEnabled = in vkCmdSetRasterizationStreamEXT() local
71077 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdSetRasterizationStreamEXT()
71094 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdSetRasterizationStreamEXT -= 8; in vkCmdSetRasterizationStreamEXT()
71103 if (!queueSubmitWithCommandsEnabled) { in vkCmdSetRasterizationStreamEXT()
71123 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdSetRasterizationStreamEXT()
71158 bool queueSubmitWithCommandsEnabled = in vkCmdSetConservativeRasterizationModeEXT() local
71160 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdSetConservativeRasterizationModeEXT()
71177 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdSetConservativeRasterizationModeEXT -= 8; in vkCmdSetConservativeRasterizationModeEXT()
71187 if (!queueSubmitWithCommandsEnabled) { in vkCmdSetConservativeRasterizationModeEXT()
71209 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdSetConservativeRasterizationModeEXT()
71247 bool queueSubmitWithCommandsEnabled = in vkCmdSetExtraPrimitiveOverestimationSizeEXT() local
71249 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdSetExtraPrimitiveOverestimationSizeEXT()
71266 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdSetExtraPrimitiveOverestimationSizeEXT -= 8; in vkCmdSetExtraPrimitiveOverestimationSizeEXT()
71276 if (!queueSubmitWithCommandsEnabled) { in vkCmdSetExtraPrimitiveOverestimationSizeEXT()
71297 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdSetExtraPrimitiveOverestimationSizeEXT()
71332 bool queueSubmitWithCommandsEnabled = in vkCmdSetDepthClipEnableEXT() local
71334 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdSetDepthClipEnableEXT()
71350 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdSetDepthClipEnableEXT -= 8; in vkCmdSetDepthClipEnableEXT()
71359 if (!queueSubmitWithCommandsEnabled) { in vkCmdSetDepthClipEnableEXT()
71379 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdSetDepthClipEnableEXT()
71415 bool queueSubmitWithCommandsEnabled = in vkCmdSetSampleLocationsEnableEXT() local
71417 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdSetSampleLocationsEnableEXT()
71434 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdSetSampleLocationsEnableEXT -= 8; in vkCmdSetSampleLocationsEnableEXT()
71443 if (!queueSubmitWithCommandsEnabled) { in vkCmdSetSampleLocationsEnableEXT()
71463 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdSetSampleLocationsEnableEXT()
71502 bool queueSubmitWithCommandsEnabled = in vkCmdSetColorBlendAdvancedEXT() local
71504 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdSetColorBlendAdvancedEXT()
71546 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdSetColorBlendAdvancedEXT -= 8; in vkCmdSetColorBlendAdvancedEXT()
71555 if (!queueSubmitWithCommandsEnabled) { in vkCmdSetColorBlendAdvancedEXT()
71582 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdSetColorBlendAdvancedEXT()
71617 bool queueSubmitWithCommandsEnabled = in vkCmdSetProvokingVertexModeEXT() local
71619 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdSetProvokingVertexModeEXT()
71636 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdSetProvokingVertexModeEXT -= 8; in vkCmdSetProvokingVertexModeEXT()
71645 if (!queueSubmitWithCommandsEnabled) { in vkCmdSetProvokingVertexModeEXT()
71666 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdSetProvokingVertexModeEXT()
71701 bool queueSubmitWithCommandsEnabled = in vkCmdSetLineRasterizationModeEXT() local
71703 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdSetLineRasterizationModeEXT()
71720 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdSetLineRasterizationModeEXT -= 8; in vkCmdSetLineRasterizationModeEXT()
71729 if (!queueSubmitWithCommandsEnabled) { in vkCmdSetLineRasterizationModeEXT()
71750 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdSetLineRasterizationModeEXT()
71785 bool queueSubmitWithCommandsEnabled = in vkCmdSetLineStippleEnableEXT() local
71787 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdSetLineStippleEnableEXT()
71804 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdSetLineStippleEnableEXT -= 8; in vkCmdSetLineStippleEnableEXT()
71813 if (!queueSubmitWithCommandsEnabled) { in vkCmdSetLineStippleEnableEXT()
71833 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdSetLineStippleEnableEXT()
71868 bool queueSubmitWithCommandsEnabled = in vkCmdSetDepthClipNegativeOneToOneEXT() local
71870 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdSetDepthClipNegativeOneToOneEXT()
71887 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdSetDepthClipNegativeOneToOneEXT -= 8; in vkCmdSetDepthClipNegativeOneToOneEXT()
71896 if (!queueSubmitWithCommandsEnabled) { in vkCmdSetDepthClipNegativeOneToOneEXT()
71917 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdSetDepthClipNegativeOneToOneEXT()
71953 bool queueSubmitWithCommandsEnabled = in vkCmdSetViewportWScalingEnableNV() local
71955 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdSetViewportWScalingEnableNV()
71972 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdSetViewportWScalingEnableNV -= 8; in vkCmdSetViewportWScalingEnableNV()
71981 if (!queueSubmitWithCommandsEnabled) { in vkCmdSetViewportWScalingEnableNV()
72001 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdSetViewportWScalingEnableNV()
72040 bool queueSubmitWithCommandsEnabled = in vkCmdSetViewportSwizzleNV() local
72042 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdSetViewportSwizzleNV()
72082 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdSetViewportSwizzleNV -= 8; in vkCmdSetViewportSwizzleNV()
72091 if (!queueSubmitWithCommandsEnabled) { in vkCmdSetViewportSwizzleNV()
72118 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdSetViewportSwizzleNV()
72153 bool queueSubmitWithCommandsEnabled = in vkCmdSetCoverageToColorEnableNV() local
72155 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdSetCoverageToColorEnableNV()
72172 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdSetCoverageToColorEnableNV -= 8; in vkCmdSetCoverageToColorEnableNV()
72181 if (!queueSubmitWithCommandsEnabled) { in vkCmdSetCoverageToColorEnableNV()
72201 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdSetCoverageToColorEnableNV()
72238 bool queueSubmitWithCommandsEnabled = in vkCmdSetCoverageToColorLocationNV() local
72240 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdSetCoverageToColorLocationNV()
72257 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdSetCoverageToColorLocationNV -= 8; in vkCmdSetCoverageToColorLocationNV()
72266 if (!queueSubmitWithCommandsEnabled) { in vkCmdSetCoverageToColorLocationNV()
72286 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdSetCoverageToColorLocationNV()
72321 bool queueSubmitWithCommandsEnabled = in vkCmdSetCoverageModulationModeNV() local
72323 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdSetCoverageModulationModeNV()
72340 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdSetCoverageModulationModeNV -= 8; in vkCmdSetCoverageModulationModeNV()
72349 if (!queueSubmitWithCommandsEnabled) { in vkCmdSetCoverageModulationModeNV()
72370 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdSetCoverageModulationModeNV()
72408 bool queueSubmitWithCommandsEnabled = in vkCmdSetCoverageModulationTableEnableNV() local
72410 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdSetCoverageModulationTableEnableNV()
72427 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdSetCoverageModulationTableEnableNV -= 8; in vkCmdSetCoverageModulationTableEnableNV()
72437 if (!queueSubmitWithCommandsEnabled) { in vkCmdSetCoverageModulationTableEnableNV()
72458 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdSetCoverageModulationTableEnableNV()
72497 bool queueSubmitWithCommandsEnabled = in vkCmdSetCoverageModulationTableNV() local
72499 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdSetCoverageModulationTableNV()
72520 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdSetCoverageModulationTableNV -= 8; in vkCmdSetCoverageModulationTableNV()
72529 if (!queueSubmitWithCommandsEnabled) { in vkCmdSetCoverageModulationTableNV()
72552 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdSetCoverageModulationTableNV()
72588 bool queueSubmitWithCommandsEnabled = in vkCmdSetShadingRateImageEnableNV() local
72590 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdSetShadingRateImageEnableNV()
72607 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdSetShadingRateImageEnableNV -= 8; in vkCmdSetShadingRateImageEnableNV()
72616 if (!queueSubmitWithCommandsEnabled) { in vkCmdSetShadingRateImageEnableNV()
72636 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdSetShadingRateImageEnableNV()
72673 bool queueSubmitWithCommandsEnabled = in vkCmdSetRepresentativeFragmentTestEnableNV() local
72675 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdSetRepresentativeFragmentTestEnableNV()
72692 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdSetRepresentativeFragmentTestEnableNV -= 8; in vkCmdSetRepresentativeFragmentTestEnableNV()
72702 if (!queueSubmitWithCommandsEnabled) { in vkCmdSetRepresentativeFragmentTestEnableNV()
72723 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdSetRepresentativeFragmentTestEnableNV()
72758 bool queueSubmitWithCommandsEnabled = in vkCmdSetCoverageReductionModeNV() local
72760 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdSetCoverageReductionModeNV()
72777 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdSetCoverageReductionModeNV -= 8; in vkCmdSetCoverageReductionModeNV()
72786 if (!queueSubmitWithCommandsEnabled) { in vkCmdSetCoverageReductionModeNV()
72807 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdSetCoverageReductionModeNV()
72849 bool queueSubmitWithCommandsEnabled = in vkGetShaderModuleIdentifierEXT() local
72851 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetShaderModuleIdentifierEXT()
72869 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetShaderModuleIdentifierEXT()
72877 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetShaderModuleIdentifierEXT()
72883 if (queueSubmitWithCommandsEnabled) { in vkGetShaderModuleIdentifierEXT()
72916 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetShaderModuleIdentifierEXT()
72953 bool queueSubmitWithCommandsEnabled = in vkGetShaderModuleCreateInfoIdentifierEXT() local
72955 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetShaderModuleCreateInfoIdentifierEXT()
72983 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetShaderModuleCreateInfoIdentifierEXT()
72992 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetShaderModuleCreateInfoIdentifierEXT()
72998 if (queueSubmitWithCommandsEnabled) { in vkGetShaderModuleCreateInfoIdentifierEXT()
73031 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetShaderModuleCreateInfoIdentifierEXT()
73075 bool queueSubmitWithCommandsEnabled = in vkGetPhysicalDeviceOpticalFlowImageFormatsNV() local
73077 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetPhysicalDeviceOpticalFlowImageFormatsNV()
73122 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetPhysicalDeviceOpticalFlowImageFormatsNV()
73131 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetPhysicalDeviceOpticalFlowImageFormatsNV()
73137 if (queueSubmitWithCommandsEnabled) { in vkGetPhysicalDeviceOpticalFlowImageFormatsNV()
73218 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetPhysicalDeviceOpticalFlowImageFormatsNV()
73256 bool queueSubmitWithCommandsEnabled = in vkCreateOpticalFlowSessionNV() local
73258 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCreateOpticalFlowSessionNV()
73305 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkCreateOpticalFlowSessionNV()
73313 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkCreateOpticalFlowSessionNV()
73319 if (queueSubmitWithCommandsEnabled) { in vkCreateOpticalFlowSessionNV()
73359 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCreateOpticalFlowSessionNV()
73396 bool queueSubmitWithCommandsEnabled = in vkDestroyOpticalFlowSessionNV() local
73398 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkDestroyOpticalFlowSessionNV()
73431 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkDestroyOpticalFlowSessionNV()
73439 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkDestroyOpticalFlowSessionNV()
73445 if (queueSubmitWithCommandsEnabled) { in vkDestroyOpticalFlowSessionNV()
73480 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkDestroyOpticalFlowSessionNV()
73517 bool queueSubmitWithCommandsEnabled = in vkBindOpticalFlowSessionImageNV() local
73519 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkBindOpticalFlowSessionImageNV()
73544 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkBindOpticalFlowSessionImageNV()
73552 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkBindOpticalFlowSessionImageNV()
73558 if (queueSubmitWithCommandsEnabled) { in vkBindOpticalFlowSessionImageNV()
73593 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkBindOpticalFlowSessionImageNV()
73631 bool queueSubmitWithCommandsEnabled = in vkCmdOpticalFlowExecuteNV() local
73633 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdOpticalFlowExecuteNV()
73664 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdOpticalFlowExecuteNV -= 8; in vkCmdOpticalFlowExecuteNV()
73673 if (!queueSubmitWithCommandsEnabled) { in vkCmdOpticalFlowExecuteNV()
73698 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdOpticalFlowExecuteNV()
73743 bool queueSubmitWithCommandsEnabled = in vkCreateShadersEXT() local
73745 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCreateShadersEXT()
73801 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkCreateShadersEXT()
73808 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkCreateShadersEXT()
73814 if (queueSubmitWithCommandsEnabled) { in vkCreateShadersEXT()
73862 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCreateShadersEXT()
73897 bool queueSubmitWithCommandsEnabled = in vkDestroyShaderEXT() local
73899 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkDestroyShaderEXT()
73932 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkDestroyShaderEXT()
73939 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkDestroyShaderEXT()
73945 if (queueSubmitWithCommandsEnabled) { in vkDestroyShaderEXT()
73980 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkDestroyShaderEXT()
74015 bool queueSubmitWithCommandsEnabled = in vkGetShaderBinaryDataEXT() local
74017 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetShaderBinaryDataEXT()
74044 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetShaderBinaryDataEXT()
74051 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetShaderBinaryDataEXT()
74057 if (queueSubmitWithCommandsEnabled) { in vkGetShaderBinaryDataEXT()
74121 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetShaderBinaryDataEXT()
74159 bool queueSubmitWithCommandsEnabled = in vkCmdBindShadersEXT() local
74161 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdBindShadersEXT()
74191 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdBindShadersEXT -= 8; in vkCmdBindShadersEXT()
74200 if (!queueSubmitWithCommandsEnabled) { in vkCmdBindShadersEXT()
74236 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdBindShadersEXT()
74277 bool queueSubmitWithCommandsEnabled = in vkGetFramebufferTilePropertiesQCOM() local
74279 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetFramebufferTilePropertiesQCOM()
74310 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetFramebufferTilePropertiesQCOM()
74318 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetFramebufferTilePropertiesQCOM()
74324 if (queueSubmitWithCommandsEnabled) { in vkGetFramebufferTilePropertiesQCOM()
74402 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetFramebufferTilePropertiesQCOM()
74441 bool queueSubmitWithCommandsEnabled = in vkGetDynamicRenderingTilePropertiesQCOM() local
74443 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetDynamicRenderingTilePropertiesQCOM()
74470 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetDynamicRenderingTilePropertiesQCOM()
74479 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetDynamicRenderingTilePropertiesQCOM()
74485 if (queueSubmitWithCommandsEnabled) { in vkGetDynamicRenderingTilePropertiesQCOM()
74518 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetDynamicRenderingTilePropertiesQCOM()
74571 bool queueSubmitWithCommandsEnabled = in vkCmdSetAttachmentFeedbackLoopEnableEXT() local
74573 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdSetAttachmentFeedbackLoopEnableEXT()
74590 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdSetAttachmentFeedbackLoopEnableEXT -= 8; in vkCmdSetAttachmentFeedbackLoopEnableEXT()
74600 if (!queueSubmitWithCommandsEnabled) { in vkCmdSetAttachmentFeedbackLoopEnableEXT()
74621 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdSetAttachmentFeedbackLoopEnableEXT()
74662 bool queueSubmitWithCommandsEnabled = in vkCreateAccelerationStructureKHR() local
74664 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCreateAccelerationStructureKHR()
74712 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkCreateAccelerationStructureKHR()
74720 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkCreateAccelerationStructureKHR()
74726 if (queueSubmitWithCommandsEnabled) { in vkCreateAccelerationStructureKHR()
74773 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCreateAccelerationStructureKHR()
74812 bool queueSubmitWithCommandsEnabled = in vkDestroyAccelerationStructureKHR() local
74814 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkDestroyAccelerationStructureKHR()
74848 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkDestroyAccelerationStructureKHR()
74856 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkDestroyAccelerationStructureKHR()
74862 if (queueSubmitWithCommandsEnabled) { in vkDestroyAccelerationStructureKHR()
74899 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkDestroyAccelerationStructureKHR()
74938 bool queueSubmitWithCommandsEnabled = in vkCmdBuildAccelerationStructuresKHR() local
74940 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdBuildAccelerationStructuresKHR()
74983 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdBuildAccelerationStructuresKHR -= 8; in vkCmdBuildAccelerationStructuresKHR()
74992 if (!queueSubmitWithCommandsEnabled) { in vkCmdBuildAccelerationStructuresKHR()
75019 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdBuildAccelerationStructuresKHR()
75060 bool queueSubmitWithCommandsEnabled = in vkCmdBuildAccelerationStructuresIndirectKHR() local
75062 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdBuildAccelerationStructuresIndirectKHR()
75113 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdBuildAccelerationStructuresIndirectKHR -= 8; in vkCmdBuildAccelerationStructuresIndirectKHR()
75123 if (!queueSubmitWithCommandsEnabled) { in vkCmdBuildAccelerationStructuresIndirectKHR()
75155 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdBuildAccelerationStructuresIndirectKHR()
75194 bool queueSubmitWithCommandsEnabled = in vkBuildAccelerationStructuresKHR() local
75196 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkBuildAccelerationStructuresKHR()
75240 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkBuildAccelerationStructuresKHR()
75248 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkBuildAccelerationStructuresKHR()
75254 if (queueSubmitWithCommandsEnabled) { in vkBuildAccelerationStructuresKHR()
75288 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkBuildAccelerationStructuresKHR()
75325 bool queueSubmitWithCommandsEnabled = in vkCopyAccelerationStructureKHR() local
75327 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCopyAccelerationStructureKHR()
75358 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkCopyAccelerationStructureKHR()
75366 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkCopyAccelerationStructureKHR()
75372 if (queueSubmitWithCommandsEnabled) { in vkCopyAccelerationStructureKHR()
75401 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCopyAccelerationStructureKHR()
75437 bool queueSubmitWithCommandsEnabled = in vkCopyAccelerationStructureToMemoryKHR() local
75439 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCopyAccelerationStructureToMemoryKHR()
75470 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkCopyAccelerationStructureToMemoryKHR()
75479 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkCopyAccelerationStructureToMemoryKHR()
75485 if (queueSubmitWithCommandsEnabled) { in vkCopyAccelerationStructureToMemoryKHR()
75515 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCopyAccelerationStructureToMemoryKHR()
75551 bool queueSubmitWithCommandsEnabled = in vkCopyMemoryToAccelerationStructureKHR() local
75553 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCopyMemoryToAccelerationStructureKHR()
75584 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkCopyMemoryToAccelerationStructureKHR()
75593 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkCopyMemoryToAccelerationStructureKHR()
75599 if (queueSubmitWithCommandsEnabled) { in vkCopyMemoryToAccelerationStructureKHR()
75629 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCopyMemoryToAccelerationStructureKHR()
75669 bool queueSubmitWithCommandsEnabled = in vkWriteAccelerationStructuresPropertiesKHR() local
75671 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkWriteAccelerationStructuresPropertiesKHR()
75702 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkWriteAccelerationStructuresPropertiesKHR()
75711 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkWriteAccelerationStructuresPropertiesKHR()
75717 if (queueSubmitWithCommandsEnabled) { in vkWriteAccelerationStructuresPropertiesKHR()
75764 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkWriteAccelerationStructuresPropertiesKHR()
75801 bool queueSubmitWithCommandsEnabled = in vkCmdCopyAccelerationStructureKHR() local
75803 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdCopyAccelerationStructureKHR()
75833 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdCopyAccelerationStructureKHR -= 8; in vkCmdCopyAccelerationStructureKHR()
75842 if (!queueSubmitWithCommandsEnabled) { in vkCmdCopyAccelerationStructureKHR()
75863 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdCopyAccelerationStructureKHR()
75899 bool queueSubmitWithCommandsEnabled = in vkCmdCopyAccelerationStructureToMemoryKHR() local
75901 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdCopyAccelerationStructureToMemoryKHR()
75931 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdCopyAccelerationStructureToMemoryKHR -= 8; in vkCmdCopyAccelerationStructureToMemoryKHR()
75941 if (!queueSubmitWithCommandsEnabled) { in vkCmdCopyAccelerationStructureToMemoryKHR()
75963 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdCopyAccelerationStructureToMemoryKHR()
75999 bool queueSubmitWithCommandsEnabled = in vkCmdCopyMemoryToAccelerationStructureKHR() local
76001 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdCopyMemoryToAccelerationStructureKHR()
76031 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdCopyMemoryToAccelerationStructureKHR -= 8; in vkCmdCopyMemoryToAccelerationStructureKHR()
76041 if (!queueSubmitWithCommandsEnabled) { in vkCmdCopyMemoryToAccelerationStructureKHR()
76063 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdCopyMemoryToAccelerationStructureKHR()
76098 bool queueSubmitWithCommandsEnabled = in vkGetAccelerationStructureDeviceAddressKHR() local
76100 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetAccelerationStructureDeviceAddressKHR()
76128 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetAccelerationStructureDeviceAddressKHR()
76137 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetAccelerationStructureDeviceAddressKHR()
76143 if (queueSubmitWithCommandsEnabled) { in vkGetAccelerationStructureDeviceAddressKHR()
76171 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetAccelerationStructureDeviceAddressKHR()
76212 bool queueSubmitWithCommandsEnabled = in vkCmdWriteAccelerationStructuresPropertiesKHR() local
76214 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdWriteAccelerationStructuresPropertiesKHR()
76247 if (queueSubmitWithCommandsEnabled) in vkCmdWriteAccelerationStructuresPropertiesKHR()
76258 if (!queueSubmitWithCommandsEnabled) { in vkCmdWriteAccelerationStructuresPropertiesKHR()
76296 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdWriteAccelerationStructuresPropertiesKHR()
76335 bool queueSubmitWithCommandsEnabled = in vkGetDeviceAccelerationStructureCompatibilityKHR() local
76337 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetDeviceAccelerationStructureCompatibilityKHR()
76366 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetDeviceAccelerationStructureCompatibilityKHR()
76376 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetDeviceAccelerationStructureCompatibilityKHR()
76383 if (queueSubmitWithCommandsEnabled) { in vkGetDeviceAccelerationStructureCompatibilityKHR()
76412 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetDeviceAccelerationStructureCompatibilityKHR()
76452 bool queueSubmitWithCommandsEnabled = in vkGetAccelerationStructureBuildSizesKHR() local
76454 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetAccelerationStructureBuildSizesKHR()
76496 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetAccelerationStructureBuildSizesKHR()
76505 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetAccelerationStructureBuildSizesKHR()
76511 if (queueSubmitWithCommandsEnabled) { in vkGetAccelerationStructureBuildSizesKHR()
76557 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetAccelerationStructureBuildSizesKHR()
76602 bool queueSubmitWithCommandsEnabled = in vkCmdTraceRaysKHR() local
76604 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdTraceRaysKHR()
76691 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdTraceRaysKHR -= 8; in vkCmdTraceRaysKHR()
76700 if (!queueSubmitWithCommandsEnabled) { in vkCmdTraceRaysKHR()
76736 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdTraceRaysKHR()
76775 bool queueSubmitWithCommandsEnabled = in vkCreateRayTracingPipelinesKHR() local
76777 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCreateRayTracingPipelinesKHR()
76842 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkCreateRayTracingPipelinesKHR()
76850 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkCreateRayTracingPipelinesKHR()
76856 if (queueSubmitWithCommandsEnabled) { in vkCreateRayTracingPipelinesKHR()
76920 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCreateRayTracingPipelinesKHR()
76960 bool queueSubmitWithCommandsEnabled = in vkGetRayTracingCaptureReplayShaderGroupHandlesKHR() local
76962 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetRayTracingCaptureReplayShaderGroupHandlesKHR()
76988 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetRayTracingCaptureReplayShaderGroupHandlesKHR()
76998 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetRayTracingCaptureReplayShaderGroupHandlesKHR()
77005 if (queueSubmitWithCommandsEnabled) { in vkGetRayTracingCaptureReplayShaderGroupHandlesKHR()
77044 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetRayTracingCaptureReplayShaderGroupHandlesKHR()
77087 bool queueSubmitWithCommandsEnabled = in vkCmdTraceRaysIndirectKHR() local
77089 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdTraceRaysIndirectKHR()
77170 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdTraceRaysIndirectKHR -= 8; in vkCmdTraceRaysIndirectKHR()
77179 if (!queueSubmitWithCommandsEnabled) { in vkCmdTraceRaysIndirectKHR()
77211 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdTraceRaysIndirectKHR()
77248 bool queueSubmitWithCommandsEnabled = in vkGetRayTracingShaderGroupStackSizeKHR() local
77250 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkGetRayTracingShaderGroupStackSizeKHR()
77272 4 + 4 + (queueSubmitWithCommandsEnabled ? 4 : 0) + count; in vkGetRayTracingShaderGroupStackSizeKHR()
77281 if (queueSubmitWithCommandsEnabled) seqno = ResourceTracker::nextSeqno(); in vkGetRayTracingShaderGroupStackSizeKHR()
77287 if (queueSubmitWithCommandsEnabled) { in vkGetRayTracingShaderGroupStackSizeKHR()
77319 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkGetRayTracingShaderGroupStackSizeKHR()
77357 bool queueSubmitWithCommandsEnabled = in vkCmdSetRayTracingPipelineStackSizeKHR() local
77359 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdSetRayTracingPipelineStackSizeKHR()
77376 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdSetRayTracingPipelineStackSizeKHR -= 8; in vkCmdSetRayTracingPipelineStackSizeKHR()
77386 if (!queueSubmitWithCommandsEnabled) { in vkCmdSetRayTracingPipelineStackSizeKHR()
77407 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdSetRayTracingPipelineStackSizeKHR()
77447 bool queueSubmitWithCommandsEnabled = in vkCmdDrawMeshTasksEXT() local
77449 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdDrawMeshTasksEXT()
77471 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdDrawMeshTasksEXT -= 8; in vkCmdDrawMeshTasksEXT()
77480 if (!queueSubmitWithCommandsEnabled) { in vkCmdDrawMeshTasksEXT()
77504 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdDrawMeshTasksEXT()
77542 bool queueSubmitWithCommandsEnabled = in vkCmdDrawMeshTasksIndirectEXT() local
77544 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdDrawMeshTasksIndirectEXT()
77571 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdDrawMeshTasksIndirectEXT -= 8; in vkCmdDrawMeshTasksIndirectEXT()
77580 if (!queueSubmitWithCommandsEnabled) { in vkCmdDrawMeshTasksIndirectEXT()
77608 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdDrawMeshTasksIndirectEXT()
77648 bool queueSubmitWithCommandsEnabled = in vkCmdDrawMeshTasksIndirectCountEXT() local
77650 if (!queueSubmitWithCommandsEnabled && doLock) this->lock(); in vkCmdDrawMeshTasksIndirectCountEXT()
77684 if (queueSubmitWithCommandsEnabled) packetSize_vkCmdDrawMeshTasksIndirectCountEXT -= 8; in vkCmdDrawMeshTasksIndirectCountEXT()
77693 if (!queueSubmitWithCommandsEnabled) { in vkCmdDrawMeshTasksIndirectCountEXT()
77727 if (!queueSubmitWithCommandsEnabled && doLock) this->unlock(); in vkCmdDrawMeshTasksIndirectCountEXT()