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

  /external/deqp/modules/glshared/
glsRandomShaderCase.cpp 349 const char* vecType = DE_NULL;
353 case rsg::VariableType::TYPE_FLOAT: scalarType = "float"; vecType = "vec"; break;
354 case rsg::VariableType::TYPE_INT: scalarType = "int"; vecType = "ivec"; break;
355 case rsg::VariableType::TYPE_BOOL: scalarType = "bool"; vecType = "bvec"; break;
366 message << vecType << numElements << "(";
glsShaderExecUtil.cpp     [all...]
  /external/deqp/modules/gles2/functional/
es2fShaderIndexingTests.cpp 842 DataType vecType = getDataTypeFloatVec(matSize);
963 params.insert(pair<string, string>("VEC_TYPE", getDataTypeName(vecType)));
    [all...]
es2fShaderMatrixTests.cpp     [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/lib/Sema/
SemaExprMember.cpp 297 const ExtVectorType *vecType = baseType->getAs<ExtVectorType>();
322 (Idx = vecType->getPointAccessorIdx(*compStr)) != -1) {
330 } while (*compStr && (Idx = vecType->getPointAccessorIdx(*compStr)) != -1);
333 while ((Idx = vecType->getNumericAccessorIdx(*compStr)) != -1) {
357 if (!vecType->isAccessorWithinNumElements(*compStr++)) {
370 unsigned CompSize = HalvingSwizzle ? (vecType->getNumElements() + 1) / 2
376 return vecType->getElementType();
380 QualType VT = S.Context.getExtVectorType(vecType->getElementType(), CompSize);
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelDAGToDAG.cpp 419 unsigned vecType = NVPTX::PTXLdStInstCode::Scalar;
423 vecType = NVPTX::PTXLdStInstCode::V2;
425 vecType = NVPTX::PTXLdStInstCode::V4;
479 getI32Imm(vecType), getI32Imm(fromType),
508 getI32Imm(vecType), getI32Imm(fromType),
562 getI32Imm(vecType), getI32Imm(fromType),
614 getI32Imm(vecType), getI32Imm(fromType),
676 unsigned VecType;
680 VecType = NVPTX::PTXLdStInstCode::V2;
683 VecType = NVPTX::PTXLdStInstCode::V4
    [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 1129 milliseconds