Home
last modified time | relevance | path

Searched refs:pipe_blend_state (Results 1 – 25 of 77) sorted by relevance

1234

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_bld_blend.h38 struct pipe_blend_state;
58 const struct pipe_blend_state *blend,
71 const struct pipe_blend_state *blend,
Dlp_state_blend.c46 const struct pipe_blend_state *blend) in llvmpipe_create_blend_state()
48 struct pipe_blend_state *state = mem_dup(blend, sizeof *blend); in llvmpipe_create_blend_state()
Dlp_test_blend.c82 const struct pipe_blend_state *blend, in write_tsv_row()
127 const struct pipe_blend_state *blend, in dump_blend_type()
155 const struct pipe_blend_state *blend, in add_blend_test()
385 compute_blend_ref(const struct pipe_blend_state *blend, in compute_blend_ref()
461 const struct pipe_blend_state *blend, in test_one()
750 struct pipe_blend_state blend; in test_all()
804 struct pipe_blend_state blend; in test_some()
Dlp_state_fs.h54 struct pipe_blend_state blend;
Dlp_context.h59 const struct pipe_blend_state *blend;
/external/mesa3d/src/mesa/state_tracker/
Dst_cache.h36 struct pipe_blend_state;
46 const struct pipe_blend_state *blend);
Dst_context.h98 struct pipe_blend_state blend;
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_state_blend.c40 const struct pipe_blend_state *blend) in softpipe_create_blend_state()
54 softpipe->blend = (struct pipe_blend_state *)blend; in softpipe_bind_blend_state()
Dsp_context.h62 struct pipe_blend_state *blend;
/external/mesa3d/src/gallium/drivers/noop/
Dnoop_state.c43 const struct pipe_blend_state *state) in noop_create_blend_state()
45 struct pipe_blend_state *nstate = CALLOC_STRUCT(pipe_blend_state); in noop_create_blend_state()
/external/mesa3d/src/gallium/state_trackers/xa/
Dxa_yuv.c40 struct pipe_blend_state blend; in xa_yuv_bind_blend_state()
42 memset(&blend, 0, sizeof(struct pipe_blend_state)); in xa_yuv_bind_blend_state()
Dxa_context.c268 struct pipe_blend_state blend; in bind_solid_blend_state()
270 memset(&blend, 0, sizeof(struct pipe_blend_state)); in bind_solid_blend_state()
Dxa_composite.c259 struct pipe_blend_state blend; in bind_composite_blend_state()
264 memset(&blend, 0, sizeof(struct pipe_blend_state)); in bind_composite_blend_state()
/external/mesa3d/src/gallium/auxiliary/postprocess/
Dpp_program.h43 struct pipe_blend_state blend;
/external/mesa3d/src/gallium/auxiliary/util/
Du_dual_blend.h14 static INLINE boolean util_blend_state_is_dual(const struct pipe_blend_state *blend, in util_blend_state_is_dual()
Du_dump.h131 const struct pipe_blend_state *state);
/external/mesa3d/src/gallium/include/pipe/
Dp_context.h41 struct pipe_blend_state;
131 const struct pipe_blend_state *);
Dp_state.h267 struct pipe_blend_state struct
/external/mesa3d/src/gallium/drivers/trace/
Dtr_dump_state.h58 void trace_dump_blend_state(const struct pipe_blend_state *state);
/external/mesa3d/src/gallium/drivers/nv50/
Dnv50_stateobj.h20 struct pipe_blend_state pipe;
/external/mesa3d/src/gallium/drivers/nvc0/
Dnvc0_stateobj.h18 struct pipe_blend_state pipe;
/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_cache.h107 struct pipe_blend_state state;
Dcso_context.h53 const struct pipe_blend_state *blend );
/external/mesa3d/src/gallium/drivers/nv30/
Dnv30_state.h20 struct pipe_blend_state pipe;
/external/mesa3d/src/gallium/tests/graw/
Dtri-gs.c237 struct pipe_blend_state blend; in init()

1234