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

  /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsmComputeShaderTestUtil.hpp 231 // and the contents of expectedOutputs. Otherwise the function pointed to by verifyIO will be called.
234 ComputeVerifyIOFunc verifyIO;
244 , verifyIO (DE_NULL)
vktSpvAsmGraphicsShaderTestUtil.hpp 87 // If other behaviors are needed, please provide a custom verifyIO.
91 // expectedOutputs. Otherwise the function pointed to by verifyIO will
95 GraphicsVerifyIOFunc verifyIO;
100 : verifyIO (DE_NULL)

Completed in 135 milliseconds