Home
last modified time | relevance | path

Searched defs:blend (Results 1 - 25 of 216) sorted by relevance

123456789

/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_blend.h41 fd2_blend_stateobj(struct pipe_blend_state *blend) in fd2_blend_stateobj() argument
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_dual_blend.h14 static inline boolean util_blend_state_is_dual(const struct pipe_blend_state *blend, in util_blend_state_is_dual() argument
/third_party/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_matrix_filter.h42 void *blend; member
H A Dvl_bicubic_filter.h41 void *blend; member
H A Dvl_median_filter.h50 void *blend; member
H A Dvl_deint_filter.h41 void *blend[3]; member
H A Dvl_zscan.h51 void *blend; member
H A Dvl_idct.h47 void *blend; member
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_blend.h47 etna_blend_state(struct pipe_blend_state *blend) in etna_blend_state() argument
H A Detnaviv_emit.c498 struct etna_blend_state *blend = etna_blend_state(ctx->blend); in etna_emit_state() local
502 struct etna_blend_state *blend = etna_blend_state(ctx->blend); in etna_emit_state() local
H A Detnaviv_blend.c129 struct etna_blend_state *blend = etna_blend_state(pblend); in etna_update_blend() local
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_blend.h45 fd3_blend_stateobj(struct pipe_blend_state *blend) in fd3_blend_stateobj() argument
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_blend.h46 fd4_blend_stateobj(struct pipe_blend_state *blend) in fd4_blend_stateobj() argument
/third_party/mesa3d/src/panfrost/bifrost/test/
H A Dtest-scheduler-predicates.cpp84 bi_instr *blend = bi_blend_to(b, TMP(), TMP(), TMP(), TMP(), TMP(), TMP(), in TEST_F() local
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_blend.h49 fd5_blend_stateobj(struct pipe_blend_state *blend) in fd5_blend_stateobj() argument
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_blend.h58 fd6_blend_stateobj(struct pipe_blend_state *blend) in fd6_blend_stateobj() argument
71 struct fd6_blend_stateobj *blend = fd6_blend_stateobj(cso); in fd6_blend_variant() local
H A Dfd6_blend.c60 __fd6_setup_blend_variant(struct fd6_blend_stateobj *blend, in __fd6_setup_blend_variant() argument
[all...]
/third_party/skia/src/core/
H A DSkBlenderBase.h66 inline SkBlenderBase* as_BB(SkBlender* blend) { in as_BB() argument
70 inline const SkBlenderBase* as_BB(const SkBlender* blend) { in as_BB() argument
74 inline const SkBlenderBase* as_BB(const sk_sp<SkBlender>& blend) { in as_BB() argument
/third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/cpp/effects/
H A DCombFilter.h26 CombFilter(float blend, float feedForward, float feedBack, int delay) : in CombFilter() argument
H A DDelayLineEffect.h33 DelayLineEffect(float blend, float feedForward, float feedBack, int delay, int depth, std::function<float()> &&mod) : in DelayLineEffect() argument
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_pipe.c143 nine_convert_blend_state_fixup(struct pipe_blend_state *blend, const DWORD *rs) in nine_convert_blend_state_fixup() argument
163 struct pipe_blend_state blend; in nine_convert_blend_state() local
[all...]
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_atom_blend.c52 translate_blend(GLenum blend) in translate_blend() argument
196 struct pipe_blend_state *blend = &st->state.blend; st_update_blend() local
[all...]
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_state_blend.c39 softpipe_create_blend_state(struct pipe_context *pipe, const struct pipe_blend_state *blend) softpipe_create_blend_state() argument
47 softpipe_bind_blend_state(struct pipe_context *pipe, void *blend) softpipe_bind_blend_state() argument
61 softpipe_delete_blend_state(struct pipe_context *pipe, void *blend) softpipe_delete_blend_state() argument
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_blend.c181 emulate_logicop(struct svga_context *svga, unsigned logicop_func, struct svga_blend_state *blend, unsigned buffer) emulate_logicop() argument
298 struct svga_blend_state *blend = CALLOC_STRUCT( svga_blend_state ); svga_create_blend_state() local
425 svga_bind_blend_state(struct pipe_context *pipe, void *blend) svga_bind_blend_state() argument
434 svga_delete_blend_state(struct pipe_context *pipe, void *blend) svga_delete_blend_state() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_blend.c61 llvmpipe_bind_blend_state(struct pipe_context *pipe, void *blend) in llvmpipe_bind_blend_state() argument
77 llvmpipe_delete_blend_state(struct pipe_context *pipe, void *blend) in llvmpipe_delete_blend_state() argument
45 llvmpipe_create_blend_state(struct pipe_context *pipe, const struct pipe_blend_state *blend) llvmpipe_create_blend_state() argument
[all...]

Completed in 9 milliseconds

123456789