Home
last modified time | relevance | path

Searched defs:cmd_size (Results 26 - 50 of 55) sorted by relevance

123

/third_party/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_instance.h211 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type) + vn_sizeof_VkFlags(&cmd_flags); in vn_sizeof_vkCreateInstance() local
244 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type); in vn_sizeof_vkCreateInstance_reply() local
280 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type) + vn_sizeof_VkFlags(&cmd_flags); vn_sizeof_vkDestroyInstance() local
305 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type); vn_sizeof_vkDestroyInstance_reply() local
327 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type) + vn_sizeof_VkFlags(&cmd_flags); vn_sizeof_vkEnumerateInstanceVersion() local
347 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type); vn_sizeof_vkEnumerateInstanceVersion_reply() local
379 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type) + vn_sizeof_VkFlags(&cmd_flags); vn_sizeof_vkEnumerateInstanceLayerProperties() local
416 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type); vn_sizeof_vkEnumerateInstanceLayerProperties_reply() local
463 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type) + vn_sizeof_VkFlags(&cmd_flags); vn_sizeof_vkEnumerateInstanceExtensionProperties() local
514 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type); vn_sizeof_vkEnumerateInstanceExtensionProperties_reply() local
563 size_t cmd_size = vn_sizeof_vkCreateInstance(pCreateInfo, pAllocator, pInstance); vn_submit_vkCreateInstance() local
584 size_t cmd_size = vn_sizeof_vkDestroyInstance(instance, pAllocator); vn_submit_vkDestroyInstance() local
605 size_t cmd_size = vn_sizeof_vkEnumerateInstanceVersion(pApiVersion); vn_submit_vkEnumerateInstanceVersion() local
626 size_t cmd_size = vn_sizeof_vkEnumerateInstanceLayerProperties(pPropertyCount, pProperties); vn_submit_vkEnumerateInstanceLayerProperties() local
647 size_t cmd_size = vn_sizeof_vkEnumerateInstanceExtensionProperties(pLayerName, pPropertyCount, pProperties); vn_submit_vkEnumerateInstanceExtensionProperties() local
[all...]
H A Dvn_protocol_driver_descriptor_set.h501 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type) + vn_sizeof_VkFlags(&cmd_flags); in vn_sizeof_vkAllocateDescriptorSets() local
540 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type); in vn_sizeof_vkAllocateDescriptorSets_reply() local
583 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type) + vn_sizeof_VkFlags(&cmd_flags); vn_sizeof_vkFreeDescriptorSets() local
621 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type); vn_sizeof_vkFreeDescriptorSets_reply() local
653 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type) + vn_sizeof_VkFlags(&cmd_flags); vn_sizeof_vkUpdateDescriptorSets() local
705 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type); vn_sizeof_vkUpdateDescriptorSets_reply() local
733 size_t cmd_size = vn_sizeof_vkAllocateDescriptorSets(device, pAllocateInfo, pDescriptorSets); vn_submit_vkAllocateDescriptorSets() local
754 size_t cmd_size = vn_sizeof_vkFreeDescriptorSets(device, descriptorPool, descriptorSetCount, pDescriptorSets); vn_submit_vkFreeDescriptorSets() local
775 size_t cmd_size = vn_sizeof_vkUpdateDescriptorSets(device, descriptorWriteCount, pDescriptorWrites, descriptorCopyCount, pDescriptorCopies); vn_submit_vkUpdateDescriptorSets() local
[all...]
H A Dvn_protocol_driver_descriptor_set_layout.h510 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type) + vn_sizeof_VkFlags(&cmd_flags); in vn_sizeof_vkCreateDescriptorSetLayout() local
545 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type); in vn_sizeof_vkCreateDescriptorSetLayout_reply() local
583 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type) + vn_sizeof_VkFlags(&cmd_flags); vn_sizeof_vkDestroyDescriptorSetLayout() local
610 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type); vn_sizeof_vkDestroyDescriptorSetLayout_reply() local
634 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type) + vn_sizeof_VkFlags(&cmd_flags); vn_sizeof_vkGetDescriptorSetLayoutSupport() local
664 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type); vn_sizeof_vkGetDescriptorSetLayoutSupport_reply() local
694 size_t cmd_size = vn_sizeof_vkCreateDescriptorSetLayout(device, pCreateInfo, pAllocator, pSetLayout); vn_submit_vkCreateDescriptorSetLayout() local
715 size_t cmd_size = vn_sizeof_vkDestroyDescriptorSetLayout(device, descriptorSetLayout, pAllocator); vn_submit_vkDestroyDescriptorSetLayout() local
736 size_t cmd_size = vn_sizeof_vkGetDescriptorSetLayoutSupport(device, pCreateInfo, pSupport); vn_submit_vkGetDescriptorSetLayoutSupport() local
[all...]
H A Dvn_protocol_driver_fence.h163 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type) + vn_sizeof_VkFlags(&cmd_flags); in vn_sizeof_vkCreateFence() local
198 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type); in vn_sizeof_vkCreateFence_reply() local
236 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type) + vn_sizeof_VkFlags(&cmd_flags); vn_sizeof_vkDestroyFence() local
263 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type); vn_sizeof_vkDestroyFence_reply() local
287 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type) + vn_sizeof_VkFlags(&cmd_flags); vn_sizeof_vkResetFences() local
323 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type); vn_sizeof_vkResetFences_reply() local
353 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type) + vn_sizeof_VkFlags(&cmd_flags); vn_sizeof_vkGetFenceStatus() local
375 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type); vn_sizeof_vkGetFenceStatus_reply() local
403 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type) + vn_sizeof_VkFlags(&cmd_flags); vn_sizeof_vkWaitForFences() local
443 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type); vn_sizeof_vkWaitForFences_reply() local
477 size_t cmd_size = vn_sizeof_vkCreateFence(device, pCreateInfo, pAllocator, pFence); vn_submit_vkCreateFence() local
498 size_t cmd_size = vn_sizeof_vkDestroyFence(device, fence, pAllocator); vn_submit_vkDestroyFence() local
519 size_t cmd_size = vn_sizeof_vkResetFences(device, fenceCount, pFences); vn_submit_vkResetFences() local
540 size_t cmd_size = vn_sizeof_vkGetFenceStatus(device, fence); vn_submit_vkGetFenceStatus() local
561 size_t cmd_size = vn_sizeof_vkWaitForFences(device, fenceCount, pFences, waitAll, timeout); vn_submit_vkWaitForFences() local
[all...]
H A Dvn_protocol_driver_semaphore.h305 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type) + vn_sizeof_VkFlags(&cmd_flags); in vn_sizeof_vkCreateSemaphore() local
340 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type); in vn_sizeof_vkCreateSemaphore_reply() local
378 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type) + vn_sizeof_VkFlags(&cmd_flags); vn_sizeof_vkDestroySemaphore() local
405 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type); vn_sizeof_vkDestroySemaphore_reply() local
429 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type) + vn_sizeof_VkFlags(&cmd_flags); vn_sizeof_vkGetSemaphoreCounterValue() local
453 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type); vn_sizeof_vkGetSemaphoreCounterValue_reply() local
489 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type) + vn_sizeof_VkFlags(&cmd_flags); vn_sizeof_vkWaitSemaphores() local
516 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type); vn_sizeof_vkWaitSemaphores_reply() local
546 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type) + vn_sizeof_VkFlags(&cmd_flags); vn_sizeof_vkSignalSemaphore() local
571 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type); vn_sizeof_vkSignalSemaphore_reply() local
599 size_t cmd_size = vn_sizeof_vkCreateSemaphore(device, pCreateInfo, pAllocator, pSemaphore); vn_submit_vkCreateSemaphore() local
620 size_t cmd_size = vn_sizeof_vkDestroySemaphore(device, semaphore, pAllocator); vn_submit_vkDestroySemaphore() local
641 size_t cmd_size = vn_sizeof_vkGetSemaphoreCounterValue(device, semaphore, pValue); vn_submit_vkGetSemaphoreCounterValue() local
662 size_t cmd_size = vn_sizeof_vkWaitSemaphores(device, pWaitInfo, timeout); vn_submit_vkWaitSemaphores() local
683 size_t cmd_size = vn_sizeof_vkSignalSemaphore(device, pSignalInfo); vn_submit_vkSignalSemaphore() local
[all...]
H A Dvn_protocol_driver_render_pass.h1239 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type) + vn_sizeof_VkFlags(&cmd_flags); in vn_sizeof_vkCreateRenderPass() local
1274 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type); in vn_sizeof_vkCreateRenderPass_reply() local
1312 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type) + vn_sizeof_VkFlags(&cmd_flags); vn_sizeof_vkDestroyRenderPass() local
1339 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type); vn_sizeof_vkDestroyRenderPass_reply() local
1363 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type) + vn_sizeof_VkFlags(&cmd_flags); vn_sizeof_vkGetRenderAreaGranularity() local
1390 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type); vn_sizeof_vkGetRenderAreaGranularity_reply() local
1420 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type) + vn_sizeof_VkFlags(&cmd_flags); vn_sizeof_vkCreateRenderPass2() local
1455 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type); vn_sizeof_vkCreateRenderPass2_reply() local
1493 size_t cmd_size = vn_sizeof_vkCreateRenderPass(device, pCreateInfo, pAllocator, pRenderPass); vn_submit_vkCreateRenderPass() local
1514 size_t cmd_size = vn_sizeof_vkDestroyRenderPass(device, renderPass, pAllocator); vn_submit_vkDestroyRenderPass() local
1535 size_t cmd_size = vn_sizeof_vkGetRenderAreaGranularity(device, renderPass, pGranularity); vn_submit_vkGetRenderAreaGranularity() local
1556 size_t cmd_size = vn_sizeof_vkCreateRenderPass2(device, pCreateInfo, pAllocator, pRenderPass); vn_submit_vkCreateRenderPass2() local
[all...]
H A Dvn_protocol_driver_queue.h1005 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type) + vn_sizeof_VkFlags(&cmd_flags); in vn_sizeof_vkQueueSubmit() local
1043 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type); in vn_sizeof_vkQueueSubmit_reply() local
1075 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type) + vn_sizeof_VkFlags(&cmd_flags); vn_sizeof_vkQueueWaitIdle() local
1095 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type); vn_sizeof_vkQueueWaitIdle_reply() local
1121 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type) + vn_sizeof_VkFlags(&cmd_flags); vn_sizeof_vkQueueBindSparse() local
1159 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type); vn_sizeof_vkQueueBindSparse_reply() local
1191 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type) + vn_sizeof_VkFlags(&cmd_flags); vn_sizeof_vkQueueSubmit2() local
1229 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type); vn_sizeof_vkQueueSubmit2_reply() local
1261 size_t cmd_size = vn_sizeof_vkQueueSubmit(queue, submitCount, pSubmits, fence); vn_submit_vkQueueSubmit() local
1282 size_t cmd_size = vn_sizeof_vkQueueWaitIdle(queue); vn_submit_vkQueueWaitIdle() local
1303 size_t cmd_size = vn_sizeof_vkQueueBindSparse(queue, bindInfoCount, pBindInfo, fence); vn_submit_vkQueueBindSparse() local
1324 size_t cmd_size = vn_sizeof_vkQueueSubmit2(queue, submitCount, pSubmits, fence); vn_submit_vkQueueSubmit2() local
[all...]
H A Dvn_protocol_driver_transport.h426 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type) + vn_sizeof_VkFlags(&cmd_flags); in vn_sizeof_vkSetReplyCommandStreamMESA() local
449 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type); in vn_sizeof_vkSetReplyCommandStreamMESA_reply() local
469 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type) + vn_sizeof_VkFlags(&cmd_flags); in vn_sizeof_vkSeekReplyCommandStreamMESA() local
489 size_t cmd_size in vn_sizeof_vkSeekReplyCommandStreamMESA_reply() local
509 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type) + vn_sizeof_VkFlags(&cmd_flags); vn_sizeof_vkExecuteCommandStreamsMESA() local
573 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type); vn_sizeof_vkExecuteCommandStreamsMESA_reply() local
603 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type) + vn_sizeof_VkFlags(&cmd_flags); vn_sizeof_vkCreateRingMESA() local
628 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type); vn_sizeof_vkCreateRingMESA_reply() local
650 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type) + vn_sizeof_VkFlags(&cmd_flags); vn_sizeof_vkDestroyRingMESA() local
670 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type); vn_sizeof_vkDestroyRingMESA_reply() local
690 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type) + vn_sizeof_VkFlags(&cmd_flags); vn_sizeof_vkNotifyRingMESA() local
714 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type); vn_sizeof_vkNotifyRingMESA_reply() local
738 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type) + vn_sizeof_VkFlags(&cmd_flags); vn_sizeof_vkWriteRingExtraMESA() local
762 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type); vn_sizeof_vkWriteRingExtraMESA_reply() local
786 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type) + vn_sizeof_VkFlags(&cmd_flags); vn_sizeof_vkGetMemoryResourcePropertiesMESA() local
813 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type); vn_sizeof_vkGetMemoryResourcePropertiesMESA_reply() local
849 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type) + vn_sizeof_VkFlags(&cmd_flags); vn_sizeof_vkGetVenusExperimentalFeatureData100000MESA() local
874 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type); vn_sizeof_vkGetVenusExperimentalFeatureData100000MESA_reply() local
913 size_t cmd_size = vn_sizeof_vkSetReplyCommandStreamMESA(pStream); vn_submit_vkSetReplyCommandStreamMESA() local
934 size_t cmd_size = vn_sizeof_vkSeekReplyCommandStreamMESA(position); vn_submit_vkSeekReplyCommandStreamMESA() local
955 size_t cmd_size = vn_sizeof_vkExecuteCommandStreamsMESA(streamCount, pStreams, pReplyPositions, dependencyCount, pDependencies, flags); vn_submit_vkExecuteCommandStreamsMESA() local
976 size_t cmd_size = vn_sizeof_vkCreateRingMESA(ring, pCreateInfo); vn_submit_vkCreateRingMESA() local
997 size_t cmd_size = vn_sizeof_vkDestroyRingMESA(ring); vn_submit_vkDestroyRingMESA() local
1018 size_t cmd_size = vn_sizeof_vkNotifyRingMESA(ring, seqno, flags); vn_submit_vkNotifyRingMESA() local
1039 size_t cmd_size = vn_sizeof_vkWriteRingExtraMESA(ring, offset, value); vn_submit_vkWriteRingExtraMESA() local
1060 size_t cmd_size = vn_sizeof_vkGetMemoryResourcePropertiesMESA(device, resourceId, pMemoryResourceProperties); vn_submit_vkGetMemoryResourcePropertiesMESA() local
1081 size_t cmd_size = vn_sizeof_vkGetVenusExperimentalFeatureData100000MESA(pDataSize, pData); vn_submit_vkGetVenusExperimentalFeatureData100000MESA() local
[all...]
H A Dvn_protocol_driver_buffer.h559 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type) + vn_sizeof_VkFlags(&cmd_flags); in vn_sizeof_vkGetBufferMemoryRequirements() local
586 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type); in vn_sizeof_vkGetBufferMemoryRequirements_reply() local
616 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type) + vn_sizeof_VkFlags(&cmd_flags); vn_sizeof_vkBindBufferMemory() local
642 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type); vn_sizeof_vkBindBufferMemory_reply() local
674 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type) + vn_sizeof_VkFlags(&cmd_flags); vn_sizeof_vkCreateBuffer() local
709 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type); vn_sizeof_vkCreateBuffer_reply() local
747 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type) + vn_sizeof_VkFlags(&cmd_flags); vn_sizeof_vkDestroyBuffer() local
774 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type); vn_sizeof_vkDestroyBuffer_reply() local
798 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type) + vn_sizeof_VkFlags(&cmd_flags); vn_sizeof_vkBindBufferMemory2() local
834 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type); vn_sizeof_vkBindBufferMemory2_reply() local
864 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type) + vn_sizeof_VkFlags(&cmd_flags); vn_sizeof_vkGetBufferMemoryRequirements2() local
894 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type); vn_sizeof_vkGetBufferMemoryRequirements2_reply() local
924 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type) + vn_sizeof_VkFlags(&cmd_flags); vn_sizeof_vkGetDeviceBufferMemoryRequirements() local
954 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type); vn_sizeof_vkGetDeviceBufferMemoryRequirements_reply() local
984 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type) + vn_sizeof_VkFlags(&cmd_flags); vn_sizeof_vkGetBufferOpaqueCaptureAddress() local
1009 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type); vn_sizeof_vkGetBufferOpaqueCaptureAddress_reply() local
1037 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type) + vn_sizeof_VkFlags(&cmd_flags); vn_sizeof_vkGetBufferDeviceAddress() local
1062 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type); vn_sizeof_vkGetBufferDeviceAddress_reply() local
1090 size_t cmd_size = vn_sizeof_vkGetBufferMemoryRequirements(device, buffer, pMemoryRequirements); vn_submit_vkGetBufferMemoryRequirements() local
1111 size_t cmd_size = vn_sizeof_vkBindBufferMemory(device, buffer, memory, memoryOffset); vn_submit_vkBindBufferMemory() local
1132 size_t cmd_size = vn_sizeof_vkCreateBuffer(device, pCreateInfo, pAllocator, pBuffer); vn_submit_vkCreateBuffer() local
1153 size_t cmd_size = vn_sizeof_vkDestroyBuffer(device, buffer, pAllocator); vn_submit_vkDestroyBuffer() local
1174 size_t cmd_size = vn_sizeof_vkBindBufferMemory2(device, bindInfoCount, pBindInfos); vn_submit_vkBindBufferMemory2() local
1195 size_t cmd_size = vn_sizeof_vkGetBufferMemoryRequirements2(device, pInfo, pMemoryRequirements); vn_submit_vkGetBufferMemoryRequirements2() local
1216 size_t cmd_size = vn_sizeof_vkGetDeviceBufferMemoryRequirements(device, pInfo, pMemoryRequirements); vn_submit_vkGetDeviceBufferMemoryRequirements() local
1237 size_t cmd_size = vn_sizeof_vkGetBufferOpaqueCaptureAddress(device, pInfo); vn_submit_vkGetBufferOpaqueCaptureAddress() local
1258 size_t cmd_size = vn_sizeof_vkGetBufferDeviceAddress(device, pInfo); vn_submit_vkGetBufferDeviceAddress() local
[all...]
H A Dvn_protocol_driver_device_memory.h542 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type) + vn_sizeof_VkFlags(&cmd_flags); in vn_sizeof_vkAllocateMemory() local
577 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type); in vn_sizeof_vkAllocateMemory_reply() local
615 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type) + vn_sizeof_VkFlags(&cmd_flags); vn_sizeof_vkFreeMemory() local
642 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type); vn_sizeof_vkFreeMemory_reply() local
666 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type) + vn_sizeof_VkFlags(&cmd_flags); vn_sizeof_vkUnmapMemory() local
688 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type); vn_sizeof_vkUnmapMemory_reply() local
710 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type) + vn_sizeof_VkFlags(&cmd_flags); vn_sizeof_vkFlushMappedMemoryRanges() local
746 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type); vn_sizeof_vkFlushMappedMemoryRanges_reply() local
776 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type) + vn_sizeof_VkFlags(&cmd_flags); vn_sizeof_vkInvalidateMappedMemoryRanges() local
812 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type); vn_sizeof_vkInvalidateMappedMemoryRanges_reply() local
842 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type) + vn_sizeof_VkFlags(&cmd_flags); vn_sizeof_vkGetDeviceMemoryCommitment() local
866 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type); vn_sizeof_vkGetDeviceMemoryCommitment_reply() local
896 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type) + vn_sizeof_VkFlags(&cmd_flags); vn_sizeof_vkGetDeviceMemoryOpaqueCaptureAddress() local
921 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type); vn_sizeof_vkGetDeviceMemoryOpaqueCaptureAddress_reply() local
949 size_t cmd_size = vn_sizeof_vkAllocateMemory(device, pAllocateInfo, pAllocator, pMemory); vn_submit_vkAllocateMemory() local
970 size_t cmd_size = vn_sizeof_vkFreeMemory(device, memory, pAllocator); vn_submit_vkFreeMemory() local
991 size_t cmd_size = vn_sizeof_vkUnmapMemory(device, memory); vn_submit_vkUnmapMemory() local
1012 size_t cmd_size = vn_sizeof_vkFlushMappedMemoryRanges(device, memoryRangeCount, pMemoryRanges); vn_submit_vkFlushMappedMemoryRanges() local
1033 size_t cmd_size = vn_sizeof_vkInvalidateMappedMemoryRanges(device, memoryRangeCount, pMemoryRanges); vn_submit_vkInvalidateMappedMemoryRanges() local
1054 size_t cmd_size = vn_sizeof_vkGetDeviceMemoryCommitment(device, memory, pCommittedMemoryInBytes); vn_submit_vkGetDeviceMemoryCommitment() local
1075 size_t cmd_size = vn_sizeof_vkGetDeviceMemoryOpaqueCaptureAddress(device, pInfo); vn_submit_vkGetDeviceMemoryOpaqueCaptureAddress() local
[all...]
H A Dvn_protocol_driver_pipeline.h2017 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type) + vn_sizeof_VkFlags(&cmd_flags); in vn_sizeof_vkCreateGraphicsPipelines() local
2074 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type); vn_sizeof_vkCreateGraphicsPipelines_reply() local
2123 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type) + vn_sizeof_VkFlags(&cmd_flags); vn_sizeof_vkCreateComputePipelines() local
2180 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type); vn_sizeof_vkCreateComputePipelines_reply() local
2229 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type) + vn_sizeof_VkFlags(&cmd_flags); vn_sizeof_vkDestroyPipeline() local
2256 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type); vn_sizeof_vkDestroyPipeline_reply() local
2280 size_t cmd_size = vn_sizeof_vkCreateGraphicsPipelines(device, pipelineCache, createInfoCount, pCreateInfos, pAllocator, pPipelines); vn_submit_vkCreateGraphicsPipelines() local
2301 size_t cmd_size = vn_sizeof_vkCreateComputePipelines(device, pipelineCache, createInfoCount, pCreateInfos, pAllocator, pPipelines); vn_submit_vkCreateComputePipelines() local
2322 size_t cmd_size = vn_sizeof_vkDestroyPipeline(device, pipeline, pAllocator); vn_submit_vkDestroyPipeline() local
[all...]
H A Dvn_protocol_driver_image.h1185 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type) + vn_sizeof_VkFlags(&cmd_flags); in vn_sizeof_vkGetImageMemoryRequirements() local
1212 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type); in vn_sizeof_vkGetImageMemoryRequirements_reply() local
1242 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type) + vn_sizeof_VkFlags(&cmd_flags); vn_sizeof_vkBindImageMemory() local
1268 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type); vn_sizeof_vkBindImageMemory_reply() local
1300 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type) + vn_sizeof_VkFlags(&cmd_flags); vn_sizeof_vkGetImageSparseMemoryRequirements() local
1341 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type); vn_sizeof_vkGetImageSparseMemoryRequirements_reply() local
1386 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type) + vn_sizeof_VkFlags(&cmd_flags); vn_sizeof_vkCreateImage() local
1421 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type); vn_sizeof_vkCreateImage_reply() local
1459 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type) + vn_sizeof_VkFlags(&cmd_flags); vn_sizeof_vkDestroyImage() local
1486 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type); vn_sizeof_vkDestroyImage_reply() local
1510 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type) + vn_sizeof_VkFlags(&cmd_flags); vn_sizeof_vkGetImageSubresourceLayout() local
1542 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type); vn_sizeof_vkGetImageSubresourceLayout_reply() local
1574 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type) + vn_sizeof_VkFlags(&cmd_flags); vn_sizeof_vkBindImageMemory2() local
1610 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type); vn_sizeof_vkBindImageMemory2_reply() local
1640 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type) + vn_sizeof_VkFlags(&cmd_flags); vn_sizeof_vkGetImageMemoryRequirements2() local
1670 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type); vn_sizeof_vkGetImageMemoryRequirements2_reply() local
1700 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type) + vn_sizeof_VkFlags(&cmd_flags); vn_sizeof_vkGetImageSparseMemoryRequirements2() local
1744 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type); vn_sizeof_vkGetImageSparseMemoryRequirements2_reply() local
1789 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type) + vn_sizeof_VkFlags(&cmd_flags); vn_sizeof_vkGetDeviceImageMemoryRequirements() local
1819 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type); vn_sizeof_vkGetDeviceImageMemoryRequirements_reply() local
1849 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type) + vn_sizeof_VkFlags(&cmd_flags); vn_sizeof_vkGetDeviceImageSparseMemoryRequirements() local
1893 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type); vn_sizeof_vkGetDeviceImageSparseMemoryRequirements_reply() local
1938 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type) + vn_sizeof_VkFlags(&cmd_flags); vn_sizeof_vkGetImageDrmFormatModifierPropertiesEXT() local
1965 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type); vn_sizeof_vkGetImageDrmFormatModifierPropertiesEXT_reply() local
2001 size_t cmd_size = vn_sizeof_vkGetImageMemoryRequirements(device, image, pMemoryRequirements); vn_submit_vkGetImageMemoryRequirements() local
2022 size_t cmd_size = vn_sizeof_vkBindImageMemory(device, image, memory, memoryOffset); vn_submit_vkBindImageMemory() local
2043 size_t cmd_size = vn_sizeof_vkGetImageSparseMemoryRequirements(device, image, pSparseMemoryRequirementCount, pSparseMemoryRequirements); vn_submit_vkGetImageSparseMemoryRequirements() local
2064 size_t cmd_size = vn_sizeof_vkCreateImage(device, pCreateInfo, pAllocator, pImage); vn_submit_vkCreateImage() local
2085 size_t cmd_size = vn_sizeof_vkDestroyImage(device, image, pAllocator); vn_submit_vkDestroyImage() local
2106 size_t cmd_size = vn_sizeof_vkGetImageSubresourceLayout(device, image, pSubresource, pLayout); vn_submit_vkGetImageSubresourceLayout() local
2127 size_t cmd_size = vn_sizeof_vkBindImageMemory2(device, bindInfoCount, pBindInfos); vn_submit_vkBindImageMemory2() local
2148 size_t cmd_size = vn_sizeof_vkGetImageMemoryRequirements2(device, pInfo, pMemoryRequirements); vn_submit_vkGetImageMemoryRequirements2() local
2169 size_t cmd_size = vn_sizeof_vkGetImageSparseMemoryRequirements2(device, pInfo, pSparseMemoryRequirementCount, pSparseMemoryRequirements); vn_submit_vkGetImageSparseMemoryRequirements2() local
2190 size_t cmd_size = vn_sizeof_vkGetDeviceImageMemoryRequirements(device, pInfo, pMemoryRequirements); vn_submit_vkGetDeviceImageMemoryRequirements() local
2211 size_t cmd_size = vn_sizeof_vkGetDeviceImageSparseMemoryRequirements(device, pInfo, pSparseMemoryRequirementCount, pSparseMemoryRequirements); vn_submit_vkGetDeviceImageSparseMemoryRequirements() local
2232 size_t cmd_size = vn_sizeof_vkGetImageDrmFormatModifierPropertiesEXT(device, image, pProperties); vn_submit_vkGetImageDrmFormatModifierPropertiesEXT() local
[all...]
/third_party/curl/lib/
H A Dkrb5.c607 size_t cmd_size = 0; in do_sec_send() local
/third_party/mesa3d/src/mesa/main/
H A Dglthread_draw.c293 int cmd_size = sizeof(struct marshal_cmd_DrawArrays); in draw_arrays_async() local
360 int cmd_size = sizeof(struct marshal_cmd_DrawArraysInstancedBaseInstance) + in draw_arrays_async_user() local
471 int cmd_size = sizeof(struct marshal_cmd_MultiDrawArrays) + in multi_draw_arrays_async() local
642 int cmd_size = sizeof(struct marshal_cmd_DrawRangeElementsBaseVertex); draw_elements_async() local
654 int cmd_size = sizeof(struct marshal_cmd_DrawElementsInstancedARB); draw_elements_async() local
752 int cmd_size = sizeof(struct marshal_cmd_DrawElementsInstancedBaseVertexBaseInstance) + draw_elements_async_user() local
961 int cmd_size = sizeof(struct marshal_cmd_MultiDrawElementsBaseVertex) + multi_draw_elements_async() local
[all...]
/third_party/mesa3d/include/drm-uapi/
H A Dvirtgpu_drm.h178 __u32 cmd_size; member
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/hi3516cv500/mipi_tx/
H A Dmipi_tx_hal.c769 static void mipi_tx_drv_set_payload_data(const unsigned char *cmd, unsigned short cmd_size) in mipi_tx_drv_set_payload_data() argument
[all...]
/third_party/NuttX/drivers/usbdev/gadget/
H A Df_mass_storage.h205 int cmd_size; member
/third_party/mesa3d/src/virtio/vtest/
H A Dvtest_protocol.h227 uint32_t cmd_size; member
/third_party/python/Lib/test/
H A Dtest_ftplib.py214 def cmd_size(self, arg): member in DummyFTPHandler
/third_party/backends/backend/
H A Dlexmark_low.c303 size_t cmd_size; in rts88xx_read_data() local
852 size_t cmd_size; in low_usb_bulk_write() local
1480 size_t cmd_size; in sanei_lexmark_low_move_fwd() local
1662 size_t cmd_size; sanei_lexmark_low_search_home_fwd() local
1998 size_t cmd_size; sanei_lexmark_low_search_home_bwd() local
2519 size_t cmd_size; sanei_lexmark_low_find_start_line() local
4918 size_t cmd_size, xfer_request; sanei_lexmark_low_read_scan_data() local
[all...]
H A Depson.c1852 command (Epson_Scanner * s, u_char * cmd, size_t cmd_size, in command() argument
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_device_generated_commands.c30 radv_get_sequence_size(const struct radv_indirect_command_layout *layout, const struct radv_graphics_pipeline *pipeline, uint32_t *cmd_size, uint32_t *upload_size) radv_get_sequence_size() argument
106 uint32_t cmd_size, upload_size; radv_get_indirect_cmdbuf_size() local
[all...]
/third_party/mesa3d/src/imagination/vulkan/winsys/pvrsrvkm/
H A Dpvr_srv_bridge.c875 pvr_srv_rgx_submit_transfer2(int fd, void *transfer_context, uint32_t prepare_count, uint32_t *client_update_count, void ***update_ufo_sync_prim_block, uint32_t **update_sync_offset, uint32_t **update_value, int32_t check_fence, int32_t update_timeline_2d, int32_t update_timeline_3d, char *update_fence_name, uint32_t *cmd_size, uint8_t **fw_command, uint32_t *tq_prepare_flags, uint32_t ext_job_ref, uint32_t sync_pmr_count, uint32_t *sync_pmr_flags, void **sync_pmrs, int32_t *const update_fence_2d_out, int32_t *const update_fence_3d_out) pvr_srv_rgx_submit_transfer2() argument
1021 pvr_srv_rgx_kick_compute2(int fd, void *compute_context, uint32_t client_update_count, void **client_update_ufo_sync_prim_block, uint32_t *client_update_offset, uint32_t *client_update_value, int32_t check_fence, int32_t update_timeline, uint32_t cmd_size, uint8_t *cdm_cmd, uint32_t ext_job_ref, uint32_t sync_pmr_count, uint32_t *sync_pmr_flags, void **sync_pmrs, uint32_t num_work_groups, uint32_t num_work_items, uint32_t pdump_flags, uint64_t max_deadline_us, char *update_fence_name, int32_t *const update_fence_out) pvr_srv_rgx_kick_compute2() argument
H A Dpvr_srv_bridge.h523 uint32_t *cmd_size; member
598 uint32_t cmd_size; member
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_command_buffer.c730 size_t cmd_size; in vn_BeginCommandBuffer() local
801 size_t cmd_size; in vn_EndCommandBuffer() local

Completed in 54 milliseconds

123