Lines Matching defs:gather
1324 Color Builder::gather(PixelFormat f, UPtr ptr, int offset, I32 index) {
2726 case Op::gather8: t = i8 ; vt = I8; goto gather;
2727 case Op::gather16: t = i16; vt = I16; goto gather;
2728 case Op::gather32: t = i32; vt = I32; goto gather;
2729 gather: {
2730 // Our gather base pointer is immB bytes off of uniform immA.
3767 // As usual, the gather base pointer is immB bytes off of uniform immA.
3806 // Our gather base pointer is immB bytes off of uniform immA.
4117 // As usual, the gather base pointer is immB bytes off of uniform immA.
4118 a->add (GP0, arg[immA], immB); // GP0 = &(gather base pointer)
4119 a->ldrd(GP0, GP0); // GP0 = gather base pointer
4123 a->add (GP1, GP0, GP1); // Add the gather base pointer.