Searched refs:vfiller (Results 1 – 1 of 1) sorted by relevance
/third_party/pixman/pixman/ |
D | pixman-vmx.c | 2437 vector unsigned int vfiller; in vmx_fill() local 2474 vfiller = create_mask_1x32_128(&filler); in vmx_fill() 2507 vec_st(vfiller, 0, (uint32_t *) d); in vmx_fill() 2508 vec_st(vfiller, 0, (uint32_t *) d + 4); in vmx_fill() 2509 vec_st(vfiller, 0, (uint32_t *) d + 8); in vmx_fill() 2510 vec_st(vfiller, 0, (uint32_t *) d + 12); in vmx_fill() 2511 vec_st(vfiller, 0, (uint32_t *) d + 16); in vmx_fill() 2512 vec_st(vfiller, 0, (uint32_t *) d + 20); in vmx_fill() 2513 vec_st(vfiller, 0, (uint32_t *) d + 24); in vmx_fill() 2514 vec_st(vfiller, 0, (uint32_t *) d + 28); in vmx_fill() [all …]
|