Home
last modified time | relevance | path

Searched refs:vrend_printf (Results 1 – 9 of 9) sorted by relevance

/external/virglrenderer/src/
Dvrend_debug.h72 void vrend_printf(const char *fmt, ...);
83 vrend_printf(__VA_ARGS__); \
96 vrend_printf(__VA_ARGS__); \
Dvrend_winsys_egl.c118 vrend_printf( "Missing EGL_KHR_surfaceless_context or EGL_KHR_create_context\n"); in virgl_egl_init_extensions()
210 vrend_printf( "EGL major/minor: %d.%d\n", major, minor); in virgl_egl_init()
211 vrend_printf( "EGL version: %s\n", in virgl_egl_init()
213 vrend_printf( "EGL vendor: %s\n", in virgl_egl_init()
215 vrend_printf( "EGL extensions: %s\n", extensions); in virgl_egl_init()
246 vrend_printf("Failed to create signaled fence"); in virgl_egl_init()
492 vrend_printf( "failed to export plane handle\n"); in virgl_egl_image_from_gbm_bo()
530 vrend_printf("failed to export plane handle %d\n", errno); in virgl_egl_aux_plane_image_from_gbm_bo()
574 vrend_printf("wait sync failed\n"); in virgl_egl_client_wait_fence()
Dvrend_winsys.c75 vrend_printf( "EGL is not supported on this platform\n"); in vrend_winsys_init()
85 vrend_printf( "GLX is not supported on this platform\n"); in vrend_winsys_init()
Dvrend_renderer.c909 vrend_printf("%s: context error reported %d \"%s\" %s %d\n", fname, in vrend_report_context_error_internal()
933 vrend_printf("%s: core profile violation reported %d \"%s\" %s\n", fname, in __report_core_warn()
1075 vrend_printf("%s: %d GLSL:\n", prefix, shader->id); in vrend_shader_dump()
1077 vrend_printf("\n"); in vrend_shader_dump()
1130 vrend_printf("shader failed to compile\n%s\n", infolog); in vrend_compile_shader()
1177 vrend_printf("Warning: stale error state when calling %s\n", __func__); in vrend_format_replace_emulated()
1276 vrend_printf("streamout: %d\n", so->num_outputs); in dump_stream_out()
1277 vrend_printf("strides: "); in dump_stream_out()
1279 vrend_printf("%d ", so->stride[i]); in dump_stream_out()
1280 vrend_printf("\n"); in dump_stream_out()
[all …]
Dvrend_strbuf.h200 vrend_printf("%s", sa->strings[i].buf); in strarray_dump()
218 vrend_printf("%4d: %.*s\n", lineno++, len, line); in strarray_dump_with_line_numbers()
Dvrend_debug.c213 void vrend_printf(const char *fmt, ...) in vrend_printf() function
Dvrend_shader.c972 vrend_printf( "Number of inputs exceeded, max is %lu\n", ARRAY_SIZE(ctx->inputs)); in iter_declaration()
1015 vrend_printf( "got illegal color semantic index %d\n", decl->Semantic.Index); in iter_declaration()
1021vrend_printf( "Number of inputs exceeded, max is %lu\n", ARRAY_SIZE(ctx->inputs)); in iter_declaration()
1040vrend_printf( "Number of inputs exceeded, max is %lu\n", ARRAY_SIZE(ctx->inputs)); in iter_declaration()
1243 vrend_printf( "Number of outputs exceeded, max is %lu\n", ARRAY_SIZE(ctx->outputs)); in iter_declaration()
1271 vrend_printf("Illegal position input\n"); in iter_declaration()
1486 vrend_printf( "Sampler view exceeded, max is %lu\n", ARRAY_SIZE(ctx->samplers)); in iter_declaration()
1495 vrend_printf( "Image view exceeded, max is %lu\n", ARRAY_SIZE(ctx->images)); in iter_declaration()
1503 vrend_printf( "Buffer view exceeded, max is 32\n"); in iter_declaration()
1519 vrend_printf( "Number of uniforms exceeded, max is 32\n"); in iter_declaration()
[all …]
Dvrend_blitter.c99 vrend_printf("shader failed to compile\n%s\n", infolog); in build_and_check()
100 vrend_printf("GLSL:\n%s\n", buf); in build_and_check()
117 vrend_printf("got error linking\n%s\n", infolog); in link_and_check()
Dvrend_decode.c841 vrend_printf(" DESTROY %-17s handle:0x%x\n", in vrend_decode_destroy_object()