Lines Matching refs:inputs

239 	virtual bool			compare					(const void* const* inputs, const void* const* outputs) = 0;
388 const int numInputScalars = computeTotalScalarSize(m_spec.inputs);
392 const vector<void*> inputPointers = getInputOutputPointers(m_spec.inputs, inputData, m_numValues);
404 const vector<int> inScalarSizes = getScalarSizes(m_spec.inputs);
425 m_testCtx.getLog() << TestLog::Message << " inputs:" << TestLog::EndMessage;
427 m_testCtx.getLog() << TestLog::Message << " " << m_spec.inputs[inNdx].name << " = "
428 << VarValue(m_spec.inputs[inNdx].varType, curInputPtr[inNdx])
463 m_spec.inputs.push_back(Symbol("in0", glu::VarType(baseType, precision)));
484 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
485 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision();
494 bool compare (const void* const* inputs, const void* const* outputs)
496 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
497 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision();
507 const float in0 = ((const float*)inputs[0])[compNdx];
523 const int in0 = ((const int*)inputs[0])[compNdx];
545 m_spec.inputs.push_back(Symbol("in0", glu::VarType(baseType, precision)));
566 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
567 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision();
587 bool compare (const void* const* inputs, const void* const* outputs)
589 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
590 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision();
600 const float in0 = ((const float*)inputs[0])[compNdx];
617 const int in0 = ((const int*)inputs[0])[compNdx];
651 m_spec.inputs.push_back(Symbol("in0", glu::VarType(baseType, precision)));
666 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
667 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision();
694 bool compare (const void* const* inputs, const void* const* outputs)
696 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
697 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision();
706 const float in0 = ((const float*)inputs[0])[compNdx];
727 const float in0 = ((const float*)inputs[0])[compNdx];
762 m_spec.inputs.push_back(Symbol("in0", glu::VarType(baseType, precision)));
778 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
779 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision();
785 bool compare (const void* const* inputs, const void* const* outputs)
787 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
788 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision();
796 const float in0 = ((const float*)inputs[0])[compNdx];
833 m_spec.inputs.push_back(Symbol("in0", glu::VarType(baseType, precision)));
841 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
842 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision();
862 bool compare (const void* const* inputs, const void* const* outputs)
864 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
865 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision();
873 const float in0 = ((const float*)inputs[0])[compNdx];
886 // NaN support is optional, check that inputs that are not NaN don't result in true.
889 const float in0 = ((const float*)inputs[0])[compNdx];
916 m_spec.inputs.push_back(Symbol("in0", glu::VarType(baseType, precision)));
924 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
925 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision();
945 bool compare (const void* const* inputs, const void* const* outputs)
947 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
948 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision();
956 const float in0 = ((const float*)inputs[0])[compNdx];
969 // Inf support is optional, check that inputs that are not Inf in mediump don't result in true.
972 const float in0 = ((const float*)inputs[0])[compNdx];
999 m_spec.inputs.push_back(Symbol("in0", glu::VarType(baseType, precision)));
1014 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
1015 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision();
1021 bool compare (const void* const* inputs, const void* const* outputs)
1023 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
1024 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision();
1032 const float in0 = ((const float*)inputs[0])[compNdx];
1077 m_spec.inputs.push_back(Symbol("in0", glu::VarType(baseType, glu::PRECISION_HIGHP)));
1085 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
1093 bool compare (const void* const* inputs, const void* const* outputs)
1095 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
1101 const float in0 = ((const float*)inputs[0])[compNdx];
1123 m_spec.inputs.push_back(Symbol("in0", glu::VarType(baseType, precision)));
1138 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
1139 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision();
1152 bool compare (const void* const* inputs, const void* const* outputs)
1154 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
1155 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision();
1163 const float in0 = ((const float*)inputs[0])[compNdx];
1184 const float in0 = ((const float*)inputs[0])[compNdx];
1219 m_spec.inputs.push_back(Symbol("in0", glu::VarType(baseType, precision)));
1234 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
1235 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision();
1258 bool compare (const void* const* inputs, const void* const* outputs)
1260 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
1261 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision();
1269 const float in0 = ((const float*)inputs[0])[compNdx];
1292 const float in0 = ((const float*)inputs[0])[compNdx];
1327 m_spec.inputs.push_back(Symbol("in0", glu::VarType(baseType, precision)));
1342 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
1343 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision();
1370 bool compare (const void* const* inputs, const void* const* outputs)
1372 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
1373 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision();
1381 const float in0 = ((const float*)inputs[0])[compNdx];
1420 const float in0 = ((const float*)inputs[0])[compNdx];
1455 m_spec.inputs.push_back(Symbol("in0", glu::VarType(baseType, precision)));
1470 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
1471 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision();
1485 bool compare (const void* const* inputs, const void* const* outputs)
1487 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
1488 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision();
1497 const float in0 = ((const float*)inputs[0])[compNdx];
1518 const float in0 = ((const float*)inputs[0])[compNdx];
1560 m_spec.inputs.push_back(Symbol("in0", glu::VarType(baseType, precision)));
1575 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
1576 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision();
1603 bool compare (const void* const* inputs, const void* const* outputs)
1605 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
1606 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision();
1615 const float in0 = ((const float*)inputs[0])[compNdx];
1635 const float in0 = ((const float*)inputs[0])[compNdx];
1706 m_spec.inputs.push_back(Symbol("in0", glu::VarType(baseType, precision)));
1722 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
1723 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision();
1753 bool compare (const void* const* inputs, const void* const* outputs)
1755 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
1756 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision();
1765 const float in0 = ((const float*)inputs[0])[compNdx];
1797 m_spec.inputs.push_back(Symbol("in0", glu::VarType(baseType, precision)));
1798 m_spec.inputs.push_back(Symbol("in1", glu::VarType(intType, glu::PRECISION_HIGHP)));
1813 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
1814 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision();
1893 bool compare (const void* const* inputs, const void* const* outputs)
1895 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
1896 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision();
1904 const float in0 = ((const float*)inputs[0])[compNdx];
1905 const int in1 = ((const int*)inputs[1])[compNdx];
1930 m_spec.inputs.push_back(Symbol("a", glu::VarType(baseType, precision)));
1931 m_spec.inputs.push_back(Symbol("b", glu::VarType(baseType, precision)));
1932 m_spec.inputs.push_back(Symbol("c", glu::VarType(baseType, precision)));
1961 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
1962 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision();
2048 bool compare (const void* const* inputs, const void* const* outputs)
2050 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
2051 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision();
2056 const float a = ((const float*)inputs[0])[compNdx];
2057 const float b = ((const float*)inputs[1])[compNdx];
2058 const float c = ((const float*)inputs[2])[compNdx];