/aosp_15_r20/external/mesa3d/src/vulkan/util/ |
H A D | vk_dispatch_table_gen.py | 268 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 D | vk_extensions.py | 159 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 D | vk_entrypoints.py | 41 self.core_version = None 131 e.core_version = r.core_version
|
H A D | vk_physical_device_features_gen.py | 136 if self.reqs.core_version: 138 self.reqs.core_version.c_vk_version())
|
/aosp_15_r20/external/google-auth-library-java/.kokoro/ |
H A D | downstream-client-library-check.sh | 35 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/ |
D | install.c | 1360 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 D | qupv3_config_common.h | 53 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 D | Makefile.template | 389 CORE_VERSION = ${settings.core_version} 423 SHARED_VERSION_CORE = -${settings.core_version.major} 434 SHARED_EXT_CORE = so.$(CORE_VERSION)
|
H A D | build_config.rb.template | 18 CORE_WINDOWS_DLL = '/tmp/libs/opt/grpc-${settings.core_version.major}.dll'
|
H A D | CMakeLists.txt.template | 282 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 D | gl_XML.py | 284 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 D | gbm_abi_check.c | 209 uint32_t core_version; member 416 CHECK_MEMBER_CURRENT(gbm_core_v0, _abi0, core_version); in main()
|
H A D | gbm_backend_abi.h | 274 uint32_t core_version; member
|
H A D | gbm.c | 835 .v0.core_version = GBM_BACKEND_ABI_VERSION,
|
/aosp_15_r20/external/grpc-grpc/templates/src/objective-c/tests/ |
H A D | version.h.template | 28 #define GRPC_C_VERSION_STRING @"${settings.core_version}"
|
/aosp_15_r20/external/grpc-grpc/templates/src/core/lib/surface/ |
H A D | version.cc.template | 28 const char* grpc_version_string(void) { return "${settings.core_version}"; }
|
/aosp_15_r20/external/grpc-grpc/tools/run_tests/sanity/ |
H A D | check_version.sh | 45 check_key core_version
|
H A D | check_version.py | 76 if tag != "core_version":
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/run_tests/sanity/ |
D | check_version.sh | 45 check_key core_version
|
D | check_version.py | 71 if tag != 'core_version':
|
/aosp_15_r20/external/grpc-grpc/templates/tools/doxygen/ |
H A D | Doxyfile.include | 29 version = settings.core_version if packagename=='Core' else settings.cpp_version
|
/aosp_15_r20/external/libepoxy/src/ |
H A D | dispatch_common.c | 759 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 D | dispatch_common.h | 167 void *epoxy_get_core_proc_address(const char *name, int core_version);
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/ |
D | build_handwritten.yaml | 15 core_version: 33.0.0
|
/aosp_15_r20/external/grpc-grpc/ |
H A D | build_handwritten.yaml | 15 core_version: 40.0.0
|