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

  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_init.c 89 unsigned lp_native_vector_width; variable
439 lp_native_vector_width = 256;
444 lp_native_vector_width = 128;
447 lp_native_vector_width = debug_get_num_option("LP_NATIVE_VECTOR_WIDTH",
448 lp_native_vector_width);
lp_bld_type.h 49 extern unsigned lp_native_vector_width;
54 * Should only be used when lp_native_vector_width isn't available,
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_test_arit.c 253 struct lp_type type = lp_type_float_vec(32, lp_native_vector_width);
300 int length = lp_native_vector_width / 32;
lp_state_fs.c 805 assert(lp_native_vector_width / 32 >= 4);
837 fs_type.length = MIN2(lp_native_vector_width / 32, 16); /* n*4 elements per vector */
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pt_fetch_shade_pipeline_llvm.c 233 align(fetch_info->count, lp_native_vector_width / 32));
draw_llvm.c     [all...]

Completed in 133 milliseconds