Searched refs:command_buffer_ops (Results 1 – 14 of 14) sorted by relevance
44 if (device->command_buffer_ops->reset == NULL) in should_recycle_command_buffers()63 pool->command_buffer_ops = device->command_buffer_ops; in vk_command_pool_init()206 result = pool->command_buffer_ops->create(pool, pAllocateInfo->level, &cmd_buffer); in vk_common_AllocateCommandBuffers()
48 const struct vk_command_buffer_ops *command_buffer_ops; member
132 const struct vk_command_buffer_ops *command_buffer_ops; member
8 ``command_buffer_ops`` field of :c:struct:`vk_device`.
154 dev->vk.command_buffer_ops = &nvk_cmd_buffer_ops; in nvk_CreateDevice()
254 device->vk.command_buffer_ops = &panvk_per_arch(cmd_buffer_ops); in panvk_per_arch()
365 dev->vk.command_buffer_ops = &hk_cmd_buffer_ops; in hk_CreateDevice()
98 result = pool->command_buffer_ops->create(pool, cmd_buffer->vk.level, &tmp_cmd_buffer); in anv_cmd_buffer_ensure_rcs_companion()
419 device->vk.command_buffer_ops = &anv_cmd_buffer_ops; in anv_CreateDevice()
1086 device->vk.command_buffer_ops = &radv_cmd_buffer_ops; in radv_CreateDevice()
1748 device->vk.command_buffer_ops = &lvp_cmd_buffer_ops; in lvp_CreateDevice()
1832 device->vk.command_buffer_ops = &v3dv_cmd_buffer_ops; in v3dv_CreateDevice()
2484 device->vk.command_buffer_ops = &anv_cmd_buffer_ops; in anv_CreateDevice()
2297 device->vk.command_buffer_ops = &tu_cmd_buffer_ops; in tu_CreateDevice()