Searched refs:version (Results 1 - 25 of 4161) sorted by relevance

1234567891011>>

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/
H A D145-version-first.c2 #version 120
H A D146-version-first-hash.c2 #version 120
H A D064-version.c0 #version 130
H A D147-undef-builtin-allowed.c0 #version 110
H A D120-undef-builtin.c0 #version 300 es
H A D125-es-short-circuit-undefined.c7 #version 300 es
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/glcpp/tests/
H A D145-version-first.c2 #version 120
H A D146-version-first-hash.c2 #version 120
H A D064-version.c0 #version 130
H A D147-undef-builtin-allowed.c0 #version 110
H A D120-undef-builtin.c0 #version 300 es
H A D125-es-short-circuit-undefined.c7 #version 300 es
/xsrc/external/mit/libdrm/dist/tests/tegra/
H A Dopenclose.c35 drmVersionPtr version; local in function:main
48 version = drmGetVersion(fd);
49 if (version) {
50 printf("Version: %d.%d.%d\n", version->version_major,
51 version->version_minor, version->version_patchlevel);
52 printf(" Name: %s\n", version->name);
53 printf(" Date: %s\n", version->date);
54 printf(" Description: %s\n", version->desc);
56 drmFreeVersion(version);
[all...]
/xsrc/external/mit/MesaLib/dist/bin/
H A Dmeson_get_version.py29 version = f.read().strip()
30 print(version, end='')
/xsrc/external/mit/MesaLib/dist/src/freedreno/drm/
H A Dfreedreno_device.c36 struct fd_device *msm_device_new(int fd, drmVersionPtr version);
42 drmVersionPtr version; local in function:fd_device_new
45 version = drmGetVersion(fd);
46 if (!version) {
47 ERROR_MSG("cannot get version: %s", strerror(errno));
51 if (!strcmp(version->name, "msm")) {
53 if (version->version_major != 1) {
54 ERROR_MSG("unsupported version: %u.%u.%u", version->version_major,
55 version
[all...]
/xsrc/external/mit/libdrm/dist/nouveau/nvif/
H A Dioctl.h7 __u8 version; member in struct:nvif_ioctl_v0
35 __u64 version; member in struct:nvif_ioctl_nop_v0
40 __u8 version; member in struct:nvif_ioctl_sclass_v0
52 __u8 version; member in struct:nvif_ioctl_new_v0
67 __u8 version; member in struct:nvif_ioctl_rd_v0
76 __u8 version; member in struct:nvif_ioctl_wr_v0
85 __u8 version; member in struct:nvif_ioctl_map_v0
96 __u8 version; member in struct:nvif_ioctl_ntfy_new_v0
105 __u8 version; member in struct:nvif_ioctl_ntfy_del_v0
112 __u8 version; member in struct:nvif_ioctl_ntfy_get_v0
119 __u8 version; member in struct:nvif_ioctl_ntfy_put_v0
126 __u8 version; member in struct:nvif_ioctl_mthd_v0
[all...]
/xsrc/external/mit/fontconfig/dist/conf.d/
H A D25-unhint-nonlatin.conf1 <?xml version="1.0"?> key
/xsrc/external/mit/freetype/dist/builds/meson/
H A Dextract_libtool_version.py2 """Extract the libtool version from `configure.raw`.
4 This script parses the `configure.raw` file to extract the libtool version
5 number. By default, the full dotted version number is printed, but
55 help="Only print the major version number.",
60 help="Only print the minor version number.",
65 help="Only print the patch version number.",
83 version = parse_configure_raw(raw_file)
86 print(version[0])
88 print(version[1])
90 print(version[
[all...]
/xsrc/external/mit/xorg-server/dist/include/
H A Dversion-config.h.in0 /* version-config.h.in: not generated */
6 /* Vendor man version */
/xsrc/external/mit/xorg-server.old/dist/include/
H A Dversion-config.h.in0 /* version-config.h.in: not generated */
6 /* Vendor man version */
/xsrc/external/mit/libepoxy/dist/test/
H A Dglx_public_api.c37 int version = epoxy_gl_version(); local in function:test_gl_version
38 if (version < 12) {
40 "Reported GL version %d, should be at least 12\n",
41 version);
51 int version = epoxy_glx_version(dpy, 0); local in function:test_glx_version
58 if (version < 13) {
60 "Reported GLX version %d, should be at least 13 "
62 version);
81 if (version != expected) {
83 "Reported GLX version
[all...]
/xsrc/external/mit/MesaLib.old/dist/bin/
H A Dmeson_get_version.py30 version = f.read().strip()
31 print(version, end='')
/xsrc/external/mit/MesaLib/dist/.gitlab-ci/container/
H A Dbuild-deqp-runner.sh7 --version 0.10.0 \
/xsrc/external/mit/libdrm/dist/freedreno/
H A Dfreedreno_device.c44 drmVersionPtr version; local in function:fd_device_new
47 version = drmGetVersion(fd);
48 if (!version) {
49 ERROR_MSG("cannot get version: %s", strerror(errno));
53 if (!strcmp(version->name, "msm")) {
55 if (version->version_major != 1) {
56 ERROR_MSG("unsupported version: %u.%u.%u", version->version_major,
57 version->version_minor, version
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/drm/
H A Dfreedreno_device.c55 drmVersionPtr version; local in function:fd_device_new
58 version = drmGetVersion(fd);
59 if (!version) {
60 ERROR_MSG("cannot get version: %s", strerror(errno));
64 if (!strcmp(version->name, "msm")) {
66 if (version->version_major != 1) {
67 ERROR_MSG("unsupported version: %u.%u.%u", version->version_major,
68 version->version_minor, version
[all...]

Completed in 42 milliseconds

1234567891011>>