Home
last modified time | relevance | path

Searched refs:perf_debug (Results 1 – 25 of 62) sorted by relevance

123

/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_pixel_copy.c71 perf_debug("glCopyPixels() fallback: MRT\n"); in do_blit_copypixels()
84 perf_debug("glCopyPixels() fallback: GL_DEPTH\n"); in do_blit_copypixels()
87 perf_debug("glCopyPixels() fallback: GL_STENCIL\n"); in do_blit_copypixels()
90 perf_debug("glCopyPixels(): Unknown type\n"); in do_blit_copypixels()
95 perf_debug("glCopyPixels() fallback: missing draw buffer\n"); in do_blit_copypixels()
100 perf_debug("glCopyPixels() fallback: missing read buffer\n"); in do_blit_copypixels()
105 perf_debug("glCopyPixels() fallback: multisampled buffers\n"); in do_blit_copypixels()
110 perf_debug("glCopyPixels(): Unsupported image transfer state\n"); in do_blit_copypixels()
115 perf_debug("glCopyPixels(): Unsupported depth test state\n"); in do_blit_copypixels()
120 perf_debug("glCopyPixels(): Unsupported stencil test state\n"); in do_blit_copypixels()
[all …]
Dbrw_gs.c88 if (unlikely(brw->perf_debug)) { in brw_codegen_gs_prog()
106 if (unlikely(brw->perf_debug)) { in brw_codegen_gs_prog()
112 perf_debug("GS compile took %.03f ms and stalled the GPU\n", in brw_codegen_gs_prog()
Dbrw_cs.c111 if (unlikely(brw->perf_debug)) { in brw_codegen_cs_prog()
135 if (unlikely(brw->perf_debug)) { in brw_codegen_cs_prog()
143 perf_debug("CS compile took %.03f ms and stalled the GPU\n", in brw_codegen_cs_prog()
Dbrw_tes.c67 if (unlikely(brw->perf_debug)) { in brw_codegen_tes_prog()
91 if (unlikely(brw->perf_debug)) { in brw_codegen_tes_prog()
97 perf_debug("TES compile took %.03f ms and stalled the GPU\n", in brw_codegen_tes_prog()
Dbrw_tcs.c104 if (unlikely(brw->perf_debug)) { in brw_codegen_tcs_prog()
126 if (unlikely(brw->perf_debug)) { in brw_codegen_tcs_prog()
136 perf_debug("TCS compile took %.03f ms and stalled the GPU\n", in brw_codegen_tcs_prog()
Dbrw_vs.c168 if (unlikely(brw->perf_debug)) { in brw_codegen_vs_prog()
202 if (unlikely(brw->perf_debug)) { in brw_codegen_vs_prog()
208 perf_debug("VS compile took %.03f ms and stalled the GPU\n", in brw_codegen_vs_prog()
Dintel_tex_copy.c61 perf_debug("%s - fallback to swrast\n", __func__); in intelCopyTexSubImage()
Dintel_pixel_read.c157 perf_debug("Flushing before mapping a referenced bo.\n"); in intel_readpixels_tiled_memcpy()
280 perf_debug("%s: fallback to CPU mapping in PBO case\n", __func__); in intelReadPixels()
Dbrw_blorp.c865 perf_debug("Bad PBO alignment; fallback to CPU mapping\n"); in blorp_get_client_bo()
898 perf_debug("intel_texsubimage: temp bo creation failed: size = %u\n", in blorp_get_client_bo()
904 perf_debug("intel_texsubimage: temp bo upload failed\n"); in blorp_get_client_bo()
924 perf_debug("intel_texsubimage_blorp: unsupported gl_pixelstore_attrib\n"); in blorp_get_client_format()
941 perf_debug("intel_texsubimage_blorp: %s not supported", in blorp_get_client_format()
965 perf_debug("intel_texsubimage: can't use %s as render target\n", in brw_blorp_upload_miptree()
1010 perf_debug("intel_texsubimage: miptree creation for src failed\n"); in brw_blorp_upload_miptree()
1058 perf_debug("intel_texsubimage: can't use %s as render target\n", in brw_blorp_download_miptree()
1125 perf_debug("intel_texsubimage: miptree creation for src failed\n"); in brw_blorp_download_miptree()
Dintel_pixel_bitmap.c204 perf_debug("accelerated glBitmap() only supports rendering to a " in do_blit_bitmap()
237 perf_debug("Unsupported format %s in accelerated glBitmap()\n", in do_blit_bitmap()
Dintel_fbo.c821 perf_debug("glBlitFramebuffer(): missing src renderbuffer. " in intel_blit_framebuffer_with_blitter()
839 perf_debug("glBlitFramebuffer(): non-1:1 blit. " in intel_blit_framebuffer_with_blitter()
857 perf_debug("glBlitFramebuffer(): missing dst renderbuffer. " in intel_blit_framebuffer_with_blitter()
865 perf_debug("glBlitFramebuffer() with sRGB conversion cannot be " in intel_blit_framebuffer_with_blitter()
879 perf_debug("glBlitFramebuffer(): unknown blit failure. " in intel_blit_framebuffer_with_blitter()
Dintel_buffer_objects.c284 perf_debug("Using a blit copy to avoid stalling on " in brw_buffer_subdata()
307 perf_debug("Stalling on glBufferSubData(%ld, %ld) (%ldkb) to a busy " in brw_buffer_subdata()
433 perf_debug("Stalling on the GPU for mapping a busy buffer " in brw_map_buffer_range()
Dbrw_conditional_render.c187 perf_debug("Conditional rendering is implemented in software and may " in brw_check_conditional_render()
Dbrw_queryobj.c146 if (unlikely(brw->perf_debug)) { in brw_queryobj_get_results()
148 perf_debug("Stalling on the GPU waiting for a query object.\n"); in brw_queryobj_get_results()
Dbrw_wm.c106 if (unlikely(brw->perf_debug)) { in brw_codegen_wm_prog()
141 if (unlikely(brw->perf_debug)) { in brw_codegen_wm_prog()
149 perf_debug("FS compile took %.03f ms and stalled the GPU\n", in brw_codegen_wm_prog()
Dgen6_sol.c248 if (unlikely(brw->perf_debug && brw_bo_busy(bo))) in aggregate_transform_feedback_counter()
249 perf_debug("Stalling for # of transform feedback primitives written.\n"); in aggregate_transform_feedback_counter()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_pixel_copy.c72 perf_debug("glCopyPixels() fallback: MRT\n"); in do_blit_copypixels()
85 perf_debug("glCopyPixels() fallback: GL_DEPTH\n"); in do_blit_copypixels()
88 perf_debug("glCopyPixels() fallback: GL_STENCIL\n"); in do_blit_copypixels()
91 perf_debug("glCopyPixels(): Unknown type\n"); in do_blit_copypixels()
96 perf_debug("glCopyPixels() fallback: missing draw buffer\n"); in do_blit_copypixels()
101 perf_debug("glCopyPixels() fallback: missing read buffer\n"); in do_blit_copypixels()
106 perf_debug("glCopyPixels(): Unsupported image transfer state\n"); in do_blit_copypixels()
111 perf_debug("glCopyPixels(): Unsupported depth test state\n"); in do_blit_copypixels()
116 perf_debug("glCopyPixels(): Unsupported stencil test state\n"); in do_blit_copypixels()
123 perf_debug("glCopyPixels(): Unsupported fragment shader state\n"); in do_blit_copypixels()
[all …]
Dintel_context.h175 bool perf_debug; member
302 #define perf_debug(...) do { \ macro
306 if (intel->perf_debug) \
Dintel_fbo.c664 perf_debug("glBlitFramebuffer(): missing src renderbuffer. " in intel_blit_framebuffer_with_blitter()
682 perf_debug("glBlitFramebuffer(): non-1:1 blit. " in intel_blit_framebuffer_with_blitter()
700 perf_debug("glBlitFramebuffer(): missing dst renderbuffer. " in intel_blit_framebuffer_with_blitter()
708 perf_debug("glBlitFramebuffer(): unsupported blit from %s to %s. " in intel_blit_framebuffer_with_blitter()
723 perf_debug("glBlitFramebuffer(): unknown blit failure. " in intel_blit_framebuffer_with_blitter()
Dintel_pixel_bitmap.c207 perf_debug("accelerated glBitmap() only supports rendering to a " in do_blit_bitmap()
240 perf_debug("Unsupported format %s in accelerated glBitmap()\n", in do_blit_bitmap()
Dintel_tex_copy.c100 perf_debug("%s - fallback to swrast\n", __func__); in intelCopyTexSubImage()
Dintel_mipmap_tree.c147 perf_debug("%dx%d miptree too large to blit, falling back to untiled", in intel_miptree_choose_tiling()
202 perf_debug("%dx%d miptree larger than aperture; falling back to X-tiled\n", in intel_miptree_create()
624 perf_debug("miptree validate blit for %s failed\n", in intel_miptree_copy_slice()
670 perf_debug("Mapping a busy BO, causing a stall on the GPU.\n"); in intel_miptree_map_raw()
Dintel_tex_validate.c95 perf_debug("Creating new %s %dx%dx%d %d..%d miptree to handle finalized " in intel_finalize_mipmap_tree()
Dintel_pixel_read.c176 perf_debug("%s: fallback to CPU mapping in PBO case\n", __func__); in intelReadPixels()
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_draw.c282 perf_debug("Flushing batch due to HW-2116 workaround " in vc4_hw_2116_workaround()
309 perf_debug("Fallback conversion for %d %s vertices\n", in vc4_draw_vbo()
543 perf_debug("Partial clear of Z+stencil buffer, " in vc4_clear()
564 perf_debug("Flushing rendering to process new clear.\n"); in vc4_clear()

123