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

  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
lp_bld_intr.c 318 struct lp_type intrin_type = src_type; local
324 intrin_type.length = intrin_length;
337 LLVMTypeRef elem_type = lp_build_elem_type(gallivm, intrin_type);
345 lp_build_vec_type(gallivm, intrin_type),
377 lp_build_vec_type(gallivm, intrin_type),
380 return lp_build_concat(gallivm, tmp, intrin_type, num_vec);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
lp_bld_intr.c 312 struct lp_type intrin_type = src_type; local
318 intrin_type.length = intrin_length;
331 LLVMTypeRef elem_type = lp_build_elem_type(gallivm, intrin_type);
339 lp_build_vec_type(gallivm, intrin_type),
371 lp_build_vec_type(gallivm, intrin_type),
374 return lp_build_concat(gallivm, tmp, intrin_type, num_vec);

Completed in 21 milliseconds