Searched refs:WARN_ONCE (Results 1 – 23 of 23) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/nine/ |
D | nine_debug.h | 38 #define WARN_ONCE(fmt, ...) \ macro 48 #define WARN_ONCE(fmt, ...) macro
|
D | stateblock9.c | 289 WARN_ONCE("Fixed function state not handled properly by StateBlocks.\n"); in nine_state_copy_common() 464 WARN_ONCE("Fixed function state not handled properly by StateBlocks.\n"); in nine_state_copy_common_all()
|
D | device9.c | 80 WARN_ONCE("FPU setup not supported on non-x86 platforms\n"); in nine_setup_fpu()
|
/external/u-boot/include/linux/ |
D | bug.h | 41 #define WARN_ONCE(condition, format...) ({ \ macro
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_debug.h | 154 #define WARN_ONCE(...) do { \ macro
|
D | radeon_dma.c | 337 WARN_ONCE("Your libdrm or kernel doesn't have support for busy query.\n" in radeon_bo_is_idle() 371 WARN_ONCE("Leaking dma buffer object!\n"); in radeonReleaseDmaRegions()
|
D | radeon_tcl.c | 422 WARN_ONCE("Rendering was %d commands larger than predicted size." in radeon_run_tcl_render()
|
D | radeon_swtcl.c | 336 WARN_ONCE("Rendering was %d commands larger than predicted size." in r100_swtcl_flush()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_debug.h | 154 #define WARN_ONCE(...) do { \ macro
|
D | radeon_dma.c | 337 WARN_ONCE("Your libdrm or kernel doesn't have support for busy query.\n" in radeon_bo_is_idle() 371 WARN_ONCE("Leaking dma buffer object!\n"); in radeonReleaseDmaRegions()
|
D | r200_tcl.c | 480 WARN_ONCE("Rendering was %d commands larger than predicted size." in r200_run_tcl_render()
|
D | r200_swtcl.c | 309 WARN_ONCE("Rendering was %d commands larger than predicted size." in r200_swtcl_flush()
|
/external/u-boot/common/ |
D | iotrace.c | 61 …WARN_ONCE(1, "WARNING: iotrace buffer exhausted, please check needed length using \"iotrace stats\… in add_record()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_compute.c | 205 WARN_ONCE(ret == -ENOSPC, in brw_dispatch_compute_common()
|
D | genX_blorp_exec.c | 300 WARN_ONCE(ret == -ENOSPC, in genX()
|
D | brw_misc_state.c | 180 WARN_ONCE((tile_x & 7) || (tile_y & 7), in rebase_depth_stencil()
|
D | brw_context.h | 391 #define WARN_ONCE(cond, fmt...) do { \ macro
|
D | brw_draw.c | 899 WARN_ONCE(ret == -ENOSPC, in brw_draw_single_prim()
|
D | genX_state_upload.c | 485 WARN_ONCE(vue >= 33, in genX() 2836 WARN_ONCE(ctx->Color.LogicOp != GL_COPY &&
|
D | intel_mipmap_tree.c | 3149 WARN_ONCE(!ok, "Failed to blit from linear temporary mapping"); in intel_miptree_unmap_blit()
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_context.h | 312 #define WARN_ONCE(cond, fmt...) do { \ macro
|
D | intel_mipmap_tree.c | 799 WARN_ONCE(!ok, "Failed to blit from linear temporary mapping"); in intel_miptree_unmap_blit()
|
/external/u-boot/drivers/pinctrl/renesas/ |
D | pfc.c | 352 WARN_ONCE(1, "Pin %u is not in bias info list\n", pin); in sh_pfc_pin_to_bias_reg()
|