/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_coro.c | 43 LLVMValueRef lp_build_coro_id(struct gallivm_state *gallivm) in lp_build_coro_id() 57 LLVMValueRef lp_build_coro_size(struct gallivm_state *gallivm) in lp_build_coro_size() 65 LLVMValueRef lp_build_coro_begin(struct gallivm_state *gallivm, in lp_build_coro_begin() 78 LLVMValueRef lp_build_coro_free(struct gallivm_state *gallivm, in lp_build_coro_free() 90 void lp_build_coro_end(struct gallivm_state *gallivm, LLVMValueRef coro_hdl) in lp_build_coro_end() 101 void lp_build_coro_resume(struct gallivm_state *gallivm, LLVMValueRef coro_hdl) in lp_build_coro_resume() 109 void lp_build_coro_destroy(struct gallivm_state *gallivm, LLVMValueRef coro_hdl) in lp_build_coro_destroy() 117 LLVMValueRef lp_build_coro_done(struct gallivm_state *gallivm, LLVMValueRef coro_hdl) in lp_build_coro_done() 125 LLVMValueRef lp_build_coro_suspend(struct gallivm_state *gallivm, bool last) in lp_build_coro_suspend() 137 LLVMValueRef lp_build_coro_alloc(struct gallivm_state *gallivm, LLVMValueRef id) in lp_build_coro_alloc() [all …]
|
D | lp_bld_const.h | 124 lp_build_const_int32(struct gallivm_state *gallivm, int i) in lp_build_const_int32() 130 lp_build_const_int64(struct gallivm_state *gallivm, int64_t i) in lp_build_const_int64() 136 lp_build_const_float(struct gallivm_state *gallivm, float x) in lp_build_const_float() 142 lp_build_const_double(struct gallivm_state *gallivm, float x) in lp_build_const_double() 150 lp_build_const_int_pointer(struct gallivm_state *gallivm, const void *ptr) in lp_build_const_int_pointer()
|
D | lp_bld_init.c | 111 create_pass_manager(struct gallivm_state *gallivm) in create_pass_manager() 197 gallivm_free_ir(struct gallivm_state *gallivm) in gallivm_free_ir() 247 gallivm_free_code(struct gallivm_state *gallivm) in gallivm_free_code() 259 init_gallivm_engine(struct gallivm_state *gallivm) in init_gallivm_engine() 320 init_gallivm_state(struct gallivm_state *gallivm, const char *name, in init_gallivm_state() 515 struct gallivm_state *gallivm; in gallivm_create() local 534 gallivm_destroy(struct gallivm_state *gallivm) in gallivm_destroy() 547 gallivm_verify_function(struct gallivm_state *gallivm, in gallivm_verify_function() 572 gallivm_compile_module(struct gallivm_state *gallivm) in gallivm_compile_module() 703 gallivm_jit_function(struct gallivm_state *gallivm, in gallivm_jit_function()
|
D | lp_bld_pack.c | 87 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() 136 lp_build_const_unpack_shuffle_16wide(struct gallivm_state *gallivm, in lp_build_const_unpack_shuffle_16wide() 161 lp_build_const_pack_shuffle(struct gallivm_state *gallivm, unsigned n) in lp_build_const_pack_shuffle() 184 lp_build_extract_range(struct gallivm_state *gallivm, in lp_build_extract_range() 212 lp_build_concat(struct gallivm_state *gallivm, in lp_build_concat() 256 lp_build_concat_n(struct gallivm_state *gallivm, in lp_build_concat_n() 292 lp_build_uninterleave1(struct gallivm_state *gallivm, in lp_build_uninterleave1() 317 lp_build_interleave2(struct gallivm_state *gallivm, in lp_build_interleave2() 381 lp_build_interleave2_half(struct gallivm_state *gallivm, in lp_build_interleave2_half() [all …]
|
D | lp_bld_const.c | 225 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() 395 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() 445 lp_build_const_string(struct gallivm_state *gallivm, in lp_build_const_string() [all …]
|
D | lp_bld_arit_overflow.c | 59 build_binary_int_overflow(struct gallivm_state *gallivm, in build_binary_int_overflow() 120 lp_build_uadd_overflow(struct gallivm_state *gallivm, in lp_build_uadd_overflow() 144 lp_build_usub_overflow(struct gallivm_state *gallivm, in lp_build_usub_overflow() 168 lp_build_umul_overflow(struct gallivm_state *gallivm, in lp_build_umul_overflow()
|
D | lp_bld_flow.c | 55 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() 228 struct gallivm_state *gallivm, in lp_build_loop_begin() 314 struct gallivm_state *gallivm, in lp_build_for_loop_begin() 402 struct gallivm_state *gallivm, in lp_build_if() 482 create_builder_at_entry(struct gallivm_state *gallivm) in create_builder_at_entry() 517 lp_build_alloca(struct gallivm_state *gallivm, in lp_build_alloca() 538 lp_build_alloca_undef(struct gallivm_state *gallivm, in lp_build_alloca_undef() 568 lp_build_array_alloca(struct gallivm_state *gallivm, in lp_build_array_alloca()
|
D | lp_bld_format_yuv.c | 55 uyvy_to_yuv_soa(struct gallivm_state *gallivm, in uyvy_to_yuv_soa() 139 yuyv_to_yuv_soa(struct gallivm_state *gallivm, in yuyv_to_yuv_soa() 216 yuv_to_rgb_soa(struct gallivm_state *gallivm, in yuv_to_rgb_soa() 315 rgb_to_rgba_aos(struct gallivm_state *gallivm, in rgb_to_rgba_aos() 365 uyvy_to_rgba_aos(struct gallivm_state *gallivm, in uyvy_to_rgba_aos() 386 yuyv_to_rgba_aos(struct gallivm_state *gallivm, in yuyv_to_rgba_aos() 407 rgbg_to_rgba_aos(struct gallivm_state *gallivm, in rgbg_to_rgba_aos() 426 grgb_to_rgba_aos(struct gallivm_state *gallivm, in grgb_to_rgba_aos() 444 grbr_to_rgba_aos(struct gallivm_state *gallivm, in grbr_to_rgba_aos() 463 rgrb_to_rgba_aos(struct gallivm_state *gallivm, in rgrb_to_rgba_aos() [all …]
|
D | lp_bld_struct.c | 46 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()
|
D | lp_bld_format_s3tc.c | 75 lp_build_uninterleave2_half(struct gallivm_state *gallivm, in lp_build_uninterleave2_half() 111 lp_build_const_extend_shuffle(struct gallivm_state *gallivm, in lp_build_const_extend_shuffle() 133 lp_build_const_unpackx2_shuffle(struct gallivm_state *gallivm, unsigned n) in lp_build_const_unpackx2_shuffle() 156 lp_build_const_shuffle1(struct gallivm_state *gallivm, in lp_build_const_shuffle1() 177 lp_build_shuffle1undef(struct gallivm_state *gallivm, in lp_build_shuffle1undef() 219 lp_build_gather_s3tc(struct gallivm_state *gallivm, in lp_build_gather_s3tc() 336 color_expand2_565_to_8888(struct gallivm_state *gallivm, in color_expand2_565_to_8888() 405 color_expand_565_to_8888(struct gallivm_state *gallivm, in color_expand_565_to_8888() 466 struct gallivm_state *gallivm = bld8->gallivm; in lp_build_pavgb() local 513 struct gallivm_state *gallivm = bld->gallivm; in lp_build_lerp23() local [all …]
|
D | lp_bld_type.c | 37 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() 371 struct gallivm_state *gallivm, in lp_build_context_init()
|
D | lp_bld_flow.h | 53 struct gallivm_state *gallivm; member 120 struct gallivm_state *gallivm; member 160 struct gallivm_state *gallivm; member 180 struct gallivm_state *gallivm; member
|
D | lp_bld_printf.c | 46 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() 190 lp_build_printf(struct gallivm_state *gallivm, in lp_build_printf()
|
D | lp_bld_nir_soa.c | 79 struct gallivm_state *gallivm = bld_base->base.gallivm; in emit_fetch_64bit() local 106 struct gallivm_state *gallivm = bld_base->base.gallivm; in emit_store_64bit_split() local 159 struct gallivm_state *gallivm = uint_bld->gallivm; in get_soa_array_offsets() local 194 struct gallivm_state *gallivm = bld_base->base.gallivm; in build_gather() local 280 struct gallivm_state *gallivm = bld->bld_base.base.gallivm; in emit_mask_scatter() local 325 struct gallivm_state *gallivm = bld_base->base.gallivm; in emit_load_var() local 549 struct gallivm_state *gallivm = bld_base->base.gallivm; in emit_store_tcs_chan() local 656 struct gallivm_state *gallivm = bld_base->base.gallivm; in emit_load_reg() local 692 struct gallivm_state *gallivm = bld_base->base.gallivm; in emit_store_reg() local 731 struct gallivm_state *gallivm = bld_base->base.gallivm; in emit_load_kernel_arg() local [all …]
|
D | lp_bld_gather.c | 49 lp_build_gather_elem_ptr(struct gallivm_state *gallivm, in lp_build_gather_elem_ptr() 80 lp_build_gather_elem(struct gallivm_state *gallivm, in lp_build_gather_elem() 164 lp_build_gather_elem_vec(struct gallivm_state *gallivm, in lp_build_gather_elem_vec() 279 lp_build_gather_avx2(struct gallivm_state *gallivm, in lp_build_gather_avx2() 409 lp_build_gather(struct gallivm_state *gallivm, in lp_build_gather() 587 lp_build_gather_values(struct gallivm_state * gallivm, in lp_build_gather_values()
|
D | lp_bld_format_float.c | 72 lp_build_float_to_smallfloat(struct gallivm_state *gallivm, in lp_build_float_to_smallfloat() 237 lp_build_float_to_r11g11b10(struct gallivm_state *gallivm, in lp_build_float_to_r11g11b10() 281 lp_build_smallfloat_to_float(struct gallivm_state *gallivm, in lp_build_smallfloat_to_float() 404 lp_build_r11g11b10_to_float(struct gallivm_state *gallivm, in lp_build_r11g11b10_to_float() 423 lp_build_rgb9_to_float_helper(struct gallivm_state *gallivm, in lp_build_rgb9_to_float_helper() 460 lp_build_rgb9e5_to_float(struct gallivm_state *gallivm, in lp_build_rgb9e5_to_float()
|
D | lp_bld_swizzle.c | 48 lp_build_broadcast(struct gallivm_state *gallivm, in lp_build_broadcast() 93 lp_build_extract_broadcast(struct gallivm_state *gallivm, in lp_build_extract_broadcast() 329 lp_build_swizzle_aos_n(struct gallivm_state* gallivm, in lp_build_swizzle_aos_n() 650 lp_build_transpose_aos(struct gallivm_state *gallivm, in lp_build_transpose_aos() 724 lp_build_transpose_aos_n(struct gallivm_state *gallivm, in lp_build_transpose_aos_n() 764 lp_build_pack_aos_scalars(struct gallivm_state *gallivm, in lp_build_pack_aos_scalars() 801 lp_build_unpack_broadcast_aos_scalars(struct gallivm_state *gallivm, in lp_build_unpack_broadcast_aos_scalars()
|
D | lp_bld_conv.c | 99 lp_build_half_to_float(struct gallivm_state *gallivm, in lp_build_half_to_float() 160 lp_build_float_to_half(struct gallivm_state *gallivm, in lp_build_float_to_half() 264 lp_build_clamped_float_to_unsigned_norm(struct gallivm_state *gallivm, in lp_build_clamped_float_to_unsigned_norm() 393 lp_build_unsigned_norm_to_float(struct gallivm_state *gallivm, in lp_build_unsigned_norm_to_float() 469 int lp_build_conv_auto(struct gallivm_state *gallivm, in lp_build_conv_auto() 561 lp_build_conv(struct gallivm_state *gallivm, in lp_build_conv() 1070 lp_build_conv_mask(struct gallivm_state *gallivm, in lp_build_conv_mask()
|
D | lp_bld_quad.c | 91 struct gallivm_state *gallivm = bld->gallivm; in lp_build_packed_ddx_ddy_onecoord() local 126 struct gallivm_state *gallivm = bld->gallivm; in lp_build_packed_ddx_ddy_twocoord() local 171 lp_bld_quad_twiddle(struct gallivm_state *gallivm, in lp_bld_quad_twiddle()
|
D | lp_bld_format_soa.c | 50 convert_to_soa(struct gallivm_state *gallivm, in convert_to_soa() 127 struct gallivm_state *gallivm = bld->gallivm; in lp_build_extract_soa_chan() local 303 lp_build_unpack_rgba_soa(struct gallivm_state *gallivm, in lp_build_unpack_rgba_soa() 355 lp_build_rgba8_to_fi32_soa(struct gallivm_state *gallivm, in lp_build_rgba8_to_fi32_soa() 415 lp_build_fetch_rgba_soa(struct gallivm_state *gallivm, in lp_build_fetch_rgba_soa() 887 struct gallivm_state *gallivm = bld->gallivm; in lp_build_insert_soa_chan() local 982 lp_build_pack_rgba_soa(struct gallivm_state *gallivm, in lp_build_pack_rgba_soa() 1009 lp_build_store_rgba_soa(struct gallivm_state *gallivm, in lp_build_store_rgba_soa()
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_jit.c | 46 create_jit_texture_type(struct gallivm_state *gallivm) in create_jit_texture_type() 108 create_jit_sampler_type(struct gallivm_state *gallivm) in create_jit_sampler_type() 144 create_jit_image_type(struct gallivm_state *gallivm) in create_jit_image_type() 190 struct gallivm_state *gallivm = lp->gallivm; in lp_jit_create_types() local 419 struct gallivm_state *gallivm = lp->gallivm; in lp_jit_create_cs_types() local
|
D | lp_state_setup.c | 89 store_coef(struct gallivm_state *gallivm, in store_coef() 115 emit_constant_coef4(struct gallivm_state *gallivm, in emit_constant_coef4() 130 emit_facing_coef(struct gallivm_state *gallivm, in emit_facing_coef() 160 vert_attrib(struct gallivm_state *gallivm, in vert_attrib() 175 lp_twoside(struct gallivm_state *gallivm, in lp_twoside() 205 lp_do_offset_tri(struct gallivm_state *gallivm, in lp_do_offset_tri() 331 load_attribute(struct gallivm_state *gallivm, in load_attribute() 371 calc_coef4( struct gallivm_state *gallivm, in calc_coef4() 414 emit_coef4( struct gallivm_state *gallivm, in emit_coef4() 429 emit_linear_coef( struct gallivm_state *gallivm, in emit_linear_coef() [all …]
|
D | lp_bld_interp.c | 138 struct gallivm_state *gallivm = coeff_bld->gallivm; in calc_offsets() local 158 struct gallivm_state *gallivm, in calc_centroid_offsets() 208 struct gallivm_state *gallivm = coeff_bld->gallivm; in coeffs_init_simple() local 280 struct gallivm_state *gallivm, in attribs_update_simple() 443 struct gallivm_state *gallivm, in lp_build_interp_soa_indirect() 514 struct gallivm_state *gallivm, in lp_build_interp_soa() 677 struct gallivm_state *gallivm, in lp_build_interp_soa_init() 799 struct gallivm_state *gallivm, in lp_build_interp_soa_update_inputs_dyn() 809 struct gallivm_state *gallivm, in lp_build_interp_soa_update_pos_dyn()
|
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_llvm_sample.c | 103 struct gallivm_state *gallivm, in draw_llvm_texture_member() 155 struct gallivm_state *gallivm, in draw_llvm_sampler_member() 200 struct gallivm_state *gallivm, in draw_llvm_image_member() 329 struct gallivm_state *gallivm, in draw_llvm_sampler_soa_emit_fetch_texel() 368 struct gallivm_state *gallivm, in draw_llvm_sampler_soa_emit_size_query() 418 struct gallivm_state *gallivm, in draw_llvm_image_soa_emit_op() 450 struct gallivm_state *gallivm, in draw_llvm_image_soa_emit_size_query()
|
D | draw_llvm.c | 115 create_jit_dvbuffer_type(struct gallivm_state *gallivm, in create_jit_dvbuffer_type() 145 create_jit_texture_type(struct gallivm_state *gallivm, const char *struct_name) in create_jit_texture_type() 214 create_jit_sampler_type(struct gallivm_state *gallivm, const char *struct_name) in create_jit_sampler_type() 256 create_jit_image_type(struct gallivm_state *gallivm, const char *struct_name) in create_jit_image_type() 311 create_jit_context_type(struct gallivm_state *gallivm, in create_jit_context_type() 377 create_gs_jit_context_type(struct gallivm_state *gallivm, in create_gs_jit_context_type() 457 create_gs_jit_input_type(struct gallivm_state *gallivm) in create_gs_jit_input_type() 474 create_jit_vertex_buffer_type(struct gallivm_state *gallivm, in create_jit_vertex_buffer_type() 509 create_jit_vertex_header(struct gallivm_state *gallivm, int data_elems) in create_jit_vertex_header() 557 create_tcs_jit_context_type(struct gallivm_state *gallivm, in create_tcs_jit_context_type() [all …]
|