Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_init.h68 gallivm_create(const char *name, LLVMContextRef context,
Dlp_bld_init.c509 gallivm_create(const char *name, LLVMContextRef context, in gallivm_create() function
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_test_printf.c99 gallivm = gallivm_create("test_module", context, NULL); in test_printf()
Dlp_test_format.c153 gallivm = gallivm_create("test_module_float", context, NULL); in test_format_float()
254 gallivm = gallivm_create("test_module_unorm8", context, NULL); in test_format_unorm8()
Dlp_test_arit.c420 gallivm = gallivm_create("test_module", context, NULL); in test_unary()
Dlp_test_conv.c224 gallivm = gallivm_create("test_module", context, NULL); in test_one()
Dlp_test_blend.c455 gallivm = gallivm_create("test_module", context, NULL); in test_one()
Dlp_state_setup.c733 variant->gallivm = gallivm = gallivm_create(func_name, lp->context, NULL); in generate_setup_variant()
Dlp_state_cs.c733 variant->gallivm = gallivm_create(module_name, lp->context, &cached); in generate_variant()
Dlp_state_fs.c3507 variant->gallivm = gallivm_create(module_name, lp->context, &cached); in generate_variant()
/external/mesa3d/docs/relnotes/
D10.4.rst208gallivm_create
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.c893 variant->gallivm = gallivm_create(module_name, llvm->context, &cached); in draw_llvm_create_variant()
2927 variant->gallivm = gallivm_create(module_name, llvm->context, &cached); in draw_gs_llvm_create_variant()
3575 variant->gallivm = gallivm_create(module_name, llvm->context, &cached); in draw_tcs_llvm_create_variant()
4078 variant->gallivm = gallivm_create(module_name, llvm->context, &cached); in draw_tes_llvm_create_variant()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_shader.cpp330 gallivm = gallivm_create(pName, wrap(&JM()->mContext), NULL); in BuilderSWR()