Searched refs:command_type (Results 1 - 25 of 27) sorted by relevance

12

/xsrc/external/mit/MesaLib/dist/src/virtio/venus-protocol/
H A Dvn_protocol_driver_event.h122 VkCommandTypeEXT command_type; local in function:vn_decode_vkCreateEvent_reply
123 vn_decode_VkCommandTypeEXT(dec, &command_type);
124 assert(command_type == VK_COMMAND_TYPE_vkCreateEvent_EXT);
182 VkCommandTypeEXT command_type; local in function:vn_decode_vkDestroyEvent_reply
183 vn_decode_VkCommandTypeEXT(dec, &command_type);
184 assert(command_type == VK_COMMAND_TYPE_vkDestroyEvent_EXT);
229 VkCommandTypeEXT command_type; local in function:vn_decode_vkGetEventStatus_reply
230 vn_decode_VkCommandTypeEXT(dec, &command_type);
231 assert(command_type == VK_COMMAND_TYPE_vkGetEventStatus_EXT);
279 VkCommandTypeEXT command_type; local in function:vn_decode_vkSetEvent_reply
329 VkCommandTypeEXT command_type; local in function:vn_decode_vkResetEvent_reply
[all...]
H A Dvn_protocol_driver_transport.h455 VkCommandTypeEXT command_type; local in function:vn_decode_vkSetReplyCommandStreamMESA_reply
456 vn_decode_VkCommandTypeEXT(dec, &command_type);
457 assert(command_type == VK_COMMAND_TYPE_vkSetReplyCommandStreamMESA_EXT);
495 VkCommandTypeEXT command_type; local in function:vn_decode_vkSeekReplyCommandStreamMESA_reply
496 vn_decode_VkCommandTypeEXT(dec, &command_type);
497 assert(command_type == VK_COMMAND_TYPE_vkSeekReplyCommandStreamMESA_EXT);
584 VkCommandTypeEXT command_type; local in function:vn_decode_vkExecuteCommandStreamsMESA_reply
585 vn_decode_VkCommandTypeEXT(dec, &command_type);
586 assert(command_type == VK_COMMAND_TYPE_vkExecuteCommandStreamsMESA_EXT);
635 VkCommandTypeEXT command_type; local in function:vn_decode_vkCreateRingMESA_reply
676 VkCommandTypeEXT command_type; local in function:vn_decode_vkDestroyRingMESA_reply
722 VkCommandTypeEXT command_type; local in function:vn_decode_vkNotifyRingMESA_reply
770 VkCommandTypeEXT command_type; local in function:vn_decode_vkWriteRingExtraMESA_reply
825 VkCommandTypeEXT command_type; local in function:vn_decode_vkGetMemoryResourcePropertiesMESA_reply
888 VkCommandTypeEXT command_type; local in function:vn_decode_vkGetVenusExperimentalFeatureData100000MESA_reply
[all...]
H A Dvn_protocol_driver_descriptor_pool.h158 VkCommandTypeEXT command_type; local in function:vn_decode_vkCreateDescriptorPool_reply
159 vn_decode_VkCommandTypeEXT(dec, &command_type);
160 assert(command_type == VK_COMMAND_TYPE_vkCreateDescriptorPool_EXT);
218 VkCommandTypeEXT command_type; local in function:vn_decode_vkDestroyDescriptorPool_reply
219 vn_decode_VkCommandTypeEXT(dec, &command_type);
220 assert(command_type == VK_COMMAND_TYPE_vkDestroyDescriptorPool_EXT);
268 VkCommandTypeEXT command_type; local in function:vn_decode_vkResetDescriptorPool_reply
269 vn_decode_VkCommandTypeEXT(dec, &command_type);
270 assert(command_type == VK_COMMAND_TYPE_vkResetDescriptorPool_EXT);
H A Dvn_protocol_driver_command_pool.h124 VkCommandTypeEXT command_type; local in function:vn_decode_vkCreateCommandPool_reply
125 vn_decode_VkCommandTypeEXT(dec, &command_type);
126 assert(command_type == VK_COMMAND_TYPE_vkCreateCommandPool_EXT);
184 VkCommandTypeEXT command_type; local in function:vn_decode_vkDestroyCommandPool_reply
185 vn_decode_VkCommandTypeEXT(dec, &command_type);
186 assert(command_type == VK_COMMAND_TYPE_vkDestroyCommandPool_EXT);
234 VkCommandTypeEXT command_type; local in function:vn_decode_vkResetCommandPool_reply
235 vn_decode_VkCommandTypeEXT(dec, &command_type);
236 assert(command_type == VK_COMMAND_TYPE_vkResetCommandPool_EXT);
286 VkCommandTypeEXT command_type; local in function:vn_decode_vkTrimCommandPool_reply
[all...]
H A Dvn_protocol_driver_pipeline_cache.h136 VkCommandTypeEXT command_type; local in function:vn_decode_vkCreatePipelineCache_reply
137 vn_decode_VkCommandTypeEXT(dec, &command_type);
138 assert(command_type == VK_COMMAND_TYPE_vkCreatePipelineCache_EXT);
196 VkCommandTypeEXT command_type; local in function:vn_decode_vkDestroyPipelineCache_reply
197 vn_decode_VkCommandTypeEXT(dec, &command_type);
198 assert(command_type == VK_COMMAND_TYPE_vkDestroyPipelineCache_EXT);
259 VkCommandTypeEXT command_type; local in function:vn_decode_vkGetPipelineCacheData_reply
260 vn_decode_VkCommandTypeEXT(dec, &command_type);
261 assert(command_type == VK_COMMAND_TYPE_vkGetPipelineCacheData_EXT);
339 VkCommandTypeEXT command_type; local in function:vn_decode_vkMergePipelineCaches_reply
[all...]
H A Dvn_protocol_driver_query_pool.h128 VkCommandTypeEXT command_type; local in function:vn_decode_vkCreateQueryPool_reply
129 vn_decode_VkCommandTypeEXT(dec, &command_type);
130 assert(command_type == VK_COMMAND_TYPE_vkCreateQueryPool_EXT);
188 VkCommandTypeEXT command_type; local in function:vn_decode_vkDestroyQueryPool_reply
189 vn_decode_VkCommandTypeEXT(dec, &command_type);
190 assert(command_type == VK_COMMAND_TYPE_vkDestroyQueryPool_EXT);
258 VkCommandTypeEXT command_type; local in function:vn_decode_vkGetQueryPoolResults_reply
259 vn_decode_VkCommandTypeEXT(dec, &command_type);
260 assert(command_type == VK_COMMAND_TYPE_vkGetQueryPoolResults_EXT);
324 VkCommandTypeEXT command_type; local in function:vn_decode_vkResetQueryPool_reply
[all...]
H A Dvn_protocol_driver_buffer_view.h130 VkCommandTypeEXT command_type; local in function:vn_decode_vkCreateBufferView_reply
131 vn_decode_VkCommandTypeEXT(dec, &command_type);
132 assert(command_type == VK_COMMAND_TYPE_vkCreateBufferView_EXT);
190 VkCommandTypeEXT command_type; local in function:vn_decode_vkDestroyBufferView_reply
191 vn_decode_VkCommandTypeEXT(dec, &command_type);
192 assert(command_type == VK_COMMAND_TYPE_vkDestroyBufferView_EXT);
H A Dvn_protocol_driver_sampler_ycbcr_conversion.h136 VkCommandTypeEXT command_type; local in function:vn_decode_vkCreateSamplerYcbcrConversion_reply
137 vn_decode_VkCommandTypeEXT(dec, &command_type);
138 assert(command_type == VK_COMMAND_TYPE_vkCreateSamplerYcbcrConversion_EXT);
196 VkCommandTypeEXT command_type; local in function:vn_decode_vkDestroySamplerYcbcrConversion_reply
197 vn_decode_VkCommandTypeEXT(dec, &command_type);
198 assert(command_type == VK_COMMAND_TYPE_vkDestroySamplerYcbcrConversion_EXT);
H A Dvn_protocol_driver_shader_module.h136 VkCommandTypeEXT command_type; local in function:vn_decode_vkCreateShaderModule_reply
137 vn_decode_VkCommandTypeEXT(dec, &command_type);
138 assert(command_type == VK_COMMAND_TYPE_vkCreateShaderModule_EXT);
196 VkCommandTypeEXT command_type; local in function:vn_decode_vkDestroyShaderModule_reply
197 vn_decode_VkCommandTypeEXT(dec, &command_type);
198 assert(command_type == VK_COMMAND_TYPE_vkDestroyShaderModule_EXT);
H A Dvn_protocol_driver_command_buffer.h1309 VkCommandTypeEXT command_type; local in function:vn_decode_vkAllocateCommandBuffers_reply
1310 vn_decode_VkCommandTypeEXT(dec, &command_type);
1311 assert(command_type == VK_COMMAND_TYPE_vkAllocateCommandBuffers_EXT);
1383 VkCommandTypeEXT command_type; local in function:vn_decode_vkFreeCommandBuffers_reply
1384 vn_decode_VkCommandTypeEXT(dec, &command_type);
1385 assert(command_type == VK_COMMAND_TYPE_vkFreeCommandBuffers_EXT);
1434 VkCommandTypeEXT command_type; local in function:vn_decode_vkBeginCommandBuffer_reply
1435 vn_decode_VkCommandTypeEXT(dec, &command_type);
1436 assert(command_type == VK_COMMAND_TYPE_vkBeginCommandBuffer_EXT);
1481 VkCommandTypeEXT command_type; local in function:vn_decode_vkEndCommandBuffer_reply
1530 VkCommandTypeEXT command_type; local in function:vn_decode_vkResetCommandBuffer_reply
1581 VkCommandTypeEXT command_type; local in function:vn_decode_vkCmdBindPipeline_reply
1644 VkCommandTypeEXT command_type; local in function:vn_decode_vkCmdSetViewport_reply
1708 VkCommandTypeEXT command_type; local in function:vn_decode_vkCmdSetScissor_reply
1754 VkCommandTypeEXT command_type; local in function:vn_decode_vkCmdSetLineWidth_reply
1804 VkCommandTypeEXT command_type; local in function:vn_decode_vkCmdSetDepthBias_reply
1852 VkCommandTypeEXT command_type; local in function:vn_decode_vkCmdSetBlendConstants_reply
1899 VkCommandTypeEXT command_type; local in function:vn_decode_vkCmdSetDepthBounds_reply
1947 VkCommandTypeEXT command_type; local in function:vn_decode_vkCmdSetStencilCompareMask_reply
1995 VkCommandTypeEXT command_type; local in function:vn_decode_vkCmdSetStencilWriteMask_reply
2043 VkCommandTypeEXT command_type; local in function:vn_decode_vkCmdSetStencilReference_reply
2128 VkCommandTypeEXT command_type; local in function:vn_decode_vkCmdBindDescriptorSets_reply
2184 VkCommandTypeEXT command_type; local in function:vn_decode_vkCmdBindIndexBuffer_reply
2261 VkCommandTypeEXT command_type; local in function:vn_decode_vkCmdBindVertexBuffers_reply
2317 VkCommandTypeEXT command_type; local in function:vn_decode_vkCmdDraw_reply
2376 VkCommandTypeEXT command_type; local in function:vn_decode_vkCmdDrawIndexed_reply
2433 VkCommandTypeEXT command_type; local in function:vn_decode_vkCmdDrawIndirect_reply
2489 VkCommandTypeEXT command_type; local in function:vn_decode_vkCmdDrawIndexedIndirect_reply
2542 VkCommandTypeEXT command_type; local in function:vn_decode_vkCmdDispatch_reply
2591 VkCommandTypeEXT command_type; local in function:vn_decode_vkCmdDispatchIndirect_reply
2657 VkCommandTypeEXT command_type; local in function:vn_decode_vkCmdCopyBuffer_reply
2731 VkCommandTypeEXT command_type; local in function:vn_decode_vkCmdCopyImage_reply
2810 VkCommandTypeEXT command_type; local in function:vn_decode_vkCmdBlitImage_reply
2884 VkCommandTypeEXT command_type; local in function:vn_decode_vkCmdCopyBufferToImage_reply
2956 VkCommandTypeEXT command_type; local in function:vn_decode_vkCmdCopyImageToBuffer_reply
3023 VkCommandTypeEXT command_type; local in function:vn_decode_vkCmdUpdateBuffer_reply
3079 VkCommandTypeEXT command_type; local in function:vn_decode_vkCmdFillBuffer_reply
3153 VkCommandTypeEXT command_type; local in function:vn_decode_vkCmdClearColorImage_reply
3228 VkCommandTypeEXT command_type; local in function:vn_decode_vkCmdClearDepthStencilImage_reply
3309 VkCommandTypeEXT command_type; local in function:vn_decode_vkCmdClearAttachments_reply
3383 VkCommandTypeEXT command_type; local in function:vn_decode_vkCmdResolveImage_reply
3435 VkCommandTypeEXT command_type; local in function:vn_decode_vkCmdSetEvent_reply
3483 VkCommandTypeEXT command_type; local in function:vn_decode_vkCmdResetEvent_reply
3603 VkCommandTypeEXT command_type; local in function:vn_decode_vkCmdWaitEvents_reply
3716 VkCommandTypeEXT command_type; local in function:vn_decode_vkCmdPipelineBarrier_reply
3774 VkCommandTypeEXT command_type; local in function:vn_decode_vkCmdBeginQuery_reply
3823 VkCommandTypeEXT command_type; local in function:vn_decode_vkCmdEndQuery_reply
3874 VkCommandTypeEXT command_type; local in function:vn_decode_vkCmdResetQueryPool_reply
3926 VkCommandTypeEXT command_type; local in function:vn_decode_vkCmdWriteTimestamp_reply
3990 VkCommandTypeEXT command_type; local in function:vn_decode_vkCmdCopyQueryPoolResults_reply
4062 VkCommandTypeEXT command_type; local in function:vn_decode_vkCmdPushConstants_reply
4116 VkCommandTypeEXT command_type; local in function:vn_decode_vkCmdBeginRenderPass_reply
4161 VkCommandTypeEXT command_type; local in function:vn_decode_vkCmdNextSubpass_reply
4202 VkCommandTypeEXT command_type; local in function:vn_decode_vkCmdEndRenderPass_reply
4260 VkCommandTypeEXT command_type; local in function:vn_decode_vkCmdExecuteCommands_reply
4305 VkCommandTypeEXT command_type; local in function:vn_decode_vkCmdSetDeviceMask_reply
4364 VkCommandTypeEXT command_type; local in function:vn_decode_vkCmdDispatchBase_reply
4422 VkCommandTypeEXT command_type; local in function:vn_decode_vkCmdBeginRenderPass2_reply
4476 VkCommandTypeEXT command_type; local in function:vn_decode_vkCmdNextSubpass2_reply
4524 VkCommandTypeEXT command_type; local in function:vn_decode_vkCmdEndRenderPass2_reply
4583 VkCommandTypeEXT command_type; local in function:vn_decode_vkCmdDrawIndirectCount_reply
4647 VkCommandTypeEXT command_type; local in function:vn_decode_vkCmdDrawIndexedIndirectCount_reply
4740 VkCommandTypeEXT command_type; local in function:vn_decode_vkCmdBindTransformFeedbackBuffersEXT_reply
4819 VkCommandTypeEXT command_type; local in function:vn_decode_vkCmdBeginTransformFeedbackEXT_reply
4897 VkCommandTypeEXT command_type; local in function:vn_decode_vkCmdEndTransformFeedbackEXT_reply
4953 VkCommandTypeEXT command_type; local in function:vn_decode_vkCmdBeginQueryIndexedEXT_reply
5006 VkCommandTypeEXT command_type; local in function:vn_decode_vkCmdEndQueryIndexedEXT_reply
5067 VkCommandTypeEXT command_type; local in function:vn_decode_vkCmdDrawIndirectByteCountEXT_reply
[all...]
H A Dvn_protocol_driver_device_memory.h649 VkCommandTypeEXT command_type; local in function:vn_decode_vkAllocateMemory_reply
650 vn_decode_VkCommandTypeEXT(dec, &command_type);
651 assert(command_type == VK_COMMAND_TYPE_vkAllocateMemory_EXT);
709 VkCommandTypeEXT command_type; local in function:vn_decode_vkFreeMemory_reply
710 vn_decode_VkCommandTypeEXT(dec, &command_type);
711 assert(command_type == VK_COMMAND_TYPE_vkFreeMemory_EXT);
754 VkCommandTypeEXT command_type; local in function:vn_decode_vkUnmapMemory_reply
755 vn_decode_VkCommandTypeEXT(dec, &command_type);
756 assert(command_type == VK_COMMAND_TYPE_vkUnmapMemory_EXT);
815 VkCommandTypeEXT command_type; local in function:vn_decode_vkFlushMappedMemoryRanges_reply
881 VkCommandTypeEXT command_type; local in function:vn_decode_vkInvalidateMappedMemoryRanges_reply
935 VkCommandTypeEXT command_type; local in function:vn_decode_vkGetDeviceMemoryCommitment_reply
989 VkCommandTypeEXT command_type; local in function:vn_decode_vkGetDeviceMemoryOpaqueCaptureAddress_reply
[all...]
H A Dvn_protocol_driver_fence.h208 VkCommandTypeEXT command_type; local in function:vn_decode_vkCreateFence_reply
209 vn_decode_VkCommandTypeEXT(dec, &command_type);
210 assert(command_type == VK_COMMAND_TYPE_vkCreateFence_EXT);
268 VkCommandTypeEXT command_type; local in function:vn_decode_vkDestroyFence_reply
269 vn_decode_VkCommandTypeEXT(dec, &command_type);
270 assert(command_type == VK_COMMAND_TYPE_vkDestroyFence_EXT);
330 VkCommandTypeEXT command_type; local in function:vn_decode_vkResetFences_reply
331 vn_decode_VkCommandTypeEXT(dec, &command_type);
332 assert(command_type == VK_COMMAND_TYPE_vkResetFences_EXT);
381 VkCommandTypeEXT command_type; local in function:vn_decode_vkGetFenceStatus_reply
452 VkCommandTypeEXT command_type; local in function:vn_decode_vkWaitForFences_reply
[all...]
H A Dvn_protocol_driver_instance.h259 VkCommandTypeEXT command_type; local in function:vn_decode_vkCreateInstance_reply
260 vn_decode_VkCommandTypeEXT(dec, &command_type);
261 assert(command_type == VK_COMMAND_TYPE_vkCreateInstance_EXT);
315 VkCommandTypeEXT command_type; local in function:vn_decode_vkDestroyInstance_reply
316 vn_decode_VkCommandTypeEXT(dec, &command_type);
317 assert(command_type == VK_COMMAND_TYPE_vkDestroyInstance_EXT);
360 VkCommandTypeEXT command_type; local in function:vn_decode_vkEnumerateInstanceVersion_reply
361 vn_decode_VkCommandTypeEXT(dec, &command_type);
362 assert(command_type == VK_COMMAND_TYPE_vkEnumerateInstanceVersion_EXT);
436 VkCommandTypeEXT command_type; local in function:vn_decode_vkEnumerateInstanceLayerProperties_reply
535 VkCommandTypeEXT command_type; local in function:vn_decode_vkEnumerateInstanceExtensionProperties_reply
[all...]
H A Dvn_protocol_driver_semaphore.h384 VkCommandTypeEXT command_type; local in function:vn_decode_vkCreateSemaphore_reply
385 vn_decode_VkCommandTypeEXT(dec, &command_type);
386 assert(command_type == VK_COMMAND_TYPE_vkCreateSemaphore_EXT);
444 VkCommandTypeEXT command_type; local in function:vn_decode_vkDestroySemaphore_reply
445 vn_decode_VkCommandTypeEXT(dec, &command_type);
446 assert(command_type == VK_COMMAND_TYPE_vkDestroySemaphore_EXT);
496 VkCommandTypeEXT command_type; local in function:vn_decode_vkGetSemaphoreCounterValue_reply
497 vn_decode_VkCommandTypeEXT(dec, &command_type);
498 assert(command_type == VK_COMMAND_TYPE_vkGetSemaphoreCounterValue_EXT);
557 VkCommandTypeEXT command_type; local in function:vn_decode_vkWaitSemaphores_reply
611 VkCommandTypeEXT command_type; local in function:vn_decode_vkSignalSemaphore_reply
[all...]
H A Dvn_protocol_driver_buffer.h652 VkCommandTypeEXT command_type; local in function:vn_decode_vkGetBufferMemoryRequirements_reply
653 vn_decode_VkCommandTypeEXT(dec, &command_type);
654 assert(command_type == VK_COMMAND_TYPE_vkGetBufferMemoryRequirements_EXT);
709 VkCommandTypeEXT command_type; local in function:vn_decode_vkBindBufferMemory_reply
710 vn_decode_VkCommandTypeEXT(dec, &command_type);
711 assert(command_type == VK_COMMAND_TYPE_vkBindBufferMemory_EXT);
778 VkCommandTypeEXT command_type; local in function:vn_decode_vkCreateBuffer_reply
779 vn_decode_VkCommandTypeEXT(dec, &command_type);
780 assert(command_type == VK_COMMAND_TYPE_vkCreateBuffer_EXT);
838 VkCommandTypeEXT command_type; local in function:vn_decode_vkDestroyBuffer_reply
900 VkCommandTypeEXT command_type; local in function:vn_decode_vkBindBufferMemory2_reply
960 VkCommandTypeEXT command_type; local in function:vn_decode_vkGetBufferMemoryRequirements2_reply
1014 VkCommandTypeEXT command_type; local in function:vn_decode_vkGetBufferOpaqueCaptureAddress_reply
1067 VkCommandTypeEXT command_type; local in function:vn_decode_vkGetBufferDeviceAddress_reply
[all...]
H A Dvn_protocol_driver_descriptor_update_template.h174 VkCommandTypeEXT command_type; local in function:vn_decode_vkCreateDescriptorUpdateTemplate_reply
175 vn_decode_VkCommandTypeEXT(dec, &command_type);
176 assert(command_type == VK_COMMAND_TYPE_vkCreateDescriptorUpdateTemplate_EXT);
234 VkCommandTypeEXT command_type; local in function:vn_decode_vkDestroyDescriptorUpdateTemplate_reply
235 vn_decode_VkCommandTypeEXT(dec, &command_type);
236 assert(command_type == VK_COMMAND_TYPE_vkDestroyDescriptorUpdateTemplate_EXT);
H A Dvn_protocol_driver_image_view.h230 VkCommandTypeEXT command_type; local in function:vn_decode_vkCreateImageView_reply
231 vn_decode_VkCommandTypeEXT(dec, &command_type);
232 assert(command_type == VK_COMMAND_TYPE_vkCreateImageView_EXT);
290 VkCommandTypeEXT command_type; local in function:vn_decode_vkDestroyImageView_reply
291 vn_decode_VkCommandTypeEXT(dec, &command_type);
292 assert(command_type == VK_COMMAND_TYPE_vkDestroyImageView_EXT);
H A Dvn_protocol_driver_pipeline_layout.h174 VkCommandTypeEXT command_type; local in function:vn_decode_vkCreatePipelineLayout_reply
175 vn_decode_VkCommandTypeEXT(dec, &command_type);
176 assert(command_type == VK_COMMAND_TYPE_vkCreatePipelineLayout_EXT);
234 VkCommandTypeEXT command_type; local in function:vn_decode_vkDestroyPipelineLayout_reply
235 vn_decode_VkCommandTypeEXT(dec, &command_type);
236 assert(command_type == VK_COMMAND_TYPE_vkDestroyPipelineLayout_EXT);
H A Dvn_protocol_driver_sampler.h250 VkCommandTypeEXT command_type; local in function:vn_decode_vkCreateSampler_reply
251 vn_decode_VkCommandTypeEXT(dec, &command_type);
252 assert(command_type == VK_COMMAND_TYPE_vkCreateSampler_EXT);
310 VkCommandTypeEXT command_type; local in function:vn_decode_vkDestroySampler_reply
311 vn_decode_VkCommandTypeEXT(dec, &command_type);
312 assert(command_type == VK_COMMAND_TYPE_vkDestroySampler_EXT);
H A Dvn_protocol_driver_image.h1281 VkCommandTypeEXT command_type; local in function:vn_decode_vkGetImageMemoryRequirements_reply
1282 vn_decode_VkCommandTypeEXT(dec, &command_type);
1283 assert(command_type == VK_COMMAND_TYPE_vkGetImageMemoryRequirements_EXT);
1338 VkCommandTypeEXT command_type; local in function:vn_decode_vkBindImageMemory_reply
1339 vn_decode_VkCommandTypeEXT(dec, &command_type);
1340 assert(command_type == VK_COMMAND_TYPE_vkBindImageMemory_EXT);
1417 VkCommandTypeEXT command_type; local in function:vn_decode_vkGetImageSparseMemoryRequirements_reply
1418 vn_decode_VkCommandTypeEXT(dec, &command_type);
1419 assert(command_type == VK_COMMAND_TYPE_vkGetImageSparseMemoryRequirements_EXT);
1493 VkCommandTypeEXT command_type; local in function:vn_decode_vkCreateImage_reply
1553 VkCommandTypeEXT command_type; local in function:vn_decode_vkDestroyImage_reply
1612 VkCommandTypeEXT command_type; local in function:vn_decode_vkGetImageSubresourceLayout_reply
1679 VkCommandTypeEXT command_type; local in function:vn_decode_vkBindImageMemory2_reply
1739 VkCommandTypeEXT command_type; local in function:vn_decode_vkGetImageMemoryRequirements2_reply
1820 VkCommandTypeEXT command_type; local in function:vn_decode_vkGetImageSparseMemoryRequirements2_reply
1887 VkCommandTypeEXT command_type; local in function:vn_decode_vkGetImageDrmFormatModifierPropertiesEXT_reply
[all...]
H A Dvn_protocol_driver_framebuffer.h321 VkCommandTypeEXT command_type; local in function:vn_decode_vkCreateFramebuffer_reply
322 vn_decode_VkCommandTypeEXT(dec, &command_type);
323 assert(command_type == VK_COMMAND_TYPE_vkCreateFramebuffer_EXT);
381 VkCommandTypeEXT command_type; local in function:vn_decode_vkDestroyFramebuffer_reply
382 vn_decode_VkCommandTypeEXT(dec, &command_type);
383 assert(command_type == VK_COMMAND_TYPE_vkDestroyFramebuffer_EXT);
H A Dvn_protocol_driver_descriptor_set.h457 VkCommandTypeEXT command_type; local in function:vn_decode_vkAllocateDescriptorSets_reply
458 vn_decode_VkCommandTypeEXT(dec, &command_type);
459 assert(command_type == VK_COMMAND_TYPE_vkAllocateDescriptorSets_EXT);
533 VkCommandTypeEXT command_type; local in function:vn_decode_vkFreeDescriptorSets_reply
534 vn_decode_VkCommandTypeEXT(dec, &command_type);
535 assert(command_type == VK_COMMAND_TYPE_vkFreeDescriptorSets_EXT);
616 VkCommandTypeEXT command_type; local in function:vn_decode_vkUpdateDescriptorSets_reply
617 vn_decode_VkCommandTypeEXT(dec, &command_type);
618 assert(command_type == VK_COMMAND_TYPE_vkUpdateDescriptorSets_EXT);
H A Dvn_protocol_driver_descriptor_set_layout.h559 VkCommandTypeEXT command_type; local in function:vn_decode_vkCreateDescriptorSetLayout_reply
560 vn_decode_VkCommandTypeEXT(dec, &command_type);
561 assert(command_type == VK_COMMAND_TYPE_vkCreateDescriptorSetLayout_EXT);
619 VkCommandTypeEXT command_type; local in function:vn_decode_vkDestroyDescriptorSetLayout_reply
620 vn_decode_VkCommandTypeEXT(dec, &command_type);
621 assert(command_type == VK_COMMAND_TYPE_vkDestroyDescriptorSetLayout_EXT);
675 VkCommandTypeEXT command_type; local in function:vn_decode_vkGetDescriptorSetLayoutSupport_reply
676 vn_decode_VkCommandTypeEXT(dec, &command_type);
677 assert(command_type == VK_COMMAND_TYPE_vkGetDescriptorSetLayoutSupport_EXT);
H A Dvn_protocol_driver_queue.h842 VkCommandTypeEXT command_type; local in function:vn_decode_vkQueueSubmit_reply
843 vn_decode_VkCommandTypeEXT(dec, &command_type);
844 assert(command_type == VK_COMMAND_TYPE_vkQueueSubmit_EXT);
891 VkCommandTypeEXT command_type; local in function:vn_decode_vkQueueWaitIdle_reply
892 vn_decode_VkCommandTypeEXT(dec, &command_type);
893 assert(command_type == VK_COMMAND_TYPE_vkQueueWaitIdle_EXT);
958 VkCommandTypeEXT command_type; local in function:vn_decode_vkQueueBindSparse_reply
959 vn_decode_VkCommandTypeEXT(dec, &command_type);
960 assert(command_type == VK_COMMAND_TYPE_vkQueueBindSparse_EXT);
H A Dvn_protocol_driver_render_pass.h1253 VkCommandTypeEXT command_type; local in function:vn_decode_vkCreateRenderPass_reply
1254 vn_decode_VkCommandTypeEXT(dec, &command_type);
1255 assert(command_type == VK_COMMAND_TYPE_vkCreateRenderPass_EXT);
1313 VkCommandTypeEXT command_type; local in function:vn_decode_vkDestroyRenderPass_reply
1314 vn_decode_VkCommandTypeEXT(dec, &command_type);
1315 assert(command_type == VK_COMMAND_TYPE_vkDestroyRenderPass_EXT);
1366 VkCommandTypeEXT command_type; local in function:vn_decode_vkGetRenderAreaGranularity_reply
1367 vn_decode_VkCommandTypeEXT(dec, &command_type);
1368 assert(command_type == VK_COMMAND_TYPE_vkGetRenderAreaGranularity_EXT);
1434 VkCommandTypeEXT command_type; local in function:vn_decode_vkCreateRenderPass2_reply
[all...]

Completed in 83 milliseconds

12