Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmInstructionTests.cpp181 vector<float> negativeFloats (numElements, 0); in createOpNopGroup() local
186 negativeFloats[ndx] = -positiveFloats[ndx]; in createOpNopGroup()
219 spec.outputs.push_back(BufferSp(new Float32Buffer(negativeFloats))); in createOpNopGroup()
509 vector<float> negativeFloats (numElements, 0); in createOpLineGroup() local
514 negativeFloats[ndx] = -positiveFloats[ndx]; in createOpLineGroup()
558 spec.outputs.push_back(BufferSp(new Float32Buffer(negativeFloats))); in createOpLineGroup()
573 vector<float> negativeFloats (numElements, 0); in createOpNoLineGroup() local
578 negativeFloats[ndx] = -positiveFloats[ndx]; in createOpNoLineGroup()
624 spec.outputs.push_back(BufferSp(new Float32Buffer(negativeFloats))); in createOpNoLineGroup()
1177 vector<float> negativeFloats (numElements, 0); in createOpUnreachableGroup() local
[all …]