Searched refs:printed (Results 1 - 25 of 45) sorted by relevance

12

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_print_ir.cpp213 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 Ddisasm.c250 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 Dnode.c451 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 Dgpir.h157 bool printed; member in struct:gpir_node
/xsrc/external/mit/MesaLib/dist/src/amd/common/
H A Dac_binary.c108 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 Ddebugging.rst7 with debugging. If ``MESA_DEBUG`` is defined, a message will be printed
H A Denvvars.rst12 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 Dinstr.c276 instr->printed && !ppir_instr_is_leaf(instr) ? "+" : "",
279 if (!instr->printed) {
284 instr->printed = true;
297 instr->printed = false;
H A Dnode.c407 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 Dppir.h142 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 Dusage.rst41 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 Dusage.rst35 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 Dinstr.c311 instr->printed && !ppir_instr_is_leaf(instr) ? "+" : "",
314 if (!instr->printed) {
319 instr->printed = true;
332 instr->printed = false;
H A Dnode.c551 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 Dppir.h160 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 Damdgpu_drm_queue.c288 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 Dradeon_drm_queue.c288 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 Dac_binary.c281 static bool printed; local in function:ac_shader_binary_read_config
283 if (!printed) {
286 printed = true;
/xsrc/external/mit/makedepend/dist/
H A Dpr.c114 printed = TRUE;
H A Ddef.h212 extern boolean printed;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ir/gp/
H A Dnode.c437 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 Dgpir.h155 bool printed; member in struct:gpir_node
/xsrc/external/mit/MesaLib/dist/docs/gallium/
H A Dpostprocess.rst17 - PP_DEBUG - If defined debug information will be printed to stderr.
H A Ddebugging.rst20 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 Ddebugging.rst20 This option controls if the debug variables should be printed to stderr. This

Completed in 17 milliseconds

12