/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_init.h | 62 gallivm_create(const char *name, LLVMContextRef context);
|
lp_bld_init.c | 514 gallivm_create(const char *name, LLVMContextRef context) function
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_test_printf.c | 99 gallivm = gallivm_create("test_module", context);
|
lp_test_format.c | 153 gallivm = gallivm_create("test_module_float", context); 252 gallivm = gallivm_create("test_module_unorm8", context);
|
lp_test_arit.c | 420 gallivm = gallivm_create("test_module", context);
|
lp_test_conv.c | 216 gallivm = gallivm_create("test_module", context);
|
lp_test_blend.c | 455 gallivm = gallivm_create("test_module", context);
|
lp_state_setup.c | 733 variant->gallivm = gallivm = gallivm_create(func_name, lp->context); [all...] |
lp_state_fs.c | [all...] |
/external/mesa3d/docs/relnotes/ |
10.4.html | 203 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=84538">Bug 84538</a> - lp_test_format.c:226:4: error: too few arguments to function ?gallivm_create?</li>
|
/external/mesa3d/src/gallium/drivers/swr/ |
swr_shader.cpp | 165 gallivm = gallivm_create(pName, wrap(&JM()->mContext));
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_llvm.c | 564 variant->gallivm = gallivm_create(module_name, llvm->context); [all...] |