/external/mesa3d/src/gallium/state_trackers/xorg/ |
xorg_dri2.c | 59 struct pipe_fence_handle *fence; member in struct:__anon11342 192 ms->screen->fence_reference(ms->screen, &private->fence, NULL); 360 dst_priv->fence && REGION_NUM_RECTS(pRegion) == 1) { 365 ms->screen->fence_finish(ms->screen, dst_priv->fence, 367 ms->screen->fence_reference(ms->screen, &dst_priv->fence, NULL); 397 &dst_priv->fence : NULL);
|
/frameworks/native/cmds/flatland/ |
Main.cpp | 24 #include <ui/Fence.h> 481 // Grab the fence for the start timestamp. 482 sp<Fence> startFence = mGLConsumer->getCurrentFence(); 492 // Grab the fence for the end timestamp. 493 sp<Fence> endFence = mGLConsumer->getCurrentFence(); 495 // Keep doing frames until the end fence has signaled.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/drm/ |
vmwgfx_drm.h | 292 * fence sequence that when signaled, indicates that the command buffer has 328 * @fence_seq: Fence sequence associated with a command submission. 331 * error == -EFAULT: Fence communication failed. The host is synchronized. 332 * Use the last fence id read from the FIFO fence register. 334 * Fence submission failed. The host is synchronized. Use the fence_seq member.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/drm/ |
vmwgfx_drm.h | 292 * fence sequence that when signaled, indicates that the command buffer has 328 * @fence_seq: Fence sequence associated with a command submission. 331 * error == -EFAULT: Fence communication failed. The host is synchronized. 332 * Use the last fence id read from the FIFO fence register. 334 * Fence submission failed. The host is synchronized. Use the fence_seq member.
|
/docs/source.android.com/src/devices/camera/ |
camera3_requests_methods.jd | 61 The HAL must write the file descriptor for the input buffer's release sync fence 63 returns -1 for the input buffer release sync fence, the framework is free to 65 sync fence before refilling and reusing the input buffer.</p>
|
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/ |
ptw32_MCS_lock.c | 127 (PTW32_INTERLOCKED_SIZE)0)) /* MBR fence */ 197 PTW32_INTERLOCKED_EXCHANGE_ADD_SIZE((PTW32_INTERLOCKED_SIZEPTR)&node->next, (PTW32_INTERLOCKED_SIZE)0); /* MBR fence */ 215 PTW32_INTERLOCKED_EXCHANGE_ADD_SIZE((PTW32_INTERLOCKED_SIZEPTR)&node->next, (PTW32_INTERLOCKED_SIZE)0); /* MBR fence */
|
pthread_once.c | 50 (PTW32_INTERLOCKED_LONG)0)) /* MBR fence */
|
/external/chromium_org/third_party/angle/src/libGLESv2/ |
ResourceManager.cpp | 18 #include "libGLESv2/Fence.h" 144 // Returns the next unused fence name, and allocates the fence
|
/frameworks/av/services/camera/libcameraservice/device3/ |
Camera3IOStreamBase.cpp | 42 mCombinedFence = new Fence(); 225 sp<Fence> releaseFence; 233 mCombinedFence = Fence::merge(mName, mCombinedFence, releaseFence);
|
Camera3OutputStream.h | 77 sp<Fence> *releaseFenceOut);
|
Camera3ZslStream.h | 100 sp<Fence> *releaseFenceOut);
|
/hardware/libhardware/include/hardware/ |
hwcomposer.h | 218 /* Sync fence object that will be signaled when the buffer's 222 * fence to be signaled before returning, but the HWC must wait for 225 * HWC_FRAMEBUFFER layers will never have an acquire fence, since 229 * HWC_SIDEBAND layers will never have an acquire fence, since 239 * a sync fence object that will signal after the HWC has finished 242 * refer to the same underlying fence object; this allows each to be 253 * produce a release fence for them. The releaseFenceFd will be -1 257 * the HWC shouldn't produce a release fence for them. The 348 /* File descriptor referring to a Sync HAL fence object which will signal 352 * outputBuffer are complete and can be read. The fence object is create [all...] |
gralloc.h | 49 * Add support for fence passing to/from lock/unlock. 262 * that the buffer's sync fence object is passed into the lock 277 * except that a buffer sync fence object is returned from the 291 * method except that the buffer's sync fence object is passed
|
/hardware/qcom/display/msm8084/liboverlay/ |
overlayRotator.h | 56 void setReleaseFd(const int& fence); 84 void setReleaseFd(const int& fence) { mMem.setReleaseFd(fence); }
|
/hardware/qcom/display/msm8226/liboverlay/ |
overlayRotator.h | 56 void setReleaseFd(const int& fence); 89 void setReleaseFd(const int& fence) { mMem.setReleaseFd(fence); }
|
/external/chromium_org/cc/resources/ |
resource_pool.cc | 83 // a read lock fence but it's still better to evict the least
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
lp_setup.h | 67 struct pipe_fence_handle **fence,
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/ |
xvmc_private.h | 76 struct pipe_fence_handle *fence; member in struct:__anon18864
|
/external/kernel-headers/original/uapi/drm/ |
tegra_drm.h | 122 __u32 fence; /* Return value */ member in struct:drm_tegra_submit
|
/external/llvm/docs/ |
Atomics.rst | 115 A ``fence`` provides Acquire and/or Release ordering which is not part of 117 A Monotonic load followed by an Acquire fence is roughly equivalent to an 232 an atomic counter), or along with a ``fence``. 270 except x86 and SPARC) require some sort of fence to maintain the Acquire 274 such a fence after the equivalent Monotonic operation is sufficient to 298 See the section on Acquire; a fence before the relevant operation is usually 299 sufficient for Release. Note that a store-store fence is not sufficient to 352 is usually done by emitting either a full fence before the loads or a full 353 fence after the stores; which is preferred varies by architecture.
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_setup.h | 67 struct pipe_fence_handle **fence,
|
/external/mesa3d/src/gallium/state_trackers/xvmc/ |
xvmc_private.h | 76 struct pipe_fence_handle *fence; member in struct:__anon11348
|
/external/qemu/distrib/sdl-1.2.15/src/video/ |
SDL_stretch.c | 81 unsigned char *eip, *fence; local 118 fence = copy_row+sizeof(copy_row)-2; 121 if ( eip == fence ) { 130 if ( eip == fence ) {
|
/hardware/qcom/display/msm8960/libhwcomposer/ |
hwc_copybit.h | 81 //We wait on the T-2 fence
|
/hardware/qcom/display/msm8974/libhwcomposer/ |
hwc_copybit.h | 81 //We wait on the T-2 fence
|