Lines Matching refs:debug
59 is->debug.tiling = !debug_get_option_i915_no_tiling();
60 is->debug.use_blitter = debug_get_option_i915_use_blitter();
68 debug(struct debug_stream *stream, const char *name, unsigned len)
684 FLAG(stream, ptr[j], 24, "debug dither");
740 return debug(stream, "MI_NOOP", 1);
742 return debug(stream, "MI_WAIT_FOR_EVENT", 1);
744 return debug(stream, "MI_FLUSH", 1);
746 debug(stream, "MI_BATCH_BUFFER_END", 1);
749 return debug(stream, "MI_LOAD_REGISTER_IMM", 3);
753 (void)debug(stream, "UNKNOWN 0x0 case!", 1);
759 (void)debug(stream, "UNKNOWN 0x1 case!", 1);
769 return debug(stream, "blit command", (cmd & 0xff) + 2);
775 return debug(stream, "3DSTATE_ANTI_ALIASING", 1);
777 return debug(stream, "3DSTATE_RASTERIZATION_RULES", 1);
779 return debug(stream, "3DSTATE_BACKFACE_STENCIL_OPS", 1);
781 return debug(stream, "3DSTATE_BACKFACE_STENCIL_MASKS", 1);
783 return debug(stream, "3DSTATE_INDEPENDENT_ALPHA_BLEND", 1);
785 return debug(stream, "3DSTATE_MODES5", 1);
789 return debug(stream, "3DSTATE_FOG_COLOR", 1);
791 return debug(stream, "3DSTATE_COORD_SET_BINDINGS", 1);
796 return debug(stream, "3DSTATE_SCISSOR_ENABLE", 1);
798 return debug(stream, "3DSTATE_DEPTH_SUBRECTANGLE_DISABLE", 1);
800 (void)debug(stream, "UNKNOWN 0x1c case!", 1);
821 return debug(stream, "3DSTATE_PIXEL_SHADER_CONSTANTS",
827 return debug(stream, "3DSTATE_DRAWING_RECTANGLE",
830 return debug(stream, "3DSTATE_SCISSOR_RECTANGLE",
833 return debug(stream, "3DSTATE_SPAN_STIPPLE", (cmd & 0xffff) + 2);
838 return debug(stream, "3DSTATE_CONSTANT_BLEND_COLOR",
841 return debug(stream, "3DSTATE_FOG_MODE", (cmd & 0xffff) + 2);
846 return debug(stream, "3DSTATE_DEPTH_OFFSET_SCALE",
849 return debug(stream, "3DSTATE_DEFAULT_Z", (cmd & 0xffff) + 2);
851 return debug(stream, "3DSTATE_DEFAULT_DIFFUSE", (cmd & 0xffff) + 2);
853 return debug(stream, "3DSTATE_DEFAULT_SPECULAR",
856 return debug(stream, "3DSTATE_CLEAR_PARAMETERS",
865 return debug(stream, "???", (cmd & 0xffff) + 1);
867 return debug(stream, "", 1);
883 return debug(stream, "", 0);