Searched refs:test_func (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/tests/
H A Dunit_test.h36 void (*test_func)(struct test_result * result); member in struct:test
H A Dunit_test.c41 tests[i].test_func(&tests[i].result);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/tests/
H A Dunit_test.h36 void (*test_func)(struct test_result * result); member in struct:test
H A Dunit_test.c41 tests[i].test_func(&tests[i].result);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_test_arit.c405 LLVMValueRef test_func; local in function:test_unary
422 test_func = build_unary_test_func(gallivm, test, length, test_name);
426 test_func_jit = (unary_func_t) gallivm_jit_function(gallivm, test_func);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_test_arit.c426 LLVMValueRef test_func; local in function:test_unary
443 test_func = build_unary_test_func(gallivm, test, length, test_name);
447 test_func_jit = (unary_func_t) gallivm_jit_function(gallivm, test_func);

Completed in 8 milliseconds