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

  /external/deqp/framework/opengl/
gluVarTypeUtil.hpp 365 basicType = getDataTypeScalarType(basicType);
407 basicType = getDataTypeScalarType(basicType);
gluShaderUtil.hpp 184 DataType getDataTypeScalarType (DataType dataType);
gluShaderUtil.cpp 326 DataType getDataTypeScalarType (DataType dataType)
  /external/deqp/modules/glshared/
glsShaderLibraryCase.cpp 862 if ((m_caseType == CASETYPE_FRAGMENT_ONLY) || (getDataTypeScalarType(dataType) != TYPE_FLOAT))
    [all...]
glsUniformBlockCase.cpp 626 glu::DataType scalarType = glu::getDataTypeScalarType(entry.type);
944 glu::DataType scalarType = glu::getDataTypeScalarType(entry.type);
    [all...]
glsShaderExecUtil.cpp 674 switch (glu::getDataTypeScalarType(basicType))
    [all...]
  /external/deqp/modules/gles2/functional/
es2fDefaultVertexAttributeTests.cpp 340 buf << " highp " << vectorType << " normalizedValue = " << ((glu::getDataTypeScalarType(m_dataType) == glu::TYPE_FLOAT) ? ("") : (vectorType)) << "(a_value" << ((glu::isDataTypeMatrix(m_dataType)) ? ("[1]") : ("")) << ");\n";
342 buf << " highp " << vectorType << " normalizedValue = " << ((glu::getDataTypeScalarType(m_dataType) == glu::TYPE_FLOAT) ? ("") : (vectorType)) << "(a_value" << ((glu::isDataTypeMatrix(m_dataType)) ? ("[1]") : ("")) << ") / float(" << s_valueRange << ");\n";
  /external/deqp/modules/gles3/functional/
es3fDefaultVertexAttributeTests.cpp 417 buf << " highp " << vectorType << " normalizedValue = " << ((glu::getDataTypeScalarType(m_dataType) == glu::TYPE_FLOAT) ? ("") : (vectorType)) << "(a_value" << ((glu::isDataTypeMatrix(m_dataType)) ? ("[1]") : ("")) << ");\n";
419 buf << " highp " << vectorType << " normalizedValue = " << ((glu::getDataTypeScalarType(m_dataType) == glu::TYPE_FLOAT) ? ("") : (vectorType)) << "(a_value" << ((glu::isDataTypeMatrix(m_dataType)) ? ("[1]") : ("")) << ") / float(" << s_valueRange << ");\n";
es3fTransformFeedbackTests.cpp 715 glu::DataType scalarType = glu::getDataTypeScalarType(type);
    [all...]
es3fUniformApiTests.cpp 718 const glu::DataType texResultScalarType = glu::getDataTypeScalarType(texResultType);
770 const glu::DataType texResultScalarType = glu::getDataTypeScalarType(texResultType);
    [all...]
es3fShaderCommonFunctionTests.cpp 295 const glu::DataType scalarType = glu::getDataTypeScalarType(basicType);
    [all...]
  /external/deqp/modules/gles31/functional/
es31fSeparateShaderTests.cpp 158 switch (getDataTypeScalarType(basicType))
248 if (glu::getDataTypeScalarType(type) != glu::TYPE_FLOAT)
349 switch (getDataTypeScalarType(type))
    [all...]
es31fUniformLocationTests.cpp 328 const glu::DataType scalarType = glu::getDataTypeScalarType(subType.getBasicType());
566 const glu::DataType scalarType = glu::getDataTypeScalarType(type.getBasicType());
    [all...]
es31fProgramInterfaceQueryTestCase.cpp 93 return glu::getDataTypeScalarSize(type.getBasicType()) * getTypeSize(glu::getDataTypeScalarType(type.getBasicType()));
481 const int elementSize = glu::getDataTypeScalarSize(component.getVariableType()->getBasicType()) * getTypeSize(glu::getDataTypeScalarType(component.getVariableType()->getBasicType()));
641 const int majorSize = numMajorElements * getTypeSize(glu::getDataTypeScalarType(component.getVariableType()->getBasicType()));
    [all...]
es31fOpaqueTypeIndexingTests.cpp 203 const glu::DataType outScalarType = glu::getDataTypeScalarType(outType);
    [all...]
es31fSSBOLayoutCase.cpp 733 const glu::DataType scalarType = glu::getDataTypeScalarType(entry.type);
    [all...]
es31fProgramInterfaceDefinitionUtil.cpp 332 buf << glu::getDataTypeName(varType.getBasicType()) << "(" << glu::getDataTypeName(glu::getDataTypeScalarType(varType.getBasicType())) << "(" << sourceVec4Name << ".y))";
    [all...]
es31fShaderIntegerFunctionTests.cpp 82 const glu::DataType scalarType = glu::getDataTypeScalarType(basicType);
    [all...]
es31fProgramUniformTests.cpp 669 const glu::DataType texResultScalarType = glu::getDataTypeScalarType(texResultType);
    [all...]
es31fShaderCommonFunctionTests.cpp 322 const glu::DataType scalarType = glu::getDataTypeScalarType(basicType);
    [all...]
es31fProgramInterfaceQueryTests.cpp 77 return glu::getDataTypeScalarSize(type.getBasicType()) * getTypeSize(glu::getDataTypeScalarType(type.getBasicType()));
    [all...]

Completed in 285 milliseconds