Home
last modified time | relevance | path

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

/third_party/glslang/glslang/Include/
Darrays.h313 bool isSized() const { return getOuterSize() != UnsizedArraySize; } in isSized() function
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fBasicComputeShaderTests.cpp366 …t& context, const char* name, const char* description, int numValues, bool isSized, const tcu::IVe… in InvertSSBOInPlaceCase()
470 …t& context, const char* name, const char* description, int numValues, bool isSized, const tcu::IVe… in WriteToMultipleSSBOCase()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DType.cpp480 bool StructType::isSized(SmallPtrSetImpl<Type*> *Visited) const { in isSized() function in StructType