Searched refs:blit_fp (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
H A Dnv30_context.h118 struct pipe_resource *blit_fp; member in struct:nv30_context
H A Dnv30_transfer.c114 struct nv04_resource *fp = nv04_resource(nv30->blit_fp);
118 nv30->blit_fp = pipe_buffer_create(pipe->screen, 0, 0, 12 * 4);
119 if (nv30->blit_fp) {
121 u32 *map = pipe_buffer_map(pipe, nv30->blit_fp,
135 fp = nv04_resource(nv30->blit_fp);
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnv30_context.h118 struct pipe_resource *blit_fp; member in struct:nv30_context
H A Dnv30_transfer.c114 struct nv04_resource *fp = nv04_resource(nv30->blit_fp);
118 nv30->blit_fp = pipe_buffer_create(pipe->screen, 0, 0, 12 * 4);
119 if (nv30->blit_fp) {
121 u32 *map = pipe_buffer_map(pipe, nv30->blit_fp,
135 fp = nv04_resource(nv30->blit_fp);

Completed in 1400 milliseconds