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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_blitter.c77 void *fs_empty; member in struct:blitter_context_priv
406 if (!ctx->fs_empty) {
408 ctx->fs_empty = util_make_empty_fragment_shader(pipe);
411 ctx->bind_fs_state(pipe, ctx->fs_empty);
514 if (ctx->fs_empty)
515 ctx->delete_fs_state(pipe, ctx->fs_empty);
1217 ctx->fs_empty = util_make_empty_fragment_shader(pipe);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_blitter.c77 void *fs_empty; member in struct:blitter_context_priv
445 if (!ctx->fs_empty) {
447 ctx->fs_empty = util_make_empty_fragment_shader(pipe);
450 ctx->bind_fs_state(pipe, ctx->fs_empty);
570 if (ctx->fs_empty)
571 ctx->delete_fs_state(pipe, ctx->fs_empty);
1308 ctx->fs_empty = util_make_empty_fragment_shader(pipe);

Completed in 9 milliseconds