Home
last modified time | relevance | path

Searched full:core_version (Results 1 – 16 of 16) sorted by relevance

/external/mesa3d/prebuilt-intermediates/vulkan/
Danv_entrypoints.c3988 anv_entrypoint_is_enabled(int index, uint32_t core_version, in anv_entrypoint_is_enabled() argument
3994 return VK_MAKE_VERSION(1, 0, 0) <= core_version; in anv_entrypoint_is_enabled()
3996 return VK_MAKE_VERSION(1, 0, 0) <= core_version; in anv_entrypoint_is_enabled()
3998 return VK_MAKE_VERSION(1, 0, 0) <= core_version; in anv_entrypoint_is_enabled()
4000 return VK_MAKE_VERSION(1, 0, 0) <= core_version; in anv_entrypoint_is_enabled()
4002 return VK_MAKE_VERSION(1, 0, 0) <= core_version; in anv_entrypoint_is_enabled()
4004 return VK_MAKE_VERSION(1, 0, 0) <= core_version; in anv_entrypoint_is_enabled()
4006 return VK_MAKE_VERSION(1, 0, 0) <= core_version; in anv_entrypoint_is_enabled()
4008 return VK_MAKE_VERSION(1, 0, 0) <= core_version; in anv_entrypoint_is_enabled()
4010 return VK_MAKE_VERSION(1, 0, 0) <= core_version; in anv_entrypoint_is_enabled()
[all …]
/external/mesa3d/src/intel/vulkan/
Danv_entrypoints_gen.py216 anv_entrypoint_is_enabled(int index, uint32_t core_version,
223 % if e.core_version:
224 return ${e.core_version.c_vk_version()} <= core_version;
358 self.core_version = None
401 assert e.core_version is None
402 e.core_version = version
419 assert e.core_version is None
Danv_private.h2869 anv_entrypoint_is_enabled(int index, uint32_t core_version,
/external/u-boot/drivers/mmc/
Dmsm_sdhci.c92 u32 core_version, core_minor, core_major; in msm_sdc_probe() local
127 core_version = readl(prv->base + SDCC_MCI_VERSION); in msm_sdc_probe()
129 core_major = (core_version & SDCC_MCI_VERSION_MAJOR_MASK); in msm_sdc_probe()
132 core_minor = core_version & SDCC_MCI_VERSION_MINOR_MASK; in msm_sdc_probe()
/external/grpc-grpc/templates/
Dbuild_config.rb.template18 CORE_WINDOWS_DLL = '/tmp/libs/opt/grpc-${settings.core_version.major}.dll'
DMakefile.template310 CORE_VERSION = ${settings.core_version}
352 Version: $(CORE_VERSION),\
390 SHARED_VERSION_CORE = -${settings.core_version.major}
404 SHARED_EXT_CORE = so.$(CORE_VERSION)
1373 …ED_EXT_${lang_to_var[lib.language]}) $(prefix)/lib/lib${lib.name}.so.${settings.core_version.major}
/external/grpc-grpc/templates/src/objective-c/tests/
Dversion.h.template28 #define GRPC_C_VERSION_STRING @"${settings.core_version}"
/external/grpc-grpc/templates/src/core/lib/surface/
Dversion.cc.template28 const char* grpc_version_string(void) { return "${settings.core_version}"; }
/external/python/cpython3/PC/bdist_wininst/
Dinstall.c1404 char core_version[12]; in CheckPythonExe() local
1405 wsprintf(core_version, "%d.%d", bound_image_major, bound_image_minor); in CheckPythonExe()
1406 if (strcmp(version, core_version)) in CheckPythonExe()
1478 char core_version[80]; in GetPythonVersions() local
1487 bufsize = sizeof(core_version); in GetPythonVersions()
1489 core_version, &bufsize, NULL, in GetPythonVersions()
1496 bufsize = sizeof(core_version); in GetPythonVersions()
1498 if (version && *version && strcmp(version, core_version)) in GetPythonVersions()
1502 core_version); in GetPythonVersions()
1505 core_version); in GetPythonVersions()
/external/python/cpython2/PC/bdist_wininst/
Dinstall.c1360 char core_version[12]; in CheckPythonExe() local
1361 wsprintf(core_version, "%d.%d", bound_image_major, bound_image_minor); in CheckPythonExe()
1362 if (strcmp(version, core_version)) in CheckPythonExe()
1434 char core_version[80]; in GetPythonVersions() local
1443 bufsize = sizeof(core_version); in GetPythonVersions()
1445 core_version, &bufsize, NULL, in GetPythonVersions()
1452 bufsize = sizeof(core_version); in GetPythonVersions()
1454 if (version && *version && strcmp(version, core_version)) in GetPythonVersions()
1458 core_version); in GetPythonVersions()
1461 core_version); in GetPythonVersions()
/external/grpc-grpc/tools/run_tests/sanity/
Dcheck_version.py73 if tag != 'core_version':
/external/mesa3d/src/mapi/glapi/gen/
Dgl_XML.py283 core_version = float(name)
285 core_version = 0.0
287 if core_version > 0.0:
/external/grpc-grpc/
DBUILD69 core_version = "6.0.0-dev"
Dbuild.yaml15 core_version: 6.0.0-dev
DMakefile440 CORE_VERSION = 6.0.0-dev macro
478 …efix}/lib,,Name: $(PC_NAME),Description: $(PC_DESCRIPTION),Version: $(CORE_VERSION),Cflags: -I\$${…
504 SHARED_EXT_CORE = so.$(CORE_VERSION)
/external/grpc-grpc/templates/tools/doxygen/
DDoxyfile.include68 PROJECT_NUMBER = ${settings.core_version if packagename=='Core' else settings.cpp_version}