/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_pixel_copy.c | 71 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 …]
|
D | brw_gs.c | 88 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()
|
D | brw_cs.c | 111 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()
|
D | brw_tes.c | 67 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()
|
D | brw_tcs.c | 104 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()
|
D | brw_vs.c | 168 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()
|
D | intel_tex_copy.c | 61 perf_debug("%s - fallback to swrast\n", __func__); in intelCopyTexSubImage()
|
D | intel_pixel_read.c | 157 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()
|
D | brw_blorp.c | 865 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()
|
D | intel_pixel_bitmap.c | 204 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()
|
D | intel_fbo.c | 821 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()
|
D | intel_buffer_objects.c | 284 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()
|
D | brw_conditional_render.c | 187 perf_debug("Conditional rendering is implemented in software and may " in brw_check_conditional_render()
|
D | brw_queryobj.c | 146 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()
|
D | brw_wm.c | 106 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()
|
D | gen6_sol.c | 248 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/ |
D | intel_pixel_copy.c | 72 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 …]
|
D | intel_context.h | 175 bool perf_debug; member 302 #define perf_debug(...) do { \ macro 306 if (intel->perf_debug) \
|
D | intel_fbo.c | 664 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()
|
D | intel_pixel_bitmap.c | 207 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()
|
D | intel_tex_copy.c | 100 perf_debug("%s - fallback to swrast\n", __func__); in intelCopyTexSubImage()
|
D | intel_mipmap_tree.c | 147 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()
|
D | intel_tex_validate.c | 95 perf_debug("Creating new %s %dx%dx%d %d..%d miptree to handle finalized " in intel_finalize_mipmap_tree()
|
D | intel_pixel_read.c | 176 perf_debug("%s: fallback to CPU mapping in PBO case\n", __func__); in intelReadPixels()
|
/external/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_draw.c | 282 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()
|