HomeSort by relevance Sort by last modified time
    Searched refs:isMatrixType (Results 1 - 3 of 3) sorted by null

  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/SPIRV/
SpvBuilder.h 148 bool isMatrix(Id resultId) const { return isMatrixType(getTypeId(resultId)); }
159 bool isMatrixType(Id typeId) const { return getTypeClass(typeId) == OpTypeMatrix; }
184 assert(isMatrixType(typeId));
190 assert(isMatrixType(typeId));
SpvBuilder.cpp     [all...]
GlslangToSpv.cpp     [all...]

Completed in 345 milliseconds