/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_debug.h | 39 RADEON_VERBOSE = 3, /* Extra details to debugging */ enumerator 53 # define RADEON_DEBUG_LEVEL RADEON_VERBOSE 144 if (RADEON_DEBUG_LEVEL >= RADEON_VERBOSE) { in radeon_debug_add_indent() 150 if (RADEON_DEBUG_LEVEL >= RADEON_VERBOSE) { in radeon_debug_remove_indent()
|
D | radeon_queryobj.c | 42 radeon_print(RADEON_STATE, RADEON_VERBOSE, in radeonQueryGetResult() 69 radeon_print(RADEON_STATE, RADEON_VERBOSE,"%s: query id %d\n", __func__, query->Base.Id); in radeonNewQueryObject() 96 …radeon_print(RADEON_STATE, RADEON_VERBOSE, "%s: query id %d, bo %p, offset %d\n", __func__, q->Id,… in radeonWaitQuery()
|
D | radeon_common.c | 391 if (!radeon_is_debug_enabled(RADEON_STATE, RADEON_VERBOSE) ) in radeon_print_state_atom() 474 radeon_print(RADEON_STATE, RADEON_VERBOSE, " skip state %s\n", atom->name); in radeon_emit_atom() 672 radeon_print(RADEON_CS, RADEON_VERBOSE, in rcommonInitCmdBuf() 674 radeon_print(RADEON_CS, RADEON_VERBOSE, in rcommonInitCmdBuf() 676 radeon_print(RADEON_CS, RADEON_VERBOSE, in rcommonInitCmdBuf() 718 radeon_print(RADEON_CS, RADEON_VERBOSE, "BEGIN_BATCH(%d) at %d, from %s:%i\n", in rcommonBeginBatch()
|
D | radeon_texture.c | 169 radeon_print(RADEON_TEXTURE, RADEON_VERBOSE, in radeon_map_texture_image() 514 radeon_print(RADEON_TEXTURE, RADEON_VERBOSE, in teximage_assign_miptree() 578 radeon_print(RADEON_TEXTURE, RADEON_VERBOSE, in radeon_image_target_texture_2d()
|
D | radeon_maos_vbtmp.h | 57 radeon_print(RADEON_SWRENDER, RADEON_VERBOSE, "%s\n", __func__); in TAG()
|
D | radeon_sanity.c | 46 #define VERBOSE (RADEON_DEBUG & RADEON_VERBOSE) 50 #define NORMAL (RADEON_DEBUG & RADEON_VERBOSE)
|
D | radeon_tex.c | 336 radeon_print(RADEON_TEXTURE, RADEON_VERBOSE, "%s( %s )\n", __func__, in radeonTexParameter()
|
D | radeon_mipmap_tree.c | 406 radeon_print(RADEON_TEXTURE, RADEON_VERBOSE, in migrate_image_to_miptree()
|
D | radeon_swtcl.c | 227 radeon_print(RADEON_SWRENDER, RADEON_VERBOSE, in radeonSetVertexFormat()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_debug.h | 39 RADEON_VERBOSE = 3, /* Extra details to debugging */ enumerator 53 # define RADEON_DEBUG_LEVEL RADEON_VERBOSE 144 if (RADEON_DEBUG_LEVEL >= RADEON_VERBOSE) { in radeon_debug_add_indent() 150 if (RADEON_DEBUG_LEVEL >= RADEON_VERBOSE) { in radeon_debug_remove_indent()
|
D | radeon_queryobj.c | 42 radeon_print(RADEON_STATE, RADEON_VERBOSE, in radeonQueryGetResult() 69 radeon_print(RADEON_STATE, RADEON_VERBOSE,"%s: query id %d\n", __func__, query->Base.Id); in radeonNewQueryObject() 96 …radeon_print(RADEON_STATE, RADEON_VERBOSE, "%s: query id %d, bo %p, offset %d\n", __func__, q->Id,… in radeonWaitQuery()
|
D | r200_cmdbuf.c | 126 radeon_print(RADEON_RENDER|RADEON_SWRENDER,RADEON_VERBOSE, in r200EmitVbufPrim() 165 …radeon_print(RADEON_RENDER, RADEON_VERBOSE, "%s %x %d\n", __func__, rmesa->tcl.hw_primitive, elt_u… in r200FlushElts() 190 radeon_print(RADEON_RENDER, RADEON_VERBOSE, "%s %d prim %x\n", __func__, min_nr, primitive); in r200AllocEltsOpenEnded() 227 radeon_print(RADEON_SWRENDER, RADEON_VERBOSE, "%s: vertex_size 0x%x offset 0x%x \n", in r200EmitVertexAOS() 246 radeon_print(RADEON_RENDER, RADEON_VERBOSE, in r200EmitAOS()
|
D | radeon_common.c | 391 if (!radeon_is_debug_enabled(RADEON_STATE, RADEON_VERBOSE) ) in radeon_print_state_atom() 474 radeon_print(RADEON_STATE, RADEON_VERBOSE, " skip state %s\n", atom->name); in radeon_emit_atom() 672 radeon_print(RADEON_CS, RADEON_VERBOSE, in rcommonInitCmdBuf() 674 radeon_print(RADEON_CS, RADEON_VERBOSE, in rcommonInitCmdBuf() 676 radeon_print(RADEON_CS, RADEON_VERBOSE, in rcommonInitCmdBuf() 718 radeon_print(RADEON_CS, RADEON_VERBOSE, "BEGIN_BATCH(%d) at %d, from %s:%i\n", in rcommonBeginBatch()
|
D | radeon_texture.c | 169 radeon_print(RADEON_TEXTURE, RADEON_VERBOSE, in radeon_map_texture_image() 514 radeon_print(RADEON_TEXTURE, RADEON_VERBOSE, in teximage_assign_miptree() 578 radeon_print(RADEON_TEXTURE, RADEON_VERBOSE, in radeon_image_target_texture_2d()
|
D | r200_tex.c | 304 radeon_print(RADEON_TEXTURE | RADEON_STATE, RADEON_VERBOSE, "%s( %s )\n", in r200TexEnv() 384 radeon_print(RADEON_TEXTURE | RADEON_STATE, RADEON_VERBOSE, in r200TexParameter()
|
D | r200_sanity.c | 50 #define VERBOSE (R200_DEBUG & RADEON_VERBOSE) 54 #define NORMAL (R200_DEBUG & RADEON_VERBOSE)
|
D | r200_tcl.c | 337 radeon_print(RADEON_RENDER,RADEON_VERBOSE, in r200EnsureEmitSize()
|
D | radeon_mipmap_tree.c | 406 radeon_print(RADEON_TEXTURE, RADEON_VERBOSE, in migrate_image_to_miptree()
|