Searched refs:bind_blend_state (Results 1 - 25 of 100) sorted by relevance

1234

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_threaded_context_calls.h54 CALL(bind_blend_state)
H A Du_blitter.c645 pipe->bind_blend_state(pipe, ctx->base.saved_blend_state);
1372 pipe->bind_blend_state(pipe, custom_blend);
1374 pipe->bind_blend_state(pipe, get_clear_blend_state(ctx, clear_buffers));
1899 pipe->bind_blend_state(pipe, ctx->blend[0][0]);
1924 pipe->bind_blend_state(pipe, ctx->blend[colormask][alpha_blend]);
2077 pipe->bind_blend_state(pipe, ctx->blend[0][0]);
2083 pipe->bind_blend_state(pipe, ctx->blend[PIPE_MASK_RGBA][0]);
2170 pipe->bind_blend_state(pipe, ctx->blend[PIPE_MASK_RGBA][0]);
2236 pipe->bind_blend_state(pipe, ctx->blend[0][0]);
2311 pipe->bind_blend_state(pip
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_state_blend.c138 pipe->bind_blend_state = softpipe_bind_blend_state;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_state_blend.c138 pipe->bind_blend_state = softpipe_bind_blend_state;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_blend.c193 llvmpipe->pipe.bind_blend_state = llvmpipe_bind_blend_state;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_threaded_context_calls.h66 CALL(bind_blend_state)
H A Du_blitter.c705 pipe->bind_blend_state(pipe, ctx->base.saved_blend_state);
1464 pipe->bind_blend_state(pipe, custom_blend);
1466 pipe->bind_blend_state(pipe, get_clear_blend_state(ctx, clear_buffers));
2004 pipe->bind_blend_state(pipe, ctx->blend[0][0]);
2018 pipe->bind_blend_state(pipe, ctx->blend[0][0]);
2034 pipe->bind_blend_state(pipe, ctx->blend[0][0]);
2045 pipe->bind_blend_state(pipe, ctx->blend[colormask][alpha_blend]);
2209 pipe->bind_blend_state(pipe, ctx->blend[0][0]);
2215 pipe->bind_blend_state(pipe, ctx->blend[PIPE_MASK_RGBA][0]);
2303 pipe->bind_blend_state(pip
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_blend.c205 llvmpipe->pipe.bind_blend_state = llvmpipe_bind_blend_state;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/tests/graw/
H A Dshader-leak.c235 ctx->bind_blend_state(ctx, handle);
H A Dtri-gs.c240 ctx->bind_blend_state(ctx, handle);
H A Dtri-instanced.c291 ctx->bind_blend_state(ctx, handle);
H A Dgraw_util.h156 info->ctx->bind_blend_state(info->ctx, handle);
H A Dquad-sample.c358 ctx->bind_blend_state(ctx, handle);
H A Dfs-test.c443 ctx->bind_blend_state(ctx, handle);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/driver_noop/
H A Dnoop_state.c274 ctx->bind_blend_state = noop_bind_state;
/xsrc/external/mit/MesaLib/dist/src/gallium/tests/graw/
H A Dshader-leak.c240 ctx->bind_blend_state(ctx, handle);
H A Dtri-gs.c245 ctx->bind_blend_state(ctx, handle);
H A Dgraw_util.h156 info->ctx->bind_blend_state(info->ctx, handle);
H A Dquad-sample.c363 ctx->bind_blend_state(ctx, handle);
H A Dtri-instanced.c298 ctx->bind_blend_state(ctx, handle);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
H A Dp_context.h202 void (*bind_blend_state)(struct pipe_context *, void *); member in struct:pipe_context
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/vl/
H A Dvl_matrix_filter.c290 filter->pipe->bind_blend_state(filter->pipe, filter->blend);
H A Dvl_mc.c602 renderer->pipe->bind_blend_state(renderer->pipe, renderer->blend_add[mask]);
604 renderer->pipe->bind_blend_state(renderer->pipe, renderer->blend_clear[mask]);
650 renderer->pipe->bind_blend_state(renderer->pipe, renderer->blend_sub[mask]);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/vl/
H A Dvl_matrix_filter.c294 filter->pipe->bind_blend_state(filter->pipe, filter->blend);
H A Dvl_mc.c606 renderer->pipe->bind_blend_state(renderer->pipe, renderer->blend_add[mask]);
608 renderer->pipe->bind_blend_state(renderer->pipe, renderer->blend_clear[mask]);
654 renderer->pipe->bind_blend_state(renderer->pipe, renderer->blend_sub[mask]);

Completed in 29 milliseconds

1234