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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_blitter.c86 void *fs_texfetch_col[5][PIPE_MAX_TEXTURE_TYPES][2]; member in struct:blitter_context_priv
483 for (unsigned type = 0; type < ARRAY_SIZE(ctx->fs_texfetch_col); ++type) {
485 if (ctx->fs_texfetch_col[type][i][inst])
486 ctx->delete_fs_state(pipe, ctx->fs_texfetch_col[type][i][inst]);
968 shader = &ctx->fs_texfetch_col[type][target][1];
970 shader = &ctx->fs_texfetch_col[type][target][0];
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_blitter.c86 void *fs_texfetch_col[5][PIPE_MAX_TEXTURE_TYPES][2]; member in struct:blitter_context_priv
532 for (unsigned type = 0; type < ARRAY_SIZE(ctx->fs_texfetch_col); ++type) {
534 if (ctx->fs_texfetch_col[type][i][inst])
535 ctx->delete_fs_state(pipe, ctx->fs_texfetch_col[type][i][inst]);
1028 shader = &ctx->fs_texfetch_col[type][target][1];
1030 shader = &ctx->fs_texfetch_col[type][target][0];

Completed in 9 milliseconds