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

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_sample_aos.c 475 lp_build_context_init(&h16, bld->gallivm, lp_type_ufixed(16, bld->vector_width));
476 lp_build_context_init(&u8n, bld->gallivm, lp_type_unorm(8, bld->vector_width));
537 lp_build_context_init(&i32, bld->gallivm, lp_type_int_vec(32, bld->vector_width));
754 lp_build_context_init(&h16, bld->gallivm, lp_type_ufixed(16, bld->vector_width));
755 lp_build_context_init(&u8n, bld->gallivm, lp_type_unorm(8, bld->vector_width));
    [all...]
lp_bld_sample.h 205 unsigned vector_width; member in struct:lp_build_sample_context
lp_bld_sample_soa.c     [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_sample_aos.c 475 lp_build_context_init(&h16, bld->gallivm, lp_type_ufixed(16, bld->vector_width));
476 lp_build_context_init(&u8n, bld->gallivm, lp_type_unorm(8, bld->vector_width));
537 lp_build_context_init(&i32, bld->gallivm, lp_type_int_vec(32, bld->vector_width));
754 lp_build_context_init(&h16, bld->gallivm, lp_type_ufixed(16, bld->vector_width));
755 lp_build_context_init(&u8n, bld->gallivm, lp_type_unorm(8, bld->vector_width));
    [all...]
lp_bld_sample.h 205 unsigned vector_width; member in struct:lp_build_sample_context
lp_bld_sample_soa.c     [all...]
  /external/llvm/include/llvm/IR/
Intrinsics.h 91 unsigned Vector_Width;
  /external/llvm/lib/IR/
Function.cpp 660 return VectorType::get(DecodeFixedType(Infos, Tys, Context),D.Vector_Width);
Verifier.cpp     [all...]

Completed in 750 milliseconds