Home
last modified time | relevance | path

Searched refs:rowType (Results 1 – 3 of 3) sorted by relevance

/external/vulkan-validation-layers/libs/glm/detail/
Dtype_mat.hpp50 … precision P, template <class, precision> class colType, template <class, precision> class rowType>
/external/icu/icu4c/source/test/intltest/
Drestsnew.cpp846 UResType rowType=tablerow.getType(); in testTag() local
847 CONFIRM_EQ(rowType, URES_ARRAY); in testTag()
/external/skia/src/sksl/
DSkSLSPIRVCodeGenerator.cpp2063 SpvId rowType = this->getType(operandType.componentType().toCompound(fContext, in writeMatrixComparison() local
2073 this->writeInstruction(SpvOpCompositeExtract, rowType, rowL, lhs, 0, out); in writeMatrixComparison()
2075 this->writeInstruction(SpvOpCompositeExtract, rowType, rowR, rhs, 0, out); in writeMatrixComparison()