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

/external/mesa3d/src/gallium/auxiliary/util/
H A Du_gen_mipmap.c71 void *fs_color[TGSI_TEXTURE_COUNT]; member in struct:gen_mipmap_state
1341 if (!ctx->fs_color[type])
1342 ctx->fs_color[type] =
1346 cso_set_fragment_shader_handle(ctx->cso, ctx->fs_color[type]);
1486 for (i = 0; i < Elements(ctx->fs_color); i++)
1487 if (ctx->fs_color[i])
1488 pipe->delete_fs_state(pipe, ctx->fs_color[i]);

Completed in 70 milliseconds