| /third_party/skia/third_party/externals/tint/src/sem/ |
| D | atomic_type.cc | 25 Atomic::Atomic(const sem::Type* subtype) : subtype_(subtype) { in Atomic() function in tint::sem::Atomic
|
| /third_party/skia/third_party/externals/tint/src/ast/ |
| D | atomic.cc | 24 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/ |
| D | is_host_shareable_test.cc | 96 TEST_F(ResolverIsHostShareable, Atomic) { in TEST_F() argument
|
| D | is_storeable_test.cc | 71 TEST_F(ResolverIsStorableTest, Atomic) { in TEST_F() argument
|
| D | resolver.h | 60 class Atomic; variable
|
| /third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
| D | LLVMJIT.cpp | 389 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/ |
| D | Instrumentation.h | 137 bool Atomic = false; member
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/ |
| D | AMDGPUBaseInfo.h | 207 bool Atomic; member
|
| /third_party/skia/third_party/externals/tint/src/ |
| D | intrinsic_table.inl | 369 class Atomic : public TypeMatcher { class
|
| /third_party/vk-gl-cts/external/openglcts/modules/gl/ |
| D | gl4cES31CompatibilityShaderImageLoadStoreTests.cpp | 2763 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
|
| D | gl4cShaderImageLoadStoreTests.cpp | 3471 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/ |
| D | es31cShaderImageLoadStoreTests.cpp | 2727 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/ |
| D | p_shader_tokens.h | 135 unsigned Atomic : 1; /**< atomic only? for TGSI_FILE_BUFFER */ member
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/ |
| D | stylo.hpp | 50225 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 …]
|