OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:INTEL_DEBUG
(Results
1 - 6
of
6
) sorted by relevancy
/xsrc/external/mit/MesaLib.old/dist/src/intel/dev/
gen_debug.c
28
* Support for the
INTEL_DEBUG
environment variable, along with other
39
uint64_t
INTEL_DEBUG
= 0;
110
INTEL_DEBUG
= parse_debug_string(getenv("
INTEL_DEBUG
"), debug_control);
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
intel_context.c
62
int
INTEL_DEBUG
= (0);
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)) {
intel_screen.h
124
#define
INTEL_DEBUG
old_INTEL_DEBUG
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
intel_context.c
62
int
INTEL_DEBUG
= (0);
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)) {
intel_screen.h
124
#define
INTEL_DEBUG
old_INTEL_DEBUG
/xsrc/external/mit/MesaLib/dist/src/intel/dev/
intel_debug.h
37
* \file
intel_debug
.h
39
* Basic
INTEL_DEBUG
environment variable handling. This file defines the
43
extern uint64_t
intel_debug
;
46
#define
INTEL_DEBUG
(flags) unlikely(
intel_debug
& (flags))
125
if (
INTEL_DEBUG
(FILE_DEBUG_FLAG)) \
Completed in 10 milliseconds
Indexes created Tue Jul 21 00:24:56 UTC 2026