Searched refs:print_cmds (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_rast_debug.c | 359 bool print_cmds) in do_debug_bin() argument 380 if (print_cmds) in do_debug_bin() 409 if (print_cmds) { in do_debug_bin()
|
/external/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_execute.c | 2903 struct rendering_state *state, bool print_cmds); 2906 struct rendering_state *state, bool print_cmds) in handle_execute_commands() argument 2910 lvp_execute_cmd_buffer(&secondary_buf->vk.cmd_queue.cmds, state, print_cmds); in handle_execute_commands() 4031 bool print_cmds) in process_sequence_ext() argument 4048 if (print_cmds) in process_sequence_ext() 4239 …erated_commands_ext(struct vk_cmd_queue_entry *cmd, struct rendering_state *state, bool print_cmds) in handle_preprocess_generated_commands_ext() argument 4261 …t, p + offset, max_size, (void*)(uintptr_t)pre->indirectAddress, i, pre->maxDrawCount, print_cmds); in handle_preprocess_generated_commands_ext() 4270 …erated_commands_ext(struct vk_cmd_queue_entry *cmd, struct rendering_state *state, bool print_cmds) in handle_execute_generated_commands_ext() argument 4277 handle_preprocess_generated_commands_ext(&pre, state, print_cmds); in handle_execute_generated_commands_ext() 4284 lvp_execute_cmd_buffer(list, state, print_cmds); in handle_execute_generated_commands_ext() [all …]
|
D | lvp_private.h | 218 bool print_cmds; member
|
D | lvp_device.c | 1732 device->print_cmds = debug_get_bool_option("LVP_CMD_DEBUG", false); in lvp_CreateDevice()
|
/external/mesa3d/docs/relnotes/ |
D | 24.2.0.rst | 3555 - lavapipe: plumb print_cmds through NV DGC
|