Searched defs:iris_blend_state (Results 1 – 1 of 1) sorted by relevance
1161 struct iris_blend_state { struct1163 uint32_t ps_blend[GENX(3DSTATE_PS_BLEND_length)];1166 uint32_t blend_state[GENX(BLEND_STATE_length) +1169 bool alpha_to_coverage; /* for shader key */1172 uint8_t blend_enables;1198 * Translates a pipe_blend_state into iris_blend_state. argument