Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/gl/
Dtest_image_methods.cpp82 static int verify(cl_int input, cl_int kernelOutput, const char * description) in verify() argument
84 if( kernelOutput != input ) in verify()
86 …log_error( "ERROR: %s did not validate (expected %d, got %d)\n", description, input, kernelOutput); in verify()