Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmSpirvVersionTests.cpp153 vector<float> positiveFloats (numElements, 0); in getComputeShaderSpec() local
158 positiveFloats[ndx] = rnd.getFloat(1.0f, 100.0f); in getComputeShaderSpec()
159 negativeFloats[ndx] = -positiveFloats[ndx]; in getComputeShaderSpec()
165 spec.inputs.push_back(BufferSp(new Float32Buffer(positiveFloats))); in getComputeShaderSpec()
DvktSpvAsmInstructionTests.cpp273 vector<float> positiveFloats (numElements, 0); in createLocalSizeGroup() local
276 fillRandomScalars(rnd, 1.f, 100.f, &positiveFloats[0], numElements); in createLocalSizeGroup()
279 negativeFloats[ndx] = -positiveFloats[ndx]; in createLocalSizeGroup()
281 spec.inputs.push_back(BufferSp(new Float32Buffer(positiveFloats))); in createLocalSizeGroup()
333 vector<float> positiveFloats (numElements, 0); in createOpNopGroup() local
336 fillRandomScalars(rnd, 1.f, 100.f, &positiveFloats[0], numElements); in createOpNopGroup()
339 negativeFloats[ndx] = -positiveFloats[ndx]; in createOpNopGroup()
371 spec.inputs.push_back(BufferSp(new Float32Buffer(positiveFloats))); in createOpNopGroup()
757 vector<float> positiveFloats (numElements, 0); in createOpLineGroup() local
760 fillRandomScalars(rnd, 1.f, 100.f, &positiveFloats[0], numElements); in createOpLineGroup()
[all …]