HomeSort by relevance Sort by last modified time
    Searched refs:RADEON_VERBOSE (Results 1 - 13 of 13) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_debug.h 39 RADEON_VERBOSE = 3, /* Extra details to debugging */
53 # define RADEON_DEBUG_LEVEL RADEON_VERBOSE
138 if (RADEON_DEBUG_LEVEL >= RADEON_VERBOSE) {
144 if (RADEON_DEBUG_LEVEL >= RADEON_VERBOSE) {
radeon_queryobj.c 41 radeon_print(RADEON_STATE, RADEON_VERBOSE,
68 radeon_print(RADEON_STATE, RADEON_VERBOSE,"%s: query id %d\n", __func__, query->Base.Id);
95 radeon_print(RADEON_STATE, RADEON_VERBOSE, "%s: query id %d, bo %p, offset %d\n", __func__, q->Id, query->bo, query->curr_offset);
radeon_common.c 425 if (!radeon_is_debug_enabled(RADEON_STATE, RADEON_VERBOSE) )
508 radeon_print(RADEON_STATE, RADEON_VERBOSE, " skip state %s\n", atom->name);
706 radeon_print(RADEON_CS, RADEON_VERBOSE,
708 radeon_print(RADEON_CS, RADEON_VERBOSE,
710 radeon_print(RADEON_CS, RADEON_VERBOSE,
752 radeon_print(RADEON_CS, RADEON_VERBOSE, "BEGIN_BATCH(%d) at %d, from %s:%i\n",
radeon_texture.c 170 radeon_print(RADEON_TEXTURE, RADEON_VERBOSE,
515 radeon_print(RADEON_TEXTURE, RADEON_VERBOSE,
579 radeon_print(RADEON_TEXTURE, RADEON_VERBOSE,
radeon_maos_vbtmp.h 57 radeon_print(RADEON_SWRENDER, RADEON_VERBOSE, "%s\n", __func__);
radeon_tex.c 335 radeon_print(RADEON_TEXTURE, RADEON_VERBOSE, "%s( %s )\n", __func__,
radeon_sanity.c 46 #define VERBOSE (RADEON_DEBUG & RADEON_VERBOSE)
50 #define NORMAL (RADEON_DEBUG & RADEON_VERBOSE)
    [all...]
radeon_mipmap_tree.c 405 radeon_print(RADEON_TEXTURE, RADEON_VERBOSE,
radeon_swtcl.c 228 radeon_print(RADEON_SWRENDER, RADEON_VERBOSE,
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_cmdbuf.c 126 radeon_print(RADEON_RENDER|RADEON_SWRENDER,RADEON_VERBOSE,
165 radeon_print(RADEON_RENDER, RADEON_VERBOSE, "%s %x %d\n", __func__, rmesa->tcl.hw_primitive, elt_used);
190 radeon_print(RADEON_RENDER, RADEON_VERBOSE, "%s %d prim %x\n", __func__, min_nr, primitive);
227 radeon_print(RADEON_SWRENDER, RADEON_VERBOSE, "%s: vertex_size 0x%x offset 0x%x \n",
246 radeon_print(RADEON_RENDER, RADEON_VERBOSE,
r200_tex.c 302 radeon_print(RADEON_TEXTURE | RADEON_STATE, RADEON_VERBOSE, "%s( %s )\n",
382 radeon_print(RADEON_TEXTURE | RADEON_STATE, RADEON_VERBOSE,
r200_sanity.c 50 #define VERBOSE (R200_DEBUG & RADEON_VERBOSE)
54 #define NORMAL (R200_DEBUG & RADEON_VERBOSE)
    [all...]
r200_tcl.c 337 radeon_print(RADEON_RENDER,RADEON_VERBOSE,

Completed in 137 milliseconds