Home
last modified time | relevance | path

Searched refs:radv_cmd_buffer_ops (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/mesa3d/src/amd/vulkan/
H A Dradv_cmd_buffer.h23 extern const struct vk_command_buffer_ops radv_cmd_buffer_ops;
H A Dradv_device.c1086 device->vk.command_buffer_ops = &radv_cmd_buffer_ops; in radv_CreateDevice()
H A Dradv_cmd_buffer.c376 VkResult result = vk_command_buffer_init(pool, &cmd_buffer->vk, &radv_cmd_buffer_ops, level); in radv_create_cmd_buffer()
494 const struct vk_command_buffer_ops radv_cmd_buffer_ops = { variable