Searched refs:nres (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/virgl/drm/ |
| H A D | virgl_drm_winsys.h | 82 unsigned nres; member in struct:virgl_drm_cmd_buf
|
| H A D | virgl_drm_winsys.c | 584 if (cbuf->cres >= cbuf->nres) { 585 unsigned new_nres = cbuf->nres + 256; 587 cbuf->nres * sizeof(struct virgl_hw_buf*), 596 cbuf->nres * sizeof(uint32_t), 599 fprintf(stderr,"failure to add hlist relocation %d, %d\n", cbuf->cres, cbuf->nres); 603 cbuf->nres = new_nres; 664 cbuf->nres = 512; 665 cbuf->res_bo = CALLOC(cbuf->nres, sizeof(struct virgl_hw_buf*)); 670 cbuf->res_hlist = MALLOC(cbuf->nres * sizeof(uint32_t));
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/virgl/drm/ |
| H A D | virgl_drm_winsys.h | 118 unsigned nres; member in struct:virgl_drm_cmd_buf
|
| H A D | virgl_drm_winsys.c | 713 cbuf->nres = initial_size; 716 cbuf->res_bo = CALLOC(cbuf->nres, sizeof(struct virgl_hw_buf*)); 720 cbuf->res_hlist = MALLOC(cbuf->nres * sizeof(uint32_t)); 768 if (cbuf->cres >= cbuf->nres) { 769 unsigned new_nres = cbuf->nres + 256; 771 cbuf->nres * sizeof(struct virgl_hw_buf*), 780 cbuf->nres * sizeof(uint32_t), 783 _debug_printf("failure to add hlist relocation %d, %d\n", cbuf->cres, cbuf->nres); 787 cbuf->nres = new_nres;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/virgl/vtest/ |
| H A D | virgl_vtest_winsys.c | 440 if (cbuf->cres >= cbuf->nres) { 441 unsigned new_nres = cbuf->nres + 256; 443 cbuf->nres * sizeof(struct virgl_hw_buf*), 446 fprintf(stderr,"failure to add relocation %d, %d\n", cbuf->cres, cbuf->nres); 451 cbuf->nres = new_nres; 472 cbuf->nres = 512; 473 cbuf->res_bo = CALLOC(cbuf->nres, sizeof(struct virgl_hw_buf*));
|
| H A D | virgl_vtest_winsys.h | 78 unsigned nres; member in struct:virgl_vtest_cmd_buf
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/virgl/vtest/ |
| H A D | virgl_vtest_winsys.h | 81 unsigned nres; member in struct:virgl_vtest_cmd_buf
|
| H A D | virgl_vtest_winsys.c | 524 if (cbuf->cres >= cbuf->nres) { 525 unsigned new_nres = cbuf->nres + 256; 527 cbuf->nres * sizeof(struct virgl_hw_buf*), 530 fprintf(stderr,"failure to add relocation %d, %d\n", cbuf->cres, cbuf->nres); 535 cbuf->nres = new_nres; 556 cbuf->nres = 512; 557 cbuf->res_bo = CALLOC(cbuf->nres, sizeof(struct virgl_hw_buf*));
|
Completed in 11 milliseconds