Searched defs:h3 (Results 1 - 1 of 1) sorted by relevance

/frameworks/rs/driver/runtime/
H A Drs_core.c304 extern void __attribute__((overloadable)) rsDebug(const char *s, half3 h3) { argument
305 float3 f = convert_float3(h3);
306 rsDebug(s, &f, (ushort3 *) &h3);

Completed in 58 milliseconds