Home
last modified time | relevance | path

Searched refs:value (Results 17751 - 17775 of 31723) sorted by relevance

1...<<711712713714715716717718719720>>...1269

/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shaderlib_nir.c175 nir_ssa_def *value = nir_load_ssbo(&b, 1, 8, zero, src_offset, .align_mul=1); in si_create_dcc_retile_cs() local
182 nir_store_ssbo(&b, value, zero, dst_offset, .write_mask=0x1, .align_mul=1); in si_create_dcc_retile_cs()
226 * sample 1. That's why the clear value has 2 bytes - we're clearing 2 samples at the same time. in gfx9_create_clear_dcc_msaa_cs()
339 nir_ssa_def *value = nir_load_array_var(&b, in, id); in si_create_passthrough_tcs() local
340 nir_store_array_var(&b, out, id, value, 0xf); in si_create_passthrough_tcs()
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_bc_dump.cpp305 s << "LDS_A["; s.print_zw_hex(src->value.u, 8); s << "]"; in print_src()
308 s << "LDS_B["; s.print_zw_hex(src->value.u, 8); s << "]"; in print_src()
319 s.print_zw_hex(src->value.u, 8); in print_src()
320 s << " " << src->value.f << "]"; in print_src()
H A Dsb_dump.cpp306 value *v = *I; in dump_vec()
322 value *v = *I; in dump_rels()
381 value *val = *I; in dump_set()
403 void dump::dump_val(value* v) { in dump_val()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_shader_gs.cpp268 const auto& value = m_streamout_data[location]->value();
275 } else if (value[i]->chan() < 4) {
276 ir = new AluInstr(op1_mov, tmp[i + shift], value[i], AluInstr::write);
/third_party/node/lib/internal/modules/esm/
H A Dhooks.js91 set(value) {
93 return ReflectSet(this, 'importAttributes', value);
303 const { hookErrIdentifier } = meta; // Retrieve the value after all settled
448 const { hookErrIdentifier } = meta; // Retrieve the value after all settled
639 await AtomicsWaitAsync(this.#lock, WORKER_TO_MAIN_THREAD_NOTIFICATION, this.#workerNotificationLastId).value;
872 { __proto__: null, value: nextHookName },
/third_party/node/deps/v8/third_party/jinja2/
H A Dutils.py119 If the `silent` is True the return value will be `None` if the import
392 leave unchanged. Return the value of this key.
442 def __setitem__(self, key, value):
443 """Sets the value for an item. Moves the item up so that it
453 self._mapping[key] = value
548 """Intelligently sets the initial value of autoescaping based on the
575 If nothing matches then the initial value of autoescaping is set to the
576 value of `default`.
713 def __setitem__(self, name, value):
714 self.__attrs[name] = value
[all...]
/third_party/node/deps/v8/src/wasm/
H A Dwasm-module-builder.h18 #include "src/wasm/value-type.h"
112 // Patch a (padded) u32v at the given offset to be the given value.
200 void FixupByte(size_t position, byte value) { in FixupByte() argument
201 body_.patch_u8(position, value); in FixupByte()
333 // size, or the maximum uint32_t value if the maximum table size has been
358 void SetMinMemorySize(uint32_t value);
359 void SetMaxMemorySize(uint32_t value);
/third_party/node/test/parallel/
H A Dtest-util-format.js456 { value: msg, enumerable: false });
458 { value: 'CustomError', enumerable: false });
468 { value: msg, enumerable: false });
470 { value: 'BadCustomError', enumerable: false });
H A Dtest-whatwg-webstreams-transfer.js94 assert.deepStrictEqual(chunk, { done: false, value: theData });
122 // value-oriented stream on the other side:
143 assert.deepStrictEqual(chunk, { done: false, value: theByteData });
276 assert.strictEqual(result.value, theData.toUpperCase());
462 assert(result.value instanceof Uint8Array);
/third_party/node/src/
H A Dinspector_js_api.cc35 Local<Value> value) { in ToProtocolString()
36 TwoByteValue buffer(isolate, value); in ToProtocolString()
100 void OnMessage(Local<Value> value) { in OnMessage() argument
101 MakeCallback(callback_.Get(env()->isolate()), 1, &value); in OnMessage()
34 ToProtocolString(Isolate* isolate, Local<Value> value) ToProtocolString() argument
H A Dnode_dir.cc83 #define FS_DIR_ASYNC_TRACE_BEGIN1(fs_type, id, name, value) \
88 value);
90 #define FS_DIR_ASYNC_TRACE_END1(fs_type, id, name, value) \
95 value);
/third_party/node/tools/inspector_protocol/jinja2/
H A Dutils.py129 If the `silent` is True the return value will be `None` if the import
357 leave unchanged. Return the value of this key.
414 def __setitem__(self, key, value):
415 """Sets the value for an item. Moves the item up so that it
425 self._mapping[key] = value
495 """Intelligently sets the initial value of autoescaping based on the
522 If nothing matches then the initial value of autoescaping is set to the
523 value of `default`.
631 def __setitem__(self, name, value):
632 self.__attrs[name] = value
[all...]
/third_party/nghttp2/src/
H A Dapp_helper.cc154 ansi_escend(), nv->value); in print_nv()
322 frame->settings.iv[i].settings_id, frame->settings.iv[i].value); in print_frame()
390 size_t namelen, const uint8_t *value, in verbose_on_header_callback()
393 nghttp2_nv nv = {const_cast<uint8_t *>(name), const_cast<uint8_t *>(value), in verbose_on_header_callback()
388 verbose_on_header_callback(nghttp2_session *session, const nghttp2_frame *frame, const uint8_t *name, size_t namelen, const uint8_t *value, size_t valuelen, uint8_t flags, void *user_data) verbose_on_header_callback() argument
H A Dshrpx_mruby_module_request.cc259 auto value = mrb_ary_ref(mrb, values, i); in request_mod_header() local
260 if (!mrb_string_p(value)) { in request_mod_header()
261 mrb_raise(mrb, E_RUNTIME_ERROR, "value must be string"); in request_mod_header()
267 StringRef{RSTRING_PTR(value), in request_mod_header()
268 static_cast<size_t>(RSTRING_LEN(value))}), in request_mod_header()
279 mrb_raise(mrb, E_RUNTIME_ERROR, "value must be string"); in request_mod_header()
/third_party/node/deps/icu-small/source/i18n/
H A Dudatpg.cpp149 const char16_t *value, int32_t length) { in udatpg_setAppendItemFormat()
150 UnicodeString valueString((UBool)(length<0), value, length); in udatpg_setAppendItemFormat()
168 const char16_t *value, int32_t length) { in udatpg_setAppendItemName()
169 UnicodeString valueString((UBool)(length<0), value, length); in udatpg_setAppendItemName()
147 udatpg_setAppendItemFormat(UDateTimePatternGenerator *dtpg, UDateTimePatternField field, const char16_t *value, int32_t length) udatpg_setAppendItemFormat() argument
166 udatpg_setAppendItemName(UDateTimePatternGenerator *dtpg, UDateTimePatternField field, const char16_t *value, int32_t length) udatpg_setAppendItemName() argument
H A Dnumrange_impl.cpp41 void put(const char* key, ResourceValue& value, UBool /*noFallback*/, UErrorCode& status) override {
42 ResourceTable miscTable = value.getTable(status);
44 for (int i = 0; miscTable.getKeyAndValue(i, key, value); i++) {
49 fData.rangePattern = {value.getUnicodeString(status), status};
57 fData.approximatelyPattern = {value.getUnicodeString(status), status};
/third_party/node/deps/npm/node_modules/@sigstore/protobuf-specs/dist/__generated__/
H A Dsigstore_verification.js2 Object.defineProperty(exports, "__esModule", { value: true });
322 function isSet(value) {
323 return value !== null && value !== undefined;
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_drm_syncobj.c89 uint64_t value) in vk_drm_syncobj_signal()
96 err = drmSyncobjTimelineSignal(device->drm_fd, &sobj->syncobj, &value, 1); in vk_drm_syncobj_signal()
110 uint64_t *value) in vk_drm_syncobj_get_value()
115 int err = drmSyncobjQuery(device->drm_fd, &sobj->syncobj, value, 1); in vk_drm_syncobj_get_value()
87 vk_drm_syncobj_signal(struct vk_device *device, struct vk_sync *sync, uint64_t value) vk_drm_syncobj_signal() argument
108 vk_drm_syncobj_get_value(struct vk_device *device, struct vk_sync *sync, uint64_t *value) vk_drm_syncobj_get_value() argument
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_query_hw_sm.c338 uint64_t value = 0; in nv50_hw_sm_get_query_result() local
352 value += count[p][c]; in nv50_hw_sm_get_query_result()
356 value *= nv50->screen->TPs; in nv50_hw_sm_get_query_result()
358 *(uint64_t *)result = value; in nv50_hw_sm_get_query_result()
/third_party/libfuse/example/
H A Dpassthrough_fh.c62 incorrect st_nlink value being reported for any remaining in xmp_init()
517 static int xmp_setxattr(const char *path, const char *name, const char *value, in xmp_setxattr() argument
520 int res = lsetxattr(path, name, value, size, flags); in xmp_setxattr()
526 static int xmp_getxattr(const char *path, const char *name, char *value, in xmp_getxattr() argument
529 int res = lgetxattr(path, name, value, size); in xmp_getxattr()
H A Dpassthrough.c67 incorrect st_nlink value being reported for any remaining in xmp_init()
410 static int xmp_setxattr(const char *path, const char *name, const char *value, in xmp_setxattr() argument
413 int res = lsetxattr(path, name, value, size, flags); in xmp_setxattr()
419 static int xmp_getxattr(const char *path, const char *name, char *value, in xmp_getxattr() argument
422 int res = lgetxattr(path, name, value, size); in xmp_getxattr()
/third_party/node/deps/v8/include/
H A Dv8-traced-handle.h212 static_assert(std::is_base_of<T, S>::value, "type check"); in TracedReference()
352 static_assert(std::is_base_of<T, S>::value, "type check"); in Reset()
364 static_assert(std::is_base_of<T, S>::value, "type check");
373 static_assert(std::is_base_of<T, S>::value, "type check"); in operator =()
/third_party/node/deps/v8/src/base/platform/
H A Dplatform-starboard.cc427 void Thread::SetThreadLocal(LocalStorageKey key, void* value) { in SetThreadLocal() argument
428 bool result = SbThreadSetLocalValue(key, value); in SetThreadLocal()
450 // value in milliseconds.
454 EzTimeValue value = EzTimeValueFromSbTime(SbTimeGetNow()); variable
457 EzTimeValueExplode(&value, kEzTimeZoneLocal, &ez_exploded, NULL);
/third_party/node/deps/v8/src/heap/
H A Dmemory-measurement.cc66 Handle<Object> NewNumber(size_t value) { in NewNumber() argument
67 return factory_->NewNumberFromSize(value); in NewNumber()
81 Handle<Object> value) { in AddProperty()
82 JSObject::AddProperty(isolate_, object, name, value, NONE); in AddProperty()
80 AddProperty(Handle<JSObject> object, Handle<String> name, Handle<Object> value) AddProperty() argument
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_nir_aos.c69 LLVMValueRef value = in lp_nir_aos_conv_const() local
72 assert(LLVMIsConstant(value)); in lp_nir_aos_conv_const()
73 unsigned uval = LLVMConstIntGetZExtValue(value); in lp_nir_aos_conv_const()
313 instr->value[i].u32, in emit_load_const()

Completed in 36 milliseconds

1...<<711712713714715716717718719720>>...1269