Home | History | Annotate | Download | only in gallivm

Lines Matching defs:num_pixels

380    unsigned num_pixels = type.length / 4;
441 for (k = 0; k < num_pixels; ++k) {
444 packed = lp_build_gather_elem(gallivm, num_pixels,
468 tmps, num_pixels, &res, 1);
488 tmp_type.length = num_pixels * 4;
493 num_pixels,
567 res = LLVMGetUndef(LLVMVectorType(i32t, num_pixels));
574 for (k = 0; k < num_pixels; ++k) {
579 args[1] = lp_build_gather_elem_ptr(gallivm, num_pixels,
582 if (num_pixels == 1) {
595 if (num_pixels == 1) {
671 for (k = 0; k < num_pixels; ++k) {
675 args[1] = lp_build_gather_elem_ptr(gallivm, num_pixels,
678 if (num_pixels == 1) {
696 tmps, num_pixels, &res, 1);