Searched refs:gallivm_create (Results 1 – 12 of 12) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_init.h | 75 gallivm_create(const char *name, LLVMContextRef context,
|
D | lp_bld_init.c | 520 gallivm_create(const char *name, LLVMContextRef context, in gallivm_create() function
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_test_format.c | 156 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()
|
D | lp_test_printf.c | 102 gallivm = gallivm_create("test_module", context, NULL); in test_printf()
|
D | lp_test_arit.c | 440 gallivm = gallivm_create("test_module", context, NULL); in test_unary()
|
D | lp_test_conv.c | 227 gallivm = gallivm_create("test_module", context, NULL); in test_one()
|
D | lp_test_blend.c | 458 gallivm = gallivm_create("test_module", context, NULL); in test_one()
|
D | lp_state_setup.c | 647 variant->gallivm = gallivm = gallivm_create(func_name, lp->context, NULL); in generate_setup_variant()
|
D | lp_state_cs.c | 791 variant->gallivm = gallivm_create(module_name, lp->context, &cached); in generate_variant()
|
D | lp_state_fs.c | 3678 variant->gallivm = gallivm_create(module_name, lp->context, &cached); in generate_variant()
|
/third_party/mesa3d/docs/relnotes/ |
D | 10.4.rst | 208 ‘gallivm_create’
|
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_llvm.c | 890 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()
|