MCPcopy Create free account
hub / github.com/defold/defold / ocl_error_printf

Function ocl_error_printf

engine/dlib/src/basis/encoder/basisu_opencl.cpp:42–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40#endif
41
42 static void ocl_error_printf(const char* pFmt, ...)
43 {
44 va_list args;
45 va_start(args, pFmt);
46 error_vprintf(pFmt, args);
47 va_end(args);
48
49#if BASISU_OPENCL_ASSERT_ON_ANY_ERRORS
50 assert(0);
51#endif
52 }
53
54 class ocl
55 {

Callers 15

initMethod · 0.85
init_programMethod · 0.85
create_kernelMethod · 0.85
destroy_kernelMethod · 0.85
alloc_read_bufferMethod · 0.85
alloc_write_bufferMethod · 0.85
destroy_bufferMethod · 0.85
write_to_bufferMethod · 0.85
read_from_bufferMethod · 0.85
create_read_image_u8Method · 0.85
create_write_image_u8Method · 0.85

Calls 2

error_vprintfFunction · 0.85
assertFunction · 0.50

Tested by

no test coverage detected