Home
last modified time | relevance | path

Searched refs:command_type (Results 1 – 25 of 28) sorted by relevance

12

/third_party/mesa3d/src/virtio/venus-protocol/
Dvn_protocol_driver_event.h122 VkCommandTypeEXT command_type; in vn_decode_vkCreateEvent_reply() local
123 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkCreateEvent_reply()
124 assert(command_type == VK_COMMAND_TYPE_vkCreateEvent_EXT); in vn_decode_vkCreateEvent_reply()
182 VkCommandTypeEXT command_type; in vn_decode_vkDestroyEvent_reply() local
183 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkDestroyEvent_reply()
184 assert(command_type == VK_COMMAND_TYPE_vkDestroyEvent_EXT); in vn_decode_vkDestroyEvent_reply()
229 VkCommandTypeEXT command_type; in vn_decode_vkGetEventStatus_reply() local
230 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkGetEventStatus_reply()
231 assert(command_type == VK_COMMAND_TYPE_vkGetEventStatus_EXT); in vn_decode_vkGetEventStatus_reply()
279 VkCommandTypeEXT command_type; in vn_decode_vkSetEvent_reply() local
[all …]
Dvn_protocol_driver_command_buffer.h2555 VkCommandTypeEXT command_type; in vn_decode_vkAllocateCommandBuffers_reply() local
2556 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkAllocateCommandBuffers_reply()
2557 assert(command_type == VK_COMMAND_TYPE_vkAllocateCommandBuffers_EXT); in vn_decode_vkAllocateCommandBuffers_reply()
2629 VkCommandTypeEXT command_type; in vn_decode_vkFreeCommandBuffers_reply() local
2630 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkFreeCommandBuffers_reply()
2631 assert(command_type == VK_COMMAND_TYPE_vkFreeCommandBuffers_EXT); in vn_decode_vkFreeCommandBuffers_reply()
2680 VkCommandTypeEXT command_type; in vn_decode_vkBeginCommandBuffer_reply() local
2681 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkBeginCommandBuffer_reply()
2682 assert(command_type == VK_COMMAND_TYPE_vkBeginCommandBuffer_EXT); in vn_decode_vkBeginCommandBuffer_reply()
2727 VkCommandTypeEXT command_type; in vn_decode_vkEndCommandBuffer_reply() local
[all …]
Dvn_protocol_driver_transport.h458 VkCommandTypeEXT command_type; in vn_decode_vkSetReplyCommandStreamMESA_reply() local
459 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkSetReplyCommandStreamMESA_reply()
460 assert(command_type == VK_COMMAND_TYPE_vkSetReplyCommandStreamMESA_EXT); in vn_decode_vkSetReplyCommandStreamMESA_reply()
498 VkCommandTypeEXT command_type; in vn_decode_vkSeekReplyCommandStreamMESA_reply() local
499 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkSeekReplyCommandStreamMESA_reply()
500 assert(command_type == VK_COMMAND_TYPE_vkSeekReplyCommandStreamMESA_EXT); in vn_decode_vkSeekReplyCommandStreamMESA_reply()
587 VkCommandTypeEXT command_type; in vn_decode_vkExecuteCommandStreamsMESA_reply() local
588 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkExecuteCommandStreamsMESA_reply()
589 assert(command_type == VK_COMMAND_TYPE_vkExecuteCommandStreamsMESA_EXT); in vn_decode_vkExecuteCommandStreamsMESA_reply()
638 VkCommandTypeEXT command_type; in vn_decode_vkCreateRingMESA_reply() local
[all …]
Dvn_protocol_driver_command_pool.h124 VkCommandTypeEXT command_type; in vn_decode_vkCreateCommandPool_reply() local
125 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkCreateCommandPool_reply()
126 assert(command_type == VK_COMMAND_TYPE_vkCreateCommandPool_EXT); in vn_decode_vkCreateCommandPool_reply()
184 VkCommandTypeEXT command_type; in vn_decode_vkDestroyCommandPool_reply() local
185 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkDestroyCommandPool_reply()
186 assert(command_type == VK_COMMAND_TYPE_vkDestroyCommandPool_EXT); in vn_decode_vkDestroyCommandPool_reply()
234 VkCommandTypeEXT command_type; in vn_decode_vkResetCommandPool_reply() local
235 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkResetCommandPool_reply()
236 assert(command_type == VK_COMMAND_TYPE_vkResetCommandPool_EXT); in vn_decode_vkResetCommandPool_reply()
286 VkCommandTypeEXT command_type; in vn_decode_vkTrimCommandPool_reply() local
[all …]
Dvn_protocol_driver_fence.h214 VkCommandTypeEXT command_type; in vn_decode_vkCreateFence_reply() local
215 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkCreateFence_reply()
216 assert(command_type == VK_COMMAND_TYPE_vkCreateFence_EXT); in vn_decode_vkCreateFence_reply()
274 VkCommandTypeEXT command_type; in vn_decode_vkDestroyFence_reply() local
275 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkDestroyFence_reply()
276 assert(command_type == VK_COMMAND_TYPE_vkDestroyFence_EXT); in vn_decode_vkDestroyFence_reply()
336 VkCommandTypeEXT command_type; in vn_decode_vkResetFences_reply() local
337 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkResetFences_reply()
338 assert(command_type == VK_COMMAND_TYPE_vkResetFences_EXT); in vn_decode_vkResetFences_reply()
387 VkCommandTypeEXT command_type; in vn_decode_vkGetFenceStatus_reply() local
[all …]
Dvn_protocol_driver_pipeline_cache.h136 VkCommandTypeEXT command_type; in vn_decode_vkCreatePipelineCache_reply() local
137 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkCreatePipelineCache_reply()
138 assert(command_type == VK_COMMAND_TYPE_vkCreatePipelineCache_EXT); in vn_decode_vkCreatePipelineCache_reply()
196 VkCommandTypeEXT command_type; in vn_decode_vkDestroyPipelineCache_reply() local
197 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkDestroyPipelineCache_reply()
198 assert(command_type == VK_COMMAND_TYPE_vkDestroyPipelineCache_EXT); in vn_decode_vkDestroyPipelineCache_reply()
259 VkCommandTypeEXT command_type; in vn_decode_vkGetPipelineCacheData_reply() local
260 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkGetPipelineCacheData_reply()
261 assert(command_type == VK_COMMAND_TYPE_vkGetPipelineCacheData_EXT); in vn_decode_vkGetPipelineCacheData_reply()
339 VkCommandTypeEXT command_type; in vn_decode_vkMergePipelineCaches_reply() local
[all …]
Dvn_protocol_driver_private_data_slot.h122 VkCommandTypeEXT command_type; in vn_decode_vkCreatePrivateDataSlot_reply() local
123 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkCreatePrivateDataSlot_reply()
124 assert(command_type == VK_COMMAND_TYPE_vkCreatePrivateDataSlot_EXT); in vn_decode_vkCreatePrivateDataSlot_reply()
182 VkCommandTypeEXT command_type; in vn_decode_vkDestroyPrivateDataSlot_reply() local
183 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkDestroyPrivateDataSlot_reply()
184 assert(command_type == VK_COMMAND_TYPE_vkDestroyPrivateDataSlot_EXT); in vn_decode_vkDestroyPrivateDataSlot_reply()
238 VkCommandTypeEXT command_type; in vn_decode_vkSetPrivateData_reply() local
239 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkSetPrivateData_reply()
240 assert(command_type == VK_COMMAND_TYPE_vkSetPrivateData_EXT); in vn_decode_vkSetPrivateData_reply()
300 VkCommandTypeEXT command_type; in vn_decode_vkGetPrivateData_reply() local
[all …]
Dvn_protocol_driver_query_pool.h128 VkCommandTypeEXT command_type; in vn_decode_vkCreateQueryPool_reply() local
129 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkCreateQueryPool_reply()
130 assert(command_type == VK_COMMAND_TYPE_vkCreateQueryPool_EXT); in vn_decode_vkCreateQueryPool_reply()
188 VkCommandTypeEXT command_type; in vn_decode_vkDestroyQueryPool_reply() local
189 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkDestroyQueryPool_reply()
190 assert(command_type == VK_COMMAND_TYPE_vkDestroyQueryPool_EXT); in vn_decode_vkDestroyQueryPool_reply()
258 VkCommandTypeEXT command_type; in vn_decode_vkGetQueryPoolResults_reply() local
259 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkGetQueryPoolResults_reply()
260 assert(command_type == VK_COMMAND_TYPE_vkGetQueryPoolResults_EXT); in vn_decode_vkGetQueryPoolResults_reply()
324 VkCommandTypeEXT command_type; in vn_decode_vkResetQueryPool_reply() local
[all …]
Dvn_protocol_driver_buffer.h599 VkCommandTypeEXT command_type; in vn_decode_vkGetBufferMemoryRequirements_reply() local
600 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkGetBufferMemoryRequirements_reply()
601 assert(command_type == VK_COMMAND_TYPE_vkGetBufferMemoryRequirements_EXT); in vn_decode_vkGetBufferMemoryRequirements_reply()
656 VkCommandTypeEXT command_type; in vn_decode_vkBindBufferMemory_reply() local
657 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkBindBufferMemory_reply()
658 assert(command_type == VK_COMMAND_TYPE_vkBindBufferMemory_EXT); in vn_decode_vkBindBufferMemory_reply()
725 VkCommandTypeEXT command_type; in vn_decode_vkCreateBuffer_reply() local
726 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkCreateBuffer_reply()
727 assert(command_type == VK_COMMAND_TYPE_vkCreateBuffer_EXT); in vn_decode_vkCreateBuffer_reply()
785 VkCommandTypeEXT command_type; in vn_decode_vkDestroyBuffer_reply() local
[all …]
Dvn_protocol_driver_instance.h259 VkCommandTypeEXT command_type; in vn_decode_vkCreateInstance_reply() local
260 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkCreateInstance_reply()
261 assert(command_type == VK_COMMAND_TYPE_vkCreateInstance_EXT); in vn_decode_vkCreateInstance_reply()
315 VkCommandTypeEXT command_type; in vn_decode_vkDestroyInstance_reply() local
316 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkDestroyInstance_reply()
317 assert(command_type == VK_COMMAND_TYPE_vkDestroyInstance_EXT); in vn_decode_vkDestroyInstance_reply()
360 VkCommandTypeEXT command_type; in vn_decode_vkEnumerateInstanceVersion_reply() local
361 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkEnumerateInstanceVersion_reply()
362 assert(command_type == VK_COMMAND_TYPE_vkEnumerateInstanceVersion_EXT); in vn_decode_vkEnumerateInstanceVersion_reply()
436 VkCommandTypeEXT command_type; in vn_decode_vkEnumerateInstanceLayerProperties_reply() local
[all …]
Dvn_protocol_driver_semaphore.h356 VkCommandTypeEXT command_type; in vn_decode_vkCreateSemaphore_reply() local
357 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkCreateSemaphore_reply()
358 assert(command_type == VK_COMMAND_TYPE_vkCreateSemaphore_EXT); in vn_decode_vkCreateSemaphore_reply()
416 VkCommandTypeEXT command_type; in vn_decode_vkDestroySemaphore_reply() local
417 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkDestroySemaphore_reply()
418 assert(command_type == VK_COMMAND_TYPE_vkDestroySemaphore_EXT); in vn_decode_vkDestroySemaphore_reply()
468 VkCommandTypeEXT command_type; in vn_decode_vkGetSemaphoreCounterValue_reply() local
469 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkGetSemaphoreCounterValue_reply()
470 assert(command_type == VK_COMMAND_TYPE_vkGetSemaphoreCounterValue_EXT); in vn_decode_vkGetSemaphoreCounterValue_reply()
529 VkCommandTypeEXT command_type; in vn_decode_vkWaitSemaphores_reply() local
[all …]
Dvn_protocol_driver_device_memory.h593 VkCommandTypeEXT command_type; in vn_decode_vkAllocateMemory_reply() local
594 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkAllocateMemory_reply()
595 assert(command_type == VK_COMMAND_TYPE_vkAllocateMemory_EXT); in vn_decode_vkAllocateMemory_reply()
653 VkCommandTypeEXT command_type; in vn_decode_vkFreeMemory_reply() local
654 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkFreeMemory_reply()
655 assert(command_type == VK_COMMAND_TYPE_vkFreeMemory_EXT); in vn_decode_vkFreeMemory_reply()
698 VkCommandTypeEXT command_type; in vn_decode_vkUnmapMemory_reply() local
699 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkUnmapMemory_reply()
700 assert(command_type == VK_COMMAND_TYPE_vkUnmapMemory_EXT); in vn_decode_vkUnmapMemory_reply()
759 VkCommandTypeEXT command_type; in vn_decode_vkFlushMappedMemoryRanges_reply() local
[all …]
Dvn_protocol_driver_descriptor_pool.h248 VkCommandTypeEXT command_type; in vn_decode_vkCreateDescriptorPool_reply() local
249 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkCreateDescriptorPool_reply()
250 assert(command_type == VK_COMMAND_TYPE_vkCreateDescriptorPool_EXT); in vn_decode_vkCreateDescriptorPool_reply()
308 VkCommandTypeEXT command_type; in vn_decode_vkDestroyDescriptorPool_reply() local
309 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkDestroyDescriptorPool_reply()
310 assert(command_type == VK_COMMAND_TYPE_vkDestroyDescriptorPool_EXT); in vn_decode_vkDestroyDescriptorPool_reply()
358 VkCommandTypeEXT command_type; in vn_decode_vkResetDescriptorPool_reply() local
359 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkResetDescriptorPool_reply()
360 assert(command_type == VK_COMMAND_TYPE_vkResetDescriptorPool_EXT); in vn_decode_vkResetDescriptorPool_reply()
Dvn_protocol_driver_buffer_view.h130 VkCommandTypeEXT command_type; in vn_decode_vkCreateBufferView_reply() local
131 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkCreateBufferView_reply()
132 assert(command_type == VK_COMMAND_TYPE_vkCreateBufferView_EXT); in vn_decode_vkCreateBufferView_reply()
190 VkCommandTypeEXT command_type; in vn_decode_vkDestroyBufferView_reply() local
191 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkDestroyBufferView_reply()
192 assert(command_type == VK_COMMAND_TYPE_vkDestroyBufferView_EXT); in vn_decode_vkDestroyBufferView_reply()
Dvn_protocol_driver_shader_module.h136 VkCommandTypeEXT command_type; in vn_decode_vkCreateShaderModule_reply() local
137 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkCreateShaderModule_reply()
138 assert(command_type == VK_COMMAND_TYPE_vkCreateShaderModule_EXT); in vn_decode_vkCreateShaderModule_reply()
196 VkCommandTypeEXT command_type; in vn_decode_vkDestroyShaderModule_reply() local
197 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkDestroyShaderModule_reply()
198 assert(command_type == VK_COMMAND_TYPE_vkDestroyShaderModule_EXT); in vn_decode_vkDestroyShaderModule_reply()
Dvn_protocol_driver_image.h1225 VkCommandTypeEXT command_type; in vn_decode_vkGetImageMemoryRequirements_reply() local
1226 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkGetImageMemoryRequirements_reply()
1227 assert(command_type == VK_COMMAND_TYPE_vkGetImageMemoryRequirements_EXT); in vn_decode_vkGetImageMemoryRequirements_reply()
1282 VkCommandTypeEXT command_type; in vn_decode_vkBindImageMemory_reply() local
1283 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkBindImageMemory_reply()
1284 assert(command_type == VK_COMMAND_TYPE_vkBindImageMemory_EXT); in vn_decode_vkBindImageMemory_reply()
1361 VkCommandTypeEXT command_type; in vn_decode_vkGetImageSparseMemoryRequirements_reply() local
1362 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkGetImageSparseMemoryRequirements_reply()
1363 assert(command_type == VK_COMMAND_TYPE_vkGetImageSparseMemoryRequirements_EXT); in vn_decode_vkGetImageSparseMemoryRequirements_reply()
1437 VkCommandTypeEXT command_type; in vn_decode_vkCreateImage_reply() local
[all …]
Dvn_protocol_driver_sampler_ycbcr_conversion.h136 VkCommandTypeEXT command_type; in vn_decode_vkCreateSamplerYcbcrConversion_reply() local
137 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkCreateSamplerYcbcrConversion_reply()
138 assert(command_type == VK_COMMAND_TYPE_vkCreateSamplerYcbcrConversion_EXT); in vn_decode_vkCreateSamplerYcbcrConversion_reply()
196 VkCommandTypeEXT command_type; in vn_decode_vkDestroySamplerYcbcrConversion_reply() local
197 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkDestroySamplerYcbcrConversion_reply()
198 assert(command_type == VK_COMMAND_TYPE_vkDestroySamplerYcbcrConversion_EXT); in vn_decode_vkDestroySamplerYcbcrConversion_reply()
Dvn_protocol_driver_descriptor_update_template.h174 VkCommandTypeEXT command_type; in vn_decode_vkCreateDescriptorUpdateTemplate_reply() local
175 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkCreateDescriptorUpdateTemplate_reply()
176 assert(command_type == VK_COMMAND_TYPE_vkCreateDescriptorUpdateTemplate_EXT); in vn_decode_vkCreateDescriptorUpdateTemplate_reply()
234 VkCommandTypeEXT command_type; in vn_decode_vkDestroyDescriptorUpdateTemplate_reply() local
235 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkDestroyDescriptorUpdateTemplate_reply()
236 assert(command_type == VK_COMMAND_TYPE_vkDestroyDescriptorUpdateTemplate_EXT); in vn_decode_vkDestroyDescriptorUpdateTemplate_reply()
Dvn_protocol_driver_pipeline_layout.h174 VkCommandTypeEXT command_type; in vn_decode_vkCreatePipelineLayout_reply() local
175 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkCreatePipelineLayout_reply()
176 assert(command_type == VK_COMMAND_TYPE_vkCreatePipelineLayout_EXT); in vn_decode_vkCreatePipelineLayout_reply()
234 VkCommandTypeEXT command_type; in vn_decode_vkDestroyPipelineLayout_reply() local
235 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkDestroyPipelineLayout_reply()
236 assert(command_type == VK_COMMAND_TYPE_vkDestroyPipelineLayout_EXT); in vn_decode_vkDestroyPipelineLayout_reply()
Dvn_protocol_driver_image_view.h299 VkCommandTypeEXT command_type; in vn_decode_vkCreateImageView_reply() local
300 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkCreateImageView_reply()
301 assert(command_type == VK_COMMAND_TYPE_vkCreateImageView_EXT); in vn_decode_vkCreateImageView_reply()
359 VkCommandTypeEXT command_type; in vn_decode_vkDestroyImageView_reply() local
360 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkDestroyImageView_reply()
361 assert(command_type == VK_COMMAND_TYPE_vkDestroyImageView_EXT); in vn_decode_vkDestroyImageView_reply()
Dvn_protocol_driver_descriptor_set_layout.h561 VkCommandTypeEXT command_type; in vn_decode_vkCreateDescriptorSetLayout_reply() local
562 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkCreateDescriptorSetLayout_reply()
563 assert(command_type == VK_COMMAND_TYPE_vkCreateDescriptorSetLayout_EXT); in vn_decode_vkCreateDescriptorSetLayout_reply()
621 VkCommandTypeEXT command_type; in vn_decode_vkDestroyDescriptorSetLayout_reply() local
622 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkDestroyDescriptorSetLayout_reply()
623 assert(command_type == VK_COMMAND_TYPE_vkDestroyDescriptorSetLayout_EXT); in vn_decode_vkDestroyDescriptorSetLayout_reply()
677 VkCommandTypeEXT command_type; in vn_decode_vkGetDescriptorSetLayoutSupport_reply() local
678 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkGetDescriptorSetLayoutSupport_reply()
679 assert(command_type == VK_COMMAND_TYPE_vkGetDescriptorSetLayoutSupport_EXT); in vn_decode_vkGetDescriptorSetLayoutSupport_reply()
Dvn_protocol_driver_sampler.h321 VkCommandTypeEXT command_type; in vn_decode_vkCreateSampler_reply() local
322 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkCreateSampler_reply()
323 assert(command_type == VK_COMMAND_TYPE_vkCreateSampler_EXT); in vn_decode_vkCreateSampler_reply()
381 VkCommandTypeEXT command_type; in vn_decode_vkDestroySampler_reply() local
382 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkDestroySampler_reply()
383 assert(command_type == VK_COMMAND_TYPE_vkDestroySampler_EXT); in vn_decode_vkDestroySampler_reply()
Dvn_protocol_driver_framebuffer.h321 VkCommandTypeEXT command_type; in vn_decode_vkCreateFramebuffer_reply() local
322 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkCreateFramebuffer_reply()
323 assert(command_type == VK_COMMAND_TYPE_vkCreateFramebuffer_EXT); in vn_decode_vkCreateFramebuffer_reply()
381 VkCommandTypeEXT command_type; in vn_decode_vkDestroyFramebuffer_reply() local
382 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkDestroyFramebuffer_reply()
383 assert(command_type == VK_COMMAND_TYPE_vkDestroyFramebuffer_EXT); in vn_decode_vkDestroyFramebuffer_reply()
Dvn_protocol_driver_descriptor_set.h559 VkCommandTypeEXT command_type; in vn_decode_vkAllocateDescriptorSets_reply() local
560 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkAllocateDescriptorSets_reply()
561 assert(command_type == VK_COMMAND_TYPE_vkAllocateDescriptorSets_EXT); in vn_decode_vkAllocateDescriptorSets_reply()
635 VkCommandTypeEXT command_type; in vn_decode_vkFreeDescriptorSets_reply() local
636 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkFreeDescriptorSets_reply()
637 assert(command_type == VK_COMMAND_TYPE_vkFreeDescriptorSets_EXT); in vn_decode_vkFreeDescriptorSets_reply()
718 VkCommandTypeEXT command_type; in vn_decode_vkUpdateDescriptorSets_reply() local
719 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkUpdateDescriptorSets_reply()
720 assert(command_type == VK_COMMAND_TYPE_vkUpdateDescriptorSets_EXT); in vn_decode_vkUpdateDescriptorSets_reply()
Dvn_protocol_driver_queue.h1057 VkCommandTypeEXT command_type; in vn_decode_vkQueueSubmit_reply() local
1058 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkQueueSubmit_reply()
1059 assert(command_type == VK_COMMAND_TYPE_vkQueueSubmit_EXT); in vn_decode_vkQueueSubmit_reply()
1106 VkCommandTypeEXT command_type; in vn_decode_vkQueueWaitIdle_reply() local
1107 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkQueueWaitIdle_reply()
1108 assert(command_type == VK_COMMAND_TYPE_vkQueueWaitIdle_EXT); in vn_decode_vkQueueWaitIdle_reply()
1173 VkCommandTypeEXT command_type; in vn_decode_vkQueueBindSparse_reply() local
1174 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkQueueBindSparse_reply()
1175 assert(command_type == VK_COMMAND_TYPE_vkQueueBindSparse_EXT); in vn_decode_vkQueueBindSparse_reply()
1243 VkCommandTypeEXT command_type; in vn_decode_vkQueueSubmit2_reply() local
[all …]

12