Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_test_arit.c57 typedef void (*unary_func_t)(float *out, const float *in); typedef
406 unary_func_t test_func_jit; in test_unary()
426 test_func_jit = (unary_func_t) gallivm_jit_function(gallivm, test_func); in test_unary()