Searched refs:gallivm_jit_function (Results 1 – 10 of 10) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_init.h | 71 gallivm_jit_function(struct gallivm_state *gallivm,
|
D | lp_bld_init.c | 588 gallivm_jit_function(struct gallivm_state *gallivm, in gallivm_jit_function() function
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_test_printf.c | 103 test_printf_func = (test_printf_t) gallivm_jit_function(gallivm, test); in test_printf()
|
D | lp_test_format.c | 147 fetch_ptr = (fetch_ptr_t) gallivm_jit_function(gallivm, fetch); in test_format_float() 232 fetch_ptr = (fetch_ptr_t) gallivm_jit_function(gallivm, fetch); in test_format_unorm8()
|
D | lp_test_arit.c | 317 test_func_jit = (unary_func_t) gallivm_jit_function(gallivm, test_func); in test_unary()
|
D | lp_test_conv.c | 220 conv_test_ptr = (conv_test_ptr_t)gallivm_jit_function(gallivm, func); in test_one()
|
D | lp_state_fs.c | 1286 gallivm_jit_function(variant->gallivm, in generate_variant() 1292 gallivm_jit_function(variant->gallivm, in generate_variant()
|
D | lp_test_blend.c | 484 blend_test_ptr = (blend_test_ptr_t)gallivm_jit_function(gallivm, func); in test_one()
|
D | lp_state_setup.c | 763 gallivm_jit_function(gallivm, variant->function); in generate_setup_variant()
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_llvm.c | 411 gallivm_jit_function(variant->gallivm, variant->function); in draw_llvm_create_variant() 414 gallivm_jit_function(variant->gallivm, variant->function_elts); in draw_llvm_create_variant()
|