Home
last modified time | relevance | path

Searched defs:ElementCount (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DTypeSize.h29 ElementCount(unsigned Min, bool Scalable) in ElementCount() function
/third_party/vk-gl-cts/external/amber/src/src/
Dbuffer.h133 uint32_t ElementCount() const { return element_count_; } in ElementCount() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp671 unsigned ElementCount, LLVMBool Packed) { in LLVMStructTypeInContext()
677 unsigned ElementCount, LLVMBool Packed) { in LLVMStructType()
696 unsigned ElementCount, LLVMBool Packed) { in LLVMStructSetBody()
743 LLVMTypeRef LLVMArrayType(LLVMTypeRef ElementType, unsigned ElementCount) { in LLVMArrayType()
751 LLVMTypeRef LLVMVectorType(LLVMTypeRef ElementType, unsigned ElementCount) { in LLVMVectorType()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp11175 unsigned ElementCount = SrcVT.getVectorNumElements(); in performExtendCombine() local