Home
last modified time | relevance | path

Searched refs:post_indent (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info_opcodes.h75 OPCODE(0, 1, NONE, IF, .is_branch = 1, .post_indent = 1)
76 OPCODE(0, 1, NONE, UIF, .is_branch = 1, .post_indent = 1)
78 OPCODE(0, 0, NONE, ELSE, .is_branch = 1, .pre_dedent = 1, .post_indent = 1)
100 OPCODE(0, 0, NONE, BGNLOOP, .is_branch = 1, .post_indent = 1)
101 OPCODE(0, 0, NONE, BGNSUB, .post_indent = 1)
Dtgsi_info.h80 unsigned post_indent:1; member
Dtgsi_dump.c563 ctx->indent += info->post_indent; in iter_instruction()
/third_party/mesa3d/src/gallium/drivers/svga/svgadump/
Dsvga_shader_op.h42 unsigned post_indent:1; member
Dsvga_shader_dump.c543 di->indent += info->post_indent; in dump_inst()