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

<<11121314151617181920>>

  /external/mesa3d/src/gallium/auxiliary/pipebuffer/
pb_bufmgr_cache.c 197 struct pipe_fence_handle *fence)
200 pb_fence(buf->buffer, fence);
  /external/mesa3d/src/gallium/state_trackers/vega/
vg_manager.c 145 struct pipe_fence_handle **fence)
148 ctx->pipe->flush(ctx->pipe, fence);
  /external/chromium_org/native_client_sdk/src/doc/reference/
pnacl-bitcode-abi.rst 430 * ``llvm.nacl.atomic.fence``
431 * ``llvm.nacl.atomic.fence.all``
481 declare void @llvm.nacl.atomic.fence(i32 <memory_order>)
482 declare void @llvm.nacl.atomic.fence.all()
509 The ``@llvm.nacl.atomic.fence.all`` intrinsic is equivalent to the
510 ``@llvm.nacl.atomic.fence`` intrinsic with sequentially consistent
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
xorg_exa.c 1077 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);
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_exa.c 1077 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);
  /libcore/luni/src/main/java/java/util/concurrent/atomic/
Fences.java 127 * idioms illustrated above, Fence methods ordering writes must be
160 * fence methods would surround calls to methods such as {@code
168 * <p>More generally, Fence methods can be used in this way to achieve
173 * Fence methods is not guaranteed to maintain the property that
207 * which is typically more costly than the other fence methods, it may
209 * emulation. However, as is the case with most applications of fence
  /frameworks/native/opengl/libs/
trace.in 156 TRACE_GL_VOID(glFinishFenceNV, (GLuint fence), (fence), 1, "GLuint", fence)
    [all...]
  /hardware/samsung_slsi/exynos5/libhwc/
hwc.cpp 202 static int dup_or_warn(int fence)
204 int dup_fd = dup(fence);
206 ALOGW("fence dup failed: %s", strerror(errno));
214 ALOGW("fence merge failed: %s", strerror(errno));
1430 int fence = gsc.dst_cfg.releaseFenceFd; local
1509 int fence; local
    [all...]
  /development/ndk/platforms/android-4/include/GLES/
glext.h     [all...]
  /frameworks/native/opengl/include/GLES/
glext.h     [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/GLES/
glext.h     [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/GLES/
glext.h     [all...]
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/GLES/
glext.h     [all...]
  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/GLES/
glext.h     [all...]
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/GLES/
glext.h     [all...]
  /prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/GLES/
glext.h     [all...]
  /prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/GLES/
glext.h     [all...]
  /prebuilts/ndk/7/platforms/android-8/arch-x86/usr/include/GLES/
glext.h     [all...]
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/GLES/
glext.h     [all...]
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/GLES/
glext.h     [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/GLES/
glext.h     [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/GLES/
glext.h     [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/GLES/
glext.h     [all...]
  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/GLES/
glext.h     [all...]
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/GLES/
glext.h     [all...]

Completed in 1399 milliseconds

<<11121314151617181920>>