Home
last modified time | relevance | path

Searched refs:gallivm_create (Results 1 – 12 of 12) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_init.h75 gallivm_create(const char *name, LLVMContextRef context,
Dlp_bld_init.c520 gallivm_create(const char *name, LLVMContextRef context, in gallivm_create() function
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_test_format.c156 gallivm = gallivm_create("test_module_float", context, NULL); in test_format_float()
260 gallivm = gallivm_create("test_module_unorm8", context, NULL); in test_format_unorm8()
Dlp_test_printf.c102 gallivm = gallivm_create("test_module", context, NULL); in test_printf()
Dlp_test_arit.c440 gallivm = gallivm_create("test_module", context, NULL); in test_unary()
Dlp_test_conv.c227 gallivm = gallivm_create("test_module", context, NULL); in test_one()
Dlp_test_blend.c458 gallivm = gallivm_create("test_module", context, NULL); in test_one()
Dlp_state_setup.c647 variant->gallivm = gallivm = gallivm_create(func_name, lp->context, NULL); in generate_setup_variant()
Dlp_state_cs.c791 variant->gallivm = gallivm_create(module_name, lp->context, &cached); in generate_variant()
Dlp_state_fs.c3678 variant->gallivm = gallivm_create(module_name, lp->context, &cached); in generate_variant()
/third_party/mesa3d/docs/relnotes/
D10.4.rst208gallivm_create
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.c890 variant->gallivm = gallivm_create(module_name, llvm->context, &cached); in draw_llvm_create_variant()
2954 variant->gallivm = gallivm_create(module_name, llvm->context, &cached); in draw_gs_llvm_create_variant()
3618 variant->gallivm = gallivm_create(module_name, llvm->context, &cached); in draw_tcs_llvm_create_variant()
4146 variant->gallivm = gallivm_create(module_name, llvm->context, &cached); in draw_tes_llvm_create_variant()