/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/ |
nv30_clear.c | 36 pack_rgba(enum pipe_format format, const float *rgba) function 65 colr = pack_rgba(fb->cbufs[0]->format, color->f); 146 PUSH_DATA (push, pack_rgba(ps->format, color->f));
|
/external/mesa3d/src/gallium/drivers/nv30/ |
nv30_clear.c | 36 pack_rgba(enum pipe_format format, const float *rgba) function 65 colr = pack_rgba(fb->cbufs[0]->format, color->f); 146 PUSH_DATA (push, pack_rgba(ps->format, color->f));
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
lp_tile_soa.py | 178 def pack_rgba(format, src_channel, r, g, b, a): function 233 print ' const uint32_t pixel0 = %s;' % pack_rgba(format, src_channel, "r[i+0]", "g[i+0]", "b[i+0]", "a[i+0]") 234 print ' const uint32_t pixel1 = %s;' % pack_rgba(format, src_channel, "r[i+1]", "g[i+1]", "b[i+1]", "a[i+1]")
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_tile_soa.py | 178 def pack_rgba(format, src_channel, r, g, b, a): function 233 print ' const uint32_t pixel0 = %s;' % pack_rgba(format, src_channel, "r[i+0]", "g[i+0]", "b[i+0]", "a[i+0]") 234 print ' const uint32_t pixel1 = %s;' % pack_rgba(format, src_channel, "r[i+1]", "g[i+1]", "b[i+1]", "a[i+1]")
|