HomeSort by relevance Sort by last modified time
    Searched full:vflags (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/winsys/svga/drm/
vmw_fence.c 159 int32_t vflags = SVGA_FENCE_FLAG_EXEC; local
169 vflags &= ~vfence->mask;
171 if ((old & vflags) == vflags)
174 ret = vmw_ioctl_fence_signalled(vws, vfence->handle, vflags);
181 prev = p_atomic_cmpxchg(&vfence->signalled, old, old | vflags);
204 int32_t vflags = SVGA_FENCE_FLAG_EXEC; local
213 vflags &= ~vfence->mask;
215 if ((old & vflags) == vflags)
    [all...]
vmw_screen_ioctl.c 395 uint32_t vflags = vmw_drm_fence_flags(flags); local
400 arg.flags = vflags;
419 uint32_t vflags = vmw_drm_fence_flags(flags); local
427 arg.flags = vflags;
  /external/mesa3d/src/gallium/winsys/svga/drm/
vmw_fence.c 159 int32_t vflags = SVGA_FENCE_FLAG_EXEC; local
169 vflags &= ~vfence->mask;
171 if ((old & vflags) == vflags)
174 ret = vmw_ioctl_fence_signalled(vws, vfence->handle, vflags);
181 prev = p_atomic_cmpxchg(&vfence->signalled, old, old | vflags);
204 int32_t vflags = SVGA_FENCE_FLAG_EXEC; local
213 vflags &= ~vfence->mask;
215 if ((old & vflags) == vflags)
    [all...]
vmw_screen_ioctl.c 395 uint32_t vflags = vmw_drm_fence_flags(flags); local
400 arg.flags = vflags;
419 uint32_t vflags = vmw_drm_fence_flags(flags); local
427 arg.flags = vflags;
  /external/chromium_org/media/mp4/
box_reader.cc 202 uint32 vflags; local
203 RCHECK(Read4(&vflags));
204 version_ = vflags >> 24;
205 flags_ = vflags & 0xffffff;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
vm86.h 10 * in the eflags register instead of doing it "by hand" in vflags...
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
vm86.h 10 * in the eflags register instead of doing it "by hand" in vflags...
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/
vm86.h 10 * in the eflags register instead of doing it "by hand" in vflags...
  /external/chromium_org/third_party/openssl/openssl/apps/
verify.c 76 static int v_verbose=0, vflags = 0; variable
285 X509_STORE_set_flags(ctx, vflags);
  /external/openssl/apps/
verify.c 76 static int v_verbose=0, vflags = 0; variable
285 X509_STORE_set_flags(ctx, vflags);
  /external/kernel-headers/original/asm-x86/
vm86.h 10 * in the eflags register instead of doing it "by hand" in vflags...
  /external/valgrind/main/auxprogs/
gsl16test 73 echo "gsl16test: vflags: " $GSL_VFLAGS
gsl19test 76 echo "gsl19test: vflags: " $GSL_VFLAGS
  /art/runtime/
dex_instruction.h 432 std::ostream& operator<<(std::ostream& os, const Instruction::VerifyFlag& vflags);
dex_instruction.cc 50 #define INSTRUCTION_VERIFY_FLAGS(o, c, p, f, r, i, a, vflags) vflags,

Completed in 565 milliseconds