Searched refs:resident_tex_handles (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_descriptors.c1539 util_dynarray_foreach(&sctx->resident_tex_handles,
1779 util_dynarray_foreach(&sctx->resident_tex_handles,
1876 util_dynarray_foreach(&sctx->resident_tex_handles,
1953 util_dynarray_foreach(&sctx->resident_tex_handles,
2475 util_dynarray_append(&sctx->resident_tex_handles,
2486 util_dynarray_delete_unordered(&sctx->resident_tex_handles,
2643 num_resident_tex_handles = sctx->resident_tex_handles.size /
2649 util_dynarray_foreach(&sctx->resident_tex_handles,
H A Dsi_pipe.c267 util_dynarray_fini(&sctx->resident_tex_handles);
624 util_dynarray_init(&sctx->resident_tex_handles, NULL);
H A Dsi_pipe.h1032 struct util_dynarray resident_tex_handles; member in struct:si_context
H A Dsi_blit.c686 util_dynarray_foreach(&sctx->resident_tex_handles,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_descriptors.c1519 util_dynarray_foreach (&sctx->resident_tex_handles, struct si_texture_handle *, tex_handle) {
1740 util_dynarray_foreach (&sctx->resident_tex_handles, struct si_texture_handle *, tex_handle) {
1823 util_dynarray_foreach (&sctx->resident_tex_handles, struct si_texture_handle *, tex_handle) {
1894 util_dynarray_foreach (&sctx->resident_tex_handles, struct si_texture_handle *, tex_handle) {
2417 util_dynarray_append(&sctx->resident_tex_handles, struct si_texture_handle *, tex_handle);
2426 util_dynarray_delete_unordered(&sctx->resident_tex_handles, struct si_texture_handle *,
2563 num_resident_tex_handles = sctx->resident_tex_handles.size / sizeof(struct si_texture_handle *);
2567 util_dynarray_foreach (&sctx->resident_tex_handles, struct si_texture_handle *, tex_handle) {
H A Dsi_pipe.c342 util_dynarray_fini(&sctx->resident_tex_handles);
722 util_dynarray_init(&sctx->resident_tex_handles, NULL);
H A Dsi_blit.c670 util_dynarray_foreach (&sctx->resident_tex_handles, struct si_texture_handle *, tex_handle) {
H A Dsi_pipe.h1174 struct util_dynarray resident_tex_handles; member in struct:si_context

Completed in 25 milliseconds