Searched refs:cres (Results 1 - 9 of 9) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/virgl/drm/ |
| H A D | virgl_drm_winsys.h | 83 unsigned cres; member in struct:virgl_drm_cmd_buf
|
| H A D | virgl_drm_winsys.c | 568 for (i = 0; i < cbuf->cres; i++) { 584 if (cbuf->cres >= cbuf->nres) { 590 fprintf(stderr,"failure to add relocation %d, %d\n", cbuf->cres, new_nres); 599 fprintf(stderr,"failure to add hlist relocation %d, %d\n", cbuf->cres, cbuf->nres); 606 cbuf->res_bo[cbuf->cres] = NULL; 607 virgl_drm_resource_reference(qdws, &cbuf->res_bo[cbuf->cres], res); 608 cbuf->res_hlist[cbuf->cres] = res->bo_handle; 611 cbuf->reloc_indices_hashlist[hash] = cbuf->cres; 613 cbuf->cres++; 621 for (i = 0; i < cbuf->cres; [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/virgl/drm/ |
| H A D | virgl_drm_winsys.h | 119 unsigned cres; member in struct:virgl_drm_cmd_buf
|
| H A D | virgl_drm_winsys.c | 714 cbuf->cres = 0; 733 for (i = 0; i < cbuf->cres; i++) { 752 for (i = 0; i < cbuf->cres; i++) { 768 if (cbuf->cres >= cbuf->nres) { 774 _debug_printf("failure to add relocation %d, %d\n", cbuf->cres, new_nres); 783 _debug_printf("failure to add hlist relocation %d, %d\n", cbuf->cres, cbuf->nres); 790 cbuf->res_bo[cbuf->cres] = NULL; 791 virgl_drm_resource_reference(&qdws->base, &cbuf->res_bo[cbuf->cres], res); 792 cbuf->res_hlist[cbuf->cres] = res->bo_handle; 795 cbuf->reloc_indices_hashlist[hash] = cbuf->cres; [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/virgl/vtest/ |
| H A D | virgl_vtest_winsys.c | 412 for (i = 0; i < cbuf->cres; i++) { 427 for (i = 0; i < cbuf->cres; i++) { 431 cbuf->cres = 0; 440 if (cbuf->cres >= cbuf->nres) { 446 fprintf(stderr,"failure to add relocation %d, %d\n", cbuf->cres, cbuf->nres); 454 cbuf->res_bo[cbuf->cres] = NULL; 455 virgl_vtest_resource_reference(&vtws->base, &cbuf->res_bo[cbuf->cres], res); 458 cbuf->reloc_indices_hashlist[hash] = cbuf->cres; 460 cbuf->cres++;
|
| H A D | virgl_vtest_winsys.h | 79 unsigned cres; 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 | 82 unsigned cres; member in struct:virgl_vtest_cmd_buf
|
| H A D | virgl_vtest_winsys.c | 496 for (i = 0; i < cbuf->cres; i++) { 511 for (i = 0; i < cbuf->cres; i++) { 515 cbuf->cres = 0; 524 if (cbuf->cres >= cbuf->nres) { 530 fprintf(stderr,"failure to add relocation %d, %d\n", cbuf->cres, cbuf->nres); 538 cbuf->res_bo[cbuf->cres] = NULL; 539 virgl_vtest_resource_reference(vtws, &cbuf->res_bo[cbuf->cres], res); 542 cbuf->reloc_indices_hashlist[hash] = cbuf->cres; 544 cbuf->cres++;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/ |
| H A D | zink_context.c | 3840 struct zink_resource *cres = ctx->di.descriptor_res[ZINK_DESCRIPTOR_TYPE_IMAGE][shader][slot]; local in function:rebind_buffer 3841 if (res != cres)
|
Completed in 15 milliseconds