Home
last modified time | relevance | path

Searched refs:PRECISION_LAST (Results 1 – 25 of 44) sorted by relevance

12

/external/deqp/modules/gles31/functional/
Des31fSSBOLayoutTests.cpp306 precision = glu::PRECISION_LAST; in generateType()
664 …blockB.addMember(BufferVar("d", VarType(glu::TYPE_BOOL, glu::PRECISION_LAST), ACCESS_READ|ACCESS_W… in init()
702 typeT.addMember("c", VarType(glu::TYPE_BOOL_VEC4, glu::PRECISION_LAST)); in init()
714 …blockB.addMember(BufferVar("c", VarType(glu::TYPE_BOOL_VEC4, glu::PRECISION_LAST), 0 /* no access … in init()
715 …blockB.addMember(BufferVar("d", VarType(glu::TYPE_BOOL, glu::PRECISION_LAST), ACCESS_READ|ACCESS_W… in init()
822 …d(new BlockBasicTypeCase(m_context, typeName, "", VarType(type, glu::PRECISION_LAST), layoutFlags[… in init()
825 for (int precNdx = 0; precNdx < glu::PRECISION_LAST; precNdx++) in init()
838 for (int precNdx = 0; precNdx < glu::PRECISION_LAST; precNdx++) in init()
868 …VarType(VarType(type, glu::isDataTypeBoolOrBVec(type) ? glu::PRECISION_LAST : glu::PRECISION_HIGHP… in init()
899 … VarType(type, glu::isDataTypeBoolOrBVec(type) ? glu::PRECISION_LAST : glu::PRECISION_HIGHP), in init()
[all …]
Des31fShaderSharedVarTests.cpp95 if (precision != PRECISION_LAST) in getBasicCaseDescription()
118 const char* precName = m_precision != glu::PRECISION_LAST ? getPrecisionName(m_precision) : ""; in init()
376 …_context, getDataTypeName(DataType(basicType)), DataType(basicType), PRECISION_LAST, workGroupSize… in init()
380 for (int precision = 0; precision < PRECISION_LAST; precision++) in init()
Des31fShaderUniformIntegerFunctionTests.cpp82 m_spec.outputs.push_back(Symbol("comparison", glu::VarType(glu::TYPE_BOOL, glu::PRECISION_LAST))); in UniformIntegerFunctionCase()
Des31fShaderPackingFunctionTests.cpp1160 for (int prec = 0; prec < glu::PRECISION_LAST; prec++) in init()
1171 for (int prec = 0; prec < glu::PRECISION_LAST; prec++) in init()
1191 for (int prec = 0; prec < glu::PRECISION_LAST; prec++) in init()
1202 for (int prec = 0; prec < glu::PRECISION_LAST; prec++) in init()
Des31fShaderCommonFunctionTests.cpp148 DE_STATIC_ASSERT(DE_LENGTH_OF_ARRAY(bits) == glu::PRECISION_LAST); in getMinMantissaBits()
161 DE_STATIC_ASSERT(DE_LENGTH_OF_ARRAY(exponent) == glu::PRECISION_LAST); in getMaxNormalizedValueExponent()
174 DE_STATIC_ASSERT(DE_LENGTH_OF_ARRAY(exponent) == glu::PRECISION_LAST); in getMinNormalizedValueExponent()
834 m_spec.outputs.push_back(Symbol("out0", glu::VarType(boolType, glu::PRECISION_LAST))); in IsnanCase()
917 m_spec.outputs.push_back(Symbol("out0", glu::VarType(boolType, glu::PRECISION_LAST))); in IsinfCase()
2022 …const tcu::FloatFormat& format = de::getSizedArrayElement<glu::PRECISION_LAST>(formats, precision); in fma()
Des31fProgramUniformTests.cpp378 …const glu::Precision prec = glu::isDataTypeBoolOrBVec(type) ? glu::PRECISION_LAST : glu::PRECISIO… in basic()
386 …const glu::Precision prec = glu::isDataTypeBoolOrBVec(type) ? glu::PRECISION_LAST : glu::PRECISIO… in basicArray()
394 …const glu::Precision prec0 = glu::isDataTypeBoolOrBVec(type0) ? glu::PRECISION_LAST : glu::PRECIS… in basicStruct()
395 …const glu::Precision prec1 = glu::isDataTypeBoolOrBVec(type1) ? glu::PRECISION_LAST : glu::PRECIS… in basicStruct()
422 …const glu::Precision prec0 = glu::isDataTypeBoolOrBVec(type0) ? glu::PRECISION_LAST : glu::PRECI… in nestedArraysStructs()
423 …const glu::Precision prec1 = glu::isDataTypeBoolOrBVec(type1) ? glu::PRECISION_LAST : glu::PRECI… in nestedArraysStructs()
/external/deqp/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutTests.cpp368 precision = glu::PRECISION_LAST; in generateType()
401 …dding", VarType(getDataTypeScalarType(tempType.getBasicType()), glu::PRECISION_LAST), ACCESS_READ|… in BlockBasicTypeCase()
758 …blockB.addMember(BufferVar("d", VarType(glu::TYPE_BOOL, glu::PRECISION_LAST), ACCESS_READ|ACCESS_W… in BlockMultiBasicTypesCase()
794 typeT.addMember("c", VarType(glu::TYPE_BOOL_VEC4, glu::PRECISION_LAST)); in BlockMultiNestedStructCase()
806 …blockB.addMember(BufferVar("c", VarType(glu::TYPE_BOOL_VEC4, glu::PRECISION_LAST), 0 /* no access … in BlockMultiNestedStructCase()
807 …blockB.addMember(BufferVar("d", VarType(glu::TYPE_BOOL, glu::PRECISION_LAST), ACCESS_READ|ACCESS_W… in BlockMultiNestedStructCase()
1188 …d(new BlockBasicTypeCase(m_testCtx, typeName, "", VarType(type, glu::PRECISION_LAST), layoutFlags[… in init()
1191 for (int precNdx = 0; precNdx < glu::PRECISION_LAST; precNdx++) in init()
1204 for (int precNdx = 0; precNdx < glu::PRECISION_LAST; precNdx++) in init()
1236 …e(VarType(type, !glu::dataTypeSupportsPrecisionModifier(type) ? glu::PRECISION_LAST : glu::PRECISI… in init()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderCommonFunctionTests.cpp141 DE_STATIC_ASSERT(DE_LENGTH_OF_ARRAY(bits) == glu::PRECISION_LAST); in getMinMantissaBits()
348 const int lowestPrec = (isDouble ? glu::PRECISION_LAST : glu::PRECISION_MEDIUMP); in addFunctionCases()
349 const int highestPrec = (isDouble ? glu::PRECISION_LAST : glu::PRECISION_HIGHP); in addFunctionCases()
742 m_spec.outputs.push_back(Symbol("out0", glu::VarType(boolType, glu::PRECISION_LAST))); in IsnanCase()
829 m_spec.outputs.push_back(Symbol("out0", glu::VarType(boolType, glu::PRECISION_LAST))); in IsinfCase()
DvktShaderPackingFunctionTests.cpp1388 for (int prec = glu::PRECISION_MEDIUMP; prec < glu::PRECISION_LAST; prec++) in init()
1399 for (int prec = glu::PRECISION_MEDIUMP; prec < glu::PRECISION_LAST; prec++) in init()
1419 for (int prec = glu::PRECISION_MEDIUMP; prec < glu::PRECISION_LAST; prec++) in init()
1430 for (int prec = glu::PRECISION_MEDIUMP; prec < glu::PRECISION_LAST; prec++) in init()
/external/deqp/framework/randomshaders/
DrsgVariableType.hpp60 PRECISION_LAST enumerator
/external/deqp/framework/opengl/
DgluShaderUtil.cpp184 DE_STATIC_ASSERT(DE_LENGTH_OF_ARRAY(s_names) == PRECISION_LAST); in getPrecisionName()
185 DE_ASSERT(deInBounds32((int)precision, 0, PRECISION_LAST)); in getPrecisionName()
DgluVarType.hpp121 inline VarType varTypeOf (Precision prec = PRECISION_LAST) { return VarType(dataTypeOf<T>(), prec);… in varTypeOf()
DgluVarType.cpp373 …if (curType->getPrecision() != PRECISION_LAST && !glu::isDataTypeFloat16OrVec(curType->getBasicTyp… in operator <<()
DgluShaderUtil.hpp99 PRECISION_LAST enumerator
/external/deqp/modules/gles3/functional/
Des3fShaderDerivateTests.cpp626 , m_precision (glu::PRECISION_LAST) in TriangleDerivateCase()
628 , m_coordPrecision (glu::PRECISION_LAST) in TriangleDerivateCase()
1819 for (int precNdx = 0; precNdx < glu::PRECISION_LAST; precNdx++) in init()
1849 for (int precNdx = 0; precNdx < glu::PRECISION_LAST; precNdx++) in init()
1883 for (int precNdx = 0; precNdx < glu::PRECISION_LAST; precNdx++) in init()
1915 for (int precNdx = 0; precNdx < glu::PRECISION_LAST; precNdx++) in init()
Des3fFragmentOutputTests.cpp97 , precision (glu::PRECISION_LAST) in FragmentOutput()
348 DE_STATIC_ASSERT(DE_LENGTH_OF_ARRAY(ranges) == glu::PRECISION_LAST); in getFloatRange()
361 DE_STATIC_ASSERT(DE_LENGTH_OF_ARRAY(ranges) == glu::PRECISION_LAST); in getIntRange()
374 DE_STATIC_ASSERT(DE_LENGTH_OF_ARRAY(ranges) == glu::PRECISION_LAST); in getUintRange()
Des3fUniformApiTests.cpp286 …const glu::Precision precision = glu::isDataTypeBoolOrBVec(basicType) ? glu::PRECISION_LAST : glu:… in generateRandomType()
398 …const glu::Precision prec = glu::isDataTypeBoolOrBVec(type) ? glu::PRECISION_LAST : glu::PRECISIO… in basic()
406 …const glu::Precision prec = glu::isDataTypeBoolOrBVec(type) ? glu::PRECISION_LAST : glu::PRECISIO… in basicArray()
414 …const glu::Precision prec0 = glu::isDataTypeBoolOrBVec(type0) ? glu::PRECISION_LAST : glu::PRECIS… in basicStruct()
415 …const glu::Precision prec1 = glu::isDataTypeBoolOrBVec(type1) ? glu::PRECISION_LAST : glu::PRECIS… in basicStruct()
442 …const glu::Precision prec0 = glu::isDataTypeBoolOrBVec(type0) ? glu::PRECISION_LAST : glu::PRECI… in nestedArraysStructs()
443 …const glu::Precision prec1 = glu::isDataTypeBoolOrBVec(type1) ? glu::PRECISION_LAST : glu::PRECI… in nestedArraysStructs()
Des3fShaderInvarianceTests.cpp627 …for (int precisionOther = glu::PRECISION_LOWP; precisionOther != glu::PRECISION_LAST; ++precisionO… in init()
/external/deqp/modules/glshared/
DglsShaderConstExprTests.cpp48 value.type = glu::VarType(type, glu::PRECISION_LAST); in addOutputVar()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderDerivateTests.cpp530 precision = glu::PRECISION_LAST; in DerivateCaseDefinition()
533 coordPrecision = glu::PRECISION_LAST; in DerivateCaseDefinition()
1899 for (int precNdx = 0; precNdx < glu::PRECISION_LAST; precNdx++) in init()
1929 for (int precNdx = 0; precNdx < glu::PRECISION_LAST; precNdx++) in init()
1959 for (int precNdx = 0; precNdx < glu::PRECISION_LAST; precNdx++) in init()
DvktShaderRenderOperatorTests.cpp518 , precision (PRECISION_LAST) in ShaderDataSpec()
664 …const char* precision = m_spec.precision != PRECISION_LAST ? getPrecisionName(m_spec.precision) … in setupShaderData()
1723 for (int precision = PRECISION_MEDIUMP; precision < PRECISION_LAST; precision++) in init()
1748 shaderSpec.precision = isBoolCase ? PRECISION_LAST : (Precision)precision; in init()
1890 for (int precision = (int)PRECISION_MEDIUMP; precision < (int)PRECISION_LAST; precision++) in init()
1908 shaderSpec.precision = isBoolCase ? PRECISION_LAST : (Precision)precision; in init()
1961 for (int precision = (int)PRECISION_MEDIUMP; precision < (int)PRECISION_LAST; precision++) in init()
DvktShaderRenderInvarianceTests.cpp585 …for (int precisionOther = glu::PRECISION_LOWP; precisionOther != glu::PRECISION_LAST; ++precisionO… in createShaderInvarianceTests()
/external/deqp/modules/gles2/functional/
Des2fUniformApiTests.cpp226 …const glu::Precision precision = glu::isDataTypeBoolOrBVec(basicType) ? glu::PRECISION_LAST : glu:… in generateRandomType()
332 …const glu::Precision prec = glu::isDataTypeBoolOrBVec(type) ? glu::PRECISION_LAST : glu::PRECISIO… in basic()
340 …const glu::Precision prec = glu::isDataTypeBoolOrBVec(type) ? glu::PRECISION_LAST : glu::PRECISIO… in basicArray()
348 …const glu::Precision prec0 = glu::isDataTypeBoolOrBVec(type0) ? glu::PRECISION_LAST : glu::PRECIS… in basicStruct()
349 …const glu::Precision prec1 = glu::isDataTypeBoolOrBVec(type1) ? glu::PRECISION_LAST : glu::PRECIS… in basicStruct()
376 …const glu::Precision prec0 = glu::isDataTypeBoolOrBVec(type0) ? glu::PRECISION_LAST : glu::PRECI… in nestedArraysStructs()
377 …const glu::Precision prec1 = glu::isDataTypeBoolOrBVec(type1) ? glu::PRECISION_LAST : glu::PRECI… in nestedArraysStructs()
Des2fShaderOperatorTests.cpp392 , precision (PRECISION_LAST) in ShaderDataSpec()
425 …const char* precision = spec.precision != PRECISION_LAST ? getPrecisionName(spec.precision) : DE_… in ShaderOperatorCase()
1272 for (int precision = 0; precision < PRECISION_LAST; precision++) in init()
1297 shaderSpec.precision = isBoolCase ? PRECISION_LAST : (Precision)precision; in init()
1424 for (int precision = 0; precision < (int)PRECISION_LAST; precision++) in init()
1442 shaderSpec.precision = isBoolCase ? PRECISION_LAST : (Precision)precision; in init()
1493 for (int precision = 0; precision < (int)PRECISION_LAST; precision++) in init()
Des2fShaderInvarianceTests.cpp625 …for (int precisionOther = glu::PRECISION_LOWP; precisionOther != glu::PRECISION_LAST; ++precisionO… in init()

12