Home
last modified time | relevance | path

Searched defs:Atomic (Results 1 – 14 of 14) sorted by relevance

/third_party/skia/third_party/externals/tint/src/sem/
Datomic_type.cc25 Atomic::Atomic(const sem::Type* subtype) : subtype_(subtype) { in Atomic() function in tint::sem::Atomic
/third_party/skia/third_party/externals/tint/src/ast/
Datomic.cc24 Atomic::Atomic(ProgramID pid, const Source& src, const Type* const subtype) in Atomic() function in tint::ast::Atomic
/third_party/skia/third_party/externals/tint/src/resolver/
Dis_host_shareable_test.cc96 TEST_F(ResolverIsHostShareable, Atomic) { in TEST_F() argument
Dis_storeable_test.cc71 TEST_F(ResolverIsStorableTest, Atomic) { in TEST_F() argument
Dresolver.h60 class Atomic; variable
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DLLVMJIT.cpp389 struct Atomic struct in __anon0e5e0f930111::ExternalSymbolGenerator
391 static void load(size_t size, void *ptr, void *ret, llvm::AtomicOrdering ordering) in load()
403 static void store(size_t size, void *ptr, void *ret, llvm::AtomicOrdering ordering) in store()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/
DInstrumentation.h137 bool Atomic = false; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUBaseInfo.h207 bool Atomic; member
/third_party/skia/third_party/externals/tint/src/
Dintrinsic_table.inl369 class Atomic : public TypeMatcher { class
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cES31CompatibilityShaderImageLoadStoreTests.cpp2763 bool Atomic(GLenum internalformat) in Atomic() function in gl4cts::es31compatibility::__anon917e810e0111::BasicAllTargetsAtomicFS
3187 bool Atomic(int target, int stage, GLenum internalformat) in Atomic() function in gl4cts::es31compatibility::__anon917e810e0111::AtomicMachine
Dgl4cShaderImageLoadStoreTests.cpp3471 bool Atomic(GLenum internalformat) in Atomic() function in gl4cts::__anon904939380111::BasicAllTargetsAtomic
4391 bool Atomic(int stage, GLenum internalformat) in Atomic() function in gl4cts::__anon904939380111::AtomicMachine
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cShaderImageLoadStoreTests.cpp2727 bool Atomic(GLenum internalformat) in Atomic() function in glcts::__anone68205090111::BasicAllTargetsAtomicFS
3151 bool Atomic(int target, int stage, GLenum internalformat) in Atomic() function in glcts::__anone68205090111::AtomicMachine
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h135 unsigned Atomic : 1; /**< atomic only? for TGSI_FILE_BUFFER */ member
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp50225 class Atomic<T, Order, typename EnableIf<IsIntegral<T>::value && class
50232 constexpr Atomic() : Base() {} in Atomic() function in mozilla::Atomic
50233 explicit constexpr Atomic(T aInit) : Base(aInit) {} in Atomic() function in mozilla::Atomic
50267 class Atomic<T*, Order> : public detail::AtomicBaseIncDec<T*, Order> class
50272 constexpr Atomic() : Base() {} in Atomic() function in mozilla::Atomic
50273 explicit constexpr Atomic(T* aInit) : Base(aInit) {} in Atomic() function in mozilla::Atomic
50297 class Atomic<T, Order, typename EnableIf<IsEnum<T>::value>::Type> class
50303 constexpr Atomic() : Base() {} in Atomic() function in mozilla::Atomic
50304 explicit constexpr Atomic(T aInit) : Base(aInit) {} in Atomic() function in mozilla::Atomic
50315 class Atomic<bool, Order> class
[all …]