Searched refs:need_blend_constants (Results 1 – 3 of 3) sorted by relevance
152 need_blend_constants(enum pipe_blendfactor factor) in need_blend_constants() function226 cso->need_blend_constants = false; in zink_create_blend_state()244 if (need_blend_constants(rt->rgb_src_factor) || in zink_create_blend_state()245 need_blend_constants(rt->rgb_dst_factor) || in zink_create_blend_state()246 need_blend_constants(rt->alpha_src_factor) || in zink_create_blend_state()247 need_blend_constants(rt->alpha_dst_factor)) in zink_create_blend_state()248 cso->need_blend_constants = true; in zink_create_blend_state()
71 bool need_blend_constants; member
463 if (ctx->gfx_pipeline_state.blend_state->need_blend_constants) in zink_draw_vbo()