Home
last modified time | relevance | path

Searched defs:patch (Results 126 – 150 of 194) sorted by relevance

12345678

/third_party/mesa3d/src/compiler/
Dglsl_types.h1451 unsigned patch:1; member
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkPlatform.cpp108 std::pair<void*, void*> patch = prepareDeviceGroupPatch(pCreateInfo); in createDevice() local
/third_party/mesa3d/src/compiler/nir/
Dnir_print.c585 const char *const patch = (var->data.patch) ? "patch " : ""; in print_var_decl() local
Dnir_linking_helpers.c1609 get_linked_variable_location(unsigned location, bool patch) in get_linked_variable_location()
/third_party/node/deps/npm/node_modules/semver/
Dsemver.js608 function patch (a, loose) { function
/third_party/typescript/src/harness/
DharnessIO.ts1398 …const patch = Diff.createTwoFilesPatch("Expected", "Actual", expected, actual, "The current baseli… constant
/third_party/ffmpeg/libavformat/
Dmxfdec.c1986 uint16_t patch, uint16_t release, char **str) in mxf_version_to_str()
2755 #define SET_VERSION_METADATA(pb, name, major, minor, tertiary, patch, release, str) do { \ argument
2787 uint16_t major, minor, tertiary, patch, release; in mxf_read_identification_metadata() local
/third_party/glslang/glslang/Public/
DShaderLang.h408 int patch; member
/third_party/ffmpeg/libavcodec/
Dlibvpxenc.c1478 int patch = VPX_VERSION_PATCH(version); in vp9_encode_set_roi() local
/third_party/ejdb/src/bindings/ejdb2_node/
Dejdb2_node.c716 bool patch; member
767 static napi_value jn_put_patch(napi_env env, napi_callback_info info, bool patch, bool upsert) { in jn_put_patch()
/third_party/python/Lib/test/test_asyncio/
Dtest_unix_events.py1184 def patch(target, wrapper): function
/third_party/python/Lib/test/support/
D__init__.py1615 def patch(test_instance, object_to_patch, attr_name, new_value): function
/third_party/ejdb/src/bindings/ejdb2_jni/src/
Dejdb2jni.c528 const char *patch = (*env)->GetStringUTFChars(env, patch_, 0); in Java_com_softmotions_ejdb2_EJDB2__1patch() local
/third_party/mesa3d/src/compiler/glsl/
Dast.h500 unsigned patch:1; member
Dir.h665 unsigned patch:1; member
/third_party/vulkan-loader/loader/
Dloader_common.h114 uint16_t patch; member
/third_party/protobuf/src/google/protobuf/compiler/
Dplugin.pb.h1041 inline ::PROTOBUF_NAMESPACE_ID::int32 Version::patch() const { in patch() function
/third_party/flutter/skia/src/ports/
DSkFontHost_FreeType.cpp147 FT_Int major, minor, patch; in FreeTypeLibrary() local
/third_party/ejdb/src/bindings/ejdb2_dart/lib/
Dejdb2_dart.c1077 const char *patch = cobject_str(msg->value.as_array.values[c++], false, &rc); in ejd_patch_wrapped() local
/third_party/mesa3d/src/panfrost/lib/
Dpan_indirect_draw.c932 patch(struct indirect_draw_shader_builder *builder) in patch() function
/third_party/libuv/src/unix/
Dfs.c937 unsigned patch; in uv__kernel_version() local
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_cross_c.h273 #define SPVC_MAKE_MSL_VERSION(major, minor, patch) ((major) * 10000 + (minor) * 100 + (patch)) argument
/third_party/libfuse/example/
Dcxxopts.hpp58 uint8_t major, minor, patch; member
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkTypeUtil.inl455 …manceVersion makeConformanceVersion (uint8_t major, uint8_t minor, uint8_t subminor, uint8_t patch)
/third_party/python/Modules/
D_ssl.c6048 unsigned int *fix, unsigned int *patch, in parse_openssl_version()
6067 unsigned int major, minor, fix, patch, status; in sslmodule_init_versioninfo() local

12345678