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

  /external/mesa3d/src/gallium/drivers/ilo/core/
ilo_debug.c 30 static const struct debug_named_value ilo_debug_flags[] = {
  /external/mesa3d/src/gallium/state_trackers/nine/
nine_quirk.c 27 static const struct debug_named_value nine_quirk_table[] = {
nine_debug.c 28 static const struct debug_named_value nine_debug_flags[] = {
  /external/mesa3d/src/gallium/auxiliary/util/
u_debug.c 272 const struct debug_named_value *flags,
277 const struct debug_named_value *orig = flags;
326 debug_dump_enum(const struct debug_named_value *names,
343 debug_dump_enum_noprefix(const struct debug_named_value *names,
367 debug_dump_flags(const struct debug_named_value *names, unsigned long value)
419 static const struct debug_named_value names[] = {
420 DEBUG_NAMED_VALUE(PIPE_PRIM_POINTS),
421 DEBUG_NAMED_VALUE(PIPE_PRIM_LINES),
422 DEBUG_NAMED_VALUE(PIPE_PRIM_LINE_LOOP),
423 DEBUG_NAMED_VALUE(PIPE_PRIM_LINE_STRIP)
    [all...]
u_debug.h 293 struct debug_named_value struct
306 * static const debug_named_value my_names[] = {
307 * DEBUG_NAMED_VALUE(MY_ENUM_VALUE_X),
308 * DEBUG_NAMED_VALUE(MY_ENUM_VALUE_Y),
309 * DEBUG_NAMED_VALUE(MY_ENUM_VALUE_Z),
320 #define DEBUG_NAMED_VALUE(__symbol) {#__symbol, (unsigned long)__symbol, NULL}
329 debug_dump_enum(const struct debug_named_value *names,
333 debug_dump_enum_noprefix(const struct debug_named_value *names,
342 debug_dump_flags(const struct debug_named_value *names,
406 const struct debug_named_value *flags
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/
r300_debug.c 29 static const struct debug_named_value debug_options[] = {
  /external/mesa3d/src/mesa/state_tracker/
st_debug.c 48 static const struct debug_named_value st_debug_flags[] = {
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_screen.c 57 static const struct debug_named_value lp_debug_flags[] = {
75 static const struct debug_named_value lp_perf_flags[] = {
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_init.c 63 static const struct debug_named_value lp_bld_debug_flags[] = {
  /external/mesa3d/src/gallium/drivers/freedreno/
freedreno_screen.c 63 static const struct debug_named_value debug_options[] = {
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_screen.c 42 static const struct debug_named_value debug_options[] = {
  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_screen.c 48 static const struct debug_named_value debug_options[] = {
  /external/mesa3d/src/gallium/drivers/r600/
r600_pipe.c 44 static const struct debug_named_value r600_debug_options[] = {
  /external/mesa3d/src/gallium/drivers/svga/
svga_screen.c 51 static const struct debug_named_value svga_debug_flags[] = {
    [all...]
  /external/mesa3d/src/gallium/drivers/i915/
i915_debug.c 38 static const struct debug_named_value debug_options[] = {
  /external/mesa3d/src/gallium/drivers/radeon/
r600_pipe_common.c 674 static const struct debug_named_value common_debug_options[] = {
    [all...]

Completed in 1509 milliseconds