Lines Matching refs:inputs
177 virtual bool compare (const void* const* inputs, const void* const* outputs) = 0;
258 const int numInputScalars = computeTotalScalarSize(m_spec.inputs);
262 const vector<void*> inputPointers = getInputOutputPointers(m_spec.inputs, inputData, m_numValues);
274 const vector<int> inScalarSizes = getScalarSizes(m_spec.inputs);
295 m_testCtx.getLog() << TestLog::Message << " inputs:" << TestLog::EndMessage;
297 m_testCtx.getLog() << TestLog::Message << " " << m_spec.inputs[inNdx].name << " = "
298 << VarValue(m_spec.inputs[inNdx].varType, curInputPtr[inNdx])
333 m_spec.inputs.push_back(Symbol("x", glu::VarType(baseType, precision)));
334 m_spec.inputs.push_back(Symbol("y", glu::VarType(baseType, precision)));
343 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
344 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision();
395 bool compare (const void* const* inputs, const void* const* outputs)
397 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
398 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision();
405 const deUint32 in0 = ((const deUint32*)inputs[0])[compNdx];
406 const deUint32 in1 = ((const deUint32*)inputs[1])[compNdx];
429 m_spec.inputs.push_back(Symbol("x", glu::VarType(baseType, precision)));
430 m_spec.inputs.push_back(Symbol("y", glu::VarType(baseType, precision)));
439 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
440 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision();
489 bool compare (const void* const* inputs, const void* const* outputs)
491 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
492 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision();
499 const deUint32 in0 = ((const deUint32*)inputs[0])[compNdx];
500 const deUint32 in1 = ((const deUint32*)inputs[1])[compNdx];
523 m_spec.inputs.push_back(Symbol("x", glu::VarType(baseType, precision)));
524 m_spec.inputs.push_back(Symbol("y", glu::VarType(baseType, precision)));
533 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
534 // const glu::Precision precision = m_spec.inputs[0].varType.getPrecision();
581 bool compare (const void* const* inputs, const void* const* outputs)
583 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
588 const deUint32 in0 = ((const deUint32*)inputs[0])[compNdx];
589 const deUint32 in1 = ((const deUint32*)inputs[1])[compNdx];
613 m_spec.inputs.push_back(Symbol("x", glu::VarType(baseType, precision)));
614 m_spec.inputs.push_back(Symbol("y", glu::VarType(baseType, precision)));
623 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
624 // const glu::Precision precision = m_spec.inputs[0].varType.getPrecision();
672 bool compare (const void* const* inputs, const void* const* outputs)
674 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
679 const deInt32 in0 = ((const deInt32*)inputs[0])[compNdx];
680 const deInt32 in1 = ((const deInt32*)inputs[1])[compNdx];
704 m_spec.inputs.push_back(Symbol("value", glu::VarType(baseType, precision)));
705 m_spec.inputs.push_back(Symbol("offset", glu::VarType(glu::TYPE_INT, precision)));
706 m_spec.inputs.push_back(Symbol("bits", glu::VarType(glu::TYPE_INT, precision)));
714 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
715 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision();
734 bool compare (const void* const* inputs, const void* const* outputs)
736 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
739 const int offset = *((const int*)inputs[1]);
740 const int bits = *((const int*)inputs[2]);
754 const deUint32 value = ((const deUint32*)inputs[0])[compNdx];
777 m_spec.inputs.push_back(Symbol("base", glu::VarType(baseType, precision)));
778 m_spec.inputs.push_back(Symbol("insert", glu::VarType(baseType, precision)));
779 m_spec.inputs.push_back(Symbol("offset", glu::VarType(glu::TYPE_INT, precision)));
780 m_spec.inputs.push_back(Symbol("bits", glu::VarType(glu::TYPE_INT, precision)));
788 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
789 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision();
809 bool compare (const void* const* inputs, const void* const* outputs)
811 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
812 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision();
816 const int offset = *((const int*)inputs[2]);
817 const int bits = *((const int*)inputs[3]);
821 const deUint32 base = ((const deUint32*)inputs[0])[compNdx];
822 const deUint32 insert = ((const deUint32*)inputs[1])[compNdx];
854 m_spec.inputs.push_back(Symbol("value", glu::VarType(baseType, precision)));
862 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
863 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision();
869 bool compare (const void* const* inputs, const void* const* outputs)
871 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
872 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision();
879 const deUint32 value = ((const deUint32*)inputs[0])[compNdx];
903 m_spec.inputs.push_back(Symbol("value", glu::VarType(baseType, precision)));
911 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
912 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision();
918 bool compare (const void* const* inputs, const void* const* outputs)
920 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
921 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision();
928 const deUint32 value = ((const deUint32*)inputs[0])[compNdx];
963 m_spec.inputs.push_back(Symbol("value", glu::VarType(baseType, precision)));
971 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
972 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision();
978 bool compare (const void* const* inputs, const void* const* outputs)
980 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
981 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision();
988 const deUint32 value = ((const deUint32*)inputs[0])[compNdx];
1023 m_spec.inputs.push_back(Symbol("value", glu::VarType(baseType, precision)));
1031 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
1032 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision();
1038 bool compare (const void* const* inputs, const void* const* outputs)
1040 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
1041 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision();
1048 const deUint32 value = ((const deUint32*)inputs[0])[compNdx];