Home
last modified time | relevance | path

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

12345

/external/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_blend.h48 struct pipe_blend_state base;
56 fd6_blend_stateobj(struct pipe_blend_state *blend) in fd6_blend_stateobj()
65 fd6_blend_variant(struct pipe_blend_state *cso, in fd6_blend_variant()
86 const struct pipe_blend_state *cso);
Dfd6_blend.c62 const struct pipe_blend_state *cso = &blend->base; in __fd6_setup_blend_variant()
149 const struct pipe_blend_state *cso) in fd6_blend_state_create()
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_blend.h34 struct pipe_blend_state base;
41 fd2_blend_stateobj(struct pipe_blend_state *blend) in fd2_blend_stateobj()
47 const struct pipe_blend_state *cso);
Dfd2_blend.c59 const struct pipe_blend_state *cso) in fd2_blend_state_create()
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_blend.h36 struct pipe_blend_state base;
45 fd3_blend_stateobj(struct pipe_blend_state *blend) in fd3_blend_stateobj()
51 const struct pipe_blend_state *cso);
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_blend.h36 struct pipe_blend_state base;
46 fd4_blend_stateobj(struct pipe_blend_state *blend) in fd4_blend_stateobj()
52 const struct pipe_blend_state *cso);
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_blend.h36 struct pipe_blend_state base;
49 fd5_blend_stateobj(struct pipe_blend_state *blend) in fd5_blend_stateobj()
55 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.c39 const struct pipe_blend_state *so) in etna_blend_state_create()
126 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()
/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/frontends/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/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/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/mesa/state_tracker/
Dst_context.h193 struct pipe_blend_state blend;
317 struct pipe_blend_state upload_blend;
/external/virglrenderer/src/gallium/include/pipe/
Dp_context.h42 struct pipe_blend_state;
136 const struct pipe_blend_state *);
/external/mesa3d/src/gallium/drivers/panfrost/
Dpan_blend.h110 struct pipe_blend_state base;
/external/mesa3d/src/gallium/auxiliary/postprocess/
Dpp_private.h45 struct pipe_blend_state blend;
/external/mesa3d/src/gallium/auxiliary/driver_trace/
Dtr_dump_state.h57 void trace_dump_blend_state(const struct pipe_blend_state *state);
/external/mesa3d/src/gallium/frontends/nine/
Dnine_pipe.c142 nine_convert_blend_state_fixup(struct pipe_blend_state *blend, const DWORD *rs) in nine_convert_blend_state_fixup()
160 nine_convert_blend_state(struct pipe_blend_state *blend_state, const DWORD *rs) in nine_convert_blend_state()
162 struct pipe_blend_state blend; in nine_convert_blend_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;

12345