Home
last modified time | relevance | path

Searched refs:_mesa_debug (Results 1 – 25 of 51) sorted by relevance

123

/external/mesa3d/src/mesa/x86/
Dcommon_x86.c95 _mesa_debug(NULL, "EXCEPTION_ILLEGAL_INSTRUCTION\n" ); in ExceptionFilter()
98 _mesa_debug(NULL, "STATUS_FLOAT_MULTIPLE_TRAPS\n"); in ExceptionFilter()
101 _mesa_debug(NULL, "UNEXPECTED EXCEPTION (0x%08x), terminating!\n" ); in ExceptionFilter()
106 _mesa_debug(NULL, "Context does not contain control registers, terminating!\n"); in ExceptionFilter()
159 _mesa_debug(NULL, "Testing OS support for SSE...\n"); in _mesa_check_os_sse_support()
164 _mesa_debug(NULL, "Yes.\n"); in _mesa_check_os_sse_support()
166 _mesa_debug(NULL, "No!\n"); in _mesa_check_os_sse_support()
171 _mesa_debug(NULL, "Testing OS support for SSE unmasked exceptions...\n"); in _mesa_check_os_sse_support()
176 _mesa_debug(NULL, "Yes.\n"); in _mesa_check_os_sse_support()
178 _mesa_debug(NULL, "No!\n"); in _mesa_check_os_sse_support()
[all …]
/external/mesa3d/src/mesa/main/
Ddebug.c68 _mesa_debug(NULL, in _mesa_print_state()
102 _mesa_debug(NULL, in _mesa_print_tri_caps()
125 _mesa_debug(NULL, "Mesa GL_VERSION = %s\n", in _mesa_print_info()
127 _mesa_debug(NULL, "Mesa GL_RENDERER = %s\n", in _mesa_print_info()
129 _mesa_debug(NULL, "Mesa GL_VENDOR = %s\n", in _mesa_print_info()
131 _mesa_debug(NULL, "Mesa GL_EXTENSIONS = %s\n", in _mesa_print_info()
134 _mesa_debug(NULL, "Mesa thread-safe: YES\n"); in _mesa_print_info()
136 _mesa_debug(NULL, "Mesa thread-safe: NO\n"); in _mesa_print_info()
139 _mesa_debug(NULL, "Mesa x86-optimized: YES\n"); in _mesa_print_info()
141 _mesa_debug(NULL, "Mesa x86-optimized: NO\n"); in _mesa_print_info()
[all …]
Dpolygon.c60 _mesa_debug(ctx, "glCullFace %s\n", _mesa_lookup_enum_by_nr(mode)); in _mesa_CullFace()
96 _mesa_debug(ctx, "glFrontFace %s\n", _mesa_lookup_enum_by_nr(mode)); in _mesa_FrontFace()
135 _mesa_debug(ctx, "glPolygonMode %s %s\n", in _mesa_PolygonMode()
228 _mesa_debug(ctx, "glPolygonStipple\n"); in _mesa_PolygonStipple()
249 _mesa_debug(ctx, "glGetPolygonStipple\n"); in _mesa_GetnPolygonStippleARB()
278 _mesa_debug(ctx, "glPolygonOffset %f %f\n", factor, units); in _mesa_PolygonOffset()
Ddepth.c48 _mesa_debug(ctx, "glClearDepth(%f)\n", depth); in _mesa_ClearDepth()
74 _mesa_debug(ctx, "glDepthFunc %s\n", _mesa_lookup_enum_by_nr(func)); in _mesa_DepthFunc()
110 _mesa_debug(ctx, "glDepthMask %d\n", flag); in _mesa_DepthMask()
138 _mesa_debug(ctx, "glDepthBounds(%f, %f)\n", zmin, zmax); in _mesa_DepthBoundsEXT()
Dqueryobj.c184 _mesa_debug(ctx, "glGenQueries(%d)\n", n); in _mesa_GenQueriesARB()
224 _mesa_debug(ctx, "glDeleeteQueries(%d)\n", n); in _mesa_DeleteQueriesARB()
258 _mesa_debug(ctx, "glIsQuery(%u)\n", id); in _mesa_IsQueryARB()
295 _mesa_debug(ctx, "glBeginQueryIndexed(%s, %u, %u)\n", in _mesa_BeginQueryIndexed()
359 _mesa_debug(ctx, "glEndQueryIndexed(%s, %u)\n", in _mesa_EndQueryIndexed()
407 _mesa_debug(ctx, "glQueryCounter(%u, %s)\n", id, in _mesa_QueryCounter()
465 _mesa_debug(ctx, "glGetQueryIndexediv(%s, %u, %s)\n", in _mesa_GetQueryIndexediv()
545 _mesa_debug(ctx, "glGetQueryObjectiv(%u, %s)\n", id, in _mesa_GetQueryObjectivARB()
596 _mesa_debug(ctx, "glGetQueryObjectuiv(%u, %s)\n", id, in _mesa_GetQueryObjectuivARB()
650 _mesa_debug(ctx, "glGetQueryObjecti64v(%u, %s)\n", id, in _mesa_GetQueryObjecti64vEXT()
[all …]
Dstencil.c143 _mesa_debug(ctx, "glStencilFuncSeparateATI()\n"); in _mesa_StencilFuncSeparateATI()
202 _mesa_debug(ctx, "glStencilFunc()\n"); in _mesa_StencilFunc()
269 _mesa_debug(ctx, "glStencilMask()\n"); in _mesa_StencilMask()
326 _mesa_debug(ctx, "glStencilOp()\n"); in _mesa_StencilOp()
394 _mesa_debug(ctx, "glActiveStencilFaceEXT()\n"); in _mesa_ActiveStencilFaceEXT()
427 _mesa_debug(ctx, "glStencilOpSeparate()\n"); in _mesa_StencilOpSeparate()
485 _mesa_debug(ctx, "glStencilFuncSeparate()\n"); in _mesa_StencilFuncSeparate()
526 _mesa_debug(ctx, "glStencilMaskSeparate()\n"); in _mesa_StencilMaskSeparate()
Dblend.c213 _mesa_debug(ctx, "glBlendFuncSeparate %s %s %s %s\n", in _mesa_BlendFuncSeparateEXT()
352 _mesa_debug(ctx, "glBlendEquation(%s)\n", in _mesa_BlendEquation()
396 _mesa_debug(ctx, "glBlendEquationi(%u, %s)\n", in _mesa_BlendEquationi()
433 _mesa_debug(ctx, "glBlendEquationSeparateEXT(%s %s)\n", in _mesa_BlendEquationSeparateEXT()
489 _mesa_debug(ctx, "glBlendEquationSeparatei(%u, %s %s)\n", buf, in _mesa_BlendEquationSeparatei()
586 _mesa_debug(ctx, "glAlphaFunc(%s, %f)\n", in _mesa_AlphaFunc()
634 _mesa_debug(ctx, "glLogicOp(%s)\n", _mesa_lookup_enum_by_nr(opcode)); in _mesa_LogicOp()
710 _mesa_debug(ctx, "glColorMask(%d, %d, %d, %d)\n", in _mesa_ColorMask()
749 _mesa_debug(ctx, "glColorMaskIndexed %u %d %d %d %d\n", in _mesa_ColorMaskIndexed()
Dlines.c47 _mesa_debug(ctx, "glLineWidth %f\n", width); in _mesa_LineWidth()
101 _mesa_debug(ctx, "glLineStipple %d %u\n", factor, pattern); in _mesa_LineStipple()
Dmatrix.c116 _mesa_debug(ctx, "glOrtho(%f, %f, %f, %f, %f, %f)\n", in _mesa_Ortho()
248 _mesa_debug(ctx, "glPushMatrix %s\n", in _mesa_PushMatrix()
288 _mesa_debug(ctx, "glPopMatrix %s\n", in _mesa_PopMatrix()
325 _mesa_debug(ctx, "glLoadIdentity()\n"); in _mesa_LoadIdentity()
349 _mesa_debug(ctx, in _mesa_LoadMatrixf()
379 _mesa_debug(ctx, in _mesa_MultMatrixf()
Dgetstring.c211 _mesa_debug(ctx, "glGetPointerv %s\n", _mesa_lookup_enum_by_nr(pname)); in _mesa_GetPointerv()
307 _mesa_debug(ctx, "glGetError <-- %s\n", _mesa_lookup_enum_by_nr(e)); in _mesa_GetError()
325 _mesa_debug(ctx, "glGetGraphicsResetStatusARB" in _mesa_GetGraphicsResetStatusARB()
Dviewport.c68 _mesa_debug(ctx, "glViewport %d %d %d %d\n", x, y, width, height); in _mesa_set_viewport()
122 _mesa_debug(ctx, "glDepthRange %f %f\n", nearval, farval); in _mesa_DepthRange()
Dcontext.h211 _mesa_debug(ctx, "FLUSH_VERTICES in %s\n", MESA_FUNCTION);\
230 _mesa_debug(ctx, "FLUSH_CURRENT in %s\n", MESA_FUNCTION); \
Dtexcompress_s3tc.c381_mesa_debug(NULL, "attempted to decode s3tc texture without library available: fetch_texel_2d_rgb_… in fetch_texel_2d_rgb_dxt1()
410_mesa_debug(NULL, "attempted to decode s3tc texture without library available: fetch_texel_2d_rgba… in fetch_texel_2d_rgba_dxt1()
439_mesa_debug(NULL, "attempted to decode s3tc texture without library available: fetch_texel_2d_rgba… in fetch_texel_2d_rgba_dxt3()
468_mesa_debug(NULL, "attempted to decode s3tc texture without library available: fetch_texel_2d_rgba… in fetch_texel_2d_rgba_dxt5()
Dbuffers.c235 _mesa_debug(ctx, "glDrawBuffer %s\n", _mesa_lookup_enum_by_nr(buffer)); in _mesa_DrawBuffer()
530 _mesa_debug(ctx, "glReadBuffer %s\n", _mesa_lookup_enum_by_nr(buffer)); in _mesa_ReadBuffer()
535 _mesa_debug(ctx, "glReadBuffer %s\n", _mesa_lookup_enum_by_nr(buffer)); in _mesa_ReadBuffer()
Derrors.h69 _mesa_debug( const struct gl_context *ctx, const char *fmtString, ... ) PRINTFLIKE(2, 3);
Dscissor.c42 _mesa_debug(ctx, "glScissor %d %d %d %d\n", x, y, width, height); in _mesa_Scissor()
Ddrawpix.c57 _mesa_debug(ctx, "glDrawPixels(%d, %d, %s, %s, %p) // to %s at %d, %d\n", in _mesa_DrawPixels()
200 _mesa_debug(ctx, in _mesa_CopyPixels()
Dshaderapi.c737 _mesa_debug(ctx, "Error compiling shader %u:\n%s\n", in compile_shader()
772 _mesa_debug(ctx, "Error linking program %u:\n%s\n", in link_program()
1030 _mesa_debug(ctx, "glCompileShader %u\n", shaderObj); in _mesa_CompileShaderARB()
1040 _mesa_debug(ctx, "glCreateShader %s\n", _mesa_lookup_enum_by_nr(type)); in _mesa_CreateShader()
1058 _mesa_debug(ctx, "glCreateProgram\n"); in _mesa_CreateProgram()
1076 _mesa_debug(ctx, "glDeleteObjectARB(%u)\n", obj); in _mesa_DeleteObjectARB()
Dhint.c43 _mesa_debug(ctx, "glHint %s %s\n", in _mesa_Hint()
Dlight.c45 _mesa_debug(ctx, "glShadeModel %s\n", _mesa_lookup_enum_by_nr(mode)); in _mesa_ShadeModel()
75 _mesa_debug(ctx, "glProvokingVertexEXT 0x%x\n", mode); in _mesa_ProvokingVertexEXT()
638 _mesa_debug(ctx, "_mesa_update_material, mask 0x%x\n", bitmask); in _mesa_update_material()
735 _mesa_debug(ctx, "glColorMaterial %s %s\n", in _mesa_ColorMaterial()
Dcontext.c171 _mesa_debug(ctx, "SwapBuffers\n"); in _mesa_notifySwapBuffers()
413 _mesa_debug(ctx, "Mesa %s DEBUG build %s %s\n", in one_time_init()
1424 _mesa_debug(newCtx, "_mesa_make_current()\n"); in _mesa_make_current()
/external/mesa3d/src/mesa/swrast/
Ds_context.c612 _mesa_debug(ctx, "_swrast_Quad\n"); in _swrast_Quad()
627 _mesa_debug(ctx, "_swrast_Triangle\n"); in _swrast_Triangle()
639 _mesa_debug(ctx, "_swrast_Line\n"); in _swrast_Line()
650 _mesa_debug(ctx, "_swrast_Point\n"); in _swrast_Point()
660 _mesa_debug(ctx, "_swrast_InvalidateState\n"); in _swrast_InvalidateState()
669 _mesa_debug(ctx, "_swrast_ResetLineStipple\n"); in _swrast_ResetLineStipple()
684 _mesa_debug(ctx, "_swrast_allow_vertex_fog %d\n", value); in _swrast_allow_vertex_fog()
694 _mesa_debug(ctx, "_swrast_allow_pixel_fog %d\n", value); in _swrast_allow_pixel_fog()
743 _mesa_debug(ctx, "_swrast_CreateContext\n"); in _swrast_CreateContext()
828 _mesa_debug(ctx, "_swrast_DestroyContext\n"); in _swrast_DestroyContext()
[all …]
/external/mesa3d/src/mesa/vbo/
Dvbo_exec_array.c666 _mesa_debug(ctx, "glDrawArrays(%s, %d, %d)\n", in vbo_exec_DrawArrays()
693 _mesa_debug(ctx, "glDrawArraysInstanced(%s, %d, %d, %d)\n", in vbo_exec_DrawArraysInstanced()
719 _mesa_debug(ctx, "glDrawArraysInstancedBaseInstance(%s, %d, %d, %d, %d)\n", in vbo_exec_DrawArraysInstancedBaseInstance()
891 _mesa_debug(ctx, in vbo_exec_DrawRangeElementsBaseVertex()
969 _mesa_debug(ctx, in vbo_exec_DrawRangeElements()
990 _mesa_debug(ctx, "glDrawElements(%s, %u, %s, %p)\n", in vbo_exec_DrawElements()
1012 _mesa_debug(ctx, "glDrawElementsBaseVertex(%s, %d, %s, %p, %d)\n", in vbo_exec_DrawElementsBaseVertex()
1035 _mesa_debug(ctx, "glDrawElementsInstanced(%s, %d, %s, %p, %d)\n", in vbo_exec_DrawElementsInstanced()
1059 _mesa_debug(ctx, "glDrawElementsInstancedBaseVertex(%s, %d, %s, %p, %d; %d)\n", in vbo_exec_DrawElementsInstancedBaseVertex()
1084 _mesa_debug(ctx, "glDrawElementsInstancedBaseInstance(%s, %d, %s, %p, %d, %d)\n", in vbo_exec_DrawElementsInstancedBaseInstance()
[all …]
/external/mesa3d/src/mesa/x86-64/
Dx86-64.c68 _mesa_debug( NULL, "%s", msg ); in message()
/external/mesa3d/src/mesa/math/
Dm_matrix.c286 _mesa_debug(NULL,"\t%f %f %f %f\n", m[i], m[4+i], m[8+i], m[12+i] ); in print_matrix_floats()
300 _mesa_debug(NULL, "Matrix type: %s, flags: %x\n", types[m->type], m->flags); in _math_matrix_print()
302 _mesa_debug(NULL, "Inverse: \n"); in _math_matrix_print()
305 _mesa_debug(NULL, "Mat * Inverse:\n"); in _math_matrix_print()

123