Home
last modified time | relevance | path

Searched defs:vecType (Results 1 – 10 of 10) sorted by relevance

/third_party/googletest/googletest/include/gtest/hwext/
Dgtest-filter.h39 vector<int> vecType; variable
/third_party/skia/src/sksl/ir/
DSkSLIndexExpression.cpp129 const Type& vecType = scalarType.toCompound(context, vecWidth, /*rows=*/1); in Make() local
DSkSLFunctionCall.cpp97 const Type& vecType = arg0->type().isVector() ? arg0->type() : in coalesce_n_way_vector() local
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DVectorizeVectorScalarArithmetic.cpp173 TType vecType = node->getType(); in replaceAssignInsideConstructor() local
DEmulatePrecision.cpp262 std::string vecType = getTypeString(vecTypeStrStr.str().c_str()); in writeVectorRoundingHelpers() local
384 std::string vecType = vecTypeStrStr.str(); in writeVectorRoundingHelpers() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXISelDAGToDAG.cpp893 unsigned vecType = NVPTX::PTXLdStInstCode::Scalar; in tryLoad() local
1745 unsigned vecType = NVPTX::PTXLdStInstCode::Scalar; in tryStore() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DBuildSPIRV.cpp1376 SpirvType vecType; in getNullVectorConstantHelper() local
1390 SpirvType vecType; in getVectorConstantHelper() local
/third_party/skia/src/sksl/codegen/
DSkSLSPIRVCodeGenerator.cpp1621 const Type& vecType = type.componentType().toCompound(fContext, /*columns=*/2, /*rows=*/1); in writeMatrixConstructor() local
2356 const Type& vecType = leftType; in writeBinaryExpression() local
2376 const Type& vecType = rightType; in writeBinaryExpression() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/apple/
DRewriteRowMajorMatrices.cpp1252 TType *vecType = new TType(baseExpressionType.getBasicType(), secondaryIndices->size()); in transformReadExpression() local
/third_party/flutter/skia/src/sksl/
DSkSLSPIRVCodeGenerator.cpp2093 const Type& vecType = leftType; in writeBinaryExpression() local
2111 const Type& vecType = rightType; in writeBinaryExpression() local