Home
last modified time | relevance | path

Searched refs:count_formats (Results 1 – 16 of 16) sorted by relevance

/external/libdrm/tests/kms/
Dlibkms-test-plane.c57 plane->formats = calloc(p->count_formats, sizeof(uint32_t)); in kms_plane_probe()
63 for (i = 0; i < p->count_formats; i++) in kms_plane_probe()
66 plane->num_formats = p->count_formats; in kms_plane_probe()
/external/libkmsxx/kms++/src/
Dplane.cpp43 for (unsigned i = 0; i < p->count_formats; ++i) in supports_format()
96 for (unsigned i = 0; i < p->count_formats; ++i) in get_formats()
/external/igt-gpu-tools/tests/
Dkms_plane_scaling.c239 for (int j = 0; j < plane->drm_plane->count_formats; j++) { in test_scaler_with_rotation_pipe()
275 for (int j = 0; j < plane->drm_plane->count_formats; j++) { in test_scaler_with_pixel_format_pipe()
513 for (int i = 0; i < d->plane1->drm_plane->count_formats; i++) { in test_scaler_with_clipping_clamping_scenario()
519 for (int j = 0; j < d->plane2->drm_plane->count_formats; j++) { in test_scaler_with_clipping_clamping_scenario()
Dkms_force_connector_basic.c151 for (j = 0; j < drm_plane->count_formats; j++) {
Dkms_available_modes_crc.c408 modeindex < modePlane->count_formats; in test_available_modes()
Dkms_rotation_crc.c405 for (j = 0; j < plane->drm_plane->count_formats; j++) { in test_plane_rotation()
Dkms_atomic.c271 for (i = 0; i < plane_kms->count_formats; i++) { in plane_get_igt_format()
/external/drm_hwcomposer/drm/
DDrmPlane.cpp35 formats_(p->formats, p->formats + p->count_formats) { in DrmPlane()
/external/libdrm/
Dxf86drmMode.h233 uint32_t count_formats; member
Dxf86drmMode.c1043 r->count_formats = ovr.count_format_types; in drmModeGetPlane()
/external/mesa3d/include/drm-uapi/
Ddrm_mode.h865 __u32 count_formats; member
/external/libdrm/include/drm/
Ddrm_mode.h865 __u32 count_formats; member
/external/igt-gpu-tools/include/drm-uapi/
Ddrm_mode.h764 __u32 count_formats; member
/external/kernel-headers/original/uapi/drm/
Ddrm_mode.h951 __u32 count_formats; member
/external/libdrm/tests/modetest/
Dmodetest.c336 for (i = 0; i < header->count_formats; i++) { in dump_in_formats()
547 if (!ovr->count_formats) in dump_planes()
551 for (j = 0; j < ovr->count_formats; j++) in dump_planes()
1106 for (i = 0; i < ovr->count_formats; ++i) { in format_support()
/external/igt-gpu-tools/lib/
Digt_kms.c4402 count = p->count_formats; in igt_fill_plane_format_mod()