Home
last modified time | relevance | path

Searched refs:panfrost_blend_state (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/drivers/panfrost/
Dpan_blend_cso.c71 struct panfrost_blend_state *blend, in panfrost_get_blend_shader()
119 struct panfrost_blend_state *so = rzalloc(ctx, struct panfrost_blend_state); in panfrost_create_blend_state()
172 ctx->blend = (struct panfrost_blend_state *) cso; in panfrost_bind_blend_state()
179 struct panfrost_blend_state *blend = (struct panfrost_blend_state *) cso; in panfrost_delete_blend_state()
232 struct panfrost_blend_state *blend = ctx->blend; in panfrost_get_blend_for_context()
Dpan_blend.h109 struct panfrost_blend_state { struct
145 struct panfrost_blend_state *blend,
Dpan_blend_shaders.h36 struct panfrost_blend_state *state,
Dpan_blending.h33 struct panfrost_blend_state;
Dpan_context.h168 struct panfrost_blend_state *blend;
178 struct panfrost_blend_state *blit_blend;
Dpan_blend_shaders.c137 struct panfrost_blend_state *state, in panfrost_create_blend_shader()
Dpan_context.c1617 ctx->blit_blend = rzalloc(ctx, struct panfrost_blend_state); in panfrost_create_context()