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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_blend.h36 struct fd6_blend_stateobj { struct
53 static inline struct fd6_blend_stateobj *
54 fd6_blend_stateobj(struct pipe_blend_state *blend) function in typeref:struct:fd6_blend_stateobj *
56 return (struct fd6_blend_stateobj *)blend;
H A Dfd6_blend.c62 struct fd6_blend_stateobj *so;
88 so = CALLOC_STRUCT(fd6_blend_stateobj);
H A Dfd6_emit.c970 struct fd6_blend_stateobj *blend = fd6_blend_stateobj(ctx->blend);
1004 struct fd6_blend_stateobj *blend = fd6_blend_stateobj(ctx->blend);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_blend.h47 struct fd6_blend_stateobj { struct
57 static inline struct fd6_blend_stateobj *
58 fd6_blend_stateobj(struct pipe_blend_state *blend) function in typeref:struct:fd6_blend_stateobj *
60 return (struct fd6_blend_stateobj *)blend;
64 __fd6_setup_blend_variant(struct fd6_blend_stateobj *blend,
71 struct fd6_blend_stateobj *blend = fd6_blend_stateobj(cso);
H A Dfd6_blend.c61 __fd6_setup_blend_variant(struct fd6_blend_stateobj *blend,
153 struct fd6_blend_stateobj *so;
200 struct fd6_blend_stateobj *so = hwcso;
H A Dfd6_emit.c631 struct fd6_blend_stateobj *blend = fd6_blend_stateobj(ctx->blend);
762 struct fd6_blend_stateobj *blend = fd6_blend_stateobj(ctx->blend);

Completed in 8 milliseconds