Home
last modified time | relevance | path

Searched refs:inputInts1 (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmIntegerDotProductTests.cpp507 void fillDotProductOutputs(int numElements, vector<LHSOperandT> &inputInts1, vector<RHSOperandT> &i… in fillDotProductOutputs() argument
522 inputVec1.push_back(inputInts1[ndx * alignedVecLen + vecElem]); in fillDotProductOutputs()
540 vector<OperandT> &inputInts1, vector<OperandT> &inputInts2, in addOpSDotKHRComputeTests() argument
549 fillDotProductOutputs(numElements, inputInts1, inputInts2, outputInts, inputInfo); in addOpSDotKHRComputeTests()
554 spec.inputs.push_back(BufferSp(new InBufferT(inputInts1))); in addOpSDotKHRComputeTests()
580 vector<T> inputInts1(numElements * alignedVecLen, 0); in addOpSDotKHRComputeTests() local
583 fillRandomScalars(rnd, vecMin, vecMax, &inputInts1[0], numElements * alignedVecLen); in addOpSDotKHRComputeTests()
588 inputInts1[ndx * 4 + 3] = inputInts2[ndx * 4 + 3] = 0; in addOpSDotKHRComputeTests()
598 … testCtx, group, numElements, inputInts1, inputInts2, inputInfo, packingInfo, vectorInfo); in addOpSDotKHRComputeTests()
601 … testCtx, group, numElements, inputInts1, inputInts2, inputInfo, packingInfo, vectorInfo); in addOpSDotKHRComputeTests()
[all …]
DvktSpvAsmInstructionTests.cpp2545 vector<int32_t> inputInts1(numElements, 0); in createOpSRemComputeGroup() local
2549 fillRandomScalars(rnd, params.op1Min, params.op1Max, &inputInts1[0], numElements); in createOpSRemComputeGroup()
2555 outputInts[ndx] = inputInts1[ndx] % inputInts2[ndx]; in createOpSRemComputeGroup()
2600 spec.inputs.push_back(BufferSp(new Int32Buffer(inputInts1))); in createOpSRemComputeGroup()
2635 vector<int64_t> inputInts1(numElements, 0); in createOpSRemComputeGroup64() local
2641 fillRandomInt64sLogDistributed(rnd, inputInts1, numElements, filterNonNegative); in createOpSRemComputeGroup64()
2646 fillRandomInt64sLogDistributed(rnd, inputInts1, numElements); in createOpSRemComputeGroup64()
2653 outputInts[ndx] = inputInts1[ndx] % inputInts2[ndx]; in createOpSRemComputeGroup64()
2700 spec.inputs.push_back(BufferSp(new Int64Buffer(inputInts1))); in createOpSRemComputeGroup64()
2739 vector<int32_t> inputInts1(numElements, 0); in createOpSModComputeGroup() local
[all …]