Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmInstructionTests.cpp480 vector<deInt32> inputInts (numElements, 0); in createOpAtomicGroup() local
487 fillRandomScalars(rnd, 1, 100, &inputInts[0], numElements); in createOpAtomicGroup()
490 …ateExpected((cases[caseNdx].numOutputElements == 1) ? expected[0] : expected[ndx], inputInts[ndx]); in createOpAtomicGroup()
493 spec.inputs.push_back(BufferSp(new Int32Buffer(inputInts))); in createOpAtomicGroup()
1488 vector<deInt32> inputInts (numElements, 0); in createSpecConstantGroup() local
1530 fillRandomScalars(rnd, -65536, 65536, &inputInts[0], numElements); in createSpecConstantGroup()
1534 outputInts1[ndx] = inputInts[ndx] + 42; in createSpecConstantGroup()
1535 outputInts2[ndx] = inputInts[ndx]; in createSpecConstantGroup()
1536 outputInts3[ndx] = inputInts[ndx] - 11200; in createSpecConstantGroup()
1537 outputInts4[ndx] = inputInts[ndx] + 1; in createSpecConstantGroup()
[all …]