Home
last modified time | relevance | path

Searched defs:Pointer (Results 1 – 25 of 76) sorted by relevance

1234

/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DShaderCore.hpp99 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/
DPDBSymbolExe.cpp22 auto Pointer = findOneChild<PDBSymbolTypePointer>(); in getPointerByteSize() local
/third_party/skia/third_party/externals/tint/src/reader/spirv/
Dparser_type.h155 struct Pointer : public Castable<Pointer, Type> { struct
175 Type const* const type;
177 ast::StorageClass const storage_class;
/third_party/node/src/
Dinspector_socket.h32 using Pointer = std::unique_ptr<InspectorSocket>; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DPointerSumType.h100 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/
Dpointer_type.cc25 Pointer::Pointer(const Type* subtype, in Pointer() function in tint::sem::Pointer
/third_party/boost/boost/intrusive/detail/
Dsimple_disposers.hpp32 void operator()(Pointer) in operator ()() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Dinlined_vector.h128 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/
Dinlined_vector.h104 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/
Dpointer.cc24 Pointer::Pointer(ProgramID pid, in Pointer() function in tint::ast::Pointer
/third_party/boost/boost/winapi/
Doverlapped.hpp35 PVOID_ Pointer; member
/third_party/skia/third_party/externals/tint/src/resolver/
Dis_host_shareable_test.cc90 TEST_F(ResolverIsHostShareable, Pointer) { in TEST_F() argument
Dis_storeable_test.cc65 TEST_F(ResolverIsStorableTest, Pointer) { in TEST_F() argument
/third_party/zlib/contrib/delphi/
DZLib.pas223 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/
DZLib.pas223 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/
DZLib.pas223 procedure _free(Block: Pointer); cdecl;
260 procedure zlibFreeMem(AppData, Block: Pointer); cdecl;
/third_party/skia/third_party/externals/abseil-cpp/absl/base/
Doptimization_test.cc71 TEST(PredictTest, Pointer) { in TEST() argument
/third_party/abseil-cpp/absl/base/
Doptimization_test.cc71 TEST(PredictTest, Pointer) { in TEST() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DObjCARCAnalysisUtils.h222 const Value *Pointer = in IsObjCIdentifiedObject() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DIntrinsics.h101 Integer, Vector, Pointer, Struct, enumerator
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/pascal/
Dzlibpas.pas138 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/
Dzlibpas.pas138 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/
Dzlibpas.pas138 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/
DReactor.hpp2447 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/
DIntrinsics.h103 Integer, Vector, Pointer, Struct, enumerator

1234