Home
last modified time | relevance | path

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

12345678

/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_so.c72 u32 cmd_size; /* Immutable */ member
310 vmw_view_add(struct vmw_cmdbuf_res_manager *man, struct vmw_resource *ctx, struct vmw_resource *srf, enum vmw_view_type view_type, u32 user_key, const void *cmd, size_t cmd_size, struct list_head *list) vmw_view_add() argument
[all...]
/kernel/linux/linux-6.6/sound/firewire/fireworks/
H A Dfireworks_transaction.c70 snd_efw_transaction_run(struct fw_unit *unit, const void *cmd, unsigned int cmd_size, void *resp, unsigned int resp_size) snd_efw_transaction_run() argument
/third_party/backends/backend/
H A Dkvs20xx_cmd.h58 int cmd_size; member
/third_party/mesa3d/src/freedreno/drm/virtio/
H A Dvirtio_device.c244 execbuf_locked(struct fd_device *dev, void *cmd, uint32_t cmd_size, in execbuf_locked() argument
/third_party/mesa3d/src/mesa/main/
H A Dglthread_bufferobj.c301 size_t cmd_size = sizeof(struct marshal_cmd_BufferData) + (copy_data ? size : 0); in _mesa_marshal_BufferData_merged() local
418 size_t cmd_size = sizeof(struct marshal_cmd_BufferSubData) + size; in _mesa_marshal_BufferSubData_merged() local
/third_party/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_query_pool.h77 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type) + vn_sizeof_VkFlags(&cmd_flags); in vn_sizeof_vkCreateQueryPool() local
112 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type); in vn_sizeof_vkCreateQueryPool_reply() local
150 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type) + vn_sizeof_VkFlags(&cmd_flags); vn_sizeof_vkDestroyQueryPool() local
177 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type); vn_sizeof_vkDestroyQueryPool_reply() local
201 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type) + vn_sizeof_VkFlags(&cmd_flags); vn_sizeof_vkGetQueryPoolResults() local
235 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type); vn_sizeof_vkGetQueryPoolResults_reply() local
286 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type) + vn_sizeof_VkFlags(&cmd_flags); vn_sizeof_vkResetQueryPool() local
312 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type); vn_sizeof_vkResetQueryPool_reply() local
338 size_t cmd_size = vn_sizeof_vkCreateQueryPool(device, pCreateInfo, pAllocator, pQueryPool); vn_submit_vkCreateQueryPool() local
359 size_t cmd_size = vn_sizeof_vkDestroyQueryPool(device, queryPool, pAllocator); vn_submit_vkDestroyQueryPool() local
380 size_t cmd_size = vn_sizeof_vkGetQueryPoolResults(device, queryPool, firstQuery, queryCount, dataSize, pData, stride, flags); vn_submit_vkGetQueryPoolResults() local
401 size_t cmd_size = vn_sizeof_vkResetQueryPool(device, queryPool, firstQuery, queryCount); vn_submit_vkResetQueryPool() local
[all...]
H A Dvn_protocol_driver_pipeline_cache.h85 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type) + vn_sizeof_VkFlags(&cmd_flags); in vn_sizeof_vkCreatePipelineCache() local
120 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type); in vn_sizeof_vkCreatePipelineCache_reply() local
158 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type) + vn_sizeof_VkFlags(&cmd_flags); vn_sizeof_vkDestroyPipelineCache() local
185 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type); vn_sizeof_vkDestroyPipelineCache_reply() local
209 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type) + vn_sizeof_VkFlags(&cmd_flags); vn_sizeof_vkGetPipelineCacheData() local
238 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type); vn_sizeof_vkGetPipelineCacheData_reply() local
287 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type) + vn_sizeof_VkFlags(&cmd_flags); vn_sizeof_vkMergePipelineCaches() local
325 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type); vn_sizeof_vkMergePipelineCaches_reply() local
357 size_t cmd_size = vn_sizeof_vkCreatePipelineCache(device, pCreateInfo, pAllocator, pPipelineCache); vn_submit_vkCreatePipelineCache() local
378 size_t cmd_size = vn_sizeof_vkDestroyPipelineCache(device, pipelineCache, pAllocator); vn_submit_vkDestroyPipelineCache() local
399 size_t cmd_size = vn_sizeof_vkGetPipelineCacheData(device, pipelineCache, pDataSize, pData); vn_submit_vkGetPipelineCacheData() local
420 size_t cmd_size = vn_sizeof_vkMergePipelineCaches(device, dstCache, srcCacheCount, pSrcCaches); vn_submit_vkMergePipelineCaches() local
[all...]
H A Dvn_protocol_driver_private_data_slot.h71 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type) + vn_sizeof_VkFlags(&cmd_flags); in vn_sizeof_vkCreatePrivateDataSlot() local
106 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type); in vn_sizeof_vkCreatePrivateDataSlot_reply() local
144 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type) + vn_sizeof_VkFlags(&cmd_flags); vn_sizeof_vkDestroyPrivateDataSlot() local
171 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type); vn_sizeof_vkDestroyPrivateDataSlot_reply() local
195 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type) + vn_sizeof_VkFlags(&cmd_flags); vn_sizeof_vkSetPrivateData() local
223 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type); vn_sizeof_vkSetPrivateData_reply() local
257 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type) + vn_sizeof_VkFlags(&cmd_flags); vn_sizeof_vkGetPrivateData() local
285 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type); vn_sizeof_vkGetPrivateData_reply() local
319 size_t cmd_size = vn_sizeof_vkCreatePrivateDataSlot(device, pCreateInfo, pAllocator, pPrivateDataSlot); vn_submit_vkCreatePrivateDataSlot() local
340 size_t cmd_size = vn_sizeof_vkDestroyPrivateDataSlot(device, privateDataSlot, pAllocator); vn_submit_vkDestroyPrivateDataSlot() local
361 size_t cmd_size = vn_sizeof_vkSetPrivateData(device, objectType, objectHandle, privateDataSlot, data); vn_submit_vkSetPrivateData() local
382 size_t cmd_size = vn_sizeof_vkGetPrivateData(device, objectType, objectHandle, privateDataSlot, pData); vn_submit_vkGetPrivateData() local
[all...]
H A Dvn_protocol_driver_pipeline_layout.h123 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type) + vn_sizeof_VkFlags(&cmd_flags); in vn_sizeof_vkCreatePipelineLayout() local
158 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type); in vn_sizeof_vkCreatePipelineLayout_reply() local
196 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type) + vn_sizeof_VkFlags(&cmd_flags); vn_sizeof_vkDestroyPipelineLayout() local
223 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type); vn_sizeof_vkDestroyPipelineLayout_reply() local
247 size_t cmd_size = vn_sizeof_vkCreatePipelineLayout(device, pCreateInfo, pAllocator, pPipelineLayout); vn_submit_vkCreatePipelineLayout() local
268 size_t cmd_size = vn_sizeof_vkDestroyPipelineLayout(device, pipelineLayout, pAllocator); vn_submit_vkDestroyPipelineLayout() local
[all...]
H A Dvn_protocol_driver_sampler.h270 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type) + vn_sizeof_VkFlags(&cmd_flags); in vn_sizeof_vkCreateSampler() local
305 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type); in vn_sizeof_vkCreateSampler_reply() local
343 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type) + vn_sizeof_VkFlags(&cmd_flags); vn_sizeof_vkDestroySampler() local
370 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type); vn_sizeof_vkDestroySampler_reply() local
394 size_t cmd_size = vn_sizeof_vkCreateSampler(device, pCreateInfo, pAllocator, pSampler); vn_submit_vkCreateSampler() local
415 size_t cmd_size = vn_sizeof_vkDestroySampler(device, sampler, pAllocator); vn_submit_vkDestroySampler() local
[all...]
H A Dvn_protocol_driver_descriptor_pool.h197 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type) + vn_sizeof_VkFlags(&cmd_flags); in vn_sizeof_vkCreateDescriptorPool() local
232 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type); in vn_sizeof_vkCreateDescriptorPool_reply() local
270 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type) + vn_sizeof_VkFlags(&cmd_flags); vn_sizeof_vkDestroyDescriptorPool() local
297 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type); vn_sizeof_vkDestroyDescriptorPool_reply() local
321 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type) + vn_sizeof_VkFlags(&cmd_flags); vn_sizeof_vkResetDescriptorPool() local
345 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type); vn_sizeof_vkResetDescriptorPool_reply() local
375 size_t cmd_size = vn_sizeof_vkCreateDescriptorPool(device, pCreateInfo, pAllocator, pDescriptorPool); vn_submit_vkCreateDescriptorPool() local
396 size_t cmd_size = vn_sizeof_vkDestroyDescriptorPool(device, descriptorPool, pAllocator); vn_submit_vkDestroyDescriptorPool() local
417 size_t cmd_size = vn_sizeof_vkResetDescriptorPool(device, descriptorPool, flags); vn_submit_vkResetDescriptorPool() local
[all...]
H A Dvn_protocol_driver_command_pool.h73 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type) + vn_sizeof_VkFlags(&cmd_flags); in vn_sizeof_vkCreateCommandPool() local
108 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type); in vn_sizeof_vkCreateCommandPool_reply() local
146 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type) + vn_sizeof_VkFlags(&cmd_flags); vn_sizeof_vkDestroyCommandPool() local
173 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type); vn_sizeof_vkDestroyCommandPool_reply() local
197 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type) + vn_sizeof_VkFlags(&cmd_flags); vn_sizeof_vkResetCommandPool() local
221 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type); vn_sizeof_vkResetCommandPool_reply() local
251 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type) + vn_sizeof_VkFlags(&cmd_flags); vn_sizeof_vkTrimCommandPool() local
275 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type); vn_sizeof_vkTrimCommandPool_reply() local
299 size_t cmd_size = vn_sizeof_vkCreateCommandPool(device, pCreateInfo, pAllocator, pCommandPool); vn_submit_vkCreateCommandPool() local
320 size_t cmd_size = vn_sizeof_vkDestroyCommandPool(device, commandPool, pAllocator); vn_submit_vkDestroyCommandPool() local
341 size_t cmd_size = vn_sizeof_vkResetCommandPool(device, commandPool, flags); vn_submit_vkResetCommandPool() local
362 size_t cmd_size = vn_sizeof_vkTrimCommandPool(device, commandPool, flags); vn_submit_vkTrimCommandPool() local
[all...]
H A Dvn_protocol_driver_event.h71 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type) + vn_sizeof_VkFlags(&cmd_flags); in vn_sizeof_vkCreateEvent() local
106 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type); in vn_sizeof_vkCreateEvent_reply() local
144 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type) + vn_sizeof_VkFlags(&cmd_flags); vn_sizeof_vkDestroyEvent() local
171 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type); vn_sizeof_vkDestroyEvent_reply() local
195 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type) + vn_sizeof_VkFlags(&cmd_flags); vn_sizeof_vkGetEventStatus() local
217 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type); vn_sizeof_vkGetEventStatus_reply() local
245 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type) + vn_sizeof_VkFlags(&cmd_flags); vn_sizeof_vkSetEvent() local
267 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type); vn_sizeof_vkSetEvent_reply() local
295 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type) + vn_sizeof_VkFlags(&cmd_flags); vn_sizeof_vkResetEvent() local
317 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type); vn_sizeof_vkResetEvent_reply() local
345 size_t cmd_size = vn_sizeof_vkCreateEvent(device, pCreateInfo, pAllocator, pEvent); vn_submit_vkCreateEvent() local
366 size_t cmd_size = vn_sizeof_vkDestroyEvent(device, event, pAllocator); vn_submit_vkDestroyEvent() local
387 size_t cmd_size = vn_sizeof_vkGetEventStatus(device, event); vn_submit_vkGetEventStatus() local
408 size_t cmd_size = vn_sizeof_vkSetEvent(device, event); vn_submit_vkSetEvent() local
429 size_t cmd_size = vn_sizeof_vkResetEvent(device, event); vn_submit_vkResetEvent() local
[all...]
H A Dvn_protocol_driver_framebuffer.h270 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type) + vn_sizeof_VkFlags(&cmd_flags); in vn_sizeof_vkCreateFramebuffer() local
305 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type); in vn_sizeof_vkCreateFramebuffer_reply() local
343 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type) + vn_sizeof_VkFlags(&cmd_flags); vn_sizeof_vkDestroyFramebuffer() local
370 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type); vn_sizeof_vkDestroyFramebuffer_reply() local
394 size_t cmd_size = vn_sizeof_vkCreateFramebuffer(device, pCreateInfo, pAllocator, pFramebuffer); vn_submit_vkCreateFramebuffer() local
415 size_t cmd_size = vn_sizeof_vkDestroyFramebuffer(device, framebuffer, pAllocator); vn_submit_vkDestroyFramebuffer() local
[all...]
H A Dvn_protocol_driver_image_view.h248 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type) + vn_sizeof_VkFlags(&cmd_flags); in vn_sizeof_vkCreateImageView() local
283 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type); in vn_sizeof_vkCreateImageView_reply() local
321 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type) + vn_sizeof_VkFlags(&cmd_flags); vn_sizeof_vkDestroyImageView() local
348 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type); vn_sizeof_vkDestroyImageView_reply() local
372 size_t cmd_size = vn_sizeof_vkCreateImageView(device, pCreateInfo, pAllocator, pView); vn_submit_vkCreateImageView() local
393 size_t cmd_size = vn_sizeof_vkDestroyImageView(device, imageView, pAllocator); vn_submit_vkDestroyImageView() local
[all...]
H A Dvn_protocol_driver_descriptor_update_template.h123 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type) + vn_sizeof_VkFlags(&cmd_flags); in vn_sizeof_vkCreateDescriptorUpdateTemplate() local
158 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type); in vn_sizeof_vkCreateDescriptorUpdateTemplate_reply() local
196 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type) + vn_sizeof_VkFlags(&cmd_flags); vn_sizeof_vkDestroyDescriptorUpdateTemplate() local
223 size_t cmd_size = vn_sizeof_VkCommandTypeEXT(&cmd_type); vn_sizeof_vkDestroyDescriptorUpdateTemplate_reply() local
247 size_t cmd_size = vn_sizeof_vkCreateDescriptorUpdateTemplate(device, pCreateInfo, pAllocator, pDescriptorUpdateTemplate); vn_submit_vkCreateDescriptorUpdateTemplate() local
268 size_t cmd_size = vn_sizeof_vkDestroyDescriptorUpdateTemplate(device, descriptorUpdateTemplate, pAllocator); vn_submit_vkDestroyDescriptorUpdateTemplate() local
[all...]
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_instance.h133 vn_instance_submit_command_init(struct vn_instance *instance, struct vn_instance_submit_command *submit, void *cmd_data, size_t cmd_size, size_t reply_size) vn_instance_submit_command_init() argument
/kernel/linux/linux-5.10/drivers/crypto/cavium/cpt/
H A Dcptvf.h62 u32 cmd_size; member
/kernel/linux/linux-5.10/drivers/misc/mei/hdcp/
H A Dmei_hdcp.c554 size_t cmd_size; in mei_hdcp_verify_mprime() local
/kernel/linux/linux-5.10/drivers/misc/ti-st/
H A Dst_kim.c286 int cmd_size; in download_firmware() local
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/fpga/
H A Dtls.c558 size_t cmd_size; in _mlx5_fpga_tls_add_flow() local
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/
H A Duap_cmd.c315 u16 cmd_size = *param_size; in mwifiex_uap_bss_wpa() local
423 u16 cmd_size = *param_size; in mwifiex_uap_bss_wep() local
500 u16 cmd_size = *param_size; mwifiex_uap_bss_param_prepare() local
736 u16 cmd_size, param_size, ie_size; mwifiex_cmd_uap_sys_config() local
[all...]
/kernel/linux/linux-6.6/drivers/misc/mei/hdcp/
H A Dmei_hdcp.c554 size_t cmd_size; in mei_hdcp_verify_mprime() local
/kernel/linux/linux-6.6/drivers/misc/ti-st/
H A Dst_kim.c279 int cmd_size; in download_firmware() local
/kernel/linux/linux-6.6/drivers/crypto/cavium/cpt/
H A Dcptvf.h62 u32 cmd_size; member

Completed in 19 milliseconds

12345678