Searched refs:fd3_blend_stateobj (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_blend.h35 struct fd3_blend_stateobj { struct
49 static inline struct fd3_blend_stateobj *
50 fd3_blend_stateobj(struct pipe_blend_state *blend) function in typeref:struct:fd3_blend_stateobj *
52 return (struct fd3_blend_stateobj *)blend;
H A Dfd3_blend.c62 struct fd3_blend_stateobj *so;
88 so = CALLOC_STRUCT(fd3_blend_stateobj);
H A Dfd3_emit.c514 fd3_blend_stateobj(ctx->blend)->rb_render_control;
711 if (fd3_blend_stateobj(ctx->blend)->rb_render_control &
729 struct fd3_blend_stateobj *blend = fd3_blend_stateobj(ctx->blend);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_blend.h35 struct fd3_blend_stateobj { struct
44 static inline struct fd3_blend_stateobj *
45 fd3_blend_stateobj(struct pipe_blend_state *blend) function in typeref:struct:fd3_blend_stateobj *
47 return (struct fd3_blend_stateobj *)blend;
H A Dfd3_blend.c61 struct fd3_blend_stateobj *so;
71 so = CALLOC_STRUCT(fd3_blend_stateobj);
H A Dfd3_emit.c534 fd3_blend_stateobj(ctx->blend)->rb_render_control;
750 if (fd3_blend_stateobj(ctx->blend)->rb_render_control &
768 struct fd3_blend_stateobj *blend = fd3_blend_stateobj(ctx->blend);

Completed in 7 milliseconds