Home
last modified time | relevance | path

Searched defs:ArraySize (Results 1 – 23 of 23) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_util.h29 inline void D3D12DecomposeSubresource( UINT Subresource, UINT MipLevels, UINT ArraySize, _Out_ T& M… in D3D12DecomposeSubresource()
37 …esource( UINT MipSlice, UINT ArraySlice, UINT PlaneSlice, UINT MipLevels, UINT ArraySize ) noexcept in D3D12CalcSubresource()
177 inline UINT16 ArraySize() const noexcept in ArraySize() function
/third_party/grpc/test/core/util/
Duseful_test.cc39 TEST(UsefulTest, ArraySize) { in TEST() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DSmallPtrSet.cpp67 unsigned ArraySize = CurArraySize; in FindBucketFor() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DSmallPtrSet.cpp91 unsigned ArraySize = CurArraySize; in FindBucketFor() local
/third_party/skia/third_party/externals/spirv-cross/include/spirv_cross/
Dinternal_interface.hpp52 ArraySize = 1, enumerator
75 ArraySize = U, enumerator
98 ArraySize = 1, enumerator
142 ArraySize = U, enumerator
/third_party/flatbuffers/net/FlatBuffers/
DByteBuffer.cs223 public static int ArraySize<T>(T[] x) in ArraySize() method in Google.FlatBuffers.ByteBuffer
235 public static int ArraySize<T>(ArraySegment<T> x) in ArraySize() method in Google.FlatBuffers.ByteBuffer
241 public static int ArraySize<T>(Span<T> x) in ArraySize() method in Google.FlatBuffers.ByteBuffer
/third_party/vk-gl-cts/external/amber/src/src/
Dtype.h124 uint32_t ArraySize() const { return array_size_; } in ArraySize() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstructions.cpp525 Value *ArraySize, in createMalloc()
612 Value *AllocSize, Value *ArraySize, in CreateMalloc()
620 Value *AllocSize, Value *ArraySize, in CreateMalloc()
638 Value *AllocSize, Value *ArraySize, in CreateMalloc()
645 Value *AllocSize, Value *ArraySize, in CreateMalloc()
1218 AllocaInst::AllocaInst(Type *Ty, unsigned AddrSpace, Value *ArraySize, in AllocaInst()
1223 AllocaInst::AllocaInst(Type *Ty, unsigned AddrSpace, Value *ArraySize, in AllocaInst()
1227 AllocaInst::AllocaInst(Type *Ty, unsigned AddrSpace, Value *ArraySize, in AllocaInst()
1238 AllocaInst::AllocaInst(Type *Ty, unsigned AddrSpace, Value *ArraySize, in AllocaInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemoryBuiltins.cpp640 Value *ArraySize = I.getArraySize(); in visitAllocaInst() local
923 Value *ArraySize = I.getArraySize(); in visitAllocaInst() local
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DResource.cpp130 UINT ArraySize) in translate_texture_target()
/third_party/skia/third_party/externals/angle2/src/common/
Dangleutils.h94 constexpr inline size_t ArraySize(T (&)[N]) in ArraySize() function
Dpacked_cl_enums.json170 "ArraySize": "CL_IMAGE_ARRAY_SIZE", string
DPackedCLEnums_autogen.h240 ArraySize = 7, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DHWAddressSanitizer.cpp760 uint64_t ArraySize = 1; in getAllocaSizeInBytes() local
1172 uint64_t ArraySize = in sanitizeFunction() local
DAddressSanitizer.cpp601 uint64_t ArraySize = 1; in getAllocaSizeInBytes() local
/third_party/grpc/test/cpp/util/
Dgrpc_tool.cc144 size_t ArraySize(T& a) { in ArraySize() function
Dgrpc_tool_test.cc167 size_t ArraySize(T& a) { in ArraySize() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSafeStack.cpp648 Value *ArraySize = AI->getArraySize(); in moveDynamicAllocasToUnsafeStack() local
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
Dconvert_test.cc45 size_t ArraySize(T (&)[N]) { in ArraySize() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp406 unsigned ArraySize = 16 / Size; in getMemSetPatternValue() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1592 uint64_t ArraySize = in lowerTypeArray() local
/third_party/skia/third_party/externals/swiftshader/tests/ReactorUnitTests/
DReactorUnitTests.cpp1872 constexpr int ArraySize = ArrayByteSize / sizeof(int32_t); in TEST() local
/third_party/sqlite/src/
Dshell.c1446 #define ArraySize(X) (int)(sizeof(X)/sizeof(X[0])) macro