Searched refs:need_blend_constants (Results 1 – 3 of 3) sorted by relevance
276 need_blend_constants(enum pipe_blendfactor factor) in need_blend_constants() function366 cso->need_blend_constants = false; in zink_create_blend_state()384 if (need_blend_constants(rt->rgb_src_factor) || in zink_create_blend_state()385 need_blend_constants(rt->rgb_dst_factor) || in zink_create_blend_state()386 need_blend_constants(rt->alpha_src_factor) || in zink_create_blend_state()387 need_blend_constants(rt->alpha_dst_factor)) in zink_create_blend_state()388 cso->need_blend_constants = true; in zink_create_blend_state()
95 bool need_blend_constants; member
733 ctx->gfx_pipeline_state.blend_state->need_blend_constants) { in zink_draw_vbo()