| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/ |
| H A D | aco_print_ir.cpp | 213 int printed = 0; local in function:aco::print_storage 215 printed += fprintf(output, "%sbuffer", printed ? "," : ""); 217 printed += fprintf(output, "%satomic_counter", printed ? "," : ""); 219 printed += fprintf(output, "%simage", printed ? "," : ""); 221 printed += fprintf(output, "%sshared", printed ? "," : ""); 223 printed 234 int printed = 0; local in function:aco::print_semantics [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ir/gp/ |
| H A D | disasm.c | 250 bool printed = false; local in function:print_mul 257 printed = true; 288 printed = true; 314 printed = true; 333 printed = true; 349 printed = true; 368 return printed; 398 bool printed = false; local in function:print_acc 402 printed = true; 435 printed 564 bool printed = false; local in function:print_instr [all...] |
| H A D | node.c | 451 printf("%s%s %d %s %s\n", node->printed && !gpir_node_is_leaf(node) ? "+" : "", 454 if (!node->printed) { 459 node->printed = true; 470 node->printed = false;
|
| H A D | gpir.h | 157 bool printed; member in struct:gpir_node
|
| /xsrc/external/mit/MesaLib/dist/src/amd/common/ |
| H A D | ac_binary.c | 108 static bool printed; local in function:ac_parse_shader_binary_config 110 if (!printed) { 115 printed = true;
|
| /xsrc/external/mit/MesaLib/dist/docs/ |
| H A D | debugging.rst | 7 with debugging. If ``MESA_DEBUG`` is defined, a message will be printed
|
| H A D | envvars.rst | 12 If defined debug information will be printed to stderr. If set to 13 ``verbose`` additional information will be printed. 47 if set, error messages are printed to stderr. For example, if the 50 will be printed to stderr. For release builds, :envvar:`MESA_DEBUG` 202 If defined, the resulting NIR shader will be printed out at each 404 The sha1 of a shader assembly is printed when assembly is dumped via 941 be printed to stderr. Defaults to ``false``. 943 if set to ``true``, NIR shaders will be printed to stderr. Defaults
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ir/pp/ |
| H A D | instr.c | 276 instr->printed && !ppir_instr_is_leaf(instr) ? "+" : "", 279 if (!instr->printed) { 284 instr->printed = true; 297 instr->printed = false;
|
| H A D | node.c | 407 printf("%s%s %d %s\n", node->printed && !ppir_node_is_leaf(node) ? "+" : "", 410 if (!node->printed) { 416 node->printed = true; 427 node->printed = false;
|
| H A D | ppir.h | 142 bool printed; member in struct:ppir_node 276 bool printed; member in struct:ppir_instr
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/drivers/openswr/ |
| H A D | usage.rst | 41 To verify OpenSWR is being used, check to see if a message like the following is printed when the application is started: ::
|
| /xsrc/external/mit/MesaLib/dist/docs/drivers/openswr/ |
| H A D | usage.rst | 35 To verify OpenSWR is being used, check to see if a message like the following is printed when the application is started: ::
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ir/pp/ |
| H A D | instr.c | 311 instr->printed && !ppir_instr_is_leaf(instr) ? "+" : "", 314 if (!instr->printed) { 319 instr->printed = true; 332 instr->printed = false;
|
| H A D | node.c | 551 printf("%s%d: %s %s: ", node->printed && !ppir_node_is_leaf(node) ? "+" : "", 570 if (!node->printed) { 576 node->printed = true; 587 node->printed = false;
|
| H A D | ppir.h | 160 bool printed; member in struct:ppir_node 306 bool printed; member in struct:ppir_instr
|
| /xsrc/external/mit/xf86-video-amdgpu/dist/src/ |
| H A D | amdgpu_drm_queue.c | 288 static Bool printed; local in function:amdgpu_drm_handle_event 290 if (!printed) { 293 printed = TRUE;
|
| /xsrc/external/mit/xf86-video-ati-kms/dist/src/ |
| H A D | radeon_drm_queue.c | 288 static Bool printed; local in function:radeon_drm_handle_event 290 if (!printed) { 293 printed = TRUE;
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/common/ |
| H A D | ac_binary.c | 281 static bool printed; local in function:ac_shader_binary_read_config 283 if (!printed) { 286 printed = true;
|
| /xsrc/external/mit/makedepend/dist/ |
| H A D | pr.c | 114 printed = TRUE;
|
| H A D | def.h | 212 extern boolean printed;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ir/gp/ |
| H A D | node.c | 437 printf("%s%s %d %s %s\n", node->printed && !gpir_node_is_leaf(node) ? "+" : "", 440 if (!node->printed) { 445 node->printed = true; 456 node->printed = false;
|
| H A D | gpir.h | 155 bool printed; member in struct:gpir_node
|
| /xsrc/external/mit/MesaLib/dist/docs/gallium/ |
| H A D | postprocess.rst | 17 - PP_DEBUG - If defined debug information will be printed to stderr.
|
| H A D | debugging.rst | 20 This option controls if the debug variables should be printed to stderr. This
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/ |
| H A D | debugging.rst | 20 This option controls if the debug variables should be printed to stderr. This
|