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

<<2122232425262728

  /hardware/qcom/display/msm8x26/libhwcomposer/
hwc_utils.h 133 void setReleaseFd(const int& fence);
  /libcore/luni/src/main/java/java/util/concurrent/
ConcurrentSkipListMap.java 651 * strictly less than fence, bypassing either test if least or
652 * fence are null. Needed mainly in submap operations.
654 boolean inHalfOpenRange(K key, K least, K fence) {
658 (fence == null || compare(key, fence) < 0));
663 * or equal to fence. Needed mainly in submap operations.
665 boolean inOpenRange(K key, K least, K fence) {
669 (fence == null || compare(key, fence) <= 0));
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/
libGLESv2.vcxproj 251 <ClCompile Include="Fence.cpp" />
323 <ClInclude Include="Fence.h" />
  /external/chromium_org/third_party/mesa/src/docs/
relnotes-7.11.1.html 280 <li>nouveau: fix crash during fence emission</li>
281 <li>nouveau: fix fence hang</li>
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/galahad/
glhd_context.c 789 struct pipe_fence_handle **fence)
795 fence);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/identity/
id_context.c 700 struct pipe_fence_handle **fence)
706 fence);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_rast.c 732 if (scene->fence) {
733 lp_fence_signal(scene->fence);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/rbug/
rbug_context.c 944 struct pipe_fence_handle **fence)
951 fence);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
i915_debug.c 525 FLAG(ptr[j], 2, "use fence regs");
652 FLAG(ptr[j], 23, "use fence regs");
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
gen6_blorp.cpp 270 * Fence? (Send URB fence with VS URB size == 1 and GS URB size == 0)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_manager.c 461 struct pipe_fence_handle **fence)
464 st_flush(st, fence);
  /external/mesa3d/docs/
relnotes-7.11.1.html 280 <li>nouveau: fix crash during fence emission</li>
281 <li>nouveau: fix fence hang</li>
  /external/mesa3d/src/gallium/drivers/galahad/
glhd_context.c 789 struct pipe_fence_handle **fence)
795 fence);
    [all...]
  /external/mesa3d/src/gallium/drivers/identity/
id_context.c 700 struct pipe_fence_handle **fence)
706 fence);
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_rast.c 732 if (scene->fence) {
733 lp_fence_signal(scene->fence);
  /external/mesa3d/src/gallium/drivers/rbug/
rbug_context.c 944 struct pipe_fence_handle **fence)
951 fence);
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_debug.c 525 FLAG(ptr[j], 2, "use fence regs");
652 FLAG(ptr[j], 23, "use fence regs");
  /external/mesa3d/src/mesa/drivers/dri/i965/
gen6_blorp.cpp 270 * Fence? (Send URB fence with VS URB size == 1 and GS URB size == 0)
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_manager.c 461 struct pipe_fence_handle **fence)
464 st_flush(st, fence);
  /external/valgrind/main/VEX/priv/
host_amd64_defs.h 373 Ain_MFence, /* mem fence */
534 /* Mem fence. In short, an insn which flushes all preceding
host_x86_defs.h 360 Xin_MFence, /* mem fence (not just sse2, but sse0 and 1 too) */
507 /* Mem fence (not just sse2, but sse0 and 1 too). In short,
  /hardware/libhardware/modules/camera/
Camera.cpp 588 ALOGE("%s:%d: Timeout waiting on buffer acquire fence",
592 ALOGE("%s:%d: Error waiting on buffer acquire fence: %s(%d)",
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_copybit.cpp 284 // Wait for acquire Fence on the App buffers.
479 // use release fence as aquire fd for next stretch
  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_kgsl.h 560 /* A fence timestamp event releases an existing lock on timestamp expire */
565 int fence_fd; /* Fence to signal */
  /hardware/qcom/msm8x74/original-kernel-headers/linux/
msm_kgsl.h 560 /* A fence timestamp event releases an existing lock on timestamp expire */
565 int fence_fd; /* Fence to signal */

Completed in 911 milliseconds

<<2122232425262728