Searched refs:blit_fp (Results 1 – 3 of 3) sorted by relevance
114 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()
168 if (nv30->blit_fp) in nv30_context_destroy()169 pipe_resource_reference(&nv30->blit_fp, NULL); in nv30_context_destroy()
120 struct pipe_resource *blit_fp; member