/third_party/libunwind/libunwind/tests/ |
H A D | x64-test-dwarf-expressions.S | 68 # of cfa-16 (cfa points at old rsp, cfa-8 is our rip, so we stored r12 at
|
/third_party/skia/src/core/ |
H A D | SkReadBuffer.h | 137 bool readPointArray(SkPoint* points, size_t size);
|
/third_party/skia/src/xps/ |
H A D | SkXPSDevice.h | 203 const SkPoint (&points)[4],
|
/third_party/skia/experimental/sktext/src/ |
H A D | Paint.cpp | 68 sk_careful_memcpy(blobBuffer.points(), positions, glyphCount * sizeof(SkPoint)); in onGlyphRun()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/ |
H A D | vktRasterizationTests.cpp | 1582 // These points will be used to draw something with the wrong topology. in getOffScreenPoints() 1654 virtual bool compareAndVerify (std::vector<PointSceneSpec::ScenePoint>& points, 1721 std::vector<PointSceneSpec::ScenePoint> points; in iterate() local 1727 generatePoints(m_iteration, drawBuffer, points); in iterate() 1734 const bool compareOk = compareAndVerify(points, resultImage, drawBuffer); in iterate() 1755 bool PointTestInstance::compareAndVerify (std::vector<PointSceneSpec::ScenePoint>& points, in compareAndVerify() argument 1770 scene.points.swap(points); in compareAndVerify() 2354 << "layout(points) in;\n" in initPrograms() 2355 << "layout(points, max_vertice in initPrograms() [all...] |
/kernel/linux/linux-6.6/arch/s390/boot/ |
H A D | head.S | 223 # This is a list of s390 kernel entry points. At address 0x1000f the number of 224 # valid entry points is stored.
|
/kernel/linux/linux-5.10/tools/include/uapi/drm/ |
H A D | drm.h | 765 __u64 points; member 784 __u64 points; member
|
/kernel/linux/linux-5.10/include/uapi/drm/ |
H A D | drm.h | 765 __u64 points; member 784 __u64 points; member
|
/kernel/linux/linux-6.6/include/uapi/drm/ |
H A D | drm.h | 909 __u64 points; member 949 __u64 points; member
|
/kernel/linux/linux-6.6/tools/include/uapi/drm/ |
H A D | drm.h | 909 __u64 points; member 949 __u64 points; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/drm/ |
H A D | drm.h | 426 __u64 points; member 441 __u64 points; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/drm/ |
H A D | drm.h | 426 __u64 points; member 441 __u64 points; member
|
/third_party/mesa3d/include/drm-uapi/ |
H A D | drm.h | 897 __u64 points; member 916 __u64 points; member
|
/third_party/libdrm/include/drm/ |
H A D | drm.h | 897 __u64 points; member 916 __u64 points; member
|
/third_party/skia/tests/ |
H A D | GradientTest.cpp | 385 const SkPoint points[] { { 0.f, 0.f }, { 1e-20f, -1e-8f }}; // must be degenerate in test_unsorted_degenerate() 387 sk_sp<SkShader> gradient = SkGradientShader::MakeLinear(points, colors, nullptr, positions, 3, in test_unsorted_degenerate()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ft.cc | 485 *x = ft_face->glyph->outline.points[point_index].x; 486 *y = ft_face->glyph->outline.points[point_index].y;
|
/third_party/skia/modules/svg/src/ |
H A D | SkSVGAttributeParser.cpp | 646 bool SkSVGAttributeParser::parse(SkSVGPointsType* points) { 650 // list-of-points: 686 *points = pts;
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/rasterization/ |
H A D | vktRasterizationTests.cpp | 1579 // These points will be used to draw something with the wrong topology. in getOffScreenPoints() 1651 virtual bool compareAndVerify (std::vector<PointSceneSpec::ScenePoint>& points, 1718 std::vector<PointSceneSpec::ScenePoint> points; in iterate() local 1724 generatePoints(m_iteration, drawBuffer, points); in iterate() 1731 const bool compareOk = compareAndVerify(points, resultImage, drawBuffer); in iterate() 1752 bool PointTestInstance::compareAndVerify (std::vector<PointSceneSpec::ScenePoint>& points, in compareAndVerify() argument 1767 scene.points.swap(points); in compareAndVerify() 2529 TCU_THROW(NotSupportedError, "Large points required for test, but are not supported"); in checkSupport() 4121 virtual bool compareAndVerify (std::vector<PointSceneSpec::ScenePoint>& points, [all...] |
/kernel/linux/linux-5.10/drivers/regulator/ |
H A D | qcom_spmi-regulator.c | 337 * overlapping set points. 338 * @n_voltages: Number of preferred voltage set points present in this 1533 static void spmi_calculate_num_voltages(struct spmi_voltage_set_points *points) in spmi_calculate_num_voltages() argument 1536 struct spmi_voltage_range *range = points->range; in spmi_calculate_num_voltages() 1538 for (; range < points->range + points->count; range++) { in spmi_calculate_num_voltages() 1545 points->n_voltages += n; in spmi_calculate_num_voltages()
|
/kernel/linux/linux-6.6/drivers/regulator/ |
H A D | qcom_spmi-regulator.c | 374 * overlapping set points. 375 * @n_voltages: Number of preferred voltage set points present in this 1677 static void spmi_calculate_num_voltages(struct spmi_voltage_set_points *points) in spmi_calculate_num_voltages() argument 1680 struct spmi_voltage_range *range = points->range; in spmi_calculate_num_voltages() 1682 for (; range < points->range + points->count; range++) { in spmi_calculate_num_voltages() 1689 points->n_voltages += n; in spmi_calculate_num_voltages()
|
/third_party/ffmpeg/libavcodec/ |
H A D | sanm.c | 365 /* Interpolate two points. */ 366 static void interp_point(int8_t *points, int x0, int y0, int x1, int y1, in interp_point() argument 370 points[0] = (x0 * pos + x1 * (npoints - pos) + (npoints >> 1)) / npoints; in interp_point() 371 points[1] = (y0 * pos + y1 * (npoints - pos) + (npoints >> 1)) / npoints; in interp_point() 373 points[0] = x0; in interp_point() 374 points[1] = y0; in interp_point()
|
/third_party/skia/third_party/externals/freetype/src/smooth/ |
H A D | ftgrays.c | 1330 * approaches their chord trisection points. 1402 /* with each split, control points quickly converge towards */ in gray_render_cubic() 1403 /* chord trisection points and the vanishing distances below */ in gray_render_cubic() 1693 limit = outline->points + last; in FT_Outline_Decompose() 1695 v_start = outline->points[first]; in FT_Outline_Decompose() 1699 v_last = outline->points[last]; in FT_Outline_Decompose() 1705 point = outline->points + first; in FT_Outline_Decompose() 1725 /* if both first and last points are conic, */ in FT_Outline_Decompose() 2066 if ( !outline->contours || !outline->points ) in gray_raster_render()
|
/kernel/linux/linux-6.6/drivers/hid/ |
H A D | hid-playstation.c | 217 struct dualsense_touch_point points[2]; member 413 struct dualshock4_touch_point points[2]; member 1427 for (i = 0; i < ARRAY_SIZE(ds_report->points); i++) { in dualsense_parse_report() 1428 struct dualsense_touch_point *point = &ds_report->points[i]; in dualsense_parse_report() 2285 for (j = 0; j < ARRAY_SIZE(touch_report->points); j++) { in dualshock4_parse_report() 2286 struct dualshock4_touch_point *point = &touch_report->points[j]; in dualshock4_parse_report()
|
/kernel/linux/linux-5.10/arch/m68k/math-emu/ |
H A D | fp_entry.S | 109 | Entry points to get/put a register. Some of them can be get/put
|
/kernel/linux/linux-5.10/arch/arc/include/asm/ |
H A D | entry-arcv2.h | 237 ; SP points to PC/STAT32: hw restores them despite NO_AUTOSAVE
|