Searched refs:nvk_cmd_buffer_push (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/mesa3d/src/nouveau/vulkan/ |
H A D | nvk_cmd_draw.c | 592 struct nv_push *p = nvk_cmd_buffer_push(cmd, 2 + len_dw); in nvk_cmd_flush_gfx_root_desc() 605 struct nv_push *p = nvk_cmd_buffer_push(cmd, 5); in nvk_cmd_buffer_begin_graphics() 810 struct nv_push *p = nvk_cmd_buffer_push(cmd, NVK_MAX_RTS * 12 + 29); in nvk_CmdBeginRendering() 1127 p = nvk_cmd_buffer_push(cmd, 2); in nvk_CmdBeginRendering() 1216 struct nv_push *p = nvk_cmd_buffer_push(cmd, 2); in nvk_CmdEndRendering() 1416 struct nv_push *p = nvk_cmd_buffer_push(cmd, 10); in nvk_flush_shaders() 1448 p = nvk_cmd_buffer_push(cmd, 11); in nvk_flush_shaders() 1493 struct nv_push *p = nvk_cmd_buffer_push(cmd, 8); in nvk_flush_shaders() 1502 struct nv_push *p = nvk_cmd_buffer_push(cmd, 5 + n); in nvk_flush_shaders() 1524 struct nv_push *p = nvk_cmd_buffer_push(cmd, 6); in nvk_flush_shaders() [all …]
|
H A D | nvk_query_pool.c | 181 struct nv_push *p = nvk_cmd_buffer_push(cmd, 5); in emit_zero_queries() 224 struct nv_push *p = nvk_cmd_buffer_push(cmd, 5); in nvk_CmdResetQueryPool() 245 struct nv_push *p = nvk_cmd_buffer_push(cmd, 5); in nvk_CmdResetQueryPool() 267 struct nv_push *p = nvk_cmd_buffer_push(cmd, 10); in nvk_CmdWriteTimestamp2() 409 p = nvk_cmd_buffer_push(cmd, 7 + end_size); in nvk_cmd_begin_end_query() 428 p = nvk_cmd_buffer_push(cmd, stat_count * 5 + end_size); in nvk_cmd_begin_end_query() 468 p = nvk_cmd_buffer_push(cmd, 5 * ARRAY_SIZE(xfb_reports) + end_size); in nvk_cmd_begin_end_query() 488 p = nvk_cmd_buffer_push(cmd, 5 + end_size); in nvk_cmd_begin_end_query() 973 struct nv_push *p = nvk_cmd_buffer_push(cmd, 5); in nvk_CmdCopyQueryPoolResults()
|
H A D | nvk_cmd_dispatch.c | 67 struct nv_push *p = nvk_cmd_buffer_push(cmd, 6); in nvk_cmd_buffer_begin_compute() 261 struct nv_push *p = nvk_cmd_buffer_push(cmd, 7); in nvk_CmdDispatchBase() 308 struct nv_push *p = nvk_cmd_buffer_push(cmd, 8); in nvk_cmd_dispatch_shader() 500 p = nvk_cmd_buffer_push(cmd, 14); in nvk_CmdDispatchIndirect() 511 p = nvk_cmd_buffer_push(cmd, 5); in nvk_CmdDispatchIndirect() 518 p = nvk_cmd_buffer_push(cmd, 9); in nvk_CmdDispatchIndirect()
|
H A D | nvk_event.c | 180 struct nv_push *p = nvk_cmd_buffer_push(cmd, 5); in nvk_CmdSetEvent2() 201 struct nv_push *p = nvk_cmd_buffer_push(cmd, 5); in nvk_CmdResetEvent2() 226 struct nv_push *p = nvk_cmd_buffer_push(cmd, 5); in nvk_CmdWaitEvents2()
|
H A D | nvk_cmd_copy.c | 177 struct nv_push *p = nvk_cmd_buffer_push(cmd, 2); in nouveau_copy_rect() 229 struct nv_push *p = nvk_cmd_buffer_push(cmd, 31); in nouveau_copy_rect() 351 struct nv_push *p = nvk_cmd_buffer_push(cmd, 10); in nvk_CmdCopyBuffer2() 730 struct nv_push *p = nvk_cmd_buffer_push(cmd, 7); in nvk_CmdFillBuffer() 748 struct nv_push *p = nvk_cmd_buffer_push(cmd, 8); in nvk_CmdFillBuffer() 801 struct nv_push *p = nvk_cmd_buffer_push(cmd, 10); in nvk_CmdUpdateBuffer()
|
H A D | nvk_cmd_clear.c | 96 struct nv_push *p = nvk_cmd_buffer_push(cmd, rect_count * 6); in emit_clear_rects() 137 struct nv_push *p = nvk_cmd_buffer_push(cmd, 2 + attachmentCount * 4); in nvk_CmdClearAttachments() 169 p = nvk_cmd_buffer_push(cmd, 5); in nvk_CmdClearAttachments()
|
H A D | nvk_cmd_meta.c | 99 struct nv_push *p = nvk_cmd_buffer_push(cmd, 2); in nvk_meta_begin() 205 struct nv_push *p = nvk_cmd_buffer_push(cmd, 2); in nvk_meta_end()
|
H A D | nvk_cmd_buffer.c | 300 struct nv_push *p = nvk_cmd_buffer_push(cmd, 2); in nvk_BeginCommandBuffer() 479 struct nv_push *p = nvk_cmd_buffer_push(cmd, 4); in nvk_cmd_flush_wait_dep() 541 struct nv_push *p = nvk_cmd_buffer_push(cmd, 8); in nvk_cmd_invalidate_deps()
|
H A D | nvk_cmd_buffer.h | 258 nvk_cmd_buffer_push(struct nvk_cmd_buffer *cmd, uint32_t dw_count) in nvk_cmd_buffer_push() function
|
/aosp_15_r20/external/mesa3d/docs/relnotes/ |
H A D | 23.3.0.rst | 2418 - nvk: Add an nvk_cmd_buffer_push helper
|