HomeSort by relevance Sort by last modified time
    Searched full:pipe_blend_state (Results 1 - 25 of 98) sorted by null

1 2 3 4

  /external/mesa3d/src/gallium/auxiliary/util/
u_dual_blend.h 14 static inline boolean util_blend_state_is_dual(const struct pipe_blend_state *blend,
u_dump.h 136 const struct pipe_blend_state *state);
  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_blend.h 34 struct pipe_blend_state base;
43 etna_blend_state(struct pipe_blend_state *blend)
50 const struct pipe_blend_state *so);
etnaviv_blend.c 36 const struct pipe_blend_state *so)
etnaviv_context.h 136 struct pipe_blend_state *blend;
  /external/mesa3d/src/gallium/drivers/freedreno/a2xx/
fd2_blend.h 36 struct pipe_blend_state base;
43 fd2_blend_stateobj(struct pipe_blend_state *blend)
49 const struct pipe_blend_state *cso);
fd2_blend.c 60 const struct pipe_blend_state *cso)
  /external/mesa3d/src/gallium/drivers/freedreno/a3xx/
fd3_blend.h 38 struct pipe_blend_state base;
52 fd3_blend_stateobj(struct pipe_blend_state *blend)
58 const struct pipe_blend_state *cso);
fd3_blend.c 62 const struct pipe_blend_state *cso)
  /external/mesa3d/src/gallium/drivers/freedreno/a4xx/
fd4_blend.h 38 struct pipe_blend_state base;
53 fd4_blend_stateobj(struct pipe_blend_state *blend)
59 const struct pipe_blend_state *cso);
fd4_blend.c 60 const struct pipe_blend_state *cso)
  /external/mesa3d/src/gallium/drivers/freedreno/a5xx/
fd5_blend.h 36 struct pipe_blend_state base;
52 fd5_blend_stateobj(struct pipe_blend_state *blend)
58 const struct pipe_blend_state *cso);
  /external/mesa3d/src/mesa/state_tracker/
st_cache.h 36 struct pipe_blend_state;
46 const struct pipe_blend_state *blend);
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_bld_blend.h 38 struct pipe_blend_state;
59 const struct pipe_blend_state *blend,
lp_state_blend.c 46 const struct pipe_blend_state *blend)
48 struct pipe_blend_state *state = mem_dup(blend, sizeof *blend);
lp_test_blend.c 75 const struct pipe_blend_state *blend,
111 const struct pipe_blend_state *blend,
136 const struct pipe_blend_state *blend,
360 compute_blend_ref(const struct pipe_blend_state *blend,
437 const struct pipe_blend_state *blend,
645 struct pipe_blend_state blend;
696 struct pipe_blend_state blend;
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_stateobj.h 20 struct pipe_blend_state pipe;
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_stateobj.h 18 struct pipe_blend_state pipe;
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_state_blend.c 40 const struct pipe_blend_state *blend)
54 softpipe->blend = (struct pipe_blend_state *)blend;
  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nv30_state.h 22 struct pipe_blend_state pipe;
  /external/mesa3d/src/gallium/auxiliary/postprocess/
pp_private.h 44 struct pipe_blend_state blend;
  /external/mesa3d/src/gallium/drivers/trace/
tr_dump_state.h 57 void trace_dump_blend_state(const struct pipe_blend_state *state);
  /external/mesa3d/src/gallium/state_trackers/xa/
xa_yuv.c 40 struct pipe_blend_state blend;
42 memset(&blend, 0, sizeof(struct pipe_blend_state));
  /external/mesa3d/src/gallium/state_trackers/nine/
nine_pipe.c 138 nine_convert_blend_state_fixup(struct pipe_blend_state *blend, const DWORD *rs)
156 nine_convert_blend_state(struct pipe_blend_state *blend_state, const DWORD *rs)
158 struct pipe_blend_state blend;
  /external/mesa3d/src/gallium/auxiliary/cso_cache/
cso_cache.h 107 struct pipe_blend_state state;

Completed in 2311 milliseconds

1 2 3 4