Searched refs:twoArguments (Results 1 – 2 of 2) sorted by relevance
145 return twoArguments(reps); in invocation()169 private long twoArguments(int reps) { in twoArguments() method in VarargsBenchmark
368 virtual BufferSp constructInputBuffer (const ValueId* twoArguments) const = 0;370 …virtual void fillInputData (const ValueId* twoArguments, vector<deUint8>& bufferData, deUint32&…389 BufferSp constructInputBuffer (const ValueId* twoArguments) const override;391 …void fillInputData (const ValueId* twoArguments, vector<deUint8>& bufferData, deUint32& offset)…404 BufferSp TypeValues<FLOAT_TYPE>::constructInputBuffer(const ValueId* twoArguments) const in constructInputBuffer()407 inputData[0] = m_valueIdToFloatType.at(twoArguments[0]); in constructInputBuffer()408 inputData[1] = m_valueIdToFloatType.at(twoArguments[1]); in constructInputBuffer()429 void TypeValues<FLOAT_TYPE>::fillInputData(const ValueId* twoArguments, vector<deUint8>& bufferData… in fillInputData() argument433 FLOAT_TYPE argA = getValue(twoArguments[0]); in fillInputData()437 FLOAT_TYPE argB = getValue(twoArguments[1]); in fillInputData()