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

  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_const.c 299 lp_build_const_elem(struct gallivm_state *gallivm, function
329 return lp_build_const_elem(gallivm, type, val);
333 elems[0] = lp_build_const_elem(gallivm, type, val);
380 elems[swizzle[0]] = lp_build_const_elem(gallivm, type, r);
381 elems[swizzle[1]] = lp_build_const_elem(gallivm, type, g);
382 elems[swizzle[2]] = lp_build_const_elem(gallivm, type, b);
383 elems[swizzle[3]] = lp_build_const_elem(gallivm, type, a);
lp_bld_const.h 89 lp_build_const_elem(struct gallivm_state *gallivm, struct lp_type type,
lp_bld_swizzle.c 317 aux[0] = lp_build_const_elem(bld->gallivm, type, 0.0);
324 aux[1] = lp_build_const_elem(bld->gallivm, type, 1.0);

Completed in 288 milliseconds