Home
last modified time | relevance | path

Searched refs:blit_fp (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_transfer.c114 struct nv04_resource *fp = nv04_resource(nv30->blit_fp); in nv30_transfer_rect_fragprog()
118 nv30->blit_fp = in nv30_transfer_rect_fragprog()
120 if (nv30->blit_fp) { in nv30_transfer_rect_fragprog()
122 u32 *map = pipe_buffer_map(pipe, nv30->blit_fp, in nv30_transfer_rect_fragprog()
136 fp = nv04_resource(nv30->blit_fp); in nv30_transfer_rect_fragprog()
Dnv30_context.c168 if (nv30->blit_fp) in nv30_context_destroy()
169 pipe_resource_reference(&nv30->blit_fp, NULL); in nv30_context_destroy()
Dnv30_context.h120 struct pipe_resource *blit_fp; member