Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmComputeShaderCase.cpp297 vector<AllocationSp> outputAllocs; in iterate() local
330 outputAllocs.push_back(de::SharedPtr<Allocation>(alloc.release())); in iterate()
406 if (!(*m_shaderSpec.verifyIO)(m_shaderSpec.inputs, outputAllocs, m_shaderSpec.outputs)) in iterate()
414 …if (deMemCmp(expectedOutput->data(), outputAllocs[outputNdx]->getHostPtr(), expectedOutput->getNum… in iterate()
DvktSpvAsmInstructionTests.cpp357 bool compareNoContractCase(const std::vector<BufferSp>&, const vector<AllocationSp>& outputAllocs, … in compareNoContractCase() argument
359 if (outputAllocs.size() != 1) in compareNoContractCase()
364 const float* outputAsFloat = static_cast<const float*>(outputAllocs[0]->getHostPtr());; in compareNoContractCase()
466 bool compareFRem(const std::vector<BufferSp>&, const vector<AllocationSp>& outputAllocs, const std:… in compareFRem() argument
468 if (outputAllocs.size() != 1) in compareFRem()
473 const float* outputAsFloat = static_cast<const float*>(outputAllocs[0]->getHostPtr());; in compareFRem()
2211 …eExactCase (const std::vector<BufferSp>&, const vector<AllocationSp>& outputAllocs, const std::vec… in compareOpQuantizeF16ComputeExactCase() argument
2213 if (outputAllocs.size() != 1) in compareOpQuantizeF16ComputeExactCase()
2218 const float* outputAsFloat = static_cast<const float*>(outputAllocs[0]->getHostPtr());; in compareOpQuantizeF16ComputeExactCase()
2251 bool compareNan (const std::vector<BufferSp>&, const vector<AllocationSp>& outputAllocs, const std:… in compareNan() argument
[all …]