Home
last modified time | relevance | path

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

123

/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.
DShaderCore.cpp853 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/
Dparser_type.h155 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/
DPDBSymbolExe.cpp22 auto Pointer = findOneChild<PDBSymbolTypePointer>(); in getPointerByteSize() local
/third_party/node/src/
Dinspector_socket.h32 using Pointer = std::unique_ptr<InspectorSocket>; variable
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dtemplateref_opaque.hpp11 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/
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/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/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld.h107 LLVMValueRef Pointer, LLVMValueRef *Indices, in LLVMBuildGEP2()
115 LLVMValueRef Pointer, LLVMValueRef *Indices, in LLVMBuildInBoundsGEP2()
/third_party/skia/third_party/externals/tint/src/ast/
Dpointer.cc24 Pointer::Pointer(ProgramID pid, in Pointer() function in tint::ast::Pointer
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instr.h81 using Pointer = R600_POINTER_TYPE(Instr); variable
165 using Pointer = R600_POINTER_TYPE(Block); variable
Dsfn_instr_export.h59 using Pointer = R600_POINTER_TYPE(ExportInstr); variable
/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/skia/third_party/externals/abseil-cpp/absl/base/
Doptimization_test.cc71 TEST(PredictTest, Pointer) { in TEST() argument
/third_party/node/deps/cares/src/lib/
Dares_event_win32.h52 PVOID Pointer; member
/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/node/deps/v8/src/base/
Dlazy-instance.h179 T* Pointer() { in Pointer() function
/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/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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DAliasAnalysisEvaluator.cpp233 for (auto Pointer : Pointers) { in runInternal() local

123