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

  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderIndexingTests.cpp 891 DataType vecType = getDataTypeFloatVec(numRows);
    [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/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 298 const ExtVectorType *vecType = baseType->getAs<ExtVectorType>();
323 (Idx = vecType->getPointAccessorIdx(*compStr)) != -1) {
331 } while (*compStr && (Idx = vecType->getPointAccessorIdx(*compStr)) != -1);
334 while ((Idx = vecType->getNumericAccessorIdx(*compStr)) != -1) {
358 if (!vecType->isAccessorWithinNumElements(*compStr++)) {
371 unsigned CompSize = HalvingSwizzle ? (vecType->getNumElements() + 1) / 2
377 return vecType->getElementType();
381 QualType VT = S.Context.getExtVectorType(vecType->getElementType(), CompSize);
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelDAGToDAG.cpp 690 unsigned vecType = NVPTX::PTXLdStInstCode::Scalar;
694 vecType = NVPTX::PTXLdStInstCode::V2;
696 vecType = NVPTX::PTXLdStInstCode::V4;
750 getI32Imm(vecType, dl), getI32Imm(fromType, dl),
778 getI32Imm(vecType, dl), getI32Imm(fromType, dl),
831 getI32Imm(vecType, dl), getI32Imm(fromType, dl),
883 getI32Imm(vecType, dl), getI32Imm(fromType, dl),
949 unsigned VecType;
953 VecType = NVPTX::PTXLdStInstCode::V2;
956 VecType = NVPTX::PTXLdStInstCode::V4
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/
vktShaderLibrary.cpp 625 const DataType vecType = isMatrix ? glu::getDataTypeFloatVec(getDataTypeMatrixNumRows(basicType)) : basicType;
626 const int vecSize = getDataTypeScalarSize(vecType);
647 const DataType vecType = isDataTypeMatrix(basicType) ? glu::getDataTypeFloatVec(getDataTypeMatrixNumRows(basicType)) : basicType;
648 const int vecSize = getDataTypeScalarSize(vecType);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderExecutor.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/ssbo/
vktSSBOLayoutCase.cpp 552 const glu::DataType vecType = glu::getDataTypeFloatVec(vecSize);
553 const int vecBaseAlign = getDataTypeByteAlignment(vecType);
    [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 1502 milliseconds