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 Dsi_descriptors.c1555 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 Dsi_pipe.c268 util_dynarray_fini(&sctx->resident_img_handles);
625 util_dynarray_init(&sctx->resident_img_handles, NULL);
H A Dsi_pipe.h1033 struct util_dynarray resident_img_handles; member in struct:si_context
H A Dsi_blit.c707 util_dynarray_foreach(&sctx->resident_img_handles,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_descriptors.c1534 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 Dsi_pipe.c343 util_dynarray_fini(&sctx->resident_img_handles);
723 util_dynarray_init(&sctx->resident_img_handles, NULL);
H A Dsi_blit.c687 util_dynarray_foreach (&sctx->resident_img_handles, struct si_image_handle *, img_handle) {
H A Dsi_pipe.h1175 struct util_dynarray resident_img_handles; member in struct:si_context

Completed in 25 milliseconds