Searched refs:gallivm_jit_function (Results 1 – 11 of 11) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_init.h | 78 gallivm_jit_function(struct gallivm_state *gallivm,
|
D | lp_bld_init.c | 677 gallivm_jit_function(struct gallivm_state *gallivm, in gallivm_jit_function() function
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_test_printf.c | 105 test_printf_func = (test_printf_t) gallivm_jit_function(gallivm, test); in test_printf()
|
D | lp_test_format.c | 159 fetch_ptr = (fetch_ptr_t) gallivm_jit_function(gallivm, fetch); in test_format_float() 258 fetch_ptr = (fetch_ptr_t) gallivm_jit_function(gallivm, fetch); in test_format_unorm8()
|
D | lp_test_arit.c | 426 test_func_jit = (unary_func_t) gallivm_jit_function(gallivm, test_func); in test_unary()
|
D | lp_test_conv.c | 222 conv_test_ptr = (conv_test_ptr_t)gallivm_jit_function(gallivm, func); in test_one()
|
D | lp_test_blend.c | 461 blend_test_ptr = (blend_test_ptr_t)gallivm_jit_function(gallivm, func); in test_one()
|
D | lp_state_setup.c | 804 gallivm_jit_function(gallivm, variant->function); in generate_setup_variant()
|
D | lp_state_fs.c | 2879 gallivm_jit_function(variant->gallivm, in generate_variant() 2885 gallivm_jit_function(variant->gallivm, in generate_variant()
|
/external/mesa3d/src/gallium/drivers/swr/ |
D | swr_shader.cpp | 702 (PFN_GS_FUNC)gallivm_jit_function(gallivm, wrap(pFunction)); in CompileGS() 950 (PFN_VERTEX_FUNC)gallivm_jit_function(gallivm, wrap(pFunction)); in CompileVS() 1393 (PFN_PIXEL_KERNEL)gallivm_jit_function(gallivm, wrap(pFunction)); in CompileFS()
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_llvm.c | 588 gallivm_jit_function(variant->gallivm, variant->function); in draw_llvm_create_variant() 2409 gallivm_jit_function(variant->gallivm, variant->function); in draw_gs_llvm_create_variant()
|