Home
last modified time | relevance | path

Searched refs:values (Results 1601 - 1625 of 3635) sorted by relevance

1...<<61626364656667686970>>...146

/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader_llvm.c885 LLVMValueRef values[4]; in si_llvm_translate_nir() local
886 values[0] = mask & 0x1 ? LLVMGetParam(main_fn, offset++) : undef; in si_llvm_translate_nir()
887 values[1] = mask & 0x2 ? LLVMGetParam(main_fn, offset++) : undef; in si_llvm_translate_nir()
888 values[2] = mask & 0x4 ? LLVMGetParam(main_fn, offset++) : undef; in si_llvm_translate_nir()
889 values[3] = mask & 0x8 ? LLVMGetParam(main_fn, offset++) : undef; in si_llvm_translate_nir()
890 ctx->abi.color0 = ac_to_integer(&ctx->ac, ac_build_gather_values(&ctx->ac, values, 4)); in si_llvm_translate_nir()
894 LLVMValueRef values[4]; in si_llvm_translate_nir() local
895 values[0] = mask & 0x1 ? LLVMGetParam(main_fn, offset++) : undef; in si_llvm_translate_nir()
896 values[1] = mask & 0x2 ? LLVMGetParam(main_fn, offset++) : undef; in si_llvm_translate_nir()
897 values[ in si_llvm_translate_nir()
[all...]
/third_party/protobuf/php/tests/
H A DGeneratedClassTest.php1508 $values = [true]; variable
1509 array_walk($values, function (&$value) {});
1511 $m->setOptionalBool($values[0]);
1514 $values = [1]; variable
1515 array_walk($values, function (&$value) {});
1517 $m->setOptionalInt32($values[0]);
1520 $values = [1.0]; variable
1521 array_walk($values, function (&$value) {});
1523 $m->setOptionalDouble($values[0]);
1526 $values variable
[all...]
/foundation/CastEngine/castengine_wifi_display/services/common/
H A Dkv_operator.h46 bool PutValues(const std::string &key, std::string values);
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/
H A Ddata_ability_operation_builder.h46 * @param values Indicates the data values to be set.
47 * @return Returns a DataAbilityOperationBuilder object containing the given values parameter.
49 std::shared_ptr<DataAbilityOperationBuilder> WithValuesBucket(std::shared_ptr<NativeRdb::ValuesBucket> &values);
/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Davrcp_media.h60 const std::vector<uint32_t> &attributes, const std::vector<std::string> &values);
/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/crop/
H A Dcrop_efilter.h41 ErrorCode Restore(const EffectJsonPtr &values) override;
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/include/operation/
H A Dphoto_burst_operation.h41 std::string ToString(const std::vector<NativeRdb::ValueObject> &values);
/foundation/resourceschedule/ffrt/test/testfunc/
H A Dutil.h48 uint64_t values[2]; // counter value member
/foundation/communication/dsoftbus/core/adapter/kv_store/include/
H A Dlnn_kv_adapter.h35 int32_t PutBatch(const std::map<std::string, std::string> &values);
/foundation/deviceprofile/device_info_manager/services/core/include/persistenceadapter/rdbadapter/
H A Drdb_adapter.h35 int32_t Update(int32_t& changedRows, const std::string& table, const ValuesBucket& values,
H A Dirdb_adapter.h41 const ValuesBucket& values, const std::string& whereClause = "",
/foundation/distributeddatamgr/data_share/frameworks/native/consumer/controller/provider/include/
H A Dext_special_controller.h40 int BatchInsert(const Uri &uri, const std::vector<DataShareValuesBucket> &values);
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/store/
H A Dgeneral_watcher.h59 virtual int32_t OnChange(const Origin &origin, const PRIFields &primaryFields, ChangeInfo &&values) = 0;
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/oh_adapter/include/
H A Dkv_store_executor.h37 std::pair<std::string, std::string> &values, int isIdExist) const = 0;
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/effect/
H A Druntime_shader_builder.h41 void SetUniform(const std::string& name, const float values[], size_t size);
/kernel/linux/linux-5.10/arch/um/drivers/
H A Dvector_user.h55 char *values[MAXVARGS]; member
/kernel/linux/linux-6.6/arch/um/drivers/
H A Dvector_user.h55 char *values[MAXVARGS]; member
/kernel/linux/linux-5.10/drivers/iio/imu/inv_icm42600/
H A Dinv_icm42600_timestamp.h25 * @val: current estimation of the value, the mean of all values
26 * @idx: current index of the next free place in values table
27 * @values: table of all measured values, use for computing the mean
32 uint32_t values[32]; member
/kernel/linux/linux-5.10/tools/lib/perf/include/perf/
H A Devsel.h20 uint64_t values[3]; member
/kernel/linux/linux-5.10/include/drm/
H A Ddrm_mode_object.h37 * @properties: properties attached to this object, including values
45 * - It tracks attached properties and their values. This is used by &drm_crtc,
85 * @values: Array to store the property values, matching @properties. Do
86 * not read/write values directly, but use
90 * array, but only the decoded values in the corresponding state
102 uint64_t values[DRM_OBJECT_MAX_PROPERTY]; member
/kernel/linux/linux-6.6/include/linux/iio/common/
H A Dinv_sensors_timestamp.h33 * @val: current estimation of the value, the mean of all values
34 * @idx: current index of the next free place in values table
35 * @values: table of all measured values, use for computing the mean
40 uint32_t values[32]; member
/kernel/linux/linux-6.6/include/drm/
H A Ddrm_mode_object.h37 * @properties: properties attached to this object, including values
45 * - It tracks attached properties and their values. This is used by &drm_crtc,
85 * @values: Array to store the property values, matching @properties. Do
86 * not read/write values directly, but use
90 * array, but only the decoded values in the corresponding state
106 uint64_t values[DRM_OBJECT_MAX_PROPERTY]; member
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dbloom_filter_map.c31 __array(values, struct map_bloom_type);
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dgpio.h41 __u8 values[GPIOHANDLES_MAX]; member
/third_party/alsa-utils/topology/nhlt/intel/
H A Dintel-nhlt.h51 int find_set_values(struct dai_values *values, int size, snd_config_t *dai_cfg,

Completed in 11 milliseconds

1...<<61626364656667686970>>...146