HomeSort by relevance Sort by last modified time
    Searched full:fence (Results 401 - 425 of 681) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/pipebuffer/
pb_bufmgr_debug.c 324 struct pipe_fence_handle *fence)
327 pb_fence(buf->buffer, fence);
  /external/chromium_org/third_party/mesa/src/src/gallium/winsys/radeon/drm/
radeon_winsys.h 184 * equivalent to a fence placed after the last command using the buffer,
185 * and synchronizing to the fence.
  /external/chromium_org/third_party/mesa/src/src/gallium/winsys/svga/drm/
vmw_screen_ioctl.c 235 * Kernel has already synced, or caller requested no fence.
245 * Fence creation failed. Need to sync.
vmw_buffer.c 150 struct pipe_fence_handle *fence )
vmw_screen_pools.c 36 * TODO: Have the query pool always ask the fence manager for
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_urb.c 112 /* Most minimal update, forces re-emit of URB fence packet after GS
199 printf("URB fence: %d ..VS.. %d ..GS.. %d ..CLP.. %d ..SF.. %d ..CS.. %d\n",
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nouveau_context.c 107 NULL, &nctx->fence)) {
239 nouveau_bo_ref(NULL, &nctx->fence);
  /external/mesa3d/src/gallium/auxiliary/pipebuffer/
pb_bufmgr_debug.c 324 struct pipe_fence_handle *fence)
327 pb_fence(buf->buffer, fence);
  /external/mesa3d/src/gallium/winsys/radeon/drm/
radeon_winsys.h 184 * equivalent to a fence placed after the last command using the buffer,
185 * and synchronizing to the fence.
  /external/mesa3d/src/gallium/winsys/svga/drm/
vmw_screen_ioctl.c 235 * Kernel has already synced, or caller requested no fence.
245 * Fence creation failed. Need to sync.
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_urb.c 112 /* Most minimal update, forces re-emit of URB fence packet after GS
199 printf("URB fence: %d ..VS.. %d ..GS.. %d ..CLP.. %d ..SF.. %d ..CS.. %d\n",
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_context.c 107 NULL, &nctx->fence)) {
239 nouveau_bo_ref(NULL, &nctx->fence);
  /frameworks/native/opengl/libagl/
egl.cpp 34 #include <ui/Fence.h>
384 sp<Fence> fence(new Fence(fenceFd));
385 if (fence->wait(Fence::TIMEOUT_NEVER) != NO_ERROR) {
534 sp<Fence> fence(new Fence(fenceFd));
535 if (fence->wait(Fence::TIMEOUT_NEVER))
    [all...]
  /hardware/libhardware/include/hardware/
camera3.h     [all...]
  /docs/source.android.com/src/devices/
graphics.jd 361 For instance, a fence can contain two <code>sync_point</code>s that signify when two separate
362 image consumers are done reading a buffer. When the fence is signaled,
370 need to be fence-aware are generally anything that accesses or communicates with the hardware composer.
378 along with incorporating fence support into your graphics drivers.</ul>
  /external/chromium_org/base/
atomicops.h 36 // public API also uses MemoryBarrier at the public name for this fence. So, on
atomicops_internals_x86_msvc.h 14 // public API also uses MemoryBarrier at the public name for this fence. So, on
  /external/chromium_org/chrome/third_party/chromevox/chromevox/background/mathmaps/symbols/
math_delimiters.json 885 "default": "left wiggly fence"
893 "default": "right wiggly fence"
901 "default": "left double wiggly fence"
909 "default": "right double wiggly fence"
  /external/chromium_org/third_party/mesa/src/docs/
GL3.txt 68 Fence objects (GL_ARB_sync) DONE (i965, r300, r600, swrast)
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
r600.h 197 void r600_context_emit_fence(struct r600_context *ctx, struct r600_resource *fence,
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
radeonsi_pipe.h 207 void radeonsi_flush(struct pipe_context *ctx, struct pipe_fence_handle **fence,
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/trace/
tr_context.c     [all...]
  /external/llvm/include/llvm/IR/
Instruction.def 136 HANDLE_MEMORY_INST(30, Fence , FenceInst )
  /external/llvm/lib/IR/
Instruction.cpp 222 case Fence: return "fence";
425 case Instruction::Fence: // FIXME: refine definition of mayReadFromMemory
443 case Instruction::Fence: // FIXME: refine definition of mayWriteToMemory
  /external/llvm/lib/Support/
Atomic.cpp 40 # error No memory fence implementation for your platform!

Completed in 957 milliseconds

<<11121314151617181920>>