Searched refs:cpbs (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_transfer.c118 } cpbs[] = { local in function:nve4_m2mf_transfer_rect
135 assert(dst->cpp < ARRAY_SIZE(cpbs) && cpbs[dst->cpp].cs);
146 PUSH_DATA (push, (cpbs[dst->cpp].nc - 1) << 24 |
147 (cpbs[src->cpp].nc - 1) << 20 |
148 (cpbs[src->cpp].cs - 1) << 16 |
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_transfer.c118 } cpbs[] = { local in function:nve4_m2mf_transfer_rect
135 assert(dst->cpp < ARRAY_SIZE(cpbs) && cpbs[dst->cpp].cs);
146 PUSH_DATA (push, (cpbs[dst->cpp].nc - 1) << 24 |
147 (cpbs[src->cpp].nc - 1) << 20 |
148 (cpbs[src->cpp].cs - 1) << 16 |

Completed in 3 milliseconds