Searched refs:d3d12_blend_state (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
H A Dd3d12_pipeline_state.h53 struct d3d12_blend_state { struct
69 struct d3d12_blend_state *blend;
H A Dd3d12_context.cpp305 struct d3d12_blend_state *state = CALLOC_STRUCT(d3d12_blend_state);
361 struct d3d12_blend_state *new_state = (struct d3d12_blend_state *) blend_state;
362 struct d3d12_blend_state *old_state = ctx->gfx_pipeline_state.blend;

Completed in 5 milliseconds