Searched refs:fence (Results 226 - 250 of 288) sorted by relevance

1234567891011>>

/external/mesa3d/src/gallium/auxiliary/pipebuffer/
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/drivers/llvmpipe/
H A Dlp_scene.c77 lp_fence_reference(&scene->fence, NULL);
257 lp_fence_reference(&scene->fence, NULL);
H A Dlp_scene.h131 struct lp_fence *fence; member in struct:lp_scene
H A Dlp_rast.c732 if (scene->fence) {
733 lp_fence_signal(scene->fence);
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnouveau_context.c107 NULL, &nctx->fence)) {
239 nouveau_bo_ref(NULL, &nctx->fence);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_scene.h131 struct lp_fence *fence; member in struct:lp_scene
H A Dlp_rast.c732 if (scene->fence) {
733 lp_fence_signal(scene->fence);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/include/
H A Dsvga_reg.h98 #define SVGA_IRQFLAG_ANY_FENCE 0x1 /* Any fence was passed */
621 * is overkill for performing a sync-to-fence. Older drivers
1056 * Insert a synchronization fence. When the SVGA device reaches
1057 * this command, it will copy the 'fence' value into the
1058 * SVGA_FIFO_FENCE register. It will also compare the fence against
1059 * SVGA_FIFO_FENCE_GOAL. If the fence matches the goal and the
1070 uint32 fence; member in struct:__anon14107
/external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
H A Dp_context.h351 struct pipe_fence_handle **fence );
/external/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga_reg.h98 #define SVGA_IRQFLAG_ANY_FENCE 0x1 /* Any fence was passed */
621 * is overkill for performing a sync-to-fence. Older drivers
1056 * Insert a synchronization fence. When the SVGA device reaches
1057 * this command, it will copy the 'fence' value into the
1058 * SVGA_FIFO_FENCE register. It will also compare the fence against
1059 * SVGA_FIFO_FENCE_GOAL. If the fence matches the goal and the
1070 uint32 fence; member in struct:__anon27518
/external/mesa3d/src/gallium/include/pipe/
H A Dp_context.h351 struct pipe_fence_handle **fence );
/external/chromium_org/third_party/khronos/GLES2/
H A Dgl2ext.h1306 typedef GLboolean (GL_APIENTRYP PFNGLISFENCENVPROC) (GLuint fence);
1307 typedef GLboolean (GL_APIENTRYP PFNGLTESTFENCENVPROC) (GLuint fence);
1308 typedef void (GL_APIENTRYP PFNGLGETFENCEIVNVPROC) (GLuint fence, GLenum pname, GLint *params);
1309 typedef void (GL_APIENTRYP PFNGLFINISHFENCENVPROC) (GLuint fence);
1310 typedef void (GL_APIENTRYP PFNGLSETFENCENVPROC) (GLuint fence, GLenum condition);
1314 GL_APICALL GLboolean GL_APIENTRY glIsFenceNV (GLuint fence);
1315 GL_APICALL GLboolean GL_APIENTRY glTestFenceNV (GLuint fence);
1316 GL_APICALL void GL_APIENTRY glGetFenceivNV (GLuint fence, GLenum pname, GLint *params);
1317 GL_APICALL void GL_APIENTRY glFinishFenceNV (GLuint fence);
1318 GL_APICALL void GL_APIENTRY glSetFenceNV (GLuint fence, GLenu
[all...]
/external/chromium_org/third_party/mesa/src/include/GLES/
H A Dglext.h983 typedef GLboolean (GL_APIENTRYP PFNGLISFENCENVPROC) (GLuint fence);
984 typedef GLboolean (GL_APIENTRYP PFNGLTESTFENCENVPROC) (GLuint fence);
985 typedef void (GL_APIENTRYP PFNGLGETFENCEIVNVPROC) (GLuint fence, GLenum pname, GLint *params);
986 typedef void (GL_APIENTRYP PFNGLFINISHFENCENVPROC) (GLuint fence);
987 typedef void (GL_APIENTRYP PFNGLSETFENCENVPROC) (GLuint fence, GLenum condition);
/external/mesa3d/include/GLES/
H A Dglext.h983 typedef GLboolean (GL_APIENTRYP PFNGLISFENCENVPROC) (GLuint fence);
984 typedef GLboolean (GL_APIENTRYP PFNGLTESTFENCENVPROC) (GLuint fence);
985 typedef void (GL_APIENTRYP PFNGLGETFENCEIVNVPROC) (GLuint fence, GLenum pname, GLint *params);
986 typedef void (GL_APIENTRYP PFNGLFINISHFENCENVPROC) (GLuint fence);
987 typedef void (GL_APIENTRYP PFNGLSETFENCENVPROC) (GLuint fence, GLenum condition);
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
H A Dmath_semantic_tree.js915 * of the fence. These are turned into fenced nodes.
937 * @param {!Array.<cvox.SemanticTree.Node>} fences FIFO queue of fence nodes.
965 // 1. Slice at open fence.
967 // 3. Repeat until fence stack is exhausted.
996 // Either we have an open fence.
998 // Or we have a neutral fence that does not have a counter part.
1008 // Closing fence for some opening fence.
1011 // Netural fence with exact counter part.
1019 // Closing with a neutral fence o
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_manager.c461 struct pipe_fence_handle **fence)
464 st_flush(st, fence);
460 st_context_flush(struct st_context_iface *stctxi, unsigned flags, struct pipe_fence_handle **fence) argument
/external/llvm/utils/vim/
H A Dllvm.vim27 syn keyword llvmStatement extractvalue fadd fast fcmp fdiv fence fmul fpext
/external/mesa3d/src/mesa/state_tracker/
H A Dst_manager.c461 struct pipe_fence_handle **fence)
464 st_flush(st, fence);
460 st_context_flush(struct st_context_iface *stctxi, unsigned flags, struct pipe_fence_handle **fence) argument
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/noop/
H A Dnoop_pipe.c248 struct pipe_fence_handle **fence)
247 noop_flush(struct pipe_context *ctx, struct pipe_fence_handle **fence) argument
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/trace/
H A Dtr_context.c1319 struct pipe_fence_handle **fence)
1328 pipe->flush(pipe, fence);
1330 if(fence)
1331 trace_dump_ret(ptr, *fence);
1318 trace_context_flush(struct pipe_context *_pipe, struct pipe_fence_handle **fence) argument
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/
H A Dvdpau_private.h382 struct pipe_fence_handle *fence; member in struct:__anon14207
/external/mesa3d/src/gallium/drivers/noop/
H A Dnoop_pipe.c248 struct pipe_fence_handle **fence)
247 noop_flush(struct pipe_context *ctx, struct pipe_fence_handle **fence) argument
/external/mesa3d/src/gallium/drivers/trace/
H A Dtr_context.c1319 struct pipe_fence_handle **fence)
1328 pipe->flush(pipe, fence);
1330 if(fence)
1331 trace_dump_ret(ptr, *fence);
1318 trace_context_flush(struct pipe_context *_pipe, struct pipe_fence_handle **fence) argument
/external/mesa3d/src/gallium/state_trackers/vdpau/
H A Dvdpau_private.h382 struct pipe_fence_handle *fence; member in struct:__anon27618
/external/chromium_org/third_party/angle/src/libGLESv2/
H A DContext.cpp354 // wait commands finish. However, since the name becomes invalid, we cannot query the fence,
356 // the fence immediately.
410 void Context::deleteFenceNV(GLuint fence) argument
412 FenceNVMap::iterator fenceObject = mFenceNVMap.find(fence);
769 FenceNVMap::iterator fence = mFenceNVMap.find(handle); local
771 if (fence == mFenceNVMap.end())
777 return fence->second;

Completed in 651 milliseconds

1234567891011>>