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

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_blitter.c76 void *fs_texfetch_col[PIPE_MAX_TEXTURE_TYPES]; member in struct:blitter_context_priv
319 if (ctx->fs_texfetch_col[i])
320 pipe->delete_fs_state(pipe, ctx->fs_texfetch_col[i]);
702 void **shader = &ctx->fs_texfetch_col[tex->target];
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_blitter.c76 void *fs_texfetch_col[PIPE_MAX_TEXTURE_TYPES]; member in struct:blitter_context_priv
319 if (ctx->fs_texfetch_col[i])
320 pipe->delete_fs_state(pipe, ctx->fs_texfetch_col[i]);
702 void **shader = &ctx->fs_texfetch_col[tex->target];

Completed in 1611 milliseconds