Home
last modified time | relevance | path

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

/external/skqp/src/compute/common/cl/
Dassert_cl.h26 assert_cl(cl_int const code,
35 #define cl(...) assert_cl((cl##__VA_ARGS__), __FILE__, __LINE__, true);
36 #define cl_ok(err) assert_cl(err, __FILE__, __LINE__, true);
Dassert_cl.c125 assert_cl(cl_int const code, char const * const file, int const line, bool const abort) in assert_cl() function
/external/skia/tools/
Dhello-opencl.cpp17 static inline void assert_cl(cl_int rc, const char* file, int line) { in assert_cl() function
23 #define cl_ok(err) assert_cl(err, __FILE__, __LINE__)
/external/skqp/src/compute/hs/cl/bench/
DMakefile5 SRC_C = ../../../common/cl/assert_cl.c \
/external/skqp/
DBUILD.gn2399 "src/compute/common/cl/assert_cl.c",