/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/ |
lp_bld_assert.c | 74 ret_type = LLVMVoidTypeInContext(context);
|
lp_bld_format_aos.c | 547 ret_type = LLVMVoidTypeInContext(gallivm->context); 651 ret_type = LLVMVoidTypeInContext(gallivm->context);
|
lp_bld_tgsi.c | 91 emit_data->dst_type = LLVMVoidTypeInContext(bld_base->base.gallivm->context);
|
lp_bld_tgsi_action.c | 419 emit_data->dst_type = LLVMVoidTypeInContext(bld_base->base.gallivm->context); 429 emit_data->dst_type = LLVMVoidTypeInContext(bld_base->base.gallivm->context); [all...] |
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_assert.c | 74 ret_type = LLVMVoidTypeInContext(context);
|
lp_bld_format_aos.c | 547 ret_type = LLVMVoidTypeInContext(gallivm->context); 651 ret_type = LLVMVoidTypeInContext(gallivm->context);
|
lp_bld_tgsi.c | 91 emit_data->dst_type = LLVMVoidTypeInContext(bld_base->base.gallivm->context);
|
lp_bld_tgsi_action.c | 419 emit_data->dst_type = LLVMVoidTypeInContext(bld_base->base.gallivm->context); 429 emit_data->dst_type = LLVMVoidTypeInContext(bld_base->base.gallivm->context); [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
lp_test_printf.c | 65 LLVMValueRef func = LLVMAddFunction(module, "test_printf", LLVMFunctionType(LLVMVoidTypeInContext(gallivm->context), args, 1, 0));
|
lp_test_arit.c | 259 LLVMFunctionType(LLVMVoidTypeInContext(context),
|
lp_test_format.c | 104 LLVMFunctionType(LLVMVoidTypeInContext(context),
|
lp_test_conv.c | 120 LLVMFunctionType(LLVMVoidTypeInContext(context),
|
lp_state_setup.c | 720 func_type = LLVMFunctionType(LLVMVoidTypeInContext(gallivm->context),
|
lp_test_blend.c | 177 func = LLVMAddFunction(module, "test", LLVMFunctionType(LLVMVoidTypeInContext(context), args, 4, 0));
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_test_printf.c | 65 LLVMValueRef func = LLVMAddFunction(module, "test_printf", LLVMFunctionType(LLVMVoidTypeInContext(gallivm->context), args, 1, 0));
|
lp_test_arit.c | 259 LLVMFunctionType(LLVMVoidTypeInContext(context),
|
lp_test_format.c | 104 LLVMFunctionType(LLVMVoidTypeInContext(context),
|
lp_test_conv.c | 120 LLVMFunctionType(LLVMVoidTypeInContext(context),
|
lp_state_setup.c | 720 func_type = LLVMFunctionType(LLVMVoidTypeInContext(gallivm->context),
|
lp_test_blend.c | 177 func = LLVMAddFunction(module, "test", LLVMFunctionType(LLVMVoidTypeInContext(context), args, 4, 0));
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/ |
r600_llvm.c | 107 LLVMVoidTypeInContext(base->gallivm->context), 136 LLVMVoidTypeInContext(base->gallivm->context),
|
/external/mesa3d/src/gallium/drivers/r600/ |
r600_llvm.c | 107 LLVMVoidTypeInContext(base->gallivm->context), 136 LLVMVoidTypeInContext(base->gallivm->context),
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/ |
radeonsi_shader.c | 538 LLVMVoidTypeInContext(base->gallivm->context), 546 LLVMVoidTypeInContext(base->gallivm->context), 581 LLVMVoidTypeInContext(base->gallivm->context),
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
radeonsi_shader.c | 538 LLVMVoidTypeInContext(base->gallivm->context), 546 LLVMVoidTypeInContext(base->gallivm->context), 581 LLVMVoidTypeInContext(base->gallivm->context),
|
/external/llvm/include/llvm-c/ |
Core.h | 1102 LLVMTypeRef LLVMVoidTypeInContext(LLVMContextRef C); [all...] |