Searched refs:gallivm_create (Results 1 – 13 of 13) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_init.h | 68 gallivm_create(const char *name, LLVMContextRef context,
|
D | lp_bld_init.c | 509 gallivm_create(const char *name, LLVMContextRef context, in gallivm_create() function
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_test_printf.c | 99 gallivm = gallivm_create("test_module", context, NULL); in test_printf()
|
D | lp_test_format.c | 153 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()
|
D | lp_test_arit.c | 420 gallivm = gallivm_create("test_module", context, NULL); in test_unary()
|
D | lp_test_conv.c | 224 gallivm = gallivm_create("test_module", context, NULL); in test_one()
|
D | lp_test_blend.c | 455 gallivm = gallivm_create("test_module", context, NULL); in test_one()
|
D | lp_state_setup.c | 733 variant->gallivm = gallivm = gallivm_create(func_name, lp->context, NULL); in generate_setup_variant()
|
D | lp_state_cs.c | 733 variant->gallivm = gallivm_create(module_name, lp->context, &cached); in generate_variant()
|
D | lp_state_fs.c | 3507 variant->gallivm = gallivm_create(module_name, lp->context, &cached); in generate_variant()
|
/external/mesa3d/docs/relnotes/ |
D | 10.4.rst | 208 ‘gallivm_create’
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_llvm.c | 893 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/ |
D | swr_shader.cpp | 330 gallivm = gallivm_create(pName, wrap(&JM()->mContext), NULL); in BuilderSWR()
|