Home
last modified time | relevance | path

Searched refs:fs_texfetch_col (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/util/
Du_blitter.c84 void *fs_texfetch_col[5][PIPE_MAX_TEXTURE_TYPES]; member
456 for (unsigned type = 0; type < ARRAY_SIZE(ctx->fs_texfetch_col); ++type) { in util_blitter_destroy()
457 if (ctx->fs_texfetch_col[type][i]) in util_blitter_destroy()
458 ctx->delete_fs_state(pipe, ctx->fs_texfetch_col[type][i]); in util_blitter_destroy()
954 void **shader = &ctx->fs_texfetch_col[type][target]; in blitter_get_fs_texfetch_col()