HomeSort by: relevance | last modified time | path
    Searched refs:bind_blend_state (Results 1 - 25 of 97) sorted by relevancy

1 2 3 4

  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
u_threaded_context_calls.h 54 CALL(bind_blend_state)
u_blitter.c 645 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(pipe, cbsurf ? ctx->blend[PIPE_MASK_RGBA][0]
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
sp_state_blend.c 138 pipe->bind_blend_state = softpipe_bind_blend_state;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
sp_state_blend.c 138 pipe->bind_blend_state = softpipe_bind_blend_state;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
lp_state_blend.c 193 llvmpipe->pipe.bind_blend_state = llvmpipe_bind_blend_state;
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
u_threaded_context_calls.h 66 CALL(bind_blend_state)
u_blitter.c 705 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(pipe, ctx->blend[PIPE_MASK_RGBA][0])
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
lp_state_blend.c 205 llvmpipe->pipe.bind_blend_state = llvmpipe_bind_blend_state;
  /xsrc/external/mit/MesaLib/dist/src/gallium/tests/graw/
shader-leak.c 240 ctx->bind_blend_state(ctx, handle);
tri-gs.c 245 ctx->bind_blend_state(ctx, handle);
graw_util.h 156 info->ctx->bind_blend_state(info->ctx, handle);
quad-sample.c 363 ctx->bind_blend_state(ctx, handle);
tri-instanced.c 298 ctx->bind_blend_state(ctx, handle);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/driver_noop/
noop_state.c 274 ctx->bind_blend_state = noop_bind_state;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/tests/graw/
shader-leak.c 235 ctx->bind_blend_state(ctx, handle);
tri-gs.c 240 ctx->bind_blend_state(ctx, handle);
tri-instanced.c 291 ctx->bind_blend_state(ctx, handle);
graw_util.h 156 info->ctx->bind_blend_state(info->ctx, handle);
quad-sample.c 358 ctx->bind_blend_state(ctx, handle);
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/vl/
vl_matrix_filter.c 294 filter->pipe->bind_blend_state(filter->pipe, filter->blend);
vl_mc.c 606 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]);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/vl/
vl_matrix_filter.c 290 filter->pipe->bind_blend_state(filter->pipe, filter->blend);
vl_mc.c 602 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.old/dist/src/gallium/include/pipe/
p_context.h 202 void (*bind_blend_state)(struct pipe_context *, void *); member in struct:pipe_context
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_noop/
noop_state.c 431 ctx->bind_blend_state = noop_bind_state;

Completed in 23 milliseconds

1 2 3 4