Home
last modified time | relevance | path

Searched defs:gallivm (Results 1 – 25 of 100) sorted by relevance

1234

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_init.c130 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()
469 struct gallivm_state *gallivm; in gallivm_create() local
497 gallivm_destroy(struct gallivm_state *gallivm) in gallivm_destroy()
513 gallivm_optimize_function(struct gallivm_state *gallivm, in gallivm_optimize_function()
539 gallivm_verify_function(struct gallivm_state *gallivm, in gallivm_verify_function()
562 gallivm_compile_module(struct gallivm_state *gallivm) in gallivm_compile_module()
588 gallivm_jit_function(struct gallivm_state *gallivm, in gallivm_jit_function()
[all …]
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_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_const.h122 lp_build_const_int32(struct gallivm_state *gallivm, int i) in lp_build_const_int32()
129 lp_build_const_float(struct gallivm_state *gallivm, float x) in lp_build_const_float()
137 lp_build_const_int_pointer(struct gallivm_state *gallivm, const void *ptr) in lp_build_const_int_pointer()
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_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()
Dlp_bld_flow.h50 struct gallivm_state *gallivm; member
113 struct gallivm_state *gallivm; member
147 struct gallivm_state *gallivm; member
167 struct gallivm_state *gallivm; member
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
Dlp_bld_init.c130 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()
469 struct gallivm_state *gallivm; in gallivm_create() local
497 gallivm_destroy(struct gallivm_state *gallivm) in gallivm_destroy()
513 gallivm_optimize_function(struct gallivm_state *gallivm, in gallivm_optimize_function()
539 gallivm_verify_function(struct gallivm_state *gallivm, in gallivm_verify_function()
562 gallivm_compile_module(struct gallivm_state *gallivm) in gallivm_compile_module()
588 gallivm_jit_function(struct gallivm_state *gallivm, in gallivm_jit_function()
[all …]
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_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_const.h122 lp_build_const_int32(struct gallivm_state *gallivm, int i) in lp_build_const_int32()
129 lp_build_const_float(struct gallivm_state *gallivm, float x) in lp_build_const_float()
137 lp_build_const_int_pointer(struct gallivm_state *gallivm, const void *ptr) in lp_build_const_int_pointer()
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_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()
Dlp_bld_flow.h50 struct gallivm_state *gallivm; member
113 struct gallivm_state *gallivm; member
147 struct gallivm_state *gallivm; member
167 struct gallivm_state *gallivm; member
Dlp_bld_printf.c44 lp_build_print_args(struct gallivm_state* gallivm, in lp_build_print_args()
78 lp_build_print_value(struct gallivm_state *gallivm, in lp_build_print_value()
175 lp_build_printf(struct gallivm_state *gallivm, in lp_build_printf()
/external/mesa3d/src/gallium/drivers/llvmpipe/
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_interp.c134 struct gallivm_state *gallivm = coeff_bld->gallivm; in calc_offsets() local
167 struct gallivm_state *gallivm = coeff_bld->gallivm; in coeffs_init_simple() local
239 struct gallivm_state *gallivm, in attribs_update_simple()
368 struct gallivm_state *gallivm = coeff_bld->gallivm; in coeffs_init() local
551 struct gallivm_state *gallivm, in attribs_update()
689 struct gallivm_state *gallivm, in lp_build_interp_soa_init()
796 struct gallivm_state *gallivm, in lp_build_interp_soa_update_inputs()
811 struct gallivm_state *gallivm, in lp_build_interp_soa_update_pos()
826 struct gallivm_state *gallivm, in lp_build_interp_soa_update_inputs_dyn()
839 struct gallivm_state *gallivm, in lp_build_interp_soa_update_pos_dyn()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
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_interp.c134 struct gallivm_state *gallivm = coeff_bld->gallivm; in calc_offsets() local
167 struct gallivm_state *gallivm = coeff_bld->gallivm; in coeffs_init_simple() local
239 struct gallivm_state *gallivm, in attribs_update_simple()
368 struct gallivm_state *gallivm = coeff_bld->gallivm; in coeffs_init() local
551 struct gallivm_state *gallivm, in attribs_update()
689 struct gallivm_state *gallivm, in lp_build_interp_soa_init()
796 struct gallivm_state *gallivm, in lp_build_interp_soa_update_inputs()
811 struct gallivm_state *gallivm, in lp_build_interp_soa_update_pos()
826 struct gallivm_state *gallivm, in lp_build_interp_soa_update_inputs_dyn()
839 struct gallivm_state *gallivm, in lp_build_interp_soa_update_pos_dyn()

1234