Searched refs:post_indent (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_info_opcodes.h | 75 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)
|
D | tgsi_info.h | 80 unsigned post_indent:1; member
|
D | tgsi_dump.c | 563 ctx->indent += info->post_indent; in iter_instruction()
|
/third_party/mesa3d/src/gallium/drivers/svga/svgadump/ |
D | svga_shader_op.h | 42 unsigned post_indent:1; member
|
D | svga_shader_dump.c | 543 di->indent += info->post_indent; in dump_inst()
|