Searched refs:nvk_cmd_buffer_upload_alloc (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/mesa3d/src/nouveau/vulkan/ |
H A D | nvk_cmd_meta.c | 28 result = nvk_cmd_buffer_upload_alloc(cmd, buffer->vk.size, 16, in nvk_cmd_bind_map_buffer()
|
H A D | nvk_cmd_buffer.h | 316 VkResult nvk_cmd_buffer_upload_alloc(struct nvk_cmd_buffer *cmd,
|
H A D | nvk_cmd_buffer.c | 194 nvk_cmd_buffer_upload_alloc(struct nvk_cmd_buffer *cmd, in nvk_cmd_buffer_upload_alloc() function 245 result = nvk_cmd_buffer_upload_alloc(cmd, size, alignment, addr, &map); in nvk_cmd_buffer_upload_data()
|
H A D | nvk_cmd_dispatch.c | 141 result = nvk_cmd_buffer_upload_alloc(cmd, sizeof(*root), min_cbuf_alignment, in nvk_cmd_upload_qmd()
|
/aosp_15_r20/external/mesa3d/docs/relnotes/ |
H A D | 23.3.0.rst | 2413 - nvk: Return VkResult from nvk_cmd_buffer_upload_alloc
|