HomeSort by relevance Sort by last modified time
    Searched refs:blit_fp (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nv30_context.h 118 struct pipe_resource *blit_fp; member in struct:nv30_context
nv30_transfer.c 114 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/
nv30_context.h 118 struct pipe_resource *blit_fp; member in struct:nv30_context
nv30_transfer.c 114 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 76 milliseconds