Home
last modified time | relevance | path

Searched refs:compatible (Results 1 - 25 of 124) sorted by relevance

12345

/third_party/libdrm/tests/
H A Ddrmdevice.c74 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 DCanvas_makeSurface.cpp10 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 Dfreedreno_dt.c115 * 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 DPipelineLayout.cpp110 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 Dlima_screen.c474 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 Dvirgl_resource_cache.c110 /* 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 Dxf86drm.c3936 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 Dpycore_gil.h15 # error You need either a POSIX-compatible or a Windows system!
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
H A DEGLContextCompatibilityTest.cpp9 // 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__.py471 compatible = True
473 compatible = False
475 compatible = False
476 if not compatible:
/third_party/node/deps/v8/tools/
H A Dcallstats-from-telemetry.sh8 Convert telemetry json trace result to callstats.html compatible
/third_party/skia/third_party/externals/expat/expat/xmlwf/
H A Dxmltchar.h39 # error xmlwf requires a 16-bit Unicode-compatible wchar_t
/third_party/protobuf/js/experimental/runtime/kernel/
H A Dtyped_arrays.js54 // The fallback isn't fully compatible with ArrayBuffer.slice, enforce
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_fence.c332 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 DResource.cpp669 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 Dlow.cpp1786 * 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 Djoin.h4 #error join.h only compatible with byte-wise strings
/third_party/libunwind/libunwind/doc/
H A Dunw_getcontext.tex31 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 Djccolor-avx2.asm12 ; can *not* be assembled with Microsoft's MASM or any compatible
H A Djccolor-mmx.asm12 ; can *not* be assembled with Microsoft's MASM or any compatible
H A Djccolor-sse2.asm11 ; can *not* be assembled with Microsoft's MASM or any compatible
H A Djcgray-avx2.asm12 ; can *not* be assembled with Microsoft's MASM or any compatible
H A Djcgray-mmx.asm12 ; can *not* be assembled with Microsoft's MASM or any compatible
H A Djcgray-sse2.asm11 ; can *not* be assembled with Microsoft's MASM or any compatible
H A Djdcolor-avx2.asm13 ; can *not* be assembled with Microsoft's MASM or any compatible

Completed in 19 milliseconds

12345