Home
last modified time | relevance | path

Searched refs:RADEON_DEBUG (Results 1 – 23 of 23) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_dma.c63 if (RADEON_DEBUG & RADEON_VERTS) in radeonEmitVec4()
81 if (RADEON_DEBUG & RADEON_VERTS) in radeonEmitVec8()
100 if (RADEON_DEBUG & RADEON_VERTS) in radeonEmitVec12()
121 if (RADEON_DEBUG & RADEON_VERTS) in radeonEmitVec16()
178 if (RADEON_DEBUG & RADEON_VERTS) in rcommon_emit_vecfog()
270 if (RADEON_DEBUG & RADEON_IOCTL) in radeonAllocDmaRegion()
300 if (RADEON_DEBUG & RADEON_DMA) in radeonFreeDmaRegions()
327 if (RADEON_DEBUG & RADEON_IOCTL) in radeonReturnDmaRegion()
351 if (RADEON_DEBUG & RADEON_DMA) { in radeonReleaseDmaRegions()
427 if (RADEON_DEBUG & RADEON_IOCTL) in rcommon_flush_last_swtcl_prim()
[all …]
Dradeon_debug.h89 #define RADEON_DEBUG r200_enabled_debug_types macro
92 #define RADEON_DEBUG r100_enabled_debug_types macro
101 && (type & RADEON_DEBUG); in radeon_is_debug_enabled()
Dradeon_common_context.c49 #ifndef RADEON_DEBUG
50 int RADEON_DEBUG = (0); variable
298 if (RADEON_DEBUG & RADEON_DRI) in radeonUnbindContext()
373 if (RADEON_DEBUG & RADEON_DRI) in radeon_update_renderbuffers()
494 if (RADEON_DEBUG & RADEON_DRI) in radeon_update_renderbuffers()
507 if (RADEON_DEBUG & RADEON_DRI) in radeon_update_renderbuffers()
600 if (RADEON_DEBUG & RADEON_DRI) in radeonMakeCurrent()
624 if (RADEON_DEBUG & RADEON_DRI) in radeonMakeCurrent()
647 if (RADEON_DEBUG & RADEON_DRI) in radeonMakeCurrent()
Dradeon_ioctl.c174 if (RADEON_DEBUG & RADEON_IOCTL) in radeonFlushElts()
206 if (RADEON_DEBUG & RADEON_SYNC) { in radeonFlushElts()
222 if (RADEON_DEBUG & RADEON_IOCTL) in radeonAllocEltsOpenEnded()
262 if (RADEON_DEBUG & RADEON_RENDER) in radeonAllocEltsOpenEnded()
284 if (RADEON_DEBUG & (RADEON_PRIMS|RADEON_IOCTL)) in radeonEmitVertexAOS()
316 if (RADEON_DEBUG & RADEON_IOCTL) in radeonEmitAOS()
390 if ( RADEON_DEBUG & RADEON_IOCTL ) { in radeonClear()
400 if (RADEON_DEBUG & RADEON_FALLBACKS) in radeonClear()
Dradeon_maos_arrays.c53 if (RADEON_DEBUG & RADEON_VERTS) in emit_s0_vec()
69 if (RADEON_DEBUG & RADEON_VERTS) in emit_stq_vec()
89 if (RADEON_DEBUG & RADEON_VERTS) in emit_tex_vector()
153 if (RADEON_DEBUG & RADEON_VERTS) in radeonEmitArrays()
Dradeon_debug.c68 RADEON_DEBUG = parse_debug_string(getenv("RADEON_DEBUG"), debug_control); in radeon_init_debug()
70 RADEON_DEBUG |= RADEON_GENERAL; in radeon_init_debug()
Dradeon_common.c321 if (RADEON_DEBUG & RADEON_DRI) in radeonDrawBuffer()
509 if (RADEON_DEBUG & RADEON_STATE) in radeonEmitState()
515 if (RADEON_DEBUG & RADEON_STATE) in radeonEmitState()
529 if (RADEON_DEBUG & RADEON_IOCTL) in radeonFlush()
602 if (RADEON_DEBUG & RADEON_IOCTL) { in rcommonFlushCmdBufLocked()
Dradeon_tcl.c513 if (RADEON_DEBUG & RADEON_FALLBACKS) in transition_to_hwtnl()
550 if (RADEON_DEBUG & RADEON_FALLBACKS) in radeonTclFallback()
559 if (RADEON_DEBUG & RADEON_FALLBACKS) in radeonTclFallback()
Dradeon_texstate.c222 if ( RADEON_DEBUG & RADEON_TEXTURE ) { in radeonUpdateTextureEnv()
833 if (RADEON_DEBUG & RADEON_FALLBACKS) in radeon_validate_texgen()
841 if (RADEON_DEBUG & RADEON_FALLBACKS) in radeon_validate_texgen()
891 if (RADEON_DEBUG & RADEON_FALLBACKS) in radeon_validate_texgen()
Dradeon_sanity.c46 #define VERBOSE (RADEON_DEBUG & RADEON_VERBOSE)
50 #define NORMAL (RADEON_DEBUG & RADEON_VERBOSE)
Dradeon_tex.c263 if ( RADEON_DEBUG & RADEON_STATE ) { in radeonTexEnv()
Dradeon_swtcl.c808 if (RADEON_DEBUG & RADEON_FALLBACKS) { in radeonFallback()
839 if (RADEON_DEBUG & RADEON_FALLBACKS) { in radeonFallback()
Dradeon_fbo.c45 if (RADEON_DEBUG & FILE_DEBUG_FLAG) \
544 if (RADEON_DEBUG & RADEON_MEMORY) in radeon_alloc_renderbuffer_storage()
Dradeon_state.c799 if (RADEON_DEBUG & RADEON_STATE) in radeonUpdateMaterial()
1428 if ( RADEON_DEBUG & RADEON_STATE ) in radeonEnable()
1722 if (RADEON_DEBUG & RADEON_STATE) in radeonLightingSpaceChange()
1737 if (RADEON_DEBUG & RADEON_STATE) in radeonLightingSpaceChange()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_dma.c63 if (RADEON_DEBUG & RADEON_VERTS) in radeonEmitVec4()
81 if (RADEON_DEBUG & RADEON_VERTS) in radeonEmitVec8()
100 if (RADEON_DEBUG & RADEON_VERTS) in radeonEmitVec12()
121 if (RADEON_DEBUG & RADEON_VERTS) in radeonEmitVec16()
178 if (RADEON_DEBUG & RADEON_VERTS) in rcommon_emit_vecfog()
270 if (RADEON_DEBUG & RADEON_IOCTL) in radeonAllocDmaRegion()
300 if (RADEON_DEBUG & RADEON_DMA) in radeonFreeDmaRegions()
327 if (RADEON_DEBUG & RADEON_IOCTL) in radeonReturnDmaRegion()
351 if (RADEON_DEBUG & RADEON_DMA) { in radeonReleaseDmaRegions()
427 if (RADEON_DEBUG & RADEON_IOCTL) in rcommon_flush_last_swtcl_prim()
[all …]
Dradeon_debug.h89 #define RADEON_DEBUG r200_enabled_debug_types macro
92 #define RADEON_DEBUG r100_enabled_debug_types macro
101 && (type & RADEON_DEBUG); in radeon_is_debug_enabled()
Dradeon_common_context.c49 #ifndef RADEON_DEBUG
50 int RADEON_DEBUG = (0); variable
298 if (RADEON_DEBUG & RADEON_DRI) in radeonUnbindContext()
373 if (RADEON_DEBUG & RADEON_DRI) in radeon_update_renderbuffers()
494 if (RADEON_DEBUG & RADEON_DRI) in radeon_update_renderbuffers()
507 if (RADEON_DEBUG & RADEON_DRI) in radeon_update_renderbuffers()
600 if (RADEON_DEBUG & RADEON_DRI) in radeonMakeCurrent()
624 if (RADEON_DEBUG & RADEON_DRI) in radeonMakeCurrent()
647 if (RADEON_DEBUG & RADEON_DRI) in radeonMakeCurrent()
Dradeon_debug.c68 RADEON_DEBUG = parse_debug_string(getenv("RADEON_DEBUG"), debug_control); in radeon_init_debug()
70 RADEON_DEBUG |= RADEON_GENERAL; in radeon_init_debug()
Dradeon_common.c321 if (RADEON_DEBUG & RADEON_DRI) in radeonDrawBuffer()
509 if (RADEON_DEBUG & RADEON_STATE) in radeonEmitState()
515 if (RADEON_DEBUG & RADEON_STATE) in radeonEmitState()
529 if (RADEON_DEBUG & RADEON_IOCTL) in radeonFlush()
602 if (RADEON_DEBUG & RADEON_IOCTL) { in rcommonFlushCmdBufLocked()
Dr200_swtcl.c203 if (RADEON_DEBUG & RADEON_VERTS) in r200_predict_emit_size()
225 if (RADEON_DEBUG & RADEON_VERTS) in r200RenderStart()
294 if (RADEON_DEBUG & RADEON_VERTS) in r200_swtcl_flush()
Dr200_context.h646 #define R200_DEBUG RADEON_DEBUG
Dradeon_fbo.c45 if (RADEON_DEBUG & FILE_DEBUG_FLAG) \
544 if (RADEON_DEBUG & RADEON_MEMORY) in radeon_alloc_renderbuffer_storage()
Dr200_state.c2144 if (RADEON_DEBUG & RADEON_IOCTL) in r200ValidateBuffers()