Home
last modified time | relevance | path

Searched refs:RADEON_VERBOSE (Results 1 – 18 of 18) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_debug.h39 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()
Dradeon_queryobj.c42 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()
Dradeon_common.c391 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()
Dradeon_texture.c169 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()
Dradeon_maos_vbtmp.h57 radeon_print(RADEON_SWRENDER, RADEON_VERBOSE, "%s\n", __func__); in TAG()
Dradeon_sanity.c46 #define VERBOSE (RADEON_DEBUG & RADEON_VERBOSE)
50 #define NORMAL (RADEON_DEBUG & RADEON_VERBOSE)
Dradeon_tex.c336 radeon_print(RADEON_TEXTURE, RADEON_VERBOSE, "%s( %s )\n", __func__, in radeonTexParameter()
Dradeon_mipmap_tree.c406 radeon_print(RADEON_TEXTURE, RADEON_VERBOSE, in migrate_image_to_miptree()
Dradeon_swtcl.c227 radeon_print(RADEON_SWRENDER, RADEON_VERBOSE, in radeonSetVertexFormat()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_debug.h39 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()
Dradeon_queryobj.c42 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()
Dr200_cmdbuf.c126 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()
Dradeon_common.c391 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()
Dradeon_texture.c169 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()
Dr200_tex.c304 radeon_print(RADEON_TEXTURE | RADEON_STATE, RADEON_VERBOSE, "%s( %s )\n", in r200TexEnv()
384 radeon_print(RADEON_TEXTURE | RADEON_STATE, RADEON_VERBOSE, in r200TexParameter()
Dr200_sanity.c50 #define VERBOSE (R200_DEBUG & RADEON_VERBOSE)
54 #define NORMAL (R200_DEBUG & RADEON_VERBOSE)
Dr200_tcl.c337 radeon_print(RADEON_RENDER,RADEON_VERBOSE, in r200EnsureEmitSize()
Dradeon_mipmap_tree.c406 radeon_print(RADEON_TEXTURE, RADEON_VERBOSE, in migrate_image_to_miptree()