HomeSort by relevance Sort by last modified time
    Searched refs:verifyIO (Results 1 - 3 of 3) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsmComputeShaderTestUtil.hpp 96 // and the contents of expectedOutputs. Otherwise the function pointed to by verifyIO will be called.
99 bool (*verifyIO)(const std::vector<BufferSp>& inputs, const std::vector<AllocationSp>& outputAllocations, const std::vector<BufferSp>& expectedOutputs);
103 , verifyIO (DE_NULL)
vktSpvAsmComputeShaderCase.cpp 404 if (m_shaderSpec.verifyIO)
406 if (!(*m_shaderSpec.verifyIO)(m_shaderSpec.inputs, outputAllocs, m_shaderSpec.outputs))
vktSpvAsmInstructionTests.cpp 459 spec.verifyIO = &compareNoContractCase;
558 spec.verifyIO = &compareFRem;
    [all...]

Completed in 49 milliseconds