HomeSort by: relevance | last modified time | path
    Searched refs:GEN_BATCH_DECODE_IN_COLOR (Results 1 - 7 of 7) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/src/intel/common/
gen_decoder.h 200 GEN_BATCH_DECODE_IN_COLOR = (1 << 0),
gen_batch_decoder.c 78 (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/
aubinator.c 88 batch_flags |= GEN_BATCH_DECODE_IN_COLOR;
aubinator_error_decode.c 587 batch_flags |= GEN_BATCH_DECODE_IN_COLOR;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
iris_batch.c 211 ((INTEL_DEBUG & DEBUG_COLOR) ? GEN_BATCH_DECODE_IN_COLOR : 0) |
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
intel_batchbuffer.c 165 ((INTEL_DEBUG & DEBUG_COLOR) ? GEN_BATCH_DECODE_IN_COLOR : 0) |
  /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
anv_device.c 2174 ((INTEL_DEBUG & DEBUG_COLOR) ? GEN_BATCH_DECODE_IN_COLOR : 0) |

Completed in 25 milliseconds