Searched refs:atomic_and (Results 1 – 8 of 8) sorted by relevance
/openbsd/sys/dev/pci/drm/i915/ |
H A D | i915_gem_evict.c | 80 atomic_and(~I915_VMA_PIN_MASK, &vma->flags); in grab_vma()
|
H A D | i915_vma.c | 1754 atomic_and(~I915_VMA_PIN_MASK, &vma->flags); in force_unbind() 2080 atomic_and(~(I915_VMA_BIND_MASK | I915_VMA_ERROR | I915_VMA_GGTT_WRITE), in __i915_vma_evict()
|
/openbsd/sys/dev/pci/drm/include/linux/ |
H A D | atomic.h | 50 #define atomic_and(n, p) __sync_fetch_and_and(p, n) macro
|
/openbsd/sys/dev/pci/drm/i915/gt/ |
H A D | intel_gtt.c | 137 atomic_and(~I915_VMA_PIN_MASK, &vma->flags); in clear_vm_list()
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | OpenCLBuiltins.td | 1052 "atomic_min", "atomic_max", "atomic_and", 1068 "atomic_min", "atomic_max", "atomic_and",
|
/openbsd/gnu/llvm/llvm/lib/Target/SPIRV/ |
H A D | SPIRVBuiltins.td | 517 defm : DemangledNativeBuiltin<"atomic_and", OpenCL_std, Atomic, 2, 4, OpAtomicAnd>;
|
/openbsd/gnu/llvm/clang/lib/Headers/ |
H A D | opencl-c.h | 13146 int __ovld atomic_and(volatile __global int *, int); 13147 uint __ovld atomic_and(volatile __global uint *, uint); 13148 int __ovld atomic_and(volatile __local int *, int); 13149 uint __ovld atomic_and(volatile __local uint *, uint); 13151 int __ovld atomic_and(volatile int *, int); 13152 uint __ovld atomic_and(volatile uint *, uint);
|
/openbsd/gnu/llvm/clang/docs/tools/ |
H A D | clang-formatted-files.txt | 3186 libclc/generic/include/clc/atomic/atomic_and.h
|