Home
last modified time | relevance | path

Searched refs:fd6_blend_stateobj (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_blend.h47 struct fd6_blend_stateobj { struct
55 static inline struct fd6_blend_stateobj * argument
56 fd6_blend_stateobj(struct pipe_blend_state *blend) in fd6_blend_stateobj() function
58 return (struct fd6_blend_stateobj *)blend; in fd6_blend_stateobj()
62 struct fd6_blend_stateobj *blend, unsigned sample_mask);
68 struct fd6_blend_stateobj *blend = fd6_blend_stateobj(cso); in fd6_blend_variant()
Dfd6_blend.c60 __fd6_setup_blend_variant(struct fd6_blend_stateobj *blend, unsigned sample_mask) in __fd6_setup_blend_variant()
151 struct fd6_blend_stateobj *so; in fd6_blend_state_create()
195 struct fd6_blend_stateobj *so = hwcso; in fd6_blend_state_delete()
Dfd6_emit.c627 struct fd6_blend_stateobj *blend = fd6_blend_stateobj(ctx->blend); in compute_lrz_state()