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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_blend.h35 struct fd5_blend_stateobj { struct
48 static inline struct fd5_blend_stateobj *
49 fd5_blend_stateobj(struct pipe_blend_state *blend) function in typeref:struct:fd5_blend_stateobj *
51 return (struct fd5_blend_stateobj *)blend;
H A Dfd5_blend.c61 struct fd5_blend_stateobj *so;
71 so = CALLOC_STRUCT(fd5_blend_stateobj);
H A Dfd5_emit.c576 struct fd5_blend_stateobj *blend = fd5_blend_stateobj(ctx->blend);
796 struct fd5_blend_stateobj *blend = fd5_blend_stateobj(ctx->blend);
826 struct fd5_blend_stateobj *blend = fd5_blend_stateobj(ctx->blend);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_blend.h35 struct fd5_blend_stateobj { struct
53 static inline struct fd5_blend_stateobj *
54 fd5_blend_stateobj(struct pipe_blend_state *blend) function in typeref:struct:fd5_blend_stateobj *
56 return (struct fd5_blend_stateobj *)blend;
H A Dfd5_blend.c61 struct fd5_blend_stateobj *so;
87 so = CALLOC_STRUCT(fd5_blend_stateobj);
H A Dfd5_emit.c545 struct fd5_blend_stateobj *blend = fd5_blend_stateobj(ctx->blend);
723 struct fd5_blend_stateobj *blend = fd5_blend_stateobj(ctx->blend);
757 struct fd5_blend_stateobj *blend = fd5_blend_stateobj(ctx->blend);

Completed in 6 milliseconds