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

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

Completed in 645 milliseconds