Home
last modified time | relevance | path

Searched refs:isVec (Results 1 – 2 of 2) sorted by relevance

/third_party/glslang/glslang/HLSL/
DhlslParseables.cpp336 const bool isVec = (argOrder == 'V'); in IsValid() local
344 if (!IsTextureType(argOrder) && (isVec && dim0 == 1)) // avoid vec1 in IsValid()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h683 BooleanContent getBooleanContents(bool isVec, bool isFloat) const { in getBooleanContents() argument
684 if (isVec) in getBooleanContents()