Searched refs:positiveFloats (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmInstructionTests.cpp | 180 vector<float> positiveFloats (numElements, 0); in createOpNopGroup() local 183 fillRandomScalars(rnd, 1.f, 100.f, &positiveFloats[0], numElements); in createOpNopGroup() 186 negativeFloats[ndx] = -positiveFloats[ndx]; in createOpNopGroup() 218 spec.inputs.push_back(BufferSp(new Float32Buffer(positiveFloats))); in createOpNopGroup() 508 vector<float> positiveFloats (numElements, 0); in createOpLineGroup() local 511 fillRandomScalars(rnd, 1.f, 100.f, &positiveFloats[0], numElements); in createOpLineGroup() 514 negativeFloats[ndx] = -positiveFloats[ndx]; in createOpLineGroup() 557 spec.inputs.push_back(BufferSp(new Float32Buffer(positiveFloats))); in createOpLineGroup() 572 vector<float> positiveFloats (numElements, 0); in createOpNoLineGroup() local 575 fillRandomScalars(rnd, 1.f, 100.f, &positiveFloats[0], numElements); in createOpNoLineGroup() [all …]
|