Searched refs:outputAllocs (Results 1 – 2 of 2) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmComputeShaderCase.cpp | 297 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, m_context.g… in iterate() 414 …if (deMemCmp(expectedOutput->data(), outputAllocs[outputNdx]->getHostPtr(), expectedOutput->getNum… in iterate()
|
D | vktSpvAsmInstructionTests.cpp | 227 bool compareFUnord (const std::vector<BufferSp>& inputs, const vector<AllocationSp>& outputAllocs, … in compareFUnord() argument 229 if (outputAllocs.size() != 1) in compareFUnord() 234 const deInt32* outputAsInt = static_cast<const deInt32*>(outputAllocs[0]->getHostPtr()); in compareFUnord() 634 bool compareNoContractCase(const std::vector<BufferSp>&, const vector<AllocationSp>& outputAllocs, … in compareNoContractCase() argument 636 if (outputAllocs.size() != 1) in compareNoContractCase() 641 const float* outputAsFloat = static_cast<const float*>(outputAllocs[0]->getHostPtr());; in compareNoContractCase() 743 bool compareFRem(const std::vector<BufferSp>&, const vector<AllocationSp>& outputAllocs, const std:… in compareFRem() argument 745 if (outputAllocs.size() != 1) in compareFRem() 750 const float* outputAsFloat = static_cast<const float*>(outputAllocs[0]->getHostPtr());; in compareFRem() 2489 …eExactCase (const std::vector<BufferSp>&, const vector<AllocationSp>& outputAllocs, const std::vec… in compareOpQuantizeF16ComputeExactCase() argument [all …]
|