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 D | si_descriptors.c | 1539 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 D | si_pipe.c | 267 util_dynarray_fini(&sctx->resident_tex_handles); 624 util_dynarray_init(&sctx->resident_tex_handles, NULL);
|
| H A D | si_pipe.h | 1032 struct util_dynarray resident_tex_handles; member in struct:si_context
|
| H A D | si_blit.c | 686 util_dynarray_foreach(&sctx->resident_tex_handles,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_descriptors.c | 1519 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 D | si_pipe.c | 342 util_dynarray_fini(&sctx->resident_tex_handles); 722 util_dynarray_init(&sctx->resident_tex_handles, NULL);
|
| H A D | si_blit.c | 670 util_dynarray_foreach (&sctx->resident_tex_handles, struct si_texture_handle *, tex_handle) {
|
| H A D | si_pipe.h | 1174 struct util_dynarray resident_tex_handles; member in struct:si_context
|
Completed in 25 milliseconds