Lines Matching refs:store4
161 SI void store4(uint16_t* ptr, size_t tail, U16 r, U16 g, U16 b, U16 a) { in store4() function
174 SI void store4(float* ptr, size_t tail, F r, F g, F b, F a) { in store4() function
259 SI void store4(uint16_t* ptr, size_t tail, U16 r, U16 g, U16 b, U16 a) {
282 SI void store4(float* ptr, size_t tail, F r, F g, F b, F a) {
422 SI void store4(uint16_t* ptr, size_t tail, U16 r, U16 g, U16 b, U16 a) {
474 SI void store4(float* ptr, size_t tail, F r, F g, F b, F a) {
618 SI void store4(uint16_t* ptr, size_t tail, U16 r, U16 g, U16 b, U16 a) {
653 SI void store4(float* ptr, size_t tail, F r, F g, F b, F a) {
1756 store4((uint16_t*)ptr,tail, to_half(r) in STAGE()
1770 store4(ptr,tail, R,G,B,A); in STAGE()
1791 store4(ptr,tail, r,g,b,a); in STAGE()
2180 store4(c->rgba,0, r,g,b,a); in STAGE()