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

  /external/deqp/modules/glshared/
glsRandomShaderProgram.cpp 51 const glu::DataType scalarType = varType.isFloatOrVec() ? glu::TYPE_FLOAT :
57 return glu::DataType(scalarType + numComps - 1);
glsRandomShaderCase.cpp 348 const char* scalarType = 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;
356 case rsg::VariableType::TYPE_SAMPLER_2D: scalarType = "sampler2D"; break;
357 case rsg::VariableType::TYPE_SAMPLER_CUBE: scalarType = "samplerCube"; break;
364 message << scalarType << "(";
glsShaderLibrary.cpp 731 DataType scalarType = getDataTypeScalarType(expectedDataType);
746 if (scalarType == TYPE_FLOAT)
759 else if (scalarType == TYPE_INT || scalarType == TYPE_UINT)
774 DE_ASSERT(scalarType == TYPE_BOOL);
    [all...]
glsUniformBlockCase.cpp 626 glu::DataType scalarType = glu::getDataTypeScalarType(entry.type);
648 switch (scalarType)
944 glu::DataType scalarType = glu::getDataTypeScalarType(entry.type);
958 DE_ASSERT(scalarType == glu::TYPE_FLOAT);
984 switch (scalarType)
    [all...]
  /external/deqp/modules/gles31/functional/
es31fSeparateShaderTests.cpp 135 const DataType scalarType = rnd.chooseWeighted<DataType>(
137 return getDataTypeVector(scalarType, size);
    [all...]
es31fShaderCommonFunctionTests.cpp 322 const glu::DataType scalarType = glu::getDataTypeScalarType(basicType);
333 switch (scalarType)
    [all...]
es31fShaderIntegerFunctionTests.cpp 82 const glu::DataType scalarType = glu::getDataTypeScalarType(basicType);
93 switch (scalarType)
    [all...]
es31fSSBOLayoutCase.cpp 733 const glu::DataType scalarType = glu::getDataTypeScalarType(entry.type);
764 switch (scalarType)
    [all...]
  /hardware/intel/common/utils/ISV/include/
isv_worker.h 79 filter_t scalarType;
  /external/deqp/modules/gles3/functional/
es3fTransformFeedbackTests.cpp 715 glu::DataType scalarType = glu::getDataTypeScalarType(type);
730 if (scalarType == glu::TYPE_FLOAT)
    [all...]
es3fShaderCommonFunctionTests.cpp 295 const glu::DataType scalarType = glu::getDataTypeScalarType(basicType);
306 switch (scalarType)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILPeepholeOptimizer.cpp 757 Type *scalarType = AndMaskVec->getType()->getScalarType();
783 maskVals.push_back(ConstantInt::get(scalarType, maskVal, isSigned));
784 shiftVals.push_back(ConstantInt::get(scalarType, shiftVal, isSigned));
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILPeepholeOptimizer.cpp 757 Type *scalarType = AndMaskVec->getType()->getScalarType();
783 maskVals.push_back(ConstantInt::get(scalarType, maskVal, isSigned));
784 shiftVals.push_back(ConstantInt::get(scalarType, shiftVal, isSigned));
    [all...]

Completed in 321 milliseconds