Home
last modified time | relevance | path

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

12345

/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_blend.h36 struct pipe_blend_state base;
45 fd2_blend_stateobj(struct pipe_blend_state *blend) in fd2_blend_stateobj()
51 const struct pipe_blend_state *cso);
Dfd2_blend.c61 const struct pipe_blend_state *cso) in fd2_blend_state_create()
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_blend.h38 struct pipe_blend_state base;
52 fd3_blend_stateobj(struct pipe_blend_state *blend) in fd3_blend_stateobj()
58 const struct pipe_blend_state *cso);
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_blend.h38 struct pipe_blend_state base;
53 fd4_blend_stateobj(struct pipe_blend_state *blend) in fd4_blend_stateobj()
59 const struct pipe_blend_state *cso);
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_blend.h36 struct pipe_blend_state base;
54 fd5_blend_stateobj(struct pipe_blend_state *blend) in fd5_blend_stateobj()
60 const struct pipe_blend_state *cso);
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_blend.h36 struct pipe_blend_state base;
47 etna_blend_state(struct pipe_blend_state *blend) in etna_blend_state()
54 const struct pipe_blend_state *so);
Detnaviv_blend.c38 const struct pipe_blend_state *so) in etna_blend_state_create()
114 struct pipe_blend_state *pblend = ctx->blend; in etna_update_blend()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_bld_blend.h38 struct pipe_blend_state;
59 const struct pipe_blend_state *blend,
Dlp_test_blend.c75 const struct pipe_blend_state *blend, in write_tsv_row()
111 const struct pipe_blend_state *blend, in dump_blend_type()
136 const struct pipe_blend_state *blend, in add_blend_test()
360 compute_blend_ref(const struct pipe_blend_state *blend, in compute_blend_ref()
437 const struct pipe_blend_state *blend, in test_one()
645 struct pipe_blend_state blend; in test_all()
696 struct pipe_blend_state blend; in test_some()
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_state_fs.h66 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()
/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()
/external/mesa3d/src/mesa/state_tracker/
Dst_context.h137 struct pipe_blend_state blend;
242 struct pipe_blend_state upload_blend;
/external/virglrenderer/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()
/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()
/external/virglrenderer/src/gallium/include/pipe/
Dp_context.h42 struct pipe_blend_state;
136 const struct pipe_blend_state *);
/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_pipe.c138 nine_convert_blend_state_fixup(struct pipe_blend_state *blend, const DWORD *rs) in nine_convert_blend_state_fixup()
156 nine_convert_blend_state(struct pipe_blend_state *blend_state, const DWORD *rs) in nine_convert_blend_state()
158 struct pipe_blend_state blend; in nine_convert_blend_state()
/external/mesa3d/src/gallium/auxiliary/postprocess/
Dpp_private.h44 struct pipe_blend_state blend;
/external/mesa3d/src/gallium/drivers/trace/
Dtr_dump_state.h57 void trace_dump_blend_state(const struct pipe_blend_state *state);
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_stateobj.h20 struct pipe_blend_state pipe;
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_stateobj.h18 struct pipe_blend_state pipe;
/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_cache.h107 struct pipe_blend_state state;
/external/virglrenderer/src/gallium/auxiliary/cso_cache/
Dcso_cache.h107 struct pipe_blend_state state;
/external/mesa3d/src/gallium/include/pipe/
Dp_context.h43 struct pipe_blend_state;
201 const struct pipe_blend_state *);

12345