Home
last modified time | relevance | path

Searched refs:command_type (Results 1 – 25 of 34) 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.h1309 VkCommandTypeEXT command_type; in vn_decode_vkAllocateCommandBuffers_reply() local
1310 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkAllocateCommandBuffers_reply()
1311 assert(command_type == VK_COMMAND_TYPE_vkAllocateCommandBuffers_EXT); in vn_decode_vkAllocateCommandBuffers_reply()
1383 VkCommandTypeEXT command_type; in vn_decode_vkFreeCommandBuffers_reply() local
1384 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkFreeCommandBuffers_reply()
1385 assert(command_type == VK_COMMAND_TYPE_vkFreeCommandBuffers_EXT); in vn_decode_vkFreeCommandBuffers_reply()
1434 VkCommandTypeEXT command_type; in vn_decode_vkBeginCommandBuffer_reply() local
1435 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkBeginCommandBuffer_reply()
1436 assert(command_type == VK_COMMAND_TYPE_vkBeginCommandBuffer_EXT); in vn_decode_vkBeginCommandBuffer_reply()
1481 VkCommandTypeEXT command_type; in vn_decode_vkEndCommandBuffer_reply() local
[all …]
Dvn_protocol_driver_transport.h455 VkCommandTypeEXT command_type; in vn_decode_vkSetReplyCommandStreamMESA_reply() local
456 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkSetReplyCommandStreamMESA_reply()
457 assert(command_type == VK_COMMAND_TYPE_vkSetReplyCommandStreamMESA_EXT); in vn_decode_vkSetReplyCommandStreamMESA_reply()
495 VkCommandTypeEXT command_type; in vn_decode_vkSeekReplyCommandStreamMESA_reply() local
496 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkSeekReplyCommandStreamMESA_reply()
497 assert(command_type == VK_COMMAND_TYPE_vkSeekReplyCommandStreamMESA_EXT); in vn_decode_vkSeekReplyCommandStreamMESA_reply()
584 VkCommandTypeEXT command_type; in vn_decode_vkExecuteCommandStreamsMESA_reply() local
585 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkExecuteCommandStreamsMESA_reply()
586 assert(command_type == VK_COMMAND_TYPE_vkExecuteCommandStreamsMESA_EXT); in vn_decode_vkExecuteCommandStreamsMESA_reply()
635 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.h208 VkCommandTypeEXT command_type; in vn_decode_vkCreateFence_reply() local
209 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkCreateFence_reply()
210 assert(command_type == VK_COMMAND_TYPE_vkCreateFence_EXT); in vn_decode_vkCreateFence_reply()
268 VkCommandTypeEXT command_type; in vn_decode_vkDestroyFence_reply() local
269 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkDestroyFence_reply()
270 assert(command_type == VK_COMMAND_TYPE_vkDestroyFence_EXT); in vn_decode_vkDestroyFence_reply()
330 VkCommandTypeEXT command_type; in vn_decode_vkResetFences_reply() local
331 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkResetFences_reply()
332 assert(command_type == VK_COMMAND_TYPE_vkResetFences_EXT); in vn_decode_vkResetFences_reply()
381 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_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_descriptor_pool.h158 VkCommandTypeEXT command_type; in vn_decode_vkCreateDescriptorPool_reply() local
159 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkCreateDescriptorPool_reply()
160 assert(command_type == VK_COMMAND_TYPE_vkCreateDescriptorPool_EXT); in vn_decode_vkCreateDescriptorPool_reply()
218 VkCommandTypeEXT command_type; in vn_decode_vkDestroyDescriptorPool_reply() local
219 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkDestroyDescriptorPool_reply()
220 assert(command_type == VK_COMMAND_TYPE_vkDestroyDescriptorPool_EXT); in vn_decode_vkDestroyDescriptorPool_reply()
268 VkCommandTypeEXT command_type; in vn_decode_vkResetDescriptorPool_reply() local
269 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkResetDescriptorPool_reply()
270 assert(command_type == VK_COMMAND_TYPE_vkResetDescriptorPool_EXT); in vn_decode_vkResetDescriptorPool_reply()
Dvn_protocol_driver_buffer.h652 VkCommandTypeEXT command_type; in vn_decode_vkGetBufferMemoryRequirements_reply() local
653 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkGetBufferMemoryRequirements_reply()
654 assert(command_type == VK_COMMAND_TYPE_vkGetBufferMemoryRequirements_EXT); in vn_decode_vkGetBufferMemoryRequirements_reply()
709 VkCommandTypeEXT command_type; in vn_decode_vkBindBufferMemory_reply() local
710 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkBindBufferMemory_reply()
711 assert(command_type == VK_COMMAND_TYPE_vkBindBufferMemory_EXT); in vn_decode_vkBindBufferMemory_reply()
778 VkCommandTypeEXT command_type; in vn_decode_vkCreateBuffer_reply() local
779 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkCreateBuffer_reply()
780 assert(command_type == VK_COMMAND_TYPE_vkCreateBuffer_EXT); in vn_decode_vkCreateBuffer_reply()
838 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.h384 VkCommandTypeEXT command_type; in vn_decode_vkCreateSemaphore_reply() local
385 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkCreateSemaphore_reply()
386 assert(command_type == VK_COMMAND_TYPE_vkCreateSemaphore_EXT); in vn_decode_vkCreateSemaphore_reply()
444 VkCommandTypeEXT command_type; in vn_decode_vkDestroySemaphore_reply() local
445 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkDestroySemaphore_reply()
446 assert(command_type == VK_COMMAND_TYPE_vkDestroySemaphore_EXT); in vn_decode_vkDestroySemaphore_reply()
496 VkCommandTypeEXT command_type; in vn_decode_vkGetSemaphoreCounterValue_reply() local
497 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkGetSemaphoreCounterValue_reply()
498 assert(command_type == VK_COMMAND_TYPE_vkGetSemaphoreCounterValue_EXT); in vn_decode_vkGetSemaphoreCounterValue_reply()
557 VkCommandTypeEXT command_type; in vn_decode_vkWaitSemaphores_reply() local
[all …]
Dvn_protocol_driver_device_memory.h649 VkCommandTypeEXT command_type; in vn_decode_vkAllocateMemory_reply() local
650 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkAllocateMemory_reply()
651 assert(command_type == VK_COMMAND_TYPE_vkAllocateMemory_EXT); in vn_decode_vkAllocateMemory_reply()
709 VkCommandTypeEXT command_type; in vn_decode_vkFreeMemory_reply() local
710 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkFreeMemory_reply()
711 assert(command_type == VK_COMMAND_TYPE_vkFreeMemory_EXT); in vn_decode_vkFreeMemory_reply()
754 VkCommandTypeEXT command_type; in vn_decode_vkUnmapMemory_reply() local
755 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkUnmapMemory_reply()
756 assert(command_type == VK_COMMAND_TYPE_vkUnmapMemory_EXT); in vn_decode_vkUnmapMemory_reply()
815 VkCommandTypeEXT command_type; in vn_decode_vkFlushMappedMemoryRanges_reply() local
[all …]
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_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_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_image.h1281 VkCommandTypeEXT command_type; in vn_decode_vkGetImageMemoryRequirements_reply() local
1282 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkGetImageMemoryRequirements_reply()
1283 assert(command_type == VK_COMMAND_TYPE_vkGetImageMemoryRequirements_EXT); in vn_decode_vkGetImageMemoryRequirements_reply()
1338 VkCommandTypeEXT command_type; in vn_decode_vkBindImageMemory_reply() local
1339 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkBindImageMemory_reply()
1340 assert(command_type == VK_COMMAND_TYPE_vkBindImageMemory_EXT); in vn_decode_vkBindImageMemory_reply()
1417 VkCommandTypeEXT command_type; in vn_decode_vkGetImageSparseMemoryRequirements_reply() local
1418 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkGetImageSparseMemoryRequirements_reply()
1419 assert(command_type == VK_COMMAND_TYPE_vkGetImageSparseMemoryRequirements_EXT); in vn_decode_vkGetImageSparseMemoryRequirements_reply()
1493 VkCommandTypeEXT command_type; in vn_decode_vkCreateImage_reply() local
[all …]
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_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_image_view.h230 VkCommandTypeEXT command_type; in vn_decode_vkCreateImageView_reply() local
231 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkCreateImageView_reply()
232 assert(command_type == VK_COMMAND_TYPE_vkCreateImageView_EXT); in vn_decode_vkCreateImageView_reply()
290 VkCommandTypeEXT command_type; in vn_decode_vkDestroyImageView_reply() local
291 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkDestroyImageView_reply()
292 assert(command_type == VK_COMMAND_TYPE_vkDestroyImageView_EXT); in vn_decode_vkDestroyImageView_reply()
Dvn_protocol_driver_sampler.h250 VkCommandTypeEXT command_type; in vn_decode_vkCreateSampler_reply() local
251 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkCreateSampler_reply()
252 assert(command_type == VK_COMMAND_TYPE_vkCreateSampler_EXT); in vn_decode_vkCreateSampler_reply()
310 VkCommandTypeEXT command_type; in vn_decode_vkDestroySampler_reply() local
311 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkDestroySampler_reply()
312 assert(command_type == VK_COMMAND_TYPE_vkDestroySampler_EXT); in vn_decode_vkDestroySampler_reply()
Dvn_protocol_driver_descriptor_set_layout.h559 VkCommandTypeEXT command_type; in vn_decode_vkCreateDescriptorSetLayout_reply() local
560 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkCreateDescriptorSetLayout_reply()
561 assert(command_type == VK_COMMAND_TYPE_vkCreateDescriptorSetLayout_EXT); in vn_decode_vkCreateDescriptorSetLayout_reply()
619 VkCommandTypeEXT command_type; in vn_decode_vkDestroyDescriptorSetLayout_reply() local
620 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkDestroyDescriptorSetLayout_reply()
621 assert(command_type == VK_COMMAND_TYPE_vkDestroyDescriptorSetLayout_EXT); in vn_decode_vkDestroyDescriptorSetLayout_reply()
675 VkCommandTypeEXT command_type; in vn_decode_vkGetDescriptorSetLayoutSupport_reply() local
676 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkGetDescriptorSetLayoutSupport_reply()
677 assert(command_type == VK_COMMAND_TYPE_vkGetDescriptorSetLayoutSupport_EXT); in vn_decode_vkGetDescriptorSetLayoutSupport_reply()
Dvn_protocol_driver_descriptor_set.h457 VkCommandTypeEXT command_type; in vn_decode_vkAllocateDescriptorSets_reply() local
458 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkAllocateDescriptorSets_reply()
459 assert(command_type == VK_COMMAND_TYPE_vkAllocateDescriptorSets_EXT); in vn_decode_vkAllocateDescriptorSets_reply()
533 VkCommandTypeEXT command_type; in vn_decode_vkFreeDescriptorSets_reply() local
534 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkFreeDescriptorSets_reply()
535 assert(command_type == VK_COMMAND_TYPE_vkFreeDescriptorSets_EXT); in vn_decode_vkFreeDescriptorSets_reply()
616 VkCommandTypeEXT command_type; in vn_decode_vkUpdateDescriptorSets_reply() local
617 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkUpdateDescriptorSets_reply()
618 assert(command_type == VK_COMMAND_TYPE_vkUpdateDescriptorSets_EXT); in vn_decode_vkUpdateDescriptorSets_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()
/third_party/boost/doc/html/boost_asio/example/cpp11/socks4/
Dsocks4.hpp26 enum command_type enum in socks4::request
32 request(command_type cmd, const boost::asio::ip::tcp::endpoint& endpoint, in request()
/third_party/boost/libs/asio/example/cpp11/socks4/
Dsocks4.hpp26 enum command_type enum in socks4::request
32 request(command_type cmd, const boost::asio::ip::tcp::endpoint& endpoint, in request()

12