Searched refs:gallivm_jit_function (Results 1 – 11 of 11) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_init.h | 92 gallivm_jit_function(struct gallivm_state *gallivm,
|
D | lp_bld_init.c | 736 gallivm_jit_function(struct gallivm_state *gallivm, in gallivm_jit_function() function
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_test_format.c | 163 fetch_ptr = (fetch_ptr_t) gallivm_jit_function(gallivm, fetch); in test_format_float() 267 fetch_ptr = (fetch_ptr_t) gallivm_jit_function(gallivm, fetch); in test_format_unorm8()
|
D | lp_test_printf.c | 108 test_printf_func = (test_printf_t) gallivm_jit_function(gallivm, test); in test_printf()
|
D | lp_test_arit.c | 446 test_func_jit = (unary_func_t) gallivm_jit_function(gallivm, test_func); in test_unary()
|
D | lp_test_conv.c | 233 conv_test_ptr = (conv_test_ptr_t)gallivm_jit_function(gallivm, func); in test_one()
|
D | lp_test_blend.c | 464 blend_test_ptr = (blend_test_ptr_t)gallivm_jit_function(gallivm, func); in test_one()
|
D | lp_state_setup.c | 726 gallivm_jit_function(gallivm, variant->function); in generate_setup_variant()
|
D | lp_state_fs.c | 3843 gallivm_jit_function(variant->gallivm, in generate_variant() 3849 gallivm_jit_function(variant->gallivm, in generate_variant() 3859 gallivm_jit_function(variant->gallivm, variant->linear_function); in generate_variant()
|
D | lp_state_cs.c | 815 … variant->jit_function = (lp_jit_cs_func)gallivm_jit_function(variant->gallivm, variant->function); in generate_variant()
|
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_llvm.c | 910 gallivm_jit_function(variant->gallivm, variant->function); in draw_llvm_create_variant() 2966 gallivm_jit_function(variant->gallivm, variant->function); in draw_gs_llvm_create_variant() 3632 gallivm_jit_function(variant->gallivm, variant->function); in draw_tcs_llvm_create_variant() 4163 gallivm_jit_function(variant->gallivm, variant->function); in draw_tes_llvm_create_variant()
|