Searched refs:GEN_BATCH_DECODE_IN_COLOR (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/common/
H A Dgen_decoder.h200 GEN_BATCH_DECODE_IN_COLOR = (1 << 0), enumerator in enum:gen_batch_decode_flags
H A Dgen_batch_decoder.c78 (ctx->flags & GEN_BATCH_DECODE_IN_COLOR) != 0);
813 const char *reset_color = ctx->flags & GEN_BATCH_DECODE_IN_COLOR ? NORMAL : "";
817 (ctx->flags & GEN_BATCH_DECODE_IN_COLOR) ? RED_COLOR : "",
839 (ctx->flags & GEN_BATCH_DECODE_IN_COLOR) ? RED_COLOR : "",
846 if (ctx->flags & GEN_BATCH_DECODE_IN_COLOR) {
/xsrc/external/mit/MesaLib.old/dist/src/intel/tools/
H A Daubinator.c88 batch_flags |= GEN_BATCH_DECODE_IN_COLOR;
H A Daubinator_error_decode.c587 batch_flags |= GEN_BATCH_DECODE_IN_COLOR;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_batch.c211 ((INTEL_DEBUG & DEBUG_COLOR) ? GEN_BATCH_DECODE_IN_COLOR : 0) |
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dintel_batchbuffer.c165 ((INTEL_DEBUG & DEBUG_COLOR) ? GEN_BATCH_DECODE_IN_COLOR : 0) |
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_device.c2174 ((INTEL_DEBUG & DEBUG_COLOR) ? GEN_BATCH_DECODE_IN_COLOR : 0) |

Completed in 13 milliseconds