Searched refs:fence (Results 201 - 225 of 288) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/
H A Dsurface.c431 // Workaround for r600g, there seems to be a bug in the fence refcounting code
432 pipe->screen->fence_reference(pipe->screen, &surface_priv->fence, NULL);
438 pipe->flush(pipe, &surface_priv->fence);
486 if (surface_priv->fence)
487 if (!pipe->screen->fence_signalled(pipe->screen, surface_priv->fence))
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/svga/drm/
H A Dvmw_buffer.c150 struct pipe_fence_handle *fence )
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600.h197 void r600_context_emit_fence(struct r600_context *ctx, struct r600_resource *fence,
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeonsi_pipe.h207 void radeonsi_flush(struct pipe_context *ctx, struct pipe_fence_handle **fence,
/external/mesa3d/src/gallium/include/state_tracker/
H A Dst_api.h365 struct pipe_fence_handle **fence);
/external/mesa3d/src/gallium/state_trackers/xorg/
H A Dxorg_tracker.h124 struct pipe_fence_handle *fence[XORG_NR_FENCES]; member in struct:_modesettingRec
H A Dxorg_exa.c1077 struct pipe_fence_handle **fence)
1079 exa->pipe->flush(exa->pipe, fence);
1084 struct pipe_fence_handle *fence = NULL; local
1086 xorg_exa_flush(exa, &fence);
1088 exa->pipe->screen->fence_finish(exa->pipe->screen, fence,
1090 exa->pipe->screen->fence_reference(exa->pipe->screen, &fence, NULL);
1076 xorg_exa_flush(struct exa_context *exa, struct pipe_fence_handle **fence) argument
/external/mesa3d/src/gallium/state_trackers/xvmc/
H A Dsurface.c431 // Workaround for r600g, there seems to be a bug in the fence refcounting code
432 pipe->screen->fence_reference(pipe->screen, &surface_priv->fence, NULL);
438 pipe->flush(pipe, &surface_priv->fence);
486 if (surface_priv->fence)
487 if (!pipe->screen->fence_signalled(pipe->screen, surface_priv->fence))
/external/mesa3d/src/gallium/winsys/svga/drm/
H A Dvmw_buffer.c150 struct pipe_fence_handle *fence )
/external/chromium_org/third_party/angle/src/libGLESv2/
H A DCaps.cpp112 fence(false),
166 InsertExtensionString("GL_NV_fence", fence, &extensionStrings);
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/pipebuffer/
H A Dpb_bufmgr_cache.c197 struct pipe_fence_handle *fence)
200 pb_fence(buf->buffer, fence);
196 pb_cache_buffer_fence(struct pb_buffer *_buf, struct pipe_fence_handle *fence) argument
H A Dpb_bufmgr_debug.c324 struct pipe_fence_handle *fence)
327 pb_fence(buf->buffer, fence);
323 pb_debug_buffer_fence(struct pb_buffer *_buf, struct pipe_fence_handle *fence) argument
H A Dpb_bufmgr_slab.c265 struct pipe_fence_handle *fence)
268 pb_fence(buf->slab->bo, fence);
264 pb_slab_buffer_fence(struct pb_buffer *_buf, struct pipe_fence_handle *fence) argument
/external/mesa3d/src/gallium/auxiliary/pipebuffer/
H A Dpb_bufmgr_cache.c197 struct pipe_fence_handle *fence)
200 pb_fence(buf->buffer, fence);
196 pb_cache_buffer_fence(struct pb_buffer *_buf, struct pipe_fence_handle *fence) argument
H A Dpb_bufmgr_debug.c324 struct pipe_fence_handle *fence)
327 pb_fence(buf->buffer, fence);
323 pb_debug_buffer_fence(struct pb_buffer *_buf, struct pipe_fence_handle *fence) argument
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
H A Dxorg_exa.c1077 struct pipe_fence_handle **fence)
1079 exa->pipe->flush(exa->pipe, fence);
1084 struct pipe_fence_handle *fence = NULL; local
1086 xorg_exa_flush(exa, &fence);
1088 exa->pipe->screen->fence_finish(exa->pipe->screen, fence,
1090 exa->pipe->screen->fence_reference(exa->pipe->screen, &fence, NULL);
1076 xorg_exa_flush(struct exa_context *exa, struct pipe_fence_handle **fence) argument
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
H A Degl_g3d_api.c663 struct pipe_fence_handle *fence = NULL; local
665 gctx->stctxi->flush(gctx->stctxi, ST_FLUSH_FRONT, &fence);
666 if (fence) {
667 screen->fence_finish(screen, fence, PIPE_TIMEOUT_INFINITE);
668 screen->fence_reference(screen, &fence, NULL);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/
H A Dxm_api.c1255 struct pipe_fence_handle *fence = NULL; local
1257 c->st->flush(c->st, ST_FLUSH_FRONT, &fence);
1258 if (fence) {
1259 xmdpy->screen->fence_finish(xmdpy->screen, fence,
1261 xmdpy->screen->fence_reference(xmdpy->screen, &fence, NULL);
/external/mesa3d/src/gallium/state_trackers/egl/common/
H A Degl_g3d_api.c663 struct pipe_fence_handle *fence = NULL; local
665 gctx->stctxi->flush(gctx->stctxi, ST_FLUSH_FRONT, &fence);
666 if (fence) {
667 screen->fence_finish(screen, fence, PIPE_TIMEOUT_INFINITE);
668 screen->fence_reference(screen, &fence, NULL);
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
H A Dxm_api.c1255 struct pipe_fence_handle *fence = NULL; local
1257 c->st->flush(c->st, ST_FLUSH_FRONT, &fence);
1258 if (fence) {
1259 xmdpy->screen->fence_finish(xmdpy->screen, fence,
1261 xmdpy->screen->fence_reference(xmdpy->screen, &fence, NULL);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
H A Dnv30_state_validate.c519 nouveau_fence_ref(screen->fence.current, &res->fence);
525 nouveau_fence_ref(screen->fence.current, &res->fence_wr);
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnv30_state_validate.c519 nouveau_fence_ref(screen->fence.current, &res->fence);
525 nouveau_fence_ref(screen->fence.current, &res->fence_wr);
/external/chromium_org/cc/resources/
H A Dresource_provider.h358 // Sets the current read fence. If a resource is locked for read
360 // until this fence has passed.
361 void SetReadLockFence(Fence* fence) { current_read_lock_fence_ = fence; } argument
409 // Query used to determine when read lock fence has passed.
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_scene.c77 lp_fence_reference(&scene->fence, NULL);
257 lp_fence_reference(&scene->fence, NULL);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
H A Dnouveau_context.c107 NULL, &nctx->fence)) {
239 nouveau_bo_ref(NULL, &nctx->fence);

Completed in 523 milliseconds

1234567891011>>