Searched defs:iris_blend_state (Results 1 – 1 of 1) sorted by relevance
1310 struct iris_blend_state { struct1312 uint32_t ps_blend[GENX(3DSTATE_PS_BLEND_length)];1315 uint32_t blend_state[GENX(BLEND_STATE_length) +1318 bool alpha_to_coverage; /* for shader key */1321 uint8_t blend_enables;1347 * Translates a pipe_blend_state into iris_blend_state. argument