Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_blend.c100 struct svga_blend_state *bs) in define_blend_state_object()
145 struct svga_blend_state *blend = CALLOC_STRUCT( svga_blend_state ); in svga_create_blend_state()
353 svga->curr.blend = (struct svga_blend_state*)blend; in svga_bind_blend_state()
361 struct svga_blend_state *bs = in svga_delete_blend_state()
362 (struct svga_blend_state *) blend; in svga_delete_blend_state()
Dsvga_context.h106 struct svga_blend_state { struct
261 const struct svga_blend_state *blend;
584 struct svga_blend_state *noop_blend;
Dsvga_state_rss.c92 const struct svga_blend_state *curr = svga->curr.blend; in emit_rss_vgpu9()
354 const struct svga_blend_state *curr; in emit_rss_vgpu10()