Home
last modified time | relevance | path

Searched refs:kBlendEquationCnt (Results 1 – 7 of 7) sorted by relevance

/external/skia/src/gpu/
DBlend.h52 static const int kBlendEquationCnt = static_cast<int>(BlendEquation::kLast) + 1; variable
/external/skia/src/gpu/ganesh/vk/
DGrVkPipeline.cpp375 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()
/external/skia/src/gpu/ganesh/effects/
DGrCustomXfermode.cpp50 static_assert(skgpu::kBlendEquationCnt == (int)SkBlendMode::kLastMode + 1 + 1 + kEqOffset); in hw_blend_equation()
/external/skia/src/gpu/graphite/mtl/
DMtlGraphicsPipeline.mm218 SkASSERT((unsigned)equation < skgpu::kBlendEquationCnt);
/external/skia/src/gpu/graphite/dawn/
DDawnGraphicsPipeline.cpp208 SkASSERT((unsigned)equation < skgpu::kBlendEquationCnt); in blend_equation_to_dawn_blend_op()
/external/skia/src/gpu/ganesh/mtl/
DGrMtlPipelineStateBuilder.mm328 SkASSERT((unsigned)equation < skgpu::kBlendEquationCnt);
/external/skia/src/gpu/ganesh/gl/
DGrGLGpu.cpp116 static_assert(std::size(gXfermodeEquation2Blend) == skgpu::kBlendEquationCnt);