Searched refs:has_fixed_function (Results 1 – 2 of 2) sorted by relevance
139 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()
99 bool has_fixed_function; member