HomeSort by relevance Sort by last modified time
    Searched full:gallivm_state (Results 1 - 25 of 67) sorted by null

1 2 3

  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_pack.h 48 lp_build_interleave2_half(struct gallivm_state *gallivm,
55 lp_build_interleave2(struct gallivm_state *gallivm,
63 lp_build_unpack2(struct gallivm_state *gallivm,
72 lp_build_unpack(struct gallivm_state *gallivm,
79 lp_build_extract_range(struct gallivm_state *gallivm,
85 lp_build_concat(struct gallivm_state *gallivm,
91 lp_build_packs2(struct gallivm_state *gallivm,
99 lp_build_pack2(struct gallivm_state *gallivm,
107 lp_build_pack(struct gallivm_state *gallivm,
115 lp_build_resize(struct gallivm_state *gallivm
    [all...]
lp_bld_const.h 77 lp_build_undef(struct gallivm_state *gallivm, struct lp_type type);
81 lp_build_zero(struct gallivm_state *gallivm, struct lp_type type);
85 lp_build_one(struct gallivm_state *gallivm, struct lp_type type);
89 lp_build_const_elem(struct gallivm_state *gallivm, struct lp_type type,
93 lp_build_const_vec(struct gallivm_state *gallivm, struct lp_type type,
98 lp_build_const_int_vec(struct gallivm_state *gallivm,
103 lp_build_const_aos(struct gallivm_state *gallivm, struct lp_type type,
109 lp_build_const_mask_aos(struct gallivm_state *gallivm,
115 lp_build_const_mask_aos_swizzled(struct gallivm_state *gallivm,
122 lp_build_const_int32(struct gallivm_state *gallivm, int i
    [all...]
lp_bld_init.h 39 struct gallivm_state struct
56 struct gallivm_state *
60 gallivm_destroy(struct gallivm_state *gallivm);
64 gallivm_verify_function(struct gallivm_state *gallivm,
68 gallivm_compile_module(struct gallivm_state *gallivm);
71 gallivm_jit_function(struct gallivm_state *gallivm,
75 gallivm_free_function(struct gallivm_state *gallivm,
lp_bld_flow.h 50 struct gallivm_state *gallivm;
58 struct gallivm_state *gallivm);
80 struct gallivm_state *gallivm,
113 struct gallivm_state *gallivm;
119 struct gallivm_state *gallivm,
147 struct gallivm_state *gallivm;
152 struct gallivm_state *gallivm,
167 struct gallivm_state *gallivm;
178 struct gallivm_state *gallivm,
188 lp_build_insert_new_block(struct gallivm_state *gallivm, const char *name)
    [all...]
lp_bld_gather.h 37 lp_build_gather_elem_ptr(struct gallivm_state *gallivm,
44 lp_build_gather_elem(struct gallivm_state *gallivm,
53 lp_build_gather(struct gallivm_state *gallivm,
61 lp_build_gather_values(struct gallivm_state * gallivm,
lp_bld_format.h 57 lp_build_pack_rgba_aos(struct gallivm_state *gallivm,
62 lp_build_fetch_rgba_aos(struct gallivm_state *gallivm,
71 lp_build_fetch_rgba_aos_array(struct gallivm_state *gallivm,
89 lp_build_unpack_rgba_soa(struct gallivm_state *gallivm,
96 lp_build_rgba8_to_f32_soa(struct gallivm_state *gallivm,
102 lp_build_fetch_rgba_soa(struct gallivm_state *gallivm,
117 lp_build_fetch_subsampled_rgba_aos(struct gallivm_state *gallivm,
lp_bld_conv.h 46 lp_build_half_to_float(struct gallivm_state *gallivm,
51 lp_build_clamped_float_to_unsigned_norm(struct gallivm_state *gallivm,
57 lp_build_unsigned_norm_to_float(struct gallivm_state *gallivm,
64 lp_build_conv(struct gallivm_state *gallivm,
71 lp_build_conv_mask(struct gallivm_state *gallivm,
lp_bld_intr.h 81 lp_build_intrinsic_binary_anylength(struct gallivm_state *gallivm,
90 lp_build_intrinsic_map(struct gallivm_state *gallivm,
98 lp_build_intrinsic_map_unary(struct gallivm_state *gallivm,
105 lp_build_intrinsic_map_binary(struct gallivm_state *gallivm,
lp_bld_sample.h 121 struct gallivm_state *gallivm,
127 struct gallivm_state *gallivm,
133 struct gallivm_state *gallivm,
139 struct gallivm_state *gallivm,
145 struct gallivm_state *gallivm,
151 struct gallivm_state *gallivm,
157 struct gallivm_state *gallivm,
163 struct gallivm_state *gallivm,
169 struct gallivm_state *gallivm, unsigned unit);
174 struct gallivm_state *gallivm, unsigned unit)
    [all...]
lp_bld_swizzle.h 51 lp_build_broadcast(struct gallivm_state *gallivm,
62 lp_build_extract_broadcast(struct gallivm_state *gallivm,
110 lp_build_transpose_aos(struct gallivm_state *gallivm,
117 lp_build_pack_aos_scalars(struct gallivm_state *gallivm,
124 lp_build_unpack_broadcast_aos_scalars(struct gallivm_state *gallivm,
lp_bld_printf.h 38 lp_build_printf(struct gallivm_state *gallivm,
42 lp_build_print_value(struct gallivm_state *gallivm,
lp_bld_struct.h 60 lp_build_struct_get_ptr(struct gallivm_state *gallivm,
69 lp_build_struct_get(struct gallivm_state *gallivm,
78 lp_build_array_get_ptr(struct gallivm_state *gallivm,
86 lp_build_array_get(struct gallivm_state *gallivm,
94 lp_build_array_set(struct gallivm_state *gallivm,
lp_bld_gather.c 43 lp_build_gather_elem_ptr(struct gallivm_state *gallivm,
74 lp_build_gather_elem(struct gallivm_state *gallivm,
116 lp_build_gather(struct gallivm_state *gallivm,
152 lp_build_gather_values(struct gallivm_state * gallivm,
lp_bld_init.c 120 static struct gallivm_state *GlobalGallivm = NULL;
130 create_pass_manager(struct gallivm_state *gallivm)
185 free_gallivm_state(struct gallivm_state *gallivm)
243 init_gallivm_engine(struct gallivm_state *gallivm)
332 init_gallivm_state(struct gallivm_state *gallivm)
463 * Create a new gallivm_state object.
466 struct gallivm_state *
469 struct gallivm_state *gallivm;
477 gallivm = CALLOC_STRUCT(gallivm_state);
494 * Destroy a gallivm_state object
    [all...]
lp_bld_const.c 225 lp_build_undef(struct gallivm_state *gallivm, struct lp_type type)
233 lp_build_zero(struct gallivm_state *gallivm, struct lp_type type)
249 lp_build_one(struct gallivm_state *gallivm, struct lp_type type)
299 lp_build_const_elem(struct gallivm_state *gallivm,
325 lp_build_const_vec(struct gallivm_state *gallivm, struct lp_type type,
342 lp_build_const_int_vec(struct gallivm_state *gallivm, struct lp_type type,
362 lp_build_const_aos(struct gallivm_state *gallivm,
396 lp_build_const_mask_aos(struct gallivm_state *gallivm,
422 lp_build_const_mask_aos_swizzled(struct gallivm_state *gallivm,
441 lp_build_const_string(struct gallivm_state *gallivm
    [all...]
lp_bld_struct.c 46 lp_build_struct_get_ptr(struct gallivm_state *gallivm,
64 lp_build_struct_get(struct gallivm_state *gallivm,
81 lp_build_array_get_ptr(struct gallivm_state *gallivm,
101 lp_build_array_get(struct gallivm_state *gallivm,
119 lp_build_array_set(struct gallivm_state *gallivm,
lp_bld_type.h 137 struct gallivm_state *gallivm;
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,
lp_bld_format_yuv.c 55 uyvy_to_yuv_soa(struct gallivm_state *gallivm,
123 yuyv_to_yuv_soa(struct gallivm_state *gallivm,
184 yuv_to_rgb_soa(struct gallivm_state *gallivm,
283 rgb_to_rgba_aos(struct gallivm_state *gallivm,
326 uyvy_to_rgba_aos(struct gallivm_state *gallivm,
347 yuyv_to_rgba_aos(struct gallivm_state *gallivm,
368 rgbg_to_rgba_aos(struct gallivm_state *gallivm,
387 grgb_to_rgba_aos(struct gallivm_state *gallivm,
405 grbr_to_rgba_aos(struct gallivm_state *gallivm,
424 rgrb_to_rgba_aos(struct gallivm_state *gallivm
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_bld_depth.h 46 struct gallivm_state;
58 lp_build_depth_stencil_test(struct gallivm_state *gallivm,
78 lp_build_deferred_depth_write(struct gallivm_state *gallivm,
86 lp_build_occlusion_count(struct gallivm_state *gallivm,
lp_bld_alpha.h 43 struct gallivm_state;
49 lp_build_alpha_test(struct gallivm_state *gallivm,
lp_bld_interp.h 116 struct gallivm_state *gallivm,
130 struct gallivm_state *gallivm,
135 struct gallivm_state *gallivm,
140 struct gallivm_state *gallivm,
145 struct gallivm_state *gallivm,
lp_bld_blend.h 57 lp_build_blend_aos(struct gallivm_state *gallivm,
70 lp_build_blend_soa(struct gallivm_state *gallivm,
lp_state_setup.c 84 type4f(struct gallivm_state *gallivm)
93 vec4f(struct gallivm_state *gallivm,
116 vec4f_from_scalar(struct gallivm_state *gallivm,
133 store_coef(struct gallivm_state *gallivm,
159 emit_constant_coef4(struct gallivm_state *gallivm,
176 emit_facing_coef(struct gallivm_state *gallivm,
193 vert_attrib(struct gallivm_state *gallivm,
208 lp_twoside(struct gallivm_state *gallivm,
237 lp_do_offset_tri(struct gallivm_state *gallivm,
325 load_attribute(struct gallivm_state *gallivm
    [all...]
lp_test_printf.c 61 add_printf_test(struct gallivm_state *gallivm)
92 struct gallivm_state *gallivm;
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_llvm_sample.c 88 struct gallivm_state *gallivm,
137 struct gallivm_state *gallivm, \
171 struct gallivm_state *gallivm,
202 struct gallivm_state *gallivm,

Completed in 785 milliseconds

1 2 3