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

  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_type.h 266 lp_type_unorm(unsigned width, unsigned total_width) function
lp_bld_pack.c 440 struct lp_type ndst_type = lp_type_unorm(dst_type.width, 128);
441 struct lp_type nintr_type = lp_type_unorm(intr_type.width, 128);
lp_bld_sample_aos.c 476 lp_build_context_init(&u8n, bld->gallivm, lp_type_unorm(8, bld->vector_width));
755 lp_build_context_init(&u8n, bld->gallivm, lp_type_unorm(8, bld->vector_width));
    [all...]

Completed in 924 milliseconds