HomeSort by relevance Sort by last modified time
    Searched full:gallivm (Results 101 - 125 of 196) sorted by null

1 2 3 45 6 7 8

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_bld_depth.c 64 #include "gallivm/lp_bld_type.h"
65 #include "gallivm/lp_bld_arit.h"
66 #include "gallivm/lp_bld_bitarit.h"
67 #include "gallivm/lp_bld_const.h"
68 #include "gallivm/lp_bld_conv.h"
69 #include "gallivm/lp_bld_logic.h"
70 #include "gallivm/lp_bld_flow.h"
71 #include "gallivm/lp_bld_intr.h"
72 #include "gallivm/lp_bld_debug.h"
73 #include "gallivm/lp_bld_swizzle.h
    [all...]
lp_bld_blend.h 32 #include "gallivm/lp_bld.h"
33 #include "gallivm/lp_bld_init.h"
57 lp_build_blend_aos(struct gallivm_state *gallivm,
70 lp_build_blend_soa(struct gallivm_state *gallivm,
lp_bld_alpha.h 39 #include "gallivm/lp_bld.h"
49 lp_build_alpha_test(struct gallivm_state *gallivm,
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_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
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_bld_depth.c 64 #include "gallivm/lp_bld_type.h"
65 #include "gallivm/lp_bld_arit.h"
66 #include "gallivm/lp_bld_bitarit.h"
67 #include "gallivm/lp_bld_const.h"
68 #include "gallivm/lp_bld_conv.h"
69 #include "gallivm/lp_bld_logic.h"
70 #include "gallivm/lp_bld_flow.h"
71 #include "gallivm/lp_bld_intr.h"
72 #include "gallivm/lp_bld_debug.h"
73 #include "gallivm/lp_bld_swizzle.h
    [all...]
lp_bld_blend.h 32 #include "gallivm/lp_bld.h"
33 #include "gallivm/lp_bld_init.h"
57 lp_build_blend_aos(struct gallivm_state *gallivm,
70 lp_build_blend_soa(struct gallivm_state *gallivm,
lp_bld_alpha.h 39 #include "gallivm/lp_bld.h"
49 lp_build_alpha_test(struct gallivm_state *gallivm,
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_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
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_logic.c 74 lp_build_compare(struct gallivm_state *gallivm,
80 LLVMBuilderRef builder = gallivm->builder;
81 LLVMTypeRef int_vec_type = lp_build_int_vec_type(gallivm, type);
120 LLVMTypeRef vec_type = lp_build_vec_type(gallivm, type);
149 return lp_build_undef(gallivm, type);
161 args[2] = LLVMConstInt(LLVMInt8TypeInContext(gallivm->context), cc, 0);
190 LLVMTypeRef vec_type = lp_build_vec_type(gallivm, type);
207 return lp_build_undef(gallivm, type);
214 LLVMValueRef msb = lp_build_const_int_vec(gallivm, type, (unsigned long long)1 << (type.width - 1));
275 return lp_build_undef(gallivm, type)
    [all...]
lp_bld_bitarit.c 43 LLVMBuilderRef builder = bld->gallivm->builder;
69 LLVMBuilderRef builder = bld->gallivm->builder;
97 LLVMBuilderRef builder = bld->gallivm->builder;
126 LLVMBuilderRef builder = bld->gallivm->builder;
153 LLVMBuilderRef builder = bld->gallivm->builder;
175 LLVMBuilderRef builder = bld->gallivm->builder;
196 LLVMBuilderRef builder = bld->gallivm->builder;
221 LLVMValueRef b = lp_build_const_int_vec(bld->gallivm, bld->type, imm);
233 LLVMValueRef b = lp_build_const_int_vec(bld->gallivm, bld->type, imm);
lp_bld_printf.h 38 lp_build_printf(struct gallivm_state *gallivm,
42 lp_build_print_value(struct gallivm_state *gallivm,
lp_bld_sample_aos.c 88 LLVMBuilderRef builder = bld->gallivm->builder;
207 LLVMBuilderRef builder = bld->gallivm->builder;
236 mask = lp_build_compare(bld->gallivm, int_coord_bld->type,
292 mask = lp_build_compare(bld->gallivm, int_coord_bld->type,
307 lmask = lp_build_compare(int_coord_bld->gallivm, int_coord_bld->type,
309 umask = lp_build_compare(int_coord_bld->gallivm, int_coord_bld->type,
366 LLVMBuilderRef builder = bld->gallivm->builder;
367 LLVMValueRef half = lp_build_const_vec(bld->gallivm, coord_bld->type, 0.5);
399 mask = lp_build_compare(coord_bld->gallivm, coord_bld->type,
403 mask = lp_build_compare(coord_bld->gallivm, coord_bld->type
    [all...]
lp_bld_tgsi_aos.c 109 LLVMBuilderRef builder = bld_base->base.gallivm->builder;
127 index = lp_build_const_int32(bld->bld_base.base.gallivm,
140 swizzle = lp_build_const_int32(bld->bld_base.base.gallivm,
157 shuffles[chan] = lp_build_const_int32(bld->bld_base.base.gallivm, chan);
207 LLVMBuilderRef builder = bld_base->base.gallivm->builder;
227 LLVMBuilderRef builder = bld->bld_base.base.gallivm->builder;
246 value = lp_build_max(&bld->bld_base.base, value, lp_build_const_vec(bld->bld_base.base.gallivm, bld->bld_base.base.type, -1.0));
299 pred = lp_build_compare(bld->bld_base.base.gallivm,
329 writemask = lp_build_const_mask_aos_swizzled(bld->bld_base.base.gallivm,
407 struct gallivm_state *gallivm = bld->bld_base.base.gallivm local
    [all...]
lp_bld_logic.h 40 #include "gallivm/lp_bld.h"
50 lp_build_compare(struct gallivm_state *gallivm,
lp_bld_type.h 41 #include "gallivm/lp_bld.h"
137 struct gallivm_state *gallivm; member in struct:lp_build_context
309 lp_build_elem_type(struct gallivm_state *gallivm, struct lp_type type);
313 lp_build_vec_type(struct gallivm_state *gallivm, struct lp_type type);
329 lp_build_int_elem_type(struct gallivm_state *gallivm, struct lp_type type);
333 lp_build_int_vec_type(struct gallivm_state *gallivm, struct lp_type type);
414 struct gallivm_state *gallivm,
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_logic.c 74 lp_build_compare(struct gallivm_state *gallivm,
80 LLVMBuilderRef builder = gallivm->builder;
81 LLVMTypeRef int_vec_type = lp_build_int_vec_type(gallivm, type);
120 LLVMTypeRef vec_type = lp_build_vec_type(gallivm, type);
149 return lp_build_undef(gallivm, type);
161 args[2] = LLVMConstInt(LLVMInt8TypeInContext(gallivm->context), cc, 0);
190 LLVMTypeRef vec_type = lp_build_vec_type(gallivm, type);
207 return lp_build_undef(gallivm, type);
214 LLVMValueRef msb = lp_build_const_int_vec(gallivm, type, (unsigned long long)1 << (type.width - 1));
275 return lp_build_undef(gallivm, type)
    [all...]
lp_bld_bitarit.c 43 LLVMBuilderRef builder = bld->gallivm->builder;
69 LLVMBuilderRef builder = bld->gallivm->builder;
97 LLVMBuilderRef builder = bld->gallivm->builder;
126 LLVMBuilderRef builder = bld->gallivm->builder;
153 LLVMBuilderRef builder = bld->gallivm->builder;
175 LLVMBuilderRef builder = bld->gallivm->builder;
196 LLVMBuilderRef builder = bld->gallivm->builder;
221 LLVMValueRef b = lp_build_const_int_vec(bld->gallivm, bld->type, imm);
233 LLVMValueRef b = lp_build_const_int_vec(bld->gallivm, bld->type, imm);
lp_bld_printf.h 38 lp_build_printf(struct gallivm_state *gallivm,
42 lp_build_print_value(struct gallivm_state *gallivm,
lp_bld_sample_aos.c 88 LLVMBuilderRef builder = bld->gallivm->builder;
207 LLVMBuilderRef builder = bld->gallivm->builder;
236 mask = lp_build_compare(bld->gallivm, int_coord_bld->type,
292 mask = lp_build_compare(bld->gallivm, int_coord_bld->type,
307 lmask = lp_build_compare(int_coord_bld->gallivm, int_coord_bld->type,
309 umask = lp_build_compare(int_coord_bld->gallivm, int_coord_bld->type,
366 LLVMBuilderRef builder = bld->gallivm->builder;
367 LLVMValueRef half = lp_build_const_vec(bld->gallivm, coord_bld->type, 0.5);
399 mask = lp_build_compare(coord_bld->gallivm, coord_bld->type,
403 mask = lp_build_compare(coord_bld->gallivm, coord_bld->type
    [all...]
lp_bld_tgsi_aos.c 109 LLVMBuilderRef builder = bld_base->base.gallivm->builder;
127 index = lp_build_const_int32(bld->bld_base.base.gallivm,
140 swizzle = lp_build_const_int32(bld->bld_base.base.gallivm,
157 shuffles[chan] = lp_build_const_int32(bld->bld_base.base.gallivm, chan);
207 LLVMBuilderRef builder = bld_base->base.gallivm->builder;
227 LLVMBuilderRef builder = bld->bld_base.base.gallivm->builder;
246 value = lp_build_max(&bld->bld_base.base, value, lp_build_const_vec(bld->bld_base.base.gallivm, bld->bld_base.base.type, -1.0));
299 pred = lp_build_compare(bld->bld_base.base.gallivm,
329 writemask = lp_build_const_mask_aos_swizzled(bld->bld_base.base.gallivm,
407 struct gallivm_state *gallivm = bld->bld_base.base.gallivm local
    [all...]
lp_bld_logic.h 40 #include "gallivm/lp_bld.h"
50 lp_build_compare(struct gallivm_state *gallivm,
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
radeon_llvm.h 31 #include "gallivm/lp_bld_init.h"
32 #include "gallivm/lp_bld_tgsi.h"
112 struct gallivm_state gallivm; member in struct:radeon_llvm_context
121 LLVMBuilderRef builder = bld_base->base.gallivm->builder;
122 LLVMContextRef ctx = bld_base->base.gallivm->context;
  /external/mesa3d/src/gallium/drivers/radeon/
radeon_llvm.h 31 #include "gallivm/lp_bld_init.h"
32 #include "gallivm/lp_bld_tgsi.h"
112 struct gallivm_state gallivm; member in struct:radeon_llvm_context
121 LLVMBuilderRef builder = bld_base->base.gallivm->builder;
122 LLVMContextRef ctx = bld_base->base.gallivm->context;

Completed in 302 milliseconds

1 2 3 45 6 7 8