Searched refs:INTEL_DEBUG (Results 1 - 25 of 172) sorted by relevance

1234567

/xsrc/external/mit/MesaLib.old/dist/src/intel/dev/
H A Dgen_debug.c28 * Support for the INTEL_DEBUG environment variable, along with other
39 uint64_t INTEL_DEBUG = 0; variable in typeref:typename:uint64_t
110 INTEL_DEBUG = parse_debug_string(getenv("INTEL_DEBUG"), debug_control);
H A Dgen_debug.h38 * Basic INTEL_DEBUG environment variable handling. This file defines the
42 extern uint64_t INTEL_DEBUG;
112 if (unlikely(INTEL_DEBUG & FILE_DEBUG_FLAG)) \
/xsrc/external/mit/MesaLib/dist/src/intel/dev/
H A Dintel_debug.h39 * Basic INTEL_DEBUG environment variable handling. This file defines the
46 #define INTEL_DEBUG(flags) unlikely(intel_debug & (flags)) macro
125 if (INTEL_DEBUG(FILE_DEBUG_FLAG)) \
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_compile_clip.c88 if (unlikely(INTEL_DEBUG & DEBUG_CLIP)) {
H A Dbrw_vec4_tcs.cpp146 if (unlikely(INTEL_DEBUG & DEBUG_SHADER_TIME))
454 if (unlikely(INTEL_DEBUG & DEBUG_TCS)) {
477 if (unlikely(INTEL_DEBUG & DEBUG_TCS)) {
497 if (unlikely(INTEL_DEBUG & DEBUG_TCS))
H A Dbrw_vec4_vs_visitor.cpp51 if (INTEL_DEBUG & DEBUG_SHADER_TIME)
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
H A Dintel_batchbuffer.c123 if (unlikely(INTEL_DEBUG & DEBUG_AUB) && intel->vtbl.annotate_aub)
130 if (unlikely(INTEL_DEBUG & DEBUG_BATCH))
156 if (unlikely(INTEL_DEBUG & DEBUG_BATCH))
179 if (unlikely(INTEL_DEBUG & DEBUG_SYNC)) {
H A Dintel_context.c62 int INTEL_DEBUG = (0); variable in typeref:typename:int
207 if (unlikely(INTEL_DEBUG & DEBUG_DRI))
520 INTEL_DEBUG = parse_debug_string(getenv("INTEL_DEBUG"), debug_control);
521 if (INTEL_DEBUG & DEBUG_BUFMGR)
523 if (INTEL_DEBUG & DEBUG_PERF)
526 if (INTEL_DEBUG & DEBUG_AUB)
571 if (INTEL_DEBUG & DEBUG_AUB) {
773 if (unlikely(INTEL_DEBUG & DEBUG_DRI)) {
H A Dintel_tex_copy.c60 if (unlikely(INTEL_DEBUG & DEBUG_PERF))
H A Di915_vtbl.c352 if (INTEL_DEBUG & DEBUG_STATE)
356 if (INTEL_DEBUG & DEBUG_STATE)
362 if (INTEL_DEBUG & DEBUG_STATE)
368 if (INTEL_DEBUG & DEBUG_STATE)
375 if (INTEL_DEBUG & DEBUG_STATE)
384 if (INTEL_DEBUG & DEBUG_STATE)
429 if (INTEL_DEBUG & DEBUG_STATE)
480 if (INTEL_DEBUG & DEBUG_STATE)
487 if (INTEL_DEBUG & DEBUG_STATE)
493 if (INTEL_DEBUG
[all...]
H A Dintel_context.h171 * Set if we're either a debug context or the INTEL_DEBUG=perf environment
264 extern int INTEL_DEBUG;
298 if (unlikely(INTEL_DEBUG & FILE_DEBUG_FLAG)) \
304 if (unlikely(INTEL_DEBUG & DEBUG_PERF)) \
H A Dintel_clear.c67 if (unlikely(INTEL_DEBUG & DEBUG_BLIT)) {
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_compile_clip.c88 if (INTEL_DEBUG(DEBUG_CLIP)) {
H A Dbrw_vec4_vs_visitor.cpp51 if (INTEL_DEBUG(DEBUG_SHADER_TIME))
H A Dbrw_compiler.c113 (devinfo->ver >= 9 && INTEL_DEBUG(DEBUG_TCS_EIGHT_PATCH));
145 if (!devinfo->has_64bit_float || INTEL_DEBUG(DEBUG_SOFT64)) {
232 insert_u64_bit(&config, INTEL_DEBUG(bit));
/xsrc/external/mit/MesaLib/dist/src/intel/isl/
H A Disl_drm.c163 if (INTEL_DEBUG(DEBUG_NO_RBC))
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
H A Dintel_batchbuffer.c123 if (unlikely(INTEL_DEBUG & DEBUG_AUB) && intel->vtbl.annotate_aub)
130 if (unlikely(INTEL_DEBUG & DEBUG_BATCH))
156 if (unlikely(INTEL_DEBUG & DEBUG_BATCH))
179 if (unlikely(INTEL_DEBUG & DEBUG_SYNC)) {
H A Dintel_context.c62 int INTEL_DEBUG = (0); variable in typeref:typename:int
209 if (unlikely(INTEL_DEBUG & DEBUG_DRI))
522 INTEL_DEBUG = parse_debug_string(getenv("INTEL_DEBUG"), debug_control);
523 if (INTEL_DEBUG & DEBUG_BUFMGR)
525 if (INTEL_DEBUG & DEBUG_PERF)
528 if (INTEL_DEBUG & DEBUG_AUB)
573 if (INTEL_DEBUG & DEBUG_AUB) {
773 if (unlikely(INTEL_DEBUG & DEBUG_DRI)) {
H A Dintel_tex_copy.c60 if (unlikely(INTEL_DEBUG & DEBUG_PERF))
H A Di915_vtbl.c351 if (INTEL_DEBUG & DEBUG_STATE)
355 if (INTEL_DEBUG & DEBUG_STATE)
361 if (INTEL_DEBUG & DEBUG_STATE)
367 if (INTEL_DEBUG & DEBUG_STATE)
374 if (INTEL_DEBUG & DEBUG_STATE)
383 if (INTEL_DEBUG & DEBUG_STATE)
428 if (INTEL_DEBUG & DEBUG_STATE)
479 if (INTEL_DEBUG & DEBUG_STATE)
486 if (INTEL_DEBUG & DEBUG_STATE)
492 if (INTEL_DEBUG
[all...]
H A Dintel_context.h171 * Set if we're either a debug context or the INTEL_DEBUG=perf environment
264 extern int INTEL_DEBUG;
298 if (unlikely(INTEL_DEBUG & FILE_DEBUG_FLAG)) \
304 if (unlikely(INTEL_DEBUG & DEBUG_PERF)) \
H A Dintel_clear.c66 if (unlikely(INTEL_DEBUG & DEBUG_BLIT)) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_batch.c81 * Debugging code to dump the fence list, used by INTEL_DEBUG=submit.
100 * Debugging code to dump the validation list, used by INTEL_DEBUG=submit.
208 if (unlikely(INTEL_DEBUG)) {
211 ((INTEL_DEBUG & DEBUG_COLOR) ? GEN_BATCH_DECODE_IN_COLOR : 0) |
396 if (unlikely(INTEL_DEBUG))
548 if (unlikely(INTEL_DEBUG & (DEBUG_BATCH | DEBUG_SUBMIT))) {
566 if (unlikely(INTEL_DEBUG & DEBUG_BATCH)) {
576 if (unlikely(INTEL_DEBUG & DEBUG_SYNC)) {
582 const bool color = INTEL_DEBUG & DEBUG_COLOR;
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_perf.c71 if (!INTEL_DEBUG(DEBUG_NO_OACONFIG)) {
228 if (!INTEL_DEBUG(DEBUG_NO_OACONFIG)) {
261 if (!INTEL_DEBUG(DEBUG_NO_OACONFIG))
279 if (!INTEL_DEBUG(DEBUG_NO_OACONFIG)) {
408 if (!INTEL_DEBUG(DEBUG_NO_OACONFIG)) {
423 if (!INTEL_DEBUG(DEBUG_NO_OACONFIG)) {
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D18.1.6.rst40 - Shader cache breaks INTEL_DEBUG=shader_time
114 - i965, anv: Use INTEL_DEBUG for disk_cache driver flags
115 - i965: Disable shader cache with INTEL_DEBUG=shader_time

Completed in 38 milliseconds

1234567