Home
last modified time | relevance | path

Searched refs:debug_screen_wrap (Results 1 – 12 of 12) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/target-helpers/
Ddrm_helper.h87 return screen ? debug_screen_wrap(screen) : NULL; in pipe_i915_create_screen()
103 return screen ? debug_screen_wrap(screen) : NULL; in pipe_iris_create_screen()
124 return screen ? debug_screen_wrap(screen) : NULL; in DRM_DRIVER_DESCRIPTOR()
144 return screen ? debug_screen_wrap(screen) : NULL; in DRM_DRIVER_DESCRIPTOR()
167 return screen ? debug_screen_wrap(screen) : NULL; in pipe_kmsro_create_screen()
190 return rw ? debug_screen_wrap(rw->screen) : NULL; in DRM_DRIVER_DESCRIPTOR()
209 return rw ? debug_screen_wrap(rw->screen) : NULL; in pipe_r600_create_screen()
225 return screen ? debug_screen_wrap(screen) : NULL; in pipe_radeonsi_create_screen()
252 return screen ? debug_screen_wrap(screen) : NULL; in DRM_DRIVER_DESCRIPTOR()
269 return screen ? debug_screen_wrap(screen) : NULL; in pipe_msm_create_screen()
[all …]
Dinline_debug_helper.h28 debug_screen_wrap(struct pipe_screen *screen) in debug_screen_wrap() function
Dinline_sw_helper.h83 return screen ? debug_screen_wrap(screen) : NULL; in sw_screen_create_named()
/third_party/mesa3d/src/gallium/targets/osmesa/
Dtarget.c55 return debug_screen_wrap(screen); in osmesa_create_screen()
/third_party/mesa3d/src/gallium/targets/pipe-loader/
Dpipe_swrast.c20 screen = debug_screen_wrap(screen); in swrast_create_screen()
/third_party/mesa3d/src/gallium/targets/d3d10sw/
Dd3d10_gdi.c76 return debug_screen_wrap( screen ); in d3d10_create_screen()
/third_party/mesa3d/src/gallium/targets/libgl-xlib/
Dxlib.c69 return debug_screen_wrap( screen ); in swrast_xlib_create_screen()
/third_party/mesa3d/src/gallium/targets/graw-gdi/
Dgraw_gdi.c121 return debug_screen_wrap(screen); in graw_create_window_and_screen()
/third_party/mesa3d/src/gallium/targets/graw-xlib/
Dgraw_xlib.c40 return debug_screen_wrap( screen ); in graw_create_screen()
/third_party/mesa3d/src/gallium/auxiliary/pipe-loader/
Dpipe_loader_sw.c317 return screen ? debug_screen_wrap(screen) : NULL; in pipe_loader_sw_create_screen()
/third_party/mesa3d/src/gallium/targets/haiku-softpipe/
DGalliumContext.cpp105 debug_screen_wrap(screen); in CreateDisplay()
/third_party/mesa3d/docs/relnotes/
D21.0.0.rst245 - drisw: Use debug_screen_wrap like everybody else