Searched refs:pipe_blend_state (Results 1 – 25 of 77) sorted by relevance
1234
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_bld_blend.h | 38 struct pipe_blend_state; 58 const struct pipe_blend_state *blend, 71 const struct pipe_blend_state *blend,
|
D | lp_state_blend.c | 46 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()
|
D | lp_test_blend.c | 82 const struct pipe_blend_state *blend, in write_tsv_row() 127 const struct pipe_blend_state *blend, in dump_blend_type() 155 const struct pipe_blend_state *blend, in add_blend_test() 385 compute_blend_ref(const struct pipe_blend_state *blend, in compute_blend_ref() 461 const struct pipe_blend_state *blend, in test_one() 750 struct pipe_blend_state blend; in test_all() 804 struct pipe_blend_state blend; in test_some()
|
D | lp_state_fs.h | 54 struct pipe_blend_state blend;
|
D | lp_context.h | 59 const struct pipe_blend_state *blend;
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cache.h | 36 struct pipe_blend_state; 46 const struct pipe_blend_state *blend);
|
D | st_context.h | 98 struct pipe_blend_state blend;
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_state_blend.c | 40 const struct pipe_blend_state *blend) in softpipe_create_blend_state() 54 softpipe->blend = (struct pipe_blend_state *)blend; in softpipe_bind_blend_state()
|
D | sp_context.h | 62 struct pipe_blend_state *blend;
|
/external/mesa3d/src/gallium/drivers/noop/ |
D | noop_state.c | 43 const struct pipe_blend_state *state) in noop_create_blend_state() 45 struct pipe_blend_state *nstate = CALLOC_STRUCT(pipe_blend_state); in noop_create_blend_state()
|
/external/mesa3d/src/gallium/state_trackers/xa/ |
D | xa_yuv.c | 40 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()
|
D | xa_context.c | 268 struct pipe_blend_state blend; in bind_solid_blend_state() 270 memset(&blend, 0, sizeof(struct pipe_blend_state)); in bind_solid_blend_state()
|
D | xa_composite.c | 259 struct pipe_blend_state blend; in bind_composite_blend_state() 264 memset(&blend, 0, sizeof(struct pipe_blend_state)); in bind_composite_blend_state()
|
/external/mesa3d/src/gallium/auxiliary/postprocess/ |
D | pp_program.h | 43 struct pipe_blend_state blend;
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_dual_blend.h | 14 static INLINE boolean util_blend_state_is_dual(const struct pipe_blend_state *blend, in util_blend_state_is_dual()
|
D | u_dump.h | 131 const struct pipe_blend_state *state);
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_context.h | 41 struct pipe_blend_state; 131 const struct pipe_blend_state *);
|
D | p_state.h | 267 struct pipe_blend_state struct
|
/external/mesa3d/src/gallium/drivers/trace/ |
D | tr_dump_state.h | 58 void trace_dump_blend_state(const struct pipe_blend_state *state);
|
/external/mesa3d/src/gallium/drivers/nv50/ |
D | nv50_stateobj.h | 20 struct pipe_blend_state pipe;
|
/external/mesa3d/src/gallium/drivers/nvc0/ |
D | nvc0_stateobj.h | 18 struct pipe_blend_state pipe;
|
/external/mesa3d/src/gallium/auxiliary/cso_cache/ |
D | cso_cache.h | 107 struct pipe_blend_state state;
|
D | cso_context.h | 53 const struct pipe_blend_state *blend );
|
/external/mesa3d/src/gallium/drivers/nv30/ |
D | nv30_state.h | 20 struct pipe_blend_state pipe;
|
/external/mesa3d/src/gallium/tests/graw/ |
D | tri-gs.c | 237 struct pipe_blend_state blend; in init()
|
1234