Home
last modified time | relevance | path

Searched refs:has_fixed_function (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/panfrost/
Dpan_blend_cso.c139 rt->has_fixed_function = in panfrost_create_blend_state()
143 if (rt->has_fixed_function && version == 6 && rt->constant_mask) in panfrost_create_blend_state()
144 rt->has_fixed_function = false; in panfrost_create_blend_state()
146 if (rt->has_fixed_function) { in panfrost_create_blend_state()
236 if (rt->has_fixed_function && panfrost_can_fixed_blend(fmt)) { in panfrost_get_blend_for_context()
Dpan_blend.h99 bool has_fixed_function; member