Searched refs:expectedOutputs (Results 1 – 2 of 2) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmComputeShaderTestUtil.hpp | 102 …ector<AllocationSp>& outputAllocations, const std::vector<BufferSp>& expectedOutputs, tcu::TestLog…
|
D | vktSpvAsmInstructionTests.cpp | 227 …nst vector<AllocationSp>& outputAllocs, const std::vector<BufferSp>& expectedOutputs, TestLog& log) in compareFUnord() argument 232 const BufferSp& expectedOutput = expectedOutputs[0]; in compareFUnord() 233 const deInt32* expectedOutputAsInt = static_cast<const deInt32*>(expectedOutputs[0]->data()); in compareFUnord() 634 …, const vector<AllocationSp>& outputAllocs, const std::vector<BufferSp>& expectedOutputs, TestLog&) in compareNoContractCase() argument 640 const BufferSp& expectedOutput = expectedOutputs[0]; in compareNoContractCase() 743 …, const vector<AllocationSp>& outputAllocs, const std::vector<BufferSp>& expectedOutputs, TestLog&) in compareFRem() argument 748 const BufferSp& expectedOutput = expectedOutputs[0]; in compareFRem() 2489 …, const vector<AllocationSp>& outputAllocs, const std::vector<BufferSp>& expectedOutputs, TestLog&) in compareOpQuantizeF16ComputeExactCase() argument 2495 const BufferSp& expectedOutput = expectedOutputs[0]; in compareOpQuantizeF16ComputeExactCase() 2529 …, const vector<AllocationSp>& outputAllocs, const std::vector<BufferSp>& expectedOutputs, TestLog&) in compareNan() argument [all …]
|