Searched refs:resident_img_handles (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_descriptors.c | 1555 util_dynarray_foreach(&sctx->resident_img_handles, 1807 util_dynarray_foreach(&sctx->resident_img_handles, 1887 util_dynarray_foreach(&sctx->resident_img_handles, 1958 util_dynarray_foreach(&sctx->resident_img_handles, 2614 util_dynarray_append(&sctx->resident_img_handles, 2626 util_dynarray_delete_unordered(&sctx->resident_img_handles, 2645 num_resident_img_handles = sctx->resident_img_handles.size / 2660 util_dynarray_foreach(&sctx->resident_img_handles,
|
| H A D | si_pipe.c | 268 util_dynarray_fini(&sctx->resident_img_handles); 625 util_dynarray_init(&sctx->resident_img_handles, NULL);
|
| H A D | si_pipe.h | 1033 struct util_dynarray resident_img_handles; member in struct:si_context
|
| H A D | si_blit.c | 707 util_dynarray_foreach(&sctx->resident_img_handles,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_descriptors.c | 1534 util_dynarray_foreach (&sctx->resident_img_handles, struct si_image_handle *, img_handle) { 1762 util_dynarray_foreach (&sctx->resident_img_handles, struct si_image_handle *, img_handle) { 1833 util_dynarray_foreach (&sctx->resident_img_handles, struct si_image_handle *, img_handle) { 1898 util_dynarray_foreach (&sctx->resident_img_handles, struct si_image_handle *, img_handle) { 2538 util_dynarray_append(&sctx->resident_img_handles, struct si_image_handle *, img_handle); 2549 util_dynarray_delete_unordered(&sctx->resident_img_handles, struct si_image_handle *, 2564 num_resident_img_handles = sctx->resident_img_handles.size / sizeof(struct si_image_handle *); 2575 util_dynarray_foreach (&sctx->resident_img_handles, struct si_image_handle *, img_handle) {
|
| H A D | si_pipe.c | 343 util_dynarray_fini(&sctx->resident_img_handles); 723 util_dynarray_init(&sctx->resident_img_handles, NULL);
|
| H A D | si_blit.c | 687 util_dynarray_foreach (&sctx->resident_img_handles, struct si_image_handle *, img_handle) {
|
| H A D | si_pipe.h | 1175 struct util_dynarray resident_img_handles; member in struct:si_context
|
Completed in 25 milliseconds