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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_texture.c539 struct pipe_resource *newb = local in function:r600_texture_get_handle
541 if (!newb)
546 u_box_1d(0, newb->width0, &box);
547 rctx->b.resource_copy_region(&rctx->b, newb, 0, 0, 0, 0,
550 r600_replace_buffer_storage(&rctx->b, &res->b.b, newb);
551 pipe_resource_reference(&newb, NULL);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_texture.c535 struct pipe_resource *newb = local in function:r600_texture_get_handle
537 if (!newb)
542 u_box_1d(0, newb->width0, &box);
543 rctx->b.resource_copy_region(&rctx->b, newb, 0, 0, 0, 0,
546 r600_replace_buffer_storage(&rctx->b, &res->b.b, newb);
547 pipe_resource_reference(&newb, NULL);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_texture.c754 struct pipe_resource *newb = screen->resource_create(screen, &templ); local in function:si_texture_get_handle
755 if (!newb)
760 u_box_1d(0, newb->width0, &box);
761 sctx->b.resource_copy_region(&sctx->b, newb, 0, 0, 0, 0, &res->b.b, 0, &box);
764 si_replace_buffer_storage(&sctx->b, &res->b.b, newb, 0, 0, 0);
765 pipe_resource_reference(&newb, NULL);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_texture.c902 struct pipe_resource *newb = local in function:si_texture_get_handle
904 if (!newb)
909 u_box_1d(0, newb->width0, &box);
910 sctx->b.resource_copy_region(&sctx->b, newb, 0, 0, 0, 0,
914 si_replace_buffer_storage(&sctx->b, &res->b.b, newb);
915 pipe_resource_reference(&newb, NULL);

Completed in 13 milliseconds