HomeSort by: relevance | last modified time | path
    Searched defs:f16i_type (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
lp_bld_format_soa.c 229 struct lp_type f16i_type = type; local
230 f16i_type.width /= 2;
231 f16i_type.floating = 0;
237 lp_build_vec_type(gallivm, f16i_type), "");
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
lp_bld_format_soa.c 231 struct lp_type f16i_type = type; local
232 f16i_type.width /= 2;
233 f16i_type.floating = 0;
239 lp_build_vec_type(gallivm, f16i_type), "");

Completed in 8 milliseconds