Searched refs:inputFloats (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmInstructionTests.cpp | 1060 vector<float> inputFloats (numElements, 0); in createOpCopyObjectGroup() local 1063 fillRandomScalars(rnd, -200.f, 200.f, &inputFloats[0], numElements); in createOpCopyObjectGroup() 1066 floorAll(inputFloats); in createOpCopyObjectGroup() 1069 outputFloats[ndx] = inputFloats[ndx] + 7.5f; in createOpCopyObjectGroup() 1122 spec.inputs.push_back(BufferSp(new Float32Buffer(inputFloats))); in createOpCopyObjectGroup() 1669 vector<float> inputFloats (numElements, 0); in createOpPhiGroup() local 1674 fillRandomScalars(rnd, -300.f, 300.f, &inputFloats[0], numElements); in createOpPhiGroup() 1677 floorAll(inputFloats); in createOpPhiGroup() 1683 case 0: outputFloats1[ndx] = inputFloats[ndx] + 5.5f; break; in createOpPhiGroup() 1684 case 1: outputFloats1[ndx] = inputFloats[ndx] + 20.5f; break; in createOpPhiGroup() [all …]
|