Searched refs:inputFloats (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmInstructionTests.cpp | 783 vector<float> inputFloats (numElements, 0); in createOpCopyObjectGroup() local 786 fillRandomScalars(rnd, -200.f, 200.f, &inputFloats[0], numElements); in createOpCopyObjectGroup() 789 floorAll(inputFloats); in createOpCopyObjectGroup() 792 outputFloats[ndx] = inputFloats[ndx] + 7.5f; in createOpCopyObjectGroup() 845 spec.inputs.push_back(BufferSp(new Float32Buffer(inputFloats))); in createOpCopyObjectGroup() 1400 vector<float> inputFloats (numElements, 0); in createOpPhiGroup() local 1405 fillRandomScalars(rnd, -300.f, 300.f, &inputFloats[0], numElements); in createOpPhiGroup() 1408 floorAll(inputFloats); in createOpPhiGroup() 1414 case 0: outputFloats1[ndx] = inputFloats[ndx] + 5.5f; break; in createOpPhiGroup() 1415 case 1: outputFloats1[ndx] = inputFloats[ndx] + 20.5f; break; in createOpPhiGroup() [all …]
|