Home
last modified time | relevance | path

Searched refs:dsurf (Results 1 - 4 of 4) sorted by relevance

/third_party/mesa3d/src/egl/drivers/wgl/
H A Degl_wgl.c510 wgl_make_current(_EGLDisplay *disp, _EGLSurface *dsurf, in wgl_make_current() argument
527 if (!_eglBindContext(ctx, dsurf, rsurf, &old_ctx, &old_dsurf, &old_rsurf)) in wgl_make_current()
540 ddraw = (dsurf) ? wgl_egl_surface(dsurf)->fb : NULL; in wgl_make_current()
557 tmp_dsurf == dsurf && in wgl_make_current()
560 _eglPutSurface(dsurf); in wgl_make_current()
582 dsurf = rsurf = NULL; in wgl_make_current()
585 _eglBindContext(ctx, dsurf, rsurf, &tmp_ctx, &tmp_dsurf, &tmp_rsurf); in wgl_make_current()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_descriptors.c81 struct zink_descriptor_surface *dsurf; member
83 struct zink_descriptor_surface *dsurf; member
158 get_descriptor_surface_hash(struct zink_context *ctx, struct zink_descriptor_surface *dsurf) in get_descriptor_surface_hash() argument
160 return dsurf->is_buffer ? (dsurf->bufferview ? dsurf->bufferview->hash : zink_screen(ctx->base.screen)->null_descriptor_hashes.buffer_view) : in get_descriptor_surface_hash()
161 (dsurf->surface ? dsurf->surface->hash : zink_screen(ctx->base.screen)->null_descriptor_hashes.image_view); in get_descriptor_surface_hash()
984 zink_descriptor_surface_desc_set_add(struct zink_descriptor_surface *dsurf, struct zink_descriptor_set *zds, unsigned idx) in zink_descriptor_surface_desc_set_add() argument
987 zds->surfaces[idx].is_buffer = dsurf in zink_descriptor_surface_desc_set_add()
1206 desc_set_sampler_add(struct zink_context *ctx, struct zink_descriptor_set *zds, struct zink_descriptor_surface *dsurf, struct zink_sampler_state *state, unsigned int i, bool cache_hit) desc_set_sampler_add() argument
1227 desc_set_image_add(struct zink_context *ctx, struct zink_descriptor_set *zds, struct zink_descriptor_surface *dsurf, unsigned int i, bool cache_hit) desc_set_image_add() argument
1245 desc_set_descriptor_surface_add(struct zink_context *ctx, struct zink_descriptor_set *zds, struct zink_descriptor_surface *dsurf, unsigned int i, bool cache_hit) desc_set_descriptor_surface_add() argument
[all...]
/third_party/mesa3d/src/egl/drivers/haiku/
H A Degl_haiku.cpp281 haiku_make_current(_EGLDisplay *disp, _EGLSurface *dsurf, in haiku_make_current() argument
287 struct haiku_egl_surface* surf = haiku_egl_surface(dsurf); in haiku_make_current()
291 if (!_eglBindContext(ctx, dsurf, rsurf, &old_ctx, &old_dsurf, &old_rsurf)) in haiku_make_current()
/third_party/mesa3d/src/egl/drivers/dri2/
H A Degl_dri2.c1783 dri2_make_current(_EGLDisplay *disp, _EGLSurface *dsurf, in dri2_make_current() argument
1801 if (!_eglBindContext(ctx, dsurf, rsurf, &old_ctx, &old_dsurf, &old_rsurf)) in dri2_make_current()
1804 if (old_ctx == ctx && old_dsurf == dsurf && old_rsurf == rsurf) { in dri2_make_current()
1828 ddraw = (dsurf) ? dri2_dpy->vtbl->get_dri_drawable(dsurf) : NULL; in dri2_make_current()
1845 tmp_dsurf == dsurf && in dri2_make_current()
1848 _eglPutSurface(dsurf); in dri2_make_current()
1875 dsurf = rsurf = NULL; in dri2_make_current()
1878 _eglBindContext(ctx, dsurf, rsurf, &tmp_ctx, &tmp_dsurf, &tmp_rsurf); in dri2_make_current()
1904 if (dsurf in dri2_make_current()
[all...]

Completed in 8 milliseconds