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

  /external/deqp/modules/glshared/
glsRandomShaderCase.cpp 411 const char* vecType = DE_NULL;
415 case rsg::VariableType::TYPE_FLOAT: scalarType = "float"; vecType = "vec"; break;
416 case rsg::VariableType::TYPE_INT: scalarType = "int"; vecType = "ivec"; break;
417 case rsg::VariableType::TYPE_BOOL: scalarType = "bool"; vecType = "bvec"; break;
428 message << vecType << numElements << "(";
glsShaderExecUtil.cpp     [all...]
  /external/clang/lib/Sema/
SemaExprMember.cpp 299 const ExtVectorType *vecType = baseType->getAs<ExtVectorType>();
324 (Idx = vecType->getPointAccessorIdx(*compStr)) != -1) {
332 } while (*compStr && (Idx = vecType->getPointAccessorIdx(*compStr)) != -1);
335 while ((Idx = vecType->getNumericAccessorIdx(*compStr)) != -1) {
359 if (!vecType->isAccessorWithinNumElements(*compStr++)) {
372 unsigned CompSize = HalvingSwizzle ? (vecType->getNumElements() + 1) / 2
378 return vecType->getElementType();
382 QualType VT = S.Context.getExtVectorType(vecType->getElementType(), CompSize);
    [all...]
SemaExpr.cpp     [all...]
  /external/deqp/modules/gles2/functional/
es2fShaderMatrixTests.cpp     [all...]
es2fShaderIndexingTests.cpp 842 DataType vecType = getDataTypeFloatVec(matSize);
963 params.insert(pair<string, string>("VEC_TYPE", getDataTypeName(vecType)));
    [all...]
  /external/clang/lib/AST/
Type.cpp 171 VectorType::VectorType(QualType vecType, unsigned nElements, QualType canonType,
173 : VectorType(Vector, vecType, nElements, canonType, vecKind) {}
175 VectorType::VectorType(TypeClass tc, QualType vecType, unsigned nElements,
177 : Type(tc, canonType, vecType->isDependentType(),
178 vecType->isInstantiationDependentType(),
179 vecType->isVariablyModifiedType(),
180 vecType->containsUnexpandedParameterPack()),
181 ElementType(vecType)
    [all...]
ASTContext.cpp     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelDAGToDAG.cpp 647 unsigned vecType = NVPTX::PTXLdStInstCode::Scalar;
651 vecType = NVPTX::PTXLdStInstCode::V2;
653 vecType = NVPTX::PTXLdStInstCode::V4;
707 getI32Imm(vecType), getI32Imm(fromType),
735 getI32Imm(vecType), getI32Imm(fromType),
788 getI32Imm(vecType), getI32Imm(fromType),
840 getI32Imm(vecType), getI32Imm(fromType),
902 unsigned VecType;
906 VecType = NVPTX::PTXLdStInstCode::V2;
909 VecType = NVPTX::PTXLdStInstCode::V4
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderIndexingTests.cpp 811 DataType vecType = getDataTypeFloatVec(numRows);
936 params.insert(pair<string, string>("VEC_TYPE", getDataTypeName(vecType)));
    [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]
  /external/deqp/modules/gles31/functional/
es31fSSBOLayoutCase.cpp 637 const glu::DataType vecType = glu::getDataTypeFloatVec(vecSize);
638 const int vecBaseAlign = getDataTypeByteAlignment(vecType);
    [all...]

Completed in 771 milliseconds