Searched refs:kBlendEquationCnt (Results 1 – 7 of 7) sorted by relevance
52 static const int kBlendEquationCnt = static_cast<int>(BlendEquation::kLast) + 1; variable
375 static_assert(std::size(gTable) == skgpu::kBlendEquationCnt); in blend_equation_to_vk_blend_op()377 SkASSERT((unsigned)equation < skgpu::kBlendEquationCnt); in blend_equation_to_vk_blend_op()
50 static_assert(skgpu::kBlendEquationCnt == (int)SkBlendMode::kLastMode + 1 + 1 + kEqOffset); in hw_blend_equation()
218 SkASSERT((unsigned)equation < skgpu::kBlendEquationCnt);
208 SkASSERT((unsigned)equation < skgpu::kBlendEquationCnt); in blend_equation_to_dawn_blend_op()
328 SkASSERT((unsigned)equation < skgpu::kBlendEquationCnt);
116 static_assert(std::size(gXfermodeEquation2Blend) == skgpu::kBlendEquationCnt);