/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
D | ShaderCore.hpp | 99 struct Pointer struct 151 rr::Pointer<rr::Byte> base; 154 rr::Int dynamicLimit; // If hasDynamicLimit is false, dynamicLimit is zero. 155 unsigned int staticLimit; 158 SIMD::Int dynamicOffsets; // If hasDynamicOffsets is false, all dynamicOffsets are zero. 159 std::array<int32_t, SIMD::Width> staticOffsets; 161 bool hasDynamicLimit; // True if dynamicLimit is non-zero. 162 bool hasDynamicOffsets; // True if any dynamicOffsets are non-zero.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/ |
D | PDBSymbolExe.cpp | 22 auto Pointer = findOneChild<PDBSymbolTypePointer>(); in getPointerByteSize() local
|
/third_party/skia/third_party/externals/tint/src/reader/spirv/ |
D | parser_type.h | 155 struct Pointer : public Castable<Pointer, Type> { struct 175 Type const* const type; 177 ast::StorageClass const storage_class;
|
/third_party/node/src/ |
D | inspector_socket.h | 32 using Pointer = std::unique_ptr<InspectorSocket>; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | PointerSumType.h | 100 void set(typename HelperT::template Lookup<N>::PointerT Pointer) { in set() 110 create(typename HelperT::template Lookup<N>::PointerT Pointer) { in create()
|
/third_party/skia/third_party/externals/tint/src/sem/ |
D | pointer_type.cc | 25 Pointer::Pointer(const Type* subtype, in Pointer() function in tint::sem::Pointer
|
/third_party/boost/boost/intrusive/detail/ |
D | simple_disposers.hpp | 32 void operator()(Pointer) in operator ()() argument
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
D | inlined_vector.h | 128 using Pointer = typename AllocatorTraits::pointer; member 139 using Pointer = typename AllocatorTraits::pointer; variable 162 using Pointer = typename AllocatorTraits::pointer; variable 182 using Pointer = typename AllocatorTraits::pointer; variable 197 using Pointer = typename AllocatorTraits::pointer; variable 237 using Pointer = typename AllocatorTraits::pointer; variable
|
/third_party/abseil-cpp/absl/container/internal/ |
D | inlined_vector.h | 104 using Pointer = typename AllocatorTraits::pointer; member 115 using Pointer = typename AllocatorTraits::pointer; variable 138 using Pointer = typename AllocatorTraits::pointer; variable 158 using Pointer = typename AllocatorTraits::pointer; variable 173 using Pointer = typename AllocatorTraits::pointer; variable 213 using Pointer = typename AllocatorTraits::pointer; variable
|
/third_party/skia/third_party/externals/tint/src/ast/ |
D | pointer.cc | 24 Pointer::Pointer(ProgramID pid, in Pointer() function in tint::ast::Pointer
|
/third_party/boost/boost/winapi/ |
D | overlapped.hpp | 35 PVOID_ Pointer; member
|
/third_party/skia/third_party/externals/tint/src/resolver/ |
D | is_host_shareable_test.cc | 90 TEST_F(ResolverIsHostShareable, Pointer) { in TEST_F() argument
|
D | is_storeable_test.cc | 65 TEST_F(ResolverIsStorableTest, Pointer) { in TEST_F() argument
|
/third_party/zlib/contrib/delphi/ |
D | ZLib.pas | 223 procedure _free(Block: Pointer); cdecl; 260 procedure zlibFreeMem(AppData, Block: Pointer); cdecl;
|
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/delphi/ |
D | ZLib.pas | 223 procedure _free(Block: Pointer); cdecl; 260 procedure zlibFreeMem(AppData, Block: Pointer); cdecl;
|
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/delphi/ |
D | ZLib.pas | 223 procedure _free(Block: Pointer); cdecl; 260 procedure zlibFreeMem(AppData, Block: Pointer); cdecl;
|
/third_party/skia/third_party/externals/abseil-cpp/absl/base/ |
D | optimization_test.cc | 71 TEST(PredictTest, Pointer) { in TEST() argument
|
/third_party/abseil-cpp/absl/base/ |
D | optimization_test.cc | 71 TEST(PredictTest, Pointer) { in TEST() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | ObjCARCAnalysisUtils.h | 222 const Value *Pointer = in IsObjCIdentifiedObject() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Intrinsics.h | 101 Integer, Vector, Pointer, Struct, enumerator
|
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/pascal/ |
D | zlibpas.pas | 138 function inflateBack(var strm: z_stream; in_fn: in_func; in_desc: Pointer; in inflateBack() 261 procedure _free(Block: Pointer); cdecl;
|
/third_party/zlib/contrib/pascal/ |
D | zlibpas.pas | 138 function inflateBack(var strm: z_stream; in_fn: in_func; in_desc: Pointer; in inflateBack() 261 procedure _free(Block: Pointer); cdecl;
|
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/pascal/ |
D | zlibpas.pas | 138 function inflateBack(var strm: z_stream; in_fn: in_func; in_desc: Pointer; in inflateBack() 261 procedure _free(Block: Pointer); cdecl;
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
D | Reactor.hpp | 2447 class Pointer : public LValue<Pointer<T>> class 2451 Pointer(RValue<Pointer<S>> pointerS, int alignment = 1) in Pointer() function in rr::Pointer 2459 Pointer(const Pointer<S> &pointer, int alignment = 1) in Pointer() function in rr::Pointer 2969 Pointer<T>::Pointer(Argument<Pointer<T>> argument) in Pointer() function in rr::Pointer 2976 Pointer<T>::Pointer() in Pointer() function in rr::Pointer 2981 Pointer<T>::Pointer(RValue<Pointer<T>> rhs) in Pointer() function in rr::Pointer 2988 Pointer<T>::Pointer(const Pointer<T> &rhs) in Pointer() function in rr::Pointer 2995 Pointer<T>::Pointer(const Reference<Pointer<T>> &rhs) in Pointer() function in rr::Pointer 3002 Pointer<T>::Pointer(std::nullptr_t) in Pointer() function in rr::Pointer
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Intrinsics.h | 103 Integer, Vector, Pointer, Struct, enumerator
|