Searched refs:BufferSp (Results 1 – 4 of 4) sorted by relevance
57 typedef de::SharedPtr<BufferInterface> BufferSp; typedef94 std::vector<BufferSp> inputs;95 std::vector<BufferSp> outputs;102 …verifyIO)(const std::vector<BufferSp>& inputs, const std::vector<AllocationSp>& outputAllocations,…
218 spec.inputs.push_back(BufferSp(new Float32Buffer(positiveFloats))); in createOpNopGroup()219 spec.outputs.push_back(BufferSp(new Float32Buffer(negativeFloats))); in createOpNopGroup()227 …compareFUnord (const std::vector<BufferSp>& inputs, const vector<AllocationSp>& outputAllocs, cons… in compareFUnord()232 const BufferSp& expectedOutput = expectedOutputs[0]; in compareFUnord()368 spec.inputs.push_back(BufferSp(new Float32Buffer(inputFloats1))); in createOpFUnordGroup()369 spec.inputs.push_back(BufferSp(new Float32Buffer(inputFloats2))); in createOpFUnordGroup()370 spec.outputs.push_back(BufferSp(new Int32Buffer(expectedInts))); in createOpFUnordGroup()493 spec.inputs.push_back(BufferSp(new Int32Buffer(inputInts))); in createOpAtomicGroup()494 spec.outputs.push_back(BufferSp(new Int32Buffer(expected))); in createOpAtomicGroup()557 spec.inputs.push_back(BufferSp(new Float32Buffer(positiveFloats))); in createOpLineGroup()[all …]
310 const BufferSp& input = m_shaderSpec.inputs[inputNdx]; in iterate()323 const BufferSp& output = m_shaderSpec.outputs[outputNdx]; in iterate()413 const BufferSp& expectedOutput = m_shaderSpec.outputs[outputNdx]; in iterate()
83 typedef de::SharedPtr<Buffer> BufferSp; typedef1280 vector<BufferSp> buffers (m_inValues.size()); in iterate()1291 buffers[bufferNdx] = BufferSp(new Buffer(m_context, bufferUsage, sizeof(deUint32))); in iterate()