Searched defs:isSized (Results 1 - 3 of 3) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fBasicComputeShaderTests.cpp359 InvertSSBOInPlaceCase (Context& context, const char* name, const char* description, int numValues, bool isSized, const tcu::IVec3& localSize, const tcu::IVec3& workSize) argument
362 , m_isSized (isSized)
461 WriteToMultipleSSBOCase (Context& context, const char* name, const char* description, int numValues, bool isSized, const tcu::IVec3& localSize, const tcu::IVec3& workSize) argument
464 , m_isSized (isSized)
/external/llvm/include/llvm/IR/
H A DType.h264 /// isSized - Return true if it makes sense to take the size of this type. To
268 bool isSized(SmallPtrSet<const Type*, 4> *Visited = nullptr) const { function in class:llvm::Type
/external/llvm/lib/IR/
H A DType.cpp160 return ATy->getElementType()->isSized(Visited);
163 return VTy->getElementType()->isSized(Visited);
165 return cast<StructType>(this)->isSized(Visited);
553 bool StructType::isSized(SmallPtrSet<const Type*, 4> *Visited) const { function in class:StructType
566 if (!(*I)->isSized(Visited))

Completed in 1732 milliseconds