/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dvx_cmd_buffer.c | 685 /* PTB assumes that value to be 0, but hw will not set it. */ in cmd_buffer_render_pass_emit_per_tile_rcl() 686 cl_emit(cl, SET_INSTANCEID, set) { in cmd_buffer_render_pass_emit_per_tile_rcl() 687 set.instance_id = 0; in cmd_buffer_render_pass_emit_per_tile_rcl() 893 * commands with the Z/S bit set, so keep track of whether we enabled this in cmd_buffer_emit_render_pass_rcl() 982 /* Always set initial block size before the first branch, which needs in cmd_buffer_emit_render_pass_rcl() 2045 * the CS, then set up a dummy load of the last attribute into the in cmd_buffer_emit_gl_shader_state() 2071 * the shader, set up a dummy to be loaded into the VPM. in cmd_buffer_emit_gl_shader_state()
|
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/ |
H A D | spirv_builder.c | 27 #include "util/set.h" 1135 SpvId set, uint32_t instruction, in spirv_builder_emit_ext_inst() 1145 spirv_buffer_emit_word(&b->instructions, set); in spirv_builder_emit_ext_inst() 1134 spirv_builder_emit_ext_inst(struct spirv_builder *b, SpvId result_type, SpvId set, uint32_t instruction, const SpvId *args, size_t num_args) spirv_builder_emit_ext_inst() argument
|
/third_party/node/lib/ |
H A D | net.js | 1933 // or (options[, cb]) where options.port is explicitly set as undefined or 2243 set(v) { return this[owner_symbol] = v; }, 2249 set(v) { return this[kHandle] = v; },
|
/third_party/node/tools/gyp/pylib/gyp/ |
H A D | xcodeproj_file.py | 121 With the project object set up, it can be added to an XCProjectFile object. 224 being set for the property. 225 default: Optional. If is_required is True, default may be set 237 set this to True. 248 this behavior should set _encode_transforms 258 Usually, objects being created should not set id until the entire 262 parent: The object's parent. This is set by a parent XCObject when a child 406 An object's "id" property is set based on a hash of its class type and 414 If overwrite is True, any existing value set in the "id" property will be 698 # In another one-off, let's set flatten_lis [all...] |
H A D | xcode_emulation.py | 84 is defined (if not set, Xcode accept any value in ARCHS, otherwise, only 1151 unimpl = set(unimpl) & set(self.xcode_settings[configname].keys()) 1345 Prior to version 5.0.0, if SDKROOT was not explicitly set in the Xcode 1505 # a bogus path set via xcode-select 1684 # If explicitly set to preprocess the plist, invoke the C preprocessor and 1708 """Return the environment variables that Xcode would set. See
|
/third_party/nghttp2/src/ |
H A D | HttpServer.cc | 49 #include <set> 424 std::set<Http2Handler *> handlers_; 1143 // we don't set stream->file_ent since we don't want to expire it. in prepare_status_response() 2150 std::cerr << "Could not set TLS versions" << std::endl; in run()
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
H A D | xcodeproj_file.py | 121 With the project object set up, it can be added to an XCProjectFile object. 224 being set for the property. 225 default: Optional. If is_required is True, default may be set 237 set this to True. 248 this behavior should set _encode_transforms 258 Usually, objects being created should not set id until the entire 262 parent: The object's parent. This is set by a parent XCObject when a child 406 An object's "id" property is set based on a hash of its class type and 414 If overwrite is True, any existing value set in the "id" property will be 698 # In another one-off, let's set flatten_lis [all...] |
H A D | xcode_emulation.py | 84 is defined (if not set, Xcode accept any value in ARCHS, otherwise, only 1148 unimpl = set(unimpl) & set(self.xcode_settings[configname].keys()) 1339 Prior to version 5.0.0, if SDKROOT was not explicitly set in the Xcode 1499 # a bogus path set via xcode-select 1678 # If explicitly set to preprocess the plist, invoke the C preprocessor and 1702 """Return the environment variables that Xcode would set. See
|
/third_party/node/deps/icu-small/source/tools/genrb/ |
H A D | reslist.cpp | 32 #include <set> 426 /* Put this string into the set for finding duplicates. */ in handlePreflightStrings() 621 // then set the fKey16 field accordingly. in write16() 1021 * write indexes[URES_INDEX_ATTRIBUTES] with URES_ATT_NO_FALLBACK set or not set in write() 1368 std::set<int32_t> keysInUse; in compactKeys() 1583 // We enumerate a set of strings, so there are no duplicates. in compactStringsV2() 1732 // Suffixes of pool strings have been set already. in compactStringsV2()
|
/third_party/icu/icu4c/source/tools/genrb/ |
H A D | reslist.cpp | 32 #include <set> 426 /* Put this string into the set for finding duplicates. */ in handlePreflightStrings() 621 // then set the fKey16 field accordingly. in write16() 1021 * write indexes[URES_INDEX_ATTRIBUTES] with URES_ATT_NO_FALLBACK set or not set in write() 1368 std::set<int32_t> keysInUse; in compactKeys() 1583 // We enumerate a set of strings, so there are no duplicates. in compactStringsV2() 1732 // Suffixes of pool strings have been set already. in compactStringsV2()
|
/third_party/littlefs/scripts/ |
H A D | plot.py | 531 ks = set() 1417 type=lambda x: (lambda k,v: (k, set(v.split(','))))(*x.split('=', 1)),
|
/third_party/node/deps/v8/src/compiler/backend/ |
H A D | code-generator.cc | 195 // MANUAL indicates that the scope shouldn't actually generate code to set up in AssembleCode() 206 // Check that {kJavaScriptCallCodeStartRegister} has been set correctly. in AssembleCode() 615 // For now, only support a set of continuous pushes at the end of the list. in GetPushCompatibleMoves() 876 inl_positions->set(static_cast<int>(i), inlined_functions[i].position); in CreateInliningPositions() 916 literals->set(i, *object); in GenerateDeoptimizationData()
|
/third_party/node/deps/v8/src/codegen/loong64/ |
H A D | assembler-loong64.h | 11 #include <set> 210 // The high 8 bits are set to zero. 1049 std::set<int64_t> internal_reference_positions_;
|
/third_party/node/deps/v8/src/codegen/arm/ |
H A D | assembler-arm.h | 1412 available->set(reg1); in Include() 1413 available->set(reg2); in Include()
|
/third_party/node/deps/v8/src/execution/ |
H A D | isolate.h | 617 // is not currently set). 931 // set. 980 // The first overload doesn't set the corresponding pending message, which 981 // has to be set separately or be guaranteed to not have changed. 1002 // Re-set pending message, script and positions reported to the TryCatch 1133 // compression cage, and the kPtrComprCageBaseRegister is set to this 1165 // The kRootRegister is set to this value. 1451 // On intent to set an element in object, make sure that appropriate 1452 // notifications occur if the set is on the elements of the array or 1554 // [[AsyncEvaluating]] flags were set t 1842 set_allow_atomics_wait(bool set) set_allow_atomics_wait() argument [all...] |
/third_party/node/deps/v8/src/objects/ |
H A D | feedback-vector.cc | 77 set(index, new_data); in SetKind() 241 feedback_cell_array->set(i, *cell); in New() 391 // We should set optimized code only when there is no valid optimized code. in SetOptimizedCode() 973 // We could've skipped WB here (since we set the slot to the same value again) in SetSpeculationMode()
|
/third_party/node/deps/v8/src/torque/ |
H A D | ast.h | 12 #include <set> 245 std::map<SourceId, std::set<SourceId>> declared_imports_; 1062 "The JavaScript calling convention implicitly passes a fixed set of "
|
/third_party/node/deps/undici/src/lib/ |
H A D | client.js | 322 set pipelining (value) { 665 new Uint8Array(llhttp.memory.buffer, currentBufferPtr, currentBufferSize).set(data)
|
/third_party/libabigail/src/ |
H A D | abg-tools-utils.cc | 71 /// @brief Namespace for a set of utility function used by tools based 81 /// autotools build system, or NULL if it's not set. 86 #error the macro ABIGAIL_ROOT_SYSTEM_LIBDIR must be set at compile time in get_system_libdir() 135 /// This functions tests if the @ref ABIDIFF_ERROR bit is set in the 140 /// @return true iff @p s has its ABIDIFF_ERROR bit set. 148 /// This functions tests if the @ref ABIDIFF_ABI_CHANGE bit is set in the 153 /// @return true iff @p s has its @ref ABIDIFF_ABI_CHANGE bit set. 162 /// bit is set in the given bits mask. Note that the this bit is set 163 /// then the bit @ref ABIDIFF_ABI_CHANGE must be set a [all...] |
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/ |
H A D | mod.rs | 1665 set: *const sigset_t, in sigtimedwait() 1669 pub fn sigwaitinfo(set: *const sigset_t, info: *mut siginfo_t) -> ::c_int; in sigwaitinfo()
|
/third_party/python/Python/ |
H A D | sysmodule.c | 694 /* Before, set '_' to None to avoid recursion */ in sys_displayhook() 1034 Return the global debug tracing function set with sys.settrace. 1079 Return the profiling function set with sys.setprofile. 1171 "cannot set the recursion limit to %i at " in sys_setrecursionlimit_impl() 2092 PyObject *set = PyObject_CallFunction((PyObject *)&PyFrozenSet_Type, in list_stdlib_module_names() local 2095 return set; in list_stdlib_module_names() 2231 * interpreter config. When that happens, we need to properly set in get_warnoptions() 2327 * interpreter config. When that happens, we need to properly set in get_xoptions() 2499 setdlopenflags() -- set the flags to be used for dlopen() calls\n\ 2500 setprofile() -- set th [all...] |
/third_party/python/Tools/c-analyzer/c_parser/ |
H A D | info.py | 58 # XXX Treat group as a set of kinds & return in priority order? 110 resolved = set() 276 if len(row) != len(set(colnames)): 1433 # For now we treat all decls a "private" (have filename set).
|
/third_party/python/Lib/ |
H A D | ast.py | 92 return set(map(_convert, node.elts)) 94 node.func.id == 'set' and node.args == node.keywords == []): 95 return set() 121 include_attributes can be set to true. If indent is a non-negative 202 recursively where not already set, by setting them to the values of the 1320 # `set` might be shadowed. Thus:
|
/third_party/python/Lib/idlelib/ |
H A D | editor.py | 226 text['yscrollcommand'] = vbar.set 439 self.text.bind("<<set-line-and-column>>", self.set_line_and_column) 440 self.text.event_add("<<set-line-and-column>>", 461 * self.wmenu_end - set in __init__ (purpose unclear). 1263 var.set(value) 1729 tk.call('set', 'tcl_wordchars', r'\w') 1730 tk.call('set', 'tcl_nonwordchars', r'\W')
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkSafetyCriticalUtil.cpp | 25 #include <set> 465 std::set<VkBlendFactor> constFactors = { VK_BLEND_FACTOR_CONSTANT_COLOR, VK_BLEND_FACTOR_ONE_MINUS_CONSTANT_COLOR, VK_BLEND_FACTOR_CONSTANT_ALPHA, VK_BLEND_FACTOR_ONE_MINUS_CONSTANT_ALPHA }; in calculateGraphicsPipelineHash()
|