HomeSort by relevance Sort by last modified time
    Searched refs:lp_type_int_vec (Results 1 - 10 of 10) sorted by null

  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_format_float.c 245 struct lp_type i32_type = lp_type_int_vec(32, 32 * src_length);
293 struct lp_type i32_type = lp_type_int_vec(32, 32 * f32_type.length);
431 struct lp_type i32_type = lp_type_int_vec(32, 32 * f32_type.length);
469 struct lp_type i32_type = lp_type_int_vec(32, 32 * src_length);
lp_bld_conv.c 100 struct lp_type i32_type = lp_type_int_vec(32, 32 * src_length);
143 struct lp_type i32_type = lp_type_int_vec(32, 32 * length);
144 struct lp_type i16_type = lp_type_int_vec(16, 16 * length);
158 struct lp_type i168_type = lp_type_int_vec(16, 16 * 8);
    [all...]
lp_bld_type.h 259 lp_type_int_vec(unsigned width, unsigned total_width) function
lp_bld_gather.c 432 fetch_type = lp_type_int_vec(dst_type.width, src_width);
lp_bld_format_soa.c 594 fetch_type = lp_type_int_vec(32, gather_type.width);
lp_bld_sample_aos.c 644 lp_build_context_init(&i32, bld->gallivm, lp_type_int_vec(32, bld->vector_width));
    [all...]
lp_bld_format_aos.c 542 conv_type = lp_type_int_vec(type.width*4, type.width * type.length);
lp_bld_sample_soa.c     [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_setup.c 278 lp_build_context_init(&int_scalar_bld, gallivm, lp_type_int_vec(32, 32));
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_llvm.c 760 fetch_type = lp_type_int_vec(vs_type.width, vs_type.width * vs_type.length);
    [all...]

Completed in 280 milliseconds