Home
last modified time | relevance | path

Searched defs:value (Results 10101 - 10125 of 11605) sorted by relevance

1...<<401402403404405406407408409410>>...465

/third_party/mesa3d/src/amd/vulkan/
H A Dsi_cmd_buffer.c1786 si_cp_dma_clear_buffer(struct radv_cmd_buffer *cmd_buffer, uint64_t va, uint64_t size, unsigned value) si_cp_dma_clear_buffer() argument
H A Dradv_device_generated_commands.c202 dgc_emit(nir_builder *b, struct dgc_cmdbuf *cs, nir_ssa_def *value) in dgc_emit() argument
768 nir_ssa_def *value = nir_load_ssbo(&b, 1, 32, param_buf, param_offset, .align_mul = 4); in build_dgc_prepare_shader() local
/third_party/mesa3d/src/asahi/compiler/
H A Dagx_compiler.h83 unsigned value : 22; member
103 agx_get_index(unsigned value, enum agx_size size) in agx_get_index() argument
[all...]
/third_party/libwebsockets/lib/roles/mqtt/
H A Dprivate-lib-roles-mqtt.h61 uint32_t value; member
/third_party/littlefs/runners/
H A Dtest_runner.c1062 intmax_t value = TEST_DEFINE(d); in list_defines_add() local
H A Dbench_runner.c1029 intmax_t value = BENCH_DEFINE(d); in list_defines_add() local
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader.c892 si_get_external_symbol(enum amd_gfx_level gfx_level, void *data, const char *name, uint64_t *value) si_get_external_symbol() argument
H A Dsi_texture.c571 si_resource_get_param(struct pipe_screen *screen, struct pipe_context *context, struct pipe_resource *resource, unsigned plane, unsigned layer, unsigned level, enum pipe_resource_param param, unsigned handle_usage, uint64_t *value) si_resource_get_param() argument
644 uint64_t value; si_texture_get_info() local
[all...]
/third_party/mesa3d/src/gallium/include/winsys/
H A Dradeon_winsys.h715 static inline void radeon_emit(struct radeon_cmdbuf *cs, uint32_t value) in radeon_emit() argument
/third_party/mesa3d/src/gallium/frontends/dri/
H A Ddri2.c1226 dri2_query_image_common(__DRIimage *image, int attrib, int *value) in dri2_query_image_common() argument
1262 dri2_query_image_by_resource_handle(__DRIimage *image, int attrib, int *value) in dri2_query_image_by_resource_handle() argument
1335 dri2_resource_get_param(__DRIimage *image, enum pipe_resource_param param, unsigned handle_usage, uint64_t *value) dri2_resource_get_param() argument
1351 dri2_query_image_by_resource_param(__DRIimage *image, int attrib, int *value) dri2_query_image_by_resource_param() argument
1423 dri2_query_image(__DRIimage *image, int attrib, int *value) dri2_query_image() argument
1628 dri2_query_dma_buf_format_modifier_attribs(__DRIscreen *_screen, uint32_t fourcc, uint64_t modifier, int attrib, uint64_t *value) dri2_query_dma_buf_format_modifier_attribs() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/tegra/
H A Dtegra_context.c795 tegra_clear_buffer(struct pipe_context *pcontext, struct pipe_resource *presource, unsigned int offset, unsigned int size, const void *value, int value_size) tegra_clear_buffer() argument
1111 tegra_get_sample_position(struct pipe_context *pcontext, unsigned int count, unsigned int index, float *value) tegra_get_sample_position() argument
/third_party/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_encode.c1484 int virgl_encode_tweak(struct virgl_context *ctx, enum vrend_tweak_type tweak, uint32_t value) in virgl_encode_tweak() argument
/third_party/mesa3d/src/gallium/winsys/svga/drm/
H A Dvmwgfx_drm.h141 __u64 value; member
/third_party/mesa3d/src/glx/
H A Dglxcmds.c1532 glXQueryContext(Display * dpy, GLXContext ctx_user, int attribute, int *value) in glXQueryContext() argument
1703 glXGetFBConfigAttrib(Display * dpy, GLXFBConfig fbconfig, int attribute, int *value) glXGetFBConfigAttrib() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_shader.cpp239 string value; in read_output() local
240 is >> value; in read_output() local
242 is >> value; in read_output() local
244 is >> value; in read_output() local
249 is >> value; in read_output() local
253 is >> value; read_output() local
265 string value; read_input() local
266 is >> value; read_input() local
268 is >> value; read_input() local
279 is >> value; read_input() local
294 std::cerr << "Unknown parse value '" << value << "'"; read_input() local
298 is >> value; read_input() local
687 auto value = value_factory().src(if_stmt->condition, 0); emit_if_start() local
915 auto value = vf.temp_vec4(pin_group, swz); emit_store_scratch() local
1030 auto value = value_factory().src(instr->src[0], swizzle_base); emit_local_store() local
1033 auto value = value_factory().src(instr->src[0], swizzle_base); emit_local_store() local
[all...]
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_insn.c884 common_immediate_swizzle(float value) common_immediate_swizzle() argument
3019 float value[4]; svga_emit_immediate() local
[all...]
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_ff.c2111 static enum pipe_error nine_ff_ht_delete_cb(void *key, void *value, void *data) in nine_ff_ht_delete_cb() argument
/third_party/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-port.h1554 ThreadLocal(const T& value) ThreadLocal() argument
1562 set(const T& value) set() argument
1570 ValueHolder(const T& value) ValueHolder() argument
1610 InstanceValueHolderFactory(const T& value) InstanceValueHolderFactory() argument
1744 ThreadLocal(const T& value) ThreadLocal() argument
1760 set(const T& value) set() argument
1767 ValueHolder(const T& value) ValueHolder() argument
1819 InstanceValueHolderFactory(const T& value) InstanceValueHolderFactory() argument
1875 ThreadLocal(const T& value) ThreadLocal() argument
1879 set(const T& value) set() argument
[all...]
H A Dgtest-internal.h825 const char* value; global() member
915 static const bool value = sizeof(test<T>(nullptr, nullptr)) == sizeof(int); global() member
919 const bool IsHashTable<T>::value; global() member in testing::internal::IsHashTable
1160 value_type value; global() member
[all...]
/third_party/node/src/crypto/
H A Dcrypto_common.cc294 Local<Value> value; in Set() local
965 const ASN1_STRING* value = X509_NAME_ENTRY_get_data(entry); GetX509NameObject() local
[all...]
H A Dcrypto_tls.cc329 Set( Environment* env, Local<Object> target, Local<String> name, const char* value, bool ignore_null = true) Set() argument
/third_party/node/src/
H A Denv-inl.h271 inline void Environment::set_is_in_inspector_console_call(bool value) { in set_is_in_inspector_console_call() argument
308 inline void Environment::set_printed_error(bool value) { in set_printed_error() argument
312 inline void Environment::set_trace_sync_io(bool value) { in set_trace_sync_io() argument
320 inline void Environment::set_force_context_aware(bool value) { in set_force_context_aware() argument
328 inline void Environment::set_exiting(bool value) { in set_exiting() argument
336 set_abort_on_uncaught_exception(bool value) set_abort_on_uncaught_exception() argument
581 set_has_serialized_options(bool value) set_has_serialized_options() argument
674 set_stopping(bool value) set_stopping() argument
[all...]
/third_party/node/deps/v8/src/wasm/
H A Dmodule-instantiate.cc286 Handle<Object> value; member
914 Handle<Object> value = EvaluateInitExpression() local
981 Handle<Object> value = it.GetDataValue(); LookupImportAsm() local
1038 WriteGlobalValue(const WasmGlobal& global, const WasmValue& value) WriteGlobalValue() argument
1076 Handle<Object> value = result.ToHandleChecked(); SanitizeImports() local
1087 auto& value = sanitized_imports_[index].value; FindImportedMemory() local
1098 ProcessImportedFunction( Handle<WasmInstanceObject> instance, int import_index, int func_index, Handle<String> module_name, Handle<String> import_name, Handle<Object> value) ProcessImportedFunction() argument
1267 ProcessImportedTable(Handle<WasmInstanceObject> instance, int import_index, int table_index, Handle<String> module_name, Handle<String> import_name, Handle<Object> value) ProcessImportedTable() argument
1332 ProcessImportedMemory(Handle<WasmInstanceObject> instance, int import_index, Handle<String> module_name, Handle<String> import_name, Handle<Object> value) ProcessImportedMemory() argument
1437 WasmValue value; ProcessImportedWasmGlobalObject() local
1468 ProcessImportedGlobal(Handle<WasmInstanceObject> instance, int import_index, int global_index, Handle<String> module_name, Handle<String> import_name, Handle<Object> value) ProcessImportedGlobal() argument
1583 Handle<Object> value = sanitized_imports_[index].value; CompileImportWrappers() local
1647 Handle<Object> value = sanitized_imports_[index].value; ProcessImports() local
1722 WasmValue value = InitGlobals() local
1768 Handle<Object> value = sanitized_imports_[index].value; ProcessExports() local
1777 Handle<Object> value = sanitized_imports_[index].value; ProcessExports() local
1989 WasmValue value = InitializeNonDefaultableTables() local
2038 WasmValue value = EvaluateInitExpression(zone, entry, elem_segment.type, LoadElemSegmentImpl() local
[all...]
H A Dwasm-module.h97 static ConstantExpression I32Const(int32_t value) { in I32Const() argument
/third_party/node/deps/v8/src/web-snapshot/
H A Dweb-snapshot.cc659 Handle<Object> value = handle(wrapper->value(), isolate_); in Discover() local
798 Object value = context->get(scope_info->ContextHeaderLength() + i); in DiscoverContext() local
874 Handle<Object> value = JSObject::FastPropertyAt( in DiscoverObject() local
978 Handle<Object> value = JSObject::FastPropertyAt( SerializeObject() local
990 Object value = elements->get(i); SerializeObject() local
1003 Handle<Object> value = handle(elements->get(i), isolate_); SerializeObject() local
1682 Object value = ReadValue(context, context_index); DeserializeContexts() local
1957 Object value = ReadValue(property_array, i); DeserializeObjects() local
1996 Object value = ReadValue(elements, index); DeserializeObjects() local
2031 Object value = ReadValue(elements, i); DeserializeArrays() local
2036 elements->set(static_cast<int>(i), value); DeserializeArrays() local
[all...]

Completed in 59 milliseconds

1...<<401402403404405406407408409410>>...465