HomeSort by relevance Sort by last modified time
    Searched refs:gallivm (Results 126 - 140 of 140) sorted by null

1 2 3 4 56

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_state_fs.h 36 #include "gallivm/lp_bld_sample.h" /* for struct lp_sampler_static_state */
37 #include "gallivm/lp_bld_tgsi.h" /* for lp_tgsi_info */
87 struct gallivm_state *gallivm; member in struct:lp_fragment_shader_variant
lp_test_blend.c 41 #include "gallivm/lp_bld_init.h"
42 #include "gallivm/lp_bld_type.h"
43 #include "gallivm/lp_bld_debug.h"
154 add_blend_test(struct gallivm_state *gallivm,
159 LLVMModuleRef module = gallivm->module;
160 LLVMContextRef context = gallivm->context;
174 vec_type = lp_build_vec_type(gallivm, type);
185 builder = gallivm->builder;
198 res = lp_build_blend_aos(gallivm, blend, &format, type, rt, src, dst, NULL, con, swizzle);
222 lp_build_blend_soa(gallivm, blend, type, rt, src, dst, con, res)
465 struct gallivm_state *gallivm; local
    [all...]
lp_bld_blend_aos.c 50 #include "gallivm/lp_bld_type.h"
51 #include "gallivm/lp_bld_const.h"
52 #include "gallivm/lp_bld_arit.h"
53 #include "gallivm/lp_bld_logic.h"
54 #include "gallivm/lp_bld_swizzle.h"
55 #include "gallivm/lp_bld_bitarit.h"
56 #include "gallivm/lp_bld_debug.h"
258 lp_build_blend_aos(struct gallivm_state *gallivm,
278 lp_build_context_init(&bld.base, gallivm, type);
336 color_mask = lp_build_const_mask_aos_swizzled(gallivm, bld.base.type, state->colormask, swizzle)
    [all...]
lp_bld_blend_soa.c 74 #include "gallivm/lp_bld_type.h"
75 #include "gallivm/lp_bld_arit.h"
76 #include "gallivm/lp_bld_init.h"
208 lp_build_blend_soa(struct gallivm_state *gallivm,
217 LLVMBuilderRef builder = gallivm->builder;
225 lp_build_context_init(&bld.base, gallivm, type);
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi.h 40 #include "gallivm/lp_bld.h"
41 #include "gallivm/lp_bld_tgsi_action.h"
42 #include "gallivm/lp_bld_limits.h"
173 struct gallivm_state *gallivm,
185 struct gallivm_state *gallivm,
212 lp_build_tgsi_soa(struct gallivm_state *gallivm,
226 lp_build_tgsi_aos(struct gallivm_state *gallivm,
lp_bld_tgsi.c 31 #include "gallivm/lp_bld_tgsi.h"
33 #include "gallivm/lp_bld_arit.h"
34 #include "gallivm/lp_bld_gather.h"
35 #include "gallivm/lp_bld_init.h"
36 #include "gallivm/lp_bld_intr.h"
91 emit_data->dst_type = LLVMVoidTypeInContext(bld_base->base.gallivm->context);
106 base->gallivm->builder, action->intr_name,
lp_bld_tgsi_action.c 95 bld_base->base.gallivm->builder,
107 emit_data->output[emit_data->chan] = LLVMBuildFPToSI(bld_base->base.gallivm->builder, tmp,
419 emit_data->dst_type = LLVMVoidTypeInContext(bld_base->base.gallivm->context);
429 emit_data->dst_type = LLVMVoidTypeInContext(bld_base->base.gallivm->context);
682 bld_base->base.gallivm->builder,
694 emit_data->output[emit_data->chan] = LLVMBuildUIToFP(bld_base->base.gallivm->builder,
874 emit_data->output[emit_data->chan] = LLVMBuildFPToSI(bld_base->base.gallivm->builder, tmp,
920 half = lp_build_const_vec(bld_base->base.gallivm, bld_base->base.type, 0.5);
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_fs.h 36 #include "gallivm/lp_bld_sample.h" /* for struct lp_sampler_static_state */
37 #include "gallivm/lp_bld_tgsi.h" /* for lp_tgsi_info */
87 struct gallivm_state *gallivm; member in struct:lp_fragment_shader_variant
lp_test_blend.c 41 #include "gallivm/lp_bld_init.h"
42 #include "gallivm/lp_bld_type.h"
43 #include "gallivm/lp_bld_debug.h"
154 add_blend_test(struct gallivm_state *gallivm,
159 LLVMModuleRef module = gallivm->module;
160 LLVMContextRef context = gallivm->context;
174 vec_type = lp_build_vec_type(gallivm, type);
185 builder = gallivm->builder;
198 res = lp_build_blend_aos(gallivm, blend, &format, type, rt, src, dst, NULL, con, swizzle);
222 lp_build_blend_soa(gallivm, blend, type, rt, src, dst, con, res)
465 struct gallivm_state *gallivm; local
    [all...]
lp_bld_blend_aos.c 50 #include "gallivm/lp_bld_type.h"
51 #include "gallivm/lp_bld_const.h"
52 #include "gallivm/lp_bld_arit.h"
53 #include "gallivm/lp_bld_logic.h"
54 #include "gallivm/lp_bld_swizzle.h"
55 #include "gallivm/lp_bld_bitarit.h"
56 #include "gallivm/lp_bld_debug.h"
258 lp_build_blend_aos(struct gallivm_state *gallivm,
278 lp_build_context_init(&bld.base, gallivm, type);
336 color_mask = lp_build_const_mask_aos_swizzled(gallivm, bld.base.type, state->colormask, swizzle)
    [all...]
lp_bld_blend_soa.c 74 #include "gallivm/lp_bld_type.h"
75 #include "gallivm/lp_bld_arit.h"
76 #include "gallivm/lp_bld_init.h"
208 lp_build_blend_soa(struct gallivm_state *gallivm,
217 LLVMBuilderRef builder = gallivm->builder;
225 lp_build_context_init(&bld.base, gallivm, type);
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_llvm.h 34 #include "gallivm/lp_bld_sample.h"
218 struct gallivm_state *gallivm; member in struct:draw_llvm_variant
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_llvm.h 34 #include "gallivm/lp_bld_sample.h"
218 struct gallivm_state *gallivm; member in struct:draw_llvm_variant
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_tgsi.c 31 #include "gallivm/lp_bld_tgsi.h"
33 #include "gallivm/lp_bld_arit.h"
34 #include "gallivm/lp_bld_gather.h"
35 #include "gallivm/lp_bld_init.h"
36 #include "gallivm/lp_bld_intr.h"
91 emit_data->dst_type = LLVMVoidTypeInContext(bld_base->base.gallivm->context);
106 base->gallivm->builder, action->intr_name,
lp_bld_tgsi_action.c 95 bld_base->base.gallivm->builder,
107 emit_data->output[emit_data->chan] = LLVMBuildFPToSI(bld_base->base.gallivm->builder, tmp,
419 emit_data->dst_type = LLVMVoidTypeInContext(bld_base->base.gallivm->context);
429 emit_data->dst_type = LLVMVoidTypeInContext(bld_base->base.gallivm->context);
682 bld_base->base.gallivm->builder,
694 emit_data->output[emit_data->chan] = LLVMBuildUIToFP(bld_base->base.gallivm->builder,
874 emit_data->output[emit_data->chan] = LLVMBuildFPToSI(bld_base->base.gallivm->builder, tmp,
920 half = lp_build_const_vec(bld_base->base.gallivm, bld_base->base.type, 0.5);
    [all...]

Completed in 167 milliseconds

1 2 3 4 56