Home
last modified time | relevance | path

Searched refs:gallivm_state (Results 1 – 25 of 67) sorted by relevance

123

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_const.h77 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) in lp_build_const_int32()
[all …]
Dlp_bld_flow.h50 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 …]
Dlp_bld_pack.h48 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 …]
Dlp_bld_sample.h121 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 …]
Dlp_bld_init.h39 struct gallivm_state struct
56 struct gallivm_state * argument
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,
Dlp_bld_format.h57 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,
Dlp_bld_init.c120 static struct gallivm_state *GlobalGallivm = NULL;
130 create_pass_manager(struct gallivm_state *gallivm) in create_pass_manager()
185 free_gallivm_state(struct gallivm_state *gallivm) in free_gallivm_state()
243 init_gallivm_engine(struct gallivm_state *gallivm) in init_gallivm_engine()
332 init_gallivm_state(struct gallivm_state *gallivm) in init_gallivm_state()
466 struct gallivm_state *
469 struct gallivm_state *gallivm; in gallivm_create()
477 gallivm = CALLOC_STRUCT(gallivm_state); in gallivm_create()
497 gallivm_destroy(struct gallivm_state *gallivm) in gallivm_destroy()
513 gallivm_optimize_function(struct gallivm_state *gallivm, in gallivm_optimize_function()
[all …]
Dlp_bld_conv.h46 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,
Dlp_bld_swizzle.h51 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,
Dlp_bld_struct.h60 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,
Dlp_bld_const.c225 lp_build_undef(struct gallivm_state *gallivm, struct lp_type type) in lp_build_undef()
233 lp_build_zero(struct gallivm_state *gallivm, struct lp_type type) in lp_build_zero()
249 lp_build_one(struct gallivm_state *gallivm, struct lp_type type) in lp_build_one()
299 lp_build_const_elem(struct gallivm_state *gallivm, in lp_build_const_elem()
325 lp_build_const_vec(struct gallivm_state *gallivm, struct lp_type type, in lp_build_const_vec()
342 lp_build_const_int_vec(struct gallivm_state *gallivm, struct lp_type type, in lp_build_const_int_vec()
362 lp_build_const_aos(struct gallivm_state *gallivm, in lp_build_const_aos()
396 lp_build_const_mask_aos(struct gallivm_state *gallivm, in lp_build_const_mask_aos()
422 lp_build_const_mask_aos_swizzled(struct gallivm_state *gallivm, in lp_build_const_mask_aos_swizzled()
441 lp_build_const_string(struct gallivm_state *gallivm, in lp_build_const_string()
[all …]
Dlp_bld_gather.h37 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,
Dlp_bld_intr.h81 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,
Dlp_bld_pack.c87 lp_build_const_unpack_shuffle(struct gallivm_state *gallivm, in lp_build_const_unpack_shuffle()
111 lp_build_const_unpack_shuffle_half(struct gallivm_state *gallivm, in lp_build_const_unpack_shuffle_half()
135 lp_build_const_pack_shuffle(struct gallivm_state *gallivm, unsigned n) in lp_build_const_pack_shuffle()
154 lp_build_extract_range(struct gallivm_state *gallivm, in lp_build_extract_range()
182 lp_build_concat(struct gallivm_state *gallivm, in lp_build_concat()
220 lp_build_interleave2(struct gallivm_state *gallivm, in lp_build_interleave2()
254 lp_build_interleave2_half(struct gallivm_state *gallivm, in lp_build_interleave2_half()
275 lp_build_unpack2(struct gallivm_state *gallivm, in lp_build_unpack2()
324 lp_build_unpack(struct gallivm_state *gallivm, in lp_build_unpack()
378 lp_build_pack2(struct gallivm_state *gallivm, in lp_build_pack2()
[all …]
Dlp_bld_type.h137 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,
Dlp_bld_format_yuv.c55 uyvy_to_yuv_soa(struct gallivm_state *gallivm, in uyvy_to_yuv_soa()
123 yuyv_to_yuv_soa(struct gallivm_state *gallivm, in yuyv_to_yuv_soa()
184 yuv_to_rgb_soa(struct gallivm_state *gallivm, in yuv_to_rgb_soa()
283 rgb_to_rgba_aos(struct gallivm_state *gallivm, in rgb_to_rgba_aos()
326 uyvy_to_rgba_aos(struct gallivm_state *gallivm, in uyvy_to_rgba_aos()
347 yuyv_to_rgba_aos(struct gallivm_state *gallivm, in yuyv_to_rgba_aos()
368 rgbg_to_rgba_aos(struct gallivm_state *gallivm, in rgbg_to_rgba_aos()
387 grgb_to_rgba_aos(struct gallivm_state *gallivm, in grgb_to_rgba_aos()
405 grbr_to_rgba_aos(struct gallivm_state *gallivm, in grbr_to_rgba_aos()
424 rgrb_to_rgba_aos(struct gallivm_state *gallivm, in rgrb_to_rgba_aos()
[all …]
Dlp_bld_flow.c55 lp_build_insert_new_block(struct gallivm_state *gallivm, const char *name) in lp_build_insert_new_block()
86 struct gallivm_state *gallivm) in lp_build_flow_skip_begin()
164 struct gallivm_state *gallivm, in lp_build_mask_begin()
218 struct gallivm_state *gallivm, in lp_build_loop_begin()
290 struct gallivm_state *gallivm, in lp_build_for_loop_begin()
378 struct gallivm_state *gallivm, in lp_build_if()
473 lp_build_alloca(struct gallivm_state *gallivm, in lp_build_alloca()
515 lp_build_array_alloca(struct gallivm_state *gallivm, in lp_build_array_alloca()
Dlp_bld_struct.c46 lp_build_struct_get_ptr(struct gallivm_state *gallivm, in lp_build_struct_get_ptr()
64 lp_build_struct_get(struct gallivm_state *gallivm, in lp_build_struct_get()
81 lp_build_array_get_ptr(struct gallivm_state *gallivm, in lp_build_array_get_ptr()
101 lp_build_array_get(struct gallivm_state *gallivm, in lp_build_array_get()
119 lp_build_array_set(struct gallivm_state *gallivm, in lp_build_array_set()
Dlp_bld_gather.c43 lp_build_gather_elem_ptr(struct gallivm_state *gallivm, in lp_build_gather_elem_ptr()
74 lp_build_gather_elem(struct gallivm_state *gallivm, in lp_build_gather_elem()
116 lp_build_gather(struct gallivm_state *gallivm, in lp_build_gather()
152 lp_build_gather_values(struct gallivm_state * gallivm, in lp_build_gather_values()
Dlp_bld_printf.h38 lp_build_printf(struct gallivm_state *gallivm,
42 lp_build_print_value(struct gallivm_state *gallivm,
Dlp_bld_type.c37 lp_build_elem_type(struct gallivm_state *gallivm, struct lp_type type) in lp_build_elem_type()
62 lp_build_vec_type(struct gallivm_state *gallivm,struct lp_type type) in lp_build_vec_type()
160 lp_build_int_elem_type(struct gallivm_state *gallivm, struct lp_type type) in lp_build_int_elem_type()
167 lp_build_int_vec_type(struct gallivm_state *gallivm, struct lp_type type) in lp_build_int_vec_type()
375 struct gallivm_state *gallivm, in lp_build_context_init()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_bld_interp.h116 struct gallivm_state *gallivm,
130 struct gallivm_state *gallivm,
135 struct gallivm_state *gallivm,
140 struct gallivm_state *gallivm,
145 struct gallivm_state *gallivm,
Dlp_bld_depth.h46 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,
Dlp_state_setup.c84 type4f(struct gallivm_state *gallivm) in type4f()
93 vec4f(struct gallivm_state *gallivm, in vec4f()
116 vec4f_from_scalar(struct gallivm_state *gallivm, in vec4f_from_scalar()
133 store_coef(struct gallivm_state *gallivm, in store_coef()
159 emit_constant_coef4(struct gallivm_state *gallivm, in emit_constant_coef4()
176 emit_facing_coef(struct gallivm_state *gallivm, in emit_facing_coef()
193 vert_attrib(struct gallivm_state *gallivm, in vert_attrib()
208 lp_twoside(struct gallivm_state *gallivm, in lp_twoside()
237 lp_do_offset_tri(struct gallivm_state *gallivm, in lp_do_offset_tri()
325 load_attribute(struct gallivm_state *gallivm, in load_attribute()
[all …]
Dlp_bld_alpha.h43 struct gallivm_state;
49 lp_build_alpha_test(struct gallivm_state *gallivm,

123