Home
last modified time | relevance | path

Searched defs:zink_blend_state (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_state.h85 struct zink_blend_state { struct
86 uint32_t hash;
87 VkPipelineColorBlendAttachmentState attachments[PIPE_MAX_COLOR_BUFS];
89 VkBool32 logicop_enable;
90 VkLogicOp logicop_func;
92 VkBool32 alpha_to_coverage;
93 VkBool32 alpha_to_one;
95 bool need_blend_constants;
96 bool dual_src_blend;