/third_party/libdrm/tests/ |
H A D | drmdevice.c | 74 char **compatible = device->deviceinfo.platform->compatible; in print_device_info() local 81 printf(" +-> compatible\n"); in print_device_info() 83 while (*compatible) { in print_device_info() 84 printf(" %s\n", *compatible); in print_device_info() 85 compatible++; in print_device_info() 88 char **compatible = device->deviceinfo.host1x->compatible; in print_device_info() local 95 printf(" +-> compatible\n"); in print_device_info() 97 while (*compatible) { in print_device_info() [all...] |
/third_party/skia/docs/examples/ |
H A D | Canvas_makeSurface.cpp | 10 sk_sp<SkSurface> compatible = smallCanvas->makeSurface(imageInfo); in REG_FIDDLE() local 11 SkDebugf("compatible %c= nullptr\n", compatible == nullptr ? '=' : '!'); in REG_FIDDLE() 12 SkDebugf("size = %d, %d\n", compatible->width(), compatible->height()); in REG_FIDDLE()
|
/third_party/mesa3d/src/freedreno/perfcntrs/ |
H A D | freedreno_dt.c | 115 * compatstrs is a list of compatible strings separated by null, ie. 117 * compatible = "qcom,adreno-630.2", "qcom,adreno"; 125 char *compatible = compatstrs; in match_compatible() local 128 if (strcmp(compatible, compatibles[i]) == 0) { in match_compatible() 133 compatstrs += strlen(compatible) + 1; in match_compatible() 134 sz -= strlen(compatible) + 1; in match_compatible() 146 if (strcmp(fname, "compatible") == 0) { in find_device_fn() 149 int dlen = strlen(fpath) - strlen("/compatible"); in find_device_fn()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | PipelineLayout.cpp | 110 bool compatible = in CreateDefault() 121 compatible = compatible && modifiedEntry->buffer.hasDynamicOffset == in CreateDefault() 126 // Sample types are compatible if they are exactly equal, in CreateDefault() 136 compatible = in CreateDefault() 137 compatible && compatibleSampleTypes && in CreateDefault() 143 compatible = in CreateDefault() 144 compatible && in CreateDefault() 151 // If compatible, we will merge some properties in CreateDefault() 152 if (!compatible) { in CreateDefault() [all...] |
/third_party/mesa3d/src/gallium/drivers/lima/ |
H A D | lima_screen.c | 474 char **compatible = devinfo->deviceinfo.platform->compatible; in lima_screen_set_plb_max_blk() local 476 if (compatible && *compatible) in lima_screen_set_plb_max_blk() 477 if (!strcmp("allwinner,sun50i-h5-mali", *compatible)) in lima_screen_set_plb_max_blk()
|
/third_party/mesa3d/src/gallium/winsys/virgl/common/ |
H A D | virgl_resource_cache.c | 110 /* Iterate through the cache to find a compatible resource, while also in virgl_resource_cache_remove_compatible() 115 const bool compatible = in virgl_resource_cache_remove_compatible() local 118 if (compatible) { in virgl_resource_cache_remove_compatible() 122 /* We either have found a compatible resource, in which case we are in virgl_resource_cache_remove_compatible()
|
/third_party/libdrm/ |
H A D | xf86drm.c | 3936 if (device->deviceinfo.platform->compatible) { in drmFreePlatformDevice() 3937 char **compatible = device->deviceinfo.platform->compatible; in drmFreePlatformDevice() local 3939 while (*compatible) { in drmFreePlatformDevice() 3940 free(*compatible); in drmFreePlatformDevice() 3941 compatible++; in drmFreePlatformDevice() 3944 free(device->deviceinfo.platform->compatible); in drmFreePlatformDevice() 3952 if (device->deviceinfo.host1x->compatible) { in drmFreeHost1xDevice() 3953 char **compatible = device->deviceinfo.host1x->compatible; in drmFreeHost1xDevice() local 4267 drmParseOFDeviceInfo(int maj, int min, char ***compatible) drmParseOFDeviceInfo() argument [all...] |
/third_party/python/Include/internal/ |
H A D | pycore_gil.h | 15 # error You need either a POSIX-compatible or a Windows system!
|
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
H A D | EGLContextCompatibilityTest.cpp | 9 // surface configs. If the configs are compatible, it checks that simple 63 // Disable RGBA16F/RGB10_A2 on Android due to OSWindow on Android not providing compatible in ShouldSkipConfig() 252 bool compatible) const in testWindowCompatibility() 266 if (compatible) in testWindowCompatibility() 286 bool compatible) const in testPbufferCompatibility() 298 if (compatible) in testPbufferCompatibility()
|
/third_party/python/Lib/venv/ |
H A D | __init__.py | 471 compatible = True 473 compatible = False 475 compatible = False 476 if not compatible:
|
/third_party/node/deps/v8/tools/ |
H A D | callstats-from-telemetry.sh | 8 Convert telemetry json trace result to callstats.html compatible
|
/third_party/skia/third_party/externals/expat/expat/xmlwf/ |
H A D | xmltchar.h | 39 # error xmlwf requires a 16-bit Unicode-compatible wchar_t
|
/third_party/protobuf/js/experimental/runtime/kernel/ |
H A D | typed_arrays.js | 54 // The fallback isn't fully compatible with ArrayBuffer.slice, enforce
|
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_fence.c | 332 VkExternalFenceHandleTypeFlags compatible = import & export; in vk_common_GetPhysicalDeviceExternalFenceProperties() local 340 pExternalFenceProperties->compatibleHandleTypes = compatible; in vk_common_GetPhysicalDeviceExternalFenceProperties()
|
/third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
H A D | Resource.cpp | 669 bool compatible; in ResourceCopy() local 678 compatible = areResourcesCompatible(src_resource, dst_resource); in ResourceCopy() 691 if (compatible) { in ResourceCopy()
|
/third_party/backends/backend/genesys/ |
H A D | low.cpp | 1786 * true if they are compatible. 1787 * A calibration cache is compatible if color mode and x dpi match the user 1802 bool compatible = true; in sanei_genesys_is_compatible_calibration() local 1810 compatible = false; in sanei_genesys_is_compatible_calibration() 1816 compatible = false; in sanei_genesys_is_compatible_calibration() 1823 compatible = false; in sanei_genesys_is_compatible_calibration() 1830 compatible = false; in sanei_genesys_is_compatible_calibration() 1837 compatible = false; in sanei_genesys_is_compatible_calibration() 1844 compatible = false; in sanei_genesys_is_compatible_calibration() 1847 if (!compatible) in sanei_genesys_is_compatible_calibration() [all...] |
/third_party/python/Objects/stringlib/ |
H A D | join.h | 4 #error join.h only compatible with byte-wise strings
|
/third_party/libunwind/libunwind/doc/ |
H A D | unw_getcontext.tex | 31 On IA-64, \Type{unw\_context\_t} has a layout that is compatible with
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/ |
H A D | jccolor-avx2.asm | 12 ; can *not* be assembled with Microsoft's MASM or any compatible
|
H A D | jccolor-mmx.asm | 12 ; can *not* be assembled with Microsoft's MASM or any compatible
|
H A D | jccolor-sse2.asm | 11 ; can *not* be assembled with Microsoft's MASM or any compatible
|
H A D | jcgray-avx2.asm | 12 ; can *not* be assembled with Microsoft's MASM or any compatible
|
H A D | jcgray-mmx.asm | 12 ; can *not* be assembled with Microsoft's MASM or any compatible
|
H A D | jcgray-sse2.asm | 11 ; can *not* be assembled with Microsoft's MASM or any compatible
|
H A D | jdcolor-avx2.asm | 13 ; can *not* be assembled with Microsoft's MASM or any compatible
|