Searched refs:max_component (Results 1 – 8 of 8) sorted by relevance
/third_party/boost/boost/graph/distributed/ |
D | connected_components_parallel_search.hpp | 295 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/ |
D | midgard_emit.c | 191 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()
|
D | midgard_ra.c | 52 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/ |
D | SkScan_Hairline.cpp | 310 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/ |
D | SkScan_Hairline.cpp | 319 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/ |
D | SkLightingImageFilter.cpp | 170 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/ |
D | SkLightingImageFilter.cpp | 172 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/ |
D | gl4cEnhancedLayoutsTests.cpp | 17651 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()
|