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

  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nv30_context.c 168 if (nv30->blit_fp)
169 pipe_resource_reference(&nv30->blit_fp, NULL);
nv30_context.h 120 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 =
120 if (nv30->blit_fp) {
122 u32 *map = pipe_buffer_map(pipe, nv30->blit_fp,
136 fp = nv04_resource(nv30->blit_fp);

Completed in 182 milliseconds