• Home
  • Raw
  • Download

Lines Matching refs:static_assert

190     static_assert(SK_ARRAY_COUNT(gTable) == kGrStencilOpCount);  in stencil_op_to_vk_stencil_op()
191 static_assert(0 == (int)GrStencilOp::kKeep); in stencil_op_to_vk_stencil_op()
192 static_assert(1 == (int)GrStencilOp::kZero); in stencil_op_to_vk_stencil_op()
193 static_assert(2 == (int)GrStencilOp::kReplace); in stencil_op_to_vk_stencil_op()
194 static_assert(3 == (int)GrStencilOp::kInvert); in stencil_op_to_vk_stencil_op()
195 static_assert(4 == (int)GrStencilOp::kIncWrap); in stencil_op_to_vk_stencil_op()
196 static_assert(5 == (int)GrStencilOp::kDecWrap); in stencil_op_to_vk_stencil_op()
197 static_assert(6 == (int)GrStencilOp::kIncClamp); in stencil_op_to_vk_stencil_op()
198 static_assert(7 == (int)GrStencilOp::kDecClamp); in stencil_op_to_vk_stencil_op()
214 static_assert(SK_ARRAY_COUNT(gTable) == kGrStencilTestCount); in stencil_func_to_vk_compare_op()
215 static_assert(0 == (int)GrStencilTest::kAlways); in stencil_func_to_vk_compare_op()
216 static_assert(1 == (int)GrStencilTest::kNever); in stencil_func_to_vk_compare_op()
217 static_assert(2 == (int)GrStencilTest::kGreater); in stencil_func_to_vk_compare_op()
218 static_assert(3 == (int)GrStencilTest::kGEqual); in stencil_func_to_vk_compare_op()
219 static_assert(4 == (int)GrStencilTest::kLess); in stencil_func_to_vk_compare_op()
220 static_assert(5 == (int)GrStencilTest::kLEqual); in stencil_func_to_vk_compare_op()
221 static_assert(6 == (int)GrStencilTest::kEqual); in stencil_func_to_vk_compare_op()
222 static_assert(7 == (int)GrStencilTest::kNotEqual); in stencil_func_to_vk_compare_op()
365 static_assert(0 == kAdd_GrBlendEquation); in blend_equation_to_vk_blend_op()
366 static_assert(1 == kSubtract_GrBlendEquation); in blend_equation_to_vk_blend_op()
367 static_assert(2 == kReverseSubtract_GrBlendEquation); in blend_equation_to_vk_blend_op()
368 static_assert(3 == kScreen_GrBlendEquation); in blend_equation_to_vk_blend_op()
369 static_assert(4 == kOverlay_GrBlendEquation); in blend_equation_to_vk_blend_op()
370 static_assert(5 == kDarken_GrBlendEquation); in blend_equation_to_vk_blend_op()
371 static_assert(6 == kLighten_GrBlendEquation); in blend_equation_to_vk_blend_op()
372 static_assert(7 == kColorDodge_GrBlendEquation); in blend_equation_to_vk_blend_op()
373 static_assert(8 == kColorBurn_GrBlendEquation); in blend_equation_to_vk_blend_op()
374 static_assert(9 == kHardLight_GrBlendEquation); in blend_equation_to_vk_blend_op()
375 static_assert(10 == kSoftLight_GrBlendEquation); in blend_equation_to_vk_blend_op()
376 static_assert(11 == kDifference_GrBlendEquation); in blend_equation_to_vk_blend_op()
377 static_assert(12 == kExclusion_GrBlendEquation); in blend_equation_to_vk_blend_op()
378 static_assert(13 == kMultiply_GrBlendEquation); in blend_equation_to_vk_blend_op()
379 static_assert(14 == kHSLHue_GrBlendEquation); in blend_equation_to_vk_blend_op()
380 static_assert(15 == kHSLSaturation_GrBlendEquation); in blend_equation_to_vk_blend_op()
381 static_assert(16 == kHSLColor_GrBlendEquation); in blend_equation_to_vk_blend_op()
382 static_assert(17 == kHSLLuminosity_GrBlendEquation); in blend_equation_to_vk_blend_op()
383 static_assert(SK_ARRAY_COUNT(gTable) == kGrBlendEquationCnt); in blend_equation_to_vk_blend_op()