| /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.
|
| D | ShaderCore.cpp | 853 Pointer::Pointer(rr::Pointer<Byte> base, rr::Int limit) in Pointer() function in sw::SIMD::Pointer 863 Pointer::Pointer(rr::Pointer<Byte> base, unsigned int limit) in Pointer() function in sw::SIMD::Pointer 873 Pointer::Pointer(rr::Pointer<Byte> base, rr::Int limit, SIMD::Int offset) in Pointer() function in sw::SIMD::Pointer 883 Pointer::Pointer(rr::Pointer<Byte> base, unsigned int limit, SIMD::Int offset) in Pointer() function in sw::SIMD::Pointer
|
| /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/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/node/src/ |
| D | inspector_socket.h | 32 using Pointer = std::unique_ptr<InspectorSocket>; variable
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
| D | templateref_opaque.hpp | 11 typedef typename detail::PointerType<T> Pointer; typedef in UniquePtr
|
| /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/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/mesa3d/src/gallium/auxiliary/gallivm/ |
| D | lp_bld.h | 107 LLVMValueRef Pointer, LLVMValueRef *Indices, in LLVMBuildGEP2() 115 LLVMValueRef Pointer, LLVMValueRef *Indices, in LLVMBuildInBoundsGEP2()
|
| /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/mesa3d/src/gallium/drivers/r600/sfn/ |
| D | sfn_instr.h | 81 using Pointer = R600_POINTER_TYPE(Instr); variable 165 using Pointer = R600_POINTER_TYPE(Block); variable
|
| D | sfn_instr_export.h | 59 using Pointer = R600_POINTER_TYPE(ExportInstr); variable
|
| /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/skia/third_party/externals/abseil-cpp/absl/base/ |
| D | optimization_test.cc | 71 TEST(PredictTest, Pointer) { in TEST() argument
|
| /third_party/node/deps/cares/src/lib/ |
| D | ares_event_win32.h | 52 PVOID Pointer; member
|
| /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/node/deps/v8/src/base/ |
| D | lazy-instance.h | 179 T* Pointer() { in Pointer() function
|
| /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/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
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
| D | AliasAnalysisEvaluator.cpp | 233 for (auto Pointer : Pointers) { in runInternal() local
|