Home
last modified time | relevance | path

Searched refs:max_component (Results 1 – 8 of 8) sorted by relevance

/third_party/boost/boost/graph/distributed/
Dconnected_components_parallel_search.hpp295 static const component_value_type max_component = in connected_components_ps() local
305 BGL_FORALL_VERTICES_T(v, g, Graph) put(c, v, max_component); in connected_components_ps()
348 if (max_component == get(c, peer)) { in connected_components_ps()
373 if (max_component == get(c, *current)) { in connected_components_ps()
/third_party/mesa3d/src/panfrost/midgard/
Dmidgard_emit.c191 mir_pack_swizzle_64(unsigned *swizzle, unsigned max_component) in mir_pack_swizzle_64() argument
196 assert(swizzle[i] <= max_component); in mir_pack_swizzle_64()
Dmidgard_ra.c52 unsigned max_component = (16 >> srcshift) - 1; in offset_swizzle() local
59 out[c] = MIN2(swizzle[comp] + reg_comp, max_component); in offset_swizzle()
/third_party/flutter/skia/src/core/
DSkScan_Hairline.cpp310 static inline SkScalar max_component(const Sk2s& value) { in max_component() function
328 SkScalar diff = max_component(Sk2s::Max(abs(p1 - p13), abs(p2 - p23))); in compute_cubic_segs()
/third_party/skia/src/core/
DSkScan_Hairline.cpp319 static inline SkScalar max_component(const Sk2s& value) { in max_component() function
337 SkScalar diff = max_component(Sk2s::Max(abs(p1 - p13), abs(p2 - p23))); in compute_cubic_segs()
/third_party/flutter/skia/src/effects/imagefilters/
DSkLightingImageFilter.cpp170 static SkScalar max_component(const SkPoint3& p) { in max_component() function
186 return SkPackARGB32(SkClampMax(SkScalarRoundToInt(max_component(color)), 255), in light()
/third_party/skia/src/effects/imagefilters/
DSkLightingImageFilter.cpp172 static SkScalar max_component(const SkPoint3& p) { in max_component() function
187 return SkPackARGB32(SkTPin(SkScalarRoundToInt(max_component(color)), 0, 255), in light()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.cpp17651 const GLuint max_component = *it_gohan + type.GetNumComponents(); in test() local
17653 it_goten != valid_components.end() && max_component > *it_goten; ++it_goten) in test()
18034 const GLuint max_component = *it_gohan + type.GetNumComponents(); in test() local
18036 it_goten != valid_components.end() && max_component > *it_goten; ++it_goten) in test()