Searched refs:gallivm_jit_function (Results 1 – 15 of 15) sorted by relevance
/aosp_15_r20/external/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_test_format.c | 163 fetch_ptr = (fetch_ptr_t) gallivm_jit_function(gallivm, fetch, fetch_name); in test_format_float() 265 fetch_ptr = (fetch_ptr_t) gallivm_jit_function(gallivm, fetch, fetch_name); in test_format_unorm8()
|
H A D | lp_test_printf.c | 105 test_printf_func = (test_printf_t) gallivm_jit_function(gallivm, test, "test_printf"); in test_printf()
|
H A D | lp_test_lookup_multiple.c | 115 …test_lookup_multiple_func[i] = (test_printf_t) gallivm_jit_function(gallivm, func[i], func_name[i]… in test_lookup_multiple()
|
H A D | lp_test_arit.c | 443 test_func_jit = (unary_func_t) gallivm_jit_function(gallivm, test_func, test_name); in test_unary()
|
H A D | lp_test_conv.c | 232 conv_test_ptr = (conv_test_ptr_t)gallivm_jit_function(gallivm, func, "test"); in test_one()
|
H A D | lp_test_blend.c | 461 blend_test_ptr = (blend_test_ptr_t)gallivm_jit_function(gallivm, func, "test"); in test_one()
|
H A D | lp_state_setup.c | 737 gallivm_jit_function(gallivm, variant->function, variant->function_name); in generate_setup_variant()
|
H A D | lp_state_fs.c | 3926 gallivm_jit_function(variant->gallivm, in generate_variant() 3933 gallivm_jit_function(variant->gallivm, in generate_variant() 3944 gallivm_jit_function(variant->gallivm, variant->linear_function, in generate_variant()
|
H A D | lp_texture_handle.c | 262 void *function_ptr = func_to_pointer(gallivm_jit_function(gallivm, function, func_name)); in compile_function()
|
H A D | lp_state_cs.c | 1292 gallivm_jit_function(variant->gallivm, variant->function, variant->function_name); in generate_variant()
|
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_init.h | 116 gallivm_jit_function(struct gallivm_state *gallivm,
|
H A D | lp_bld_init.c | 472 gallivm_jit_function(struct gallivm_state *gallivm, in gallivm_jit_function() function
|
H A D | lp_bld_init_orc.cpp | 669 gallivm_jit_function(struct gallivm_state *gallivm, in gallivm_jit_function() function
|
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_llvm.c | 528 gallivm_jit_function(variant->gallivm, variant->function, variant->function_name); in draw_llvm_create_variant() 2546 gallivm_jit_function(variant->gallivm, variant->function, variant->function_name); in draw_gs_llvm_create_variant() 3210 gallivm_jit_function(variant->gallivm, variant->function, variant->function_name); in draw_tcs_llvm_create_variant() 3739 gallivm_jit_function(variant->gallivm, variant->function, variant->function_name); in draw_tes_llvm_create_variant()
|
/aosp_15_r20/external/mesa3d/docs/relnotes/ |
H A D | 24.2.0.rst | 4809 - llvmpipe: add function name to gallivm_jit_function
|