HomeSort by relevance Sort by last modified time
    Searched full:lp_native_vector_width (Results 1 - 9 of 9) sorted by null

  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_init.c 83 unsigned lp_native_vector_width; variable
451 lp_native_vector_width = 256;
456 lp_native_vector_width = 128;
459 lp_native_vector_width = debug_get_num_option("LP_NATIVE_VECTOR_WIDTH",
460 lp_native_vector_width);
462 if (lp_native_vector_width <= 128) {
465 * "lp_native_vector_width > 128" predicate. And also to ensure a more
lp_bld_type.h 54 extern unsigned lp_native_vector_width;
59 * Should only be used when lp_native_vector_width isn't available,
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_test_arit.c 507 unsigned max_length = lp_native_vector_width / 32;
lp_screen.c 101 lp_native_vector_width );
lp_state_fs.c     [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pt_fetch_shade_pipeline_llvm.c 365 align(fetch_info->count, lp_native_vector_width / 32));
draw_gs.c 766 gs->vector_length = lp_native_vector_width / 32;*/
draw_llvm.c     [all...]
  /external/mesa3d/src/gallium/drivers/swr/
swr_screen.cpp 70 lp_native_vector_width );
    [all...]

Completed in 4140 milliseconds