Searched defs:fs_depth (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/util/
H A Du_blit.c73 void *fs_depth[PIPE_MAX_TEXTURE_TYPES]; member in struct:blit_state
184 if (ctx->fs_depth[i]) {
185 pipe->delete_fs_state(pipe, ctx->fs_depth[i]);
244 if (!ctx->fs_depth[pipe_tex]) {
247 ctx->fs_depth[pipe_tex] =
252 cso_set_fragment_shader_handle(ctx->cso, ctx->fs_depth[pipe_tex]);
H A Du_gen_mipmap.c72 void *fs_depth[TGSI_TEXTURE_COUNT]; member in struct:gen_mipmap_state
1333 if (!ctx->fs_depth[type])
1334 ctx->fs_depth[type] =
1338 cso_set_fragment_shader_handle(ctx->cso, ctx->fs_depth[type]);
1490 for (i = 0; i < Elements(ctx->fs_depth); i++)
1491 if (ctx->fs_depth[i])
1492 pipe->delete_fs_state(pipe, ctx->fs_depth[i]);

Completed in 107 milliseconds