Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/mesa3d/src/vulkan/util/
H A Dvk_dispatch_table_gen.py268 uint32_t core_version,
275 uint32_t core_version,
282 uint32_t core_version,
474 vk_instance_entrypoint_is_enabled(int index, uint32_t core_version,
481 % if e.core_version:
482 return ${e.core_version.c_vk_version()} <= core_version;
508 vk_physical_device_entrypoint_is_enabled(int index, uint32_t core_version,
515 % if e.core_version:
516 return ${e.core_version.c_vk_version()} <= core_version;
542 vk_device_entrypoint_is_enabled(int index, uint32_t core_version,
[all …]
H A Dvk_extensions.py159 def __init__(self, core_version=None): argument
160 self.core_version = core_version
203 things[name] = Requirements(core_version=version)
229 if req.core_version is not None:
H A Dvk_entrypoints.py41 self.core_version = None
131 e.core_version = r.core_version
H A Dvk_physical_device_features_gen.py136 if self.reqs.core_version:
138 self.reqs.core_version.c_vk_version())
/aosp_15_r20/external/google-auth-library-java/.kokoro/
H A Ddownstream-client-library-check.sh35 CORE_VERSION=$(sed -e 's/xmlns=".*"//' pom.xml | xmllint --xpath '/project/version/text()' -)
37 if [ -z "${CORE_VERSION}" ]; then
41 echo "Version: ${CORE_VERSION}"
54 set ${CORE_VERSION}
/aosp_15_r20/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()
/aosp_15_r20/external/coreboot/src/soc/qualcomm/common/include/soc/
H A Dqupv3_config_common.h53 uint32_t core_version; /* QUPV3_HW_VERSION */ member
67 uint32_t core_version; /* QUPV3_HW_VERSION */ member
/aosp_15_r20/external/grpc-grpc/templates/
H A DMakefile.template389 CORE_VERSION = ${settings.core_version}
423 SHARED_VERSION_CORE = -${settings.core_version.major}
434 SHARED_EXT_CORE = so.$(CORE_VERSION)
H A Dbuild_config.rb.template18 CORE_WINDOWS_DLL = '/tmp/libs/opt/grpc-${settings.core_version.major}.dll'
H A DCMakeLists.txt.template282 set(gRPC_CORE_VERSION "${settings.core_version}")
283 set(gRPC_CORE_SOVERSION "${settings.core_version.major}")
/aosp_15_r20/external/mesa3d/src/mapi/glapi/gen/
H A Dgl_XML.py284 core_version = float(name)
286 core_version = 0.0
288 if core_version > 0.0:
/aosp_15_r20/external/mesa3d/src/gbm/main/
H A Dgbm_abi_check.c209 uint32_t core_version; member
416 CHECK_MEMBER_CURRENT(gbm_core_v0, _abi0, core_version); in main()
H A Dgbm_backend_abi.h274 uint32_t core_version; member
H A Dgbm.c835 .v0.core_version = GBM_BACKEND_ABI_VERSION,
/aosp_15_r20/external/grpc-grpc/templates/src/objective-c/tests/
H A Dversion.h.template28 #define GRPC_C_VERSION_STRING @"${settings.core_version}"
/aosp_15_r20/external/grpc-grpc/templates/src/core/lib/surface/
H A Dversion.cc.template28 const char* grpc_version_string(void) { return "${settings.core_version}"; }
/aosp_15_r20/external/grpc-grpc/tools/run_tests/sanity/
H A Dcheck_version.sh45 check_key core_version
H A Dcheck_version.py76 if tag != "core_version":
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/run_tests/sanity/
Dcheck_version.sh45 check_key core_version
Dcheck_version.py71 if tag != 'core_version':
/aosp_15_r20/external/grpc-grpc/templates/tools/doxygen/
H A DDoxyfile.include29 version = settings.core_version if packagename=='Core' else settings.cpp_version
/aosp_15_r20/external/libepoxy/src/
H A Ddispatch_common.c759 epoxy_get_core_proc_address(const char *name, int core_version) in epoxy_get_core_proc_address() argument
773 if (core_version <= core_symbol_support) { in epoxy_get_core_proc_address()
H A Ddispatch_common.h167 void *epoxy_get_core_proc_address(const char *name, int core_version);
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/
Dbuild_handwritten.yaml15 core_version: 33.0.0
/aosp_15_r20/external/grpc-grpc/
H A Dbuild_handwritten.yaml15 core_version: 40.0.0

12