/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_dma.c | 63 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 …]
|
D | radeon_debug.h | 89 #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()
|
D | radeon_common_context.c | 49 #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()
|
D | radeon_ioctl.c | 174 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()
|
D | radeon_maos_arrays.c | 53 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()
|
D | radeon_debug.c | 68 RADEON_DEBUG = parse_debug_string(getenv("RADEON_DEBUG"), debug_control); in radeon_init_debug() 70 RADEON_DEBUG |= RADEON_GENERAL; in radeon_init_debug()
|
D | radeon_common.c | 321 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()
|
D | radeon_tcl.c | 513 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()
|
D | radeon_texstate.c | 222 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()
|
D | radeon_sanity.c | 46 #define VERBOSE (RADEON_DEBUG & RADEON_VERBOSE) 50 #define NORMAL (RADEON_DEBUG & RADEON_VERBOSE)
|
D | radeon_tex.c | 263 if ( RADEON_DEBUG & RADEON_STATE ) { in radeonTexEnv()
|
D | radeon_swtcl.c | 808 if (RADEON_DEBUG & RADEON_FALLBACKS) { in radeonFallback() 839 if (RADEON_DEBUG & RADEON_FALLBACKS) { in radeonFallback()
|
D | radeon_fbo.c | 45 if (RADEON_DEBUG & FILE_DEBUG_FLAG) \ 544 if (RADEON_DEBUG & RADEON_MEMORY) in radeon_alloc_renderbuffer_storage()
|
D | radeon_state.c | 799 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/ |
D | radeon_dma.c | 63 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 …]
|
D | radeon_debug.h | 89 #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()
|
D | radeon_common_context.c | 49 #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()
|
D | radeon_debug.c | 68 RADEON_DEBUG = parse_debug_string(getenv("RADEON_DEBUG"), debug_control); in radeon_init_debug() 70 RADEON_DEBUG |= RADEON_GENERAL; in radeon_init_debug()
|
D | radeon_common.c | 321 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()
|
D | r200_swtcl.c | 203 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()
|
D | r200_context.h | 646 #define R200_DEBUG RADEON_DEBUG
|
D | radeon_fbo.c | 45 if (RADEON_DEBUG & FILE_DEBUG_FLAG) \ 544 if (RADEON_DEBUG & RADEON_MEMORY) in radeon_alloc_renderbuffer_storage()
|
D | r200_state.c | 2144 if (RADEON_DEBUG & RADEON_IOCTL) in r200ValidateBuffers()
|