Lines Matching refs:inst
540 for (unsigned inst = 0; inst < 2; inst++) {
541 if (ctx->fs_texfetch_col[type][i][inst])
542 ctx->delete_fs_state(pipe, ctx->fs_texfetch_col[type][i][inst]);
548 for (unsigned inst = 0; inst < 2; inst++) {
549 if (ctx->fs_texfetch_depth[i][inst])
550 ctx->delete_fs_state(pipe, ctx->fs_texfetch_depth[i][inst]);
551 if (ctx->fs_texfetch_depthstencil[i][inst])
552 ctx->delete_fs_state(pipe, ctx->fs_texfetch_depthstencil[i][inst]);
553 if (ctx->fs_texfetch_stencil[i][inst])
554 ctx->delete_fs_state(pipe, ctx->fs_texfetch_stencil[i][inst]);