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

1 2 3 4

  /external/mesa3d/src/mesa/state_tracker/
st_cache.h 36 struct pipe_blend_state;
46 const struct pipe_blend_state *blend);
st_context.h 98 struct pipe_blend_state blend;
  /external/mesa3d/src/gallium/auxiliary/postprocess/
pp_program.h 43 struct pipe_blend_state blend;
  /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 131 const struct pipe_blend_state *state);
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_bld_blend.h 38 struct pipe_blend_state;
58 const struct pipe_blend_state *blend,
71 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_state_fs.h 54 struct pipe_blend_state blend;
lp_context.h 59 const struct pipe_blend_state *blend;
lp_test_blend.c 82 const struct pipe_blend_state *blend,
127 const struct pipe_blend_state *blend,
155 const struct pipe_blend_state *blend,
385 compute_blend_ref(const struct pipe_blend_state *blend,
461 const struct pipe_blend_state *blend,
750 struct pipe_blend_state blend;
804 struct pipe_blend_state blend;
lp_bld_blend_aos.c 259 const struct pipe_blend_state *blend,
  /external/mesa3d/src/gallium/drivers/trace/
tr_dump_state.h 58 void trace_dump_blend_state(const struct pipe_blend_state *state);
  /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;
sp_context.h 62 struct pipe_blend_state *blend;
  /external/mesa3d/src/gallium/auxiliary/cso_cache/
cso_cache.h 107 struct pipe_blend_state state;
cso_context.h 53 const struct pipe_blend_state *blend );
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_stateobj.h 20 struct pipe_blend_state pipe;
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_stateobj.h 18 struct pipe_blend_state pipe;
  /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));
xa_composite.c 259 struct pipe_blend_state blend;
264 memset(&blend, 0, sizeof(struct pipe_blend_state));
xa_context.c 268 struct pipe_blend_state blend;
270 memset(&blend, 0, sizeof(struct pipe_blend_state));
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_state.h 20 struct pipe_blend_state pipe;
  /external/mesa3d/src/gallium/drivers/noop/
noop_state.c 43 const struct pipe_blend_state *state)
45 struct pipe_blend_state *nstate = CALLOC_STRUCT(pipe_blend_state);
  /external/mesa3d/src/gallium/include/pipe/
p_context.h 41 struct pipe_blend_state;
131 const struct pipe_blend_state *);
p_state.h 267 struct pipe_blend_state struct

Completed in 252 milliseconds

1 2 3 4