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

/xsrc/external/mit/MesaLib/dist/src/gallium/winsys/virgl/vtest/
H A Dvirgl_vtest_winsys.c441 unsigned new_nres = cbuf->nres + 256; local in function:virgl_vtest_add_res
444 new_nres * sizeof(struct virgl_hw_buf*));
451 cbuf->nres = new_nres;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/virgl/drm/
H A Dvirgl_drm_winsys.c585 unsigned new_nres = cbuf->nres + 256; local in function:virgl_drm_add_res
588 new_nres * sizeof(struct virgl_hw_buf*));
590 fprintf(stderr,"failure to add relocation %d, %d\n", cbuf->cres, new_nres);
597 new_nres * sizeof(uint32_t));
603 cbuf->nres = new_nres;
/xsrc/external/mit/MesaLib/dist/src/gallium/winsys/virgl/drm/
H A Dvirgl_drm_winsys.c769 unsigned new_nres = cbuf->nres + 256; local in function:virgl_drm_add_res
772 new_nres * sizeof(struct virgl_hw_buf*));
774 _debug_printf("failure to add relocation %d, %d\n", cbuf->cres, new_nres);
781 new_nres * sizeof(uint32_t));
787 cbuf->nres = new_nres;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/virgl/vtest/
H A Dvirgl_vtest_winsys.c525 unsigned new_nres = cbuf->nres + 256; local in function:virgl_vtest_add_res
528 new_nres * sizeof(struct virgl_hw_buf*));
535 cbuf->nres = new_nres;

Completed in 8 milliseconds