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

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

Completed in 465 milliseconds