Lines Matching defs:load4
156 SI void load4(const uint16_t* ptr, size_t tail, U16* r, U16* g, U16* b, U16* a) {
177 SI void load4(const float* ptr, size_t tail, F* r, F* g, F* b, F* a) {
276 SI void load4(const uint16_t* ptr, size_t tail, U16* r, U16* g, U16* b, U16* a) {
321 SI void load4(const float* ptr, size_t tail, F* r, F* g, F* b, F* a) {
512 SI void load4(const uint16_t* ptr, size_t tail, U16* r, U16* g, U16* b, U16* a) {
638 SI void load4(const float* ptr, size_t tail, F* r, F* g, F* b, F* a) {
825 SI void load4(const uint16_t* ptr, size_t tail, U16* r, U16* g, U16* b, U16* a) {
892 SI void load4(const float* ptr, size_t tail, F* r, F* g, F* b, F* a) {
2159 load4((const uint16_t*)ptr,tail, &R,&G,&B,&A);
2169 load4((const uint16_t*)ptr,tail, &R,&G,&B,&A);
2181 load4((const uint16_t*)&px,0, &R,&G,&B,&A);
2273 load4(ptr,tail, &r,&g,&b,&a);
2277 load4(ptr,tail, &dr,&dg,&db,&da);
2689 load4(c->read_from,0, &r,&g,&b,&a);