Home
last modified time | relevance | path

Searched refs:platform_name (Results 1 - 6 of 6) sorted by relevance

/third_party/libdrm/
H A Dsymbols-check.py27 platform_name = platform.system()
35 if platform_name == 'Linux':
38 elif platform_name == 'Darwin':
/third_party/ffmpeg/libavutil/
H A Dhwcontext_opencl.c179 { "platform_name", CL_PLATFORM_NAME },
330 const char *platform_name, in opencl_filter_platform()
349 opencl_platform_params[i].key, platform_name); in opencl_filter_platform()
365 const char *platform_name, in opencl_enumerate_devices()
376 "on platform \"%s\".\n", platform_name); in opencl_enumerate_devices()
381 "on platform \"%s\": %d.\n", platform_name, cle); in opencl_enumerate_devices()
385 "platform \"%s\".\n", *nb_devices, platform_name); in opencl_enumerate_devices()
395 "on platform \"%s\": %d.\n", platform_name, cle); in opencl_enumerate_devices()
479 const char *platform_name,
483 const char *platform_name,
328 opencl_filter_platform(AVHWDeviceContext *hwdev, cl_platform_id platform_id, const char *platform_name, void *context) opencl_filter_platform() argument
363 opencl_enumerate_devices(AVHWDeviceContext *hwdev, cl_platform_id platform_id, const char *platform_name, cl_uint *nb_devices, cl_device_id **devices, void *context) opencl_enumerate_devices() argument
519 const char *platform_name; opencl_device_create_internal() local
911 opencl_filter_intel_media_vaapi_platform(AVHWDeviceContext *hwdev, cl_platform_id platform_id, const char *platform_name, void *context) opencl_filter_intel_media_vaapi_platform() argument
929 opencl_enumerate_intel_media_vaapi_devices(AVHWDeviceContext *hwdev, cl_platform_id platform_id, const char *platform_name, cl_uint *nb_devices, cl_device_id **devices, void *context) opencl_enumerate_intel_media_vaapi_devices() argument
999 opencl_filter_dxva2_platform(AVHWDeviceContext *hwdev, cl_platform_id platform_id, const char *platform_name, void *context) opencl_filter_dxva2_platform() argument
1015 opencl_enumerate_dxva2_devices(AVHWDeviceContext *hwdev, cl_platform_id platform_id, const char *platform_name, cl_uint *nb_devices, cl_device_id **devices, void *context) opencl_enumerate_dxva2_devices() argument
1072 opencl_filter_d3d11_platform(AVHWDeviceContext *hwdev, cl_platform_id platform_id, const char *platform_name, void *context) opencl_filter_d3d11_platform() argument
1088 opencl_enumerate_d3d11_devices(AVHWDeviceContext *hwdev, cl_platform_id platform_id, const char *platform_name, cl_uint *nb_devices, cl_device_id **devices, void *context) opencl_enumerate_d3d11_devices() argument
1169 opencl_filter_drm_arm_platform(AVHWDeviceContext *hwdev, cl_platform_id platform_id, const char *platform_name, void *context) opencl_filter_drm_arm_platform() argument
[all...]
/third_party/mesa3d/bin/
H A Dsymbols-check.py35 platform_name = platform.system()
43 if platform_name == 'Linux':
46 elif platform_name == 'Darwin':
/third_party/python/Lib/test/
H A Dtest_baseexception.py51 platform_name = exc_name[paren_index+1:-1]
53 if platform_system() != platform_name:
/third_party/node/tools/gyp/pylib/gyp/generator/
H A Dmsvs.py311 def _ConfigBaseName(config_name, platform_name):
312 if config_name.endswith("_" + platform_name):
313 return config_name[0 : -len(platform_name) - 1]
319 platform_name = _ConfigPlatform(config_data)
320 return f"{_ConfigBaseName(config_name, platform_name)}|{platform_name}"
2984 platform_name = None
2987 platform_name = platform_name or _ConfigPlatform(configuration)
2992 if platform_name an
[all...]
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
H A Dmsvs.py311 def _ConfigBaseName(config_name, platform_name):
312 if config_name.endswith("_" + platform_name):
313 return config_name[0 : -len(platform_name) - 1]
319 platform_name = _ConfigPlatform(config_data)
320 return f"{_ConfigBaseName(config_name, platform_name)}|{platform_name}"
2976 platform_name = None
2979 platform_name = platform_name or _ConfigPlatform(configuration)
2984 if platform_name an
[all...]

Completed in 10 milliseconds