Home
last modified time | relevance | path

Searched refs:value (Results 18876 - 18900 of 31473) sorted by relevance

1...<<751752753754755756757758759760>>...1259

/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_resource.c772 If is tiling then VK_IMAGE_TILING_DRM_FORMAT_MODIFIER_EXT, the value of in resource_object_create()
1282 uint64_t *value) in zink_resource_get_param()
1314 *value = util_format_get_num_planes(res->drm_format); in zink_resource_get_param()
1316 *value = 1; in zink_resource_get_param()
1327 *value = sub_res_layout.rowPitch; in zink_resource_get_param()
1339 *value = srl.offset; in zink_resource_get_param()
1344 *value = obj->modifier; in zink_resource_get_param()
1357 *value = srl.depthPitch; in zink_resource_get_param()
1359 *value = srl.arrayPitch; in zink_resource_get_param()
1380 *value in zink_resource_get_param()
1275 zink_resource_get_param(struct pipe_screen *pscreen, struct pipe_context *pctx, struct pipe_resource *pres, unsigned plane, unsigned layer, unsigned level, enum pipe_resource_param param, unsigned handle_usage, uint64_t *value) zink_resource_get_param() argument
1460 uint64_t value; zink_resource_get_handle() local
[all...]
/third_party/skia/third_party/externals/libpng/contrib/libtests/
H A Dpngstest.c65 # define voidcast(type, value) static_cast<type>(value)
66 # define aligncastconst(type, value) \
67 static_cast<type>(static_cast<const void*>(value))
69 # define voidcast(type, value) (value)
70 # define aligncastconst(type, value) ((const void*)(value))
235 * sRGB transform, given an 8-bit value which might be either sRGB or power-law.
238 power_law_error8(int value)
[all...]
/third_party/python/Lib/test/test_email/
H A Dtest__header_value_parser.py16 self.assertEqual(x.value, '')
22 def _assert_results(self, tl, rest, string, value, defects, remainder,
25 self.assertEqual(tl.value, value)
31 def _test_get_x(self, method, source, string, value, defects,
34 self._assert_results(tl, rest, string, value, defects, remainder,
38 def _test_parse_x(self, method, input, string, value, defects,
41 self._assert_results(tl, '', string, value, defects, '', comments)
175 def _get_unst(self, value):
176 token = parser.get_unstructured(value)
[all...]
/third_party/node/deps/v8/src/d8/
H A Dd8.cc413 Local<Value> value = in UpdateIncludedCategoriesList() local
415 if (value->IsArray()) { in UpdateIncludedCategoriesList()
416 Local<Array> v8_array = value.As<Array>(); in UpdateIncludedCategoriesList()
631 std::is_same<T, Module>::value ? v8::ScriptType::kModule in CompileString()
831 // the returned value. in ExecuteString()
1460 // Treat every line as a JSON value and parse it.
1484 Local<Value> value; in LoadJSON() local
1485 if (!maybe_value.ToLocal(&value)) { in LoadJSON()
1573 Local<v8::Value> value = std::get<2>(tuple).Get(isolate_); in HandleUnhandledPromiseRejections() local
1574 Shell::ReportException(isolate_, message, value); in HandleUnhandledPromiseRejections()
1693 Local<Value> value = TryGetValue(isolate, context, object, "detailed") PerformanceMeasureMemory() local
1950 RealmSharedSet(Local<String> property, Local<Value> value, const PropertyCallbackInfo<void>& info) RealmSharedSet() argument
1975 Local<Value> value; RealmTakeWebSnapshot() local
2410 Local<Value> value; ReadCodeTypeAndArguments() local
2624 Local<Value> value; WorkerGetMessage() local
2896 Stringify(Isolate* isolate, Local<Value> value) Stringify() argument
3797 Local<Value> value = exception->Get(context, key).ToLocalChecked(); Send() local
4242 Local<Value> value; ProcessMessage() local
4511 const char* value = argv[i] + 7; SetOptions() local
4792 SetWaitUntilDone(Isolate* isolate, bool value) SetWaitUntilDone() argument
4923 WriteValue(Local<Context> context, Local<Value> value, Local<Value> transfer) WriteValue() argument
5218 SerializeValue( Isolate* isolate, Local<Value> value, Local<Value> transfer) SerializeValue() argument
5232 Local<Value> value; DeserializeValue() local
[all...]
/third_party/node/deps/v8/src/execution/arm64/
H A Dsimulator-arm64.cc260 // The least significant byte of the curruption value holds the corresponding
262 void Simulator::CorruptRegisters(CPURegList* list, uint64_t value) { in CorruptRegisters() argument
266 set_xreg(code, value | code); in CorruptRegisters()
272 set_dreg_bits(code, value | code); in CorruptRegisters()
386 // Set FP registers to a value that is NaN in both 32-bit and 64-bit FP. in ResetState()
421 // FLAG_stop_sim_at is at the non-default value. Stop in the debugger when in Run()
696 // ObjectPair as return value. This diverges the calling convention from in DoRuntimeCall()
792 TraceSim("No return value."); in DoRuntimeCall()
865 TraceSim("No return value."); in DoRuntimeCall()
878 TraceSim("No return value in DoRuntimeCall()
1095 ShiftOperand(T value, Shift shift_type, unsigned amount) ShiftOperand() argument
[all...]
/base/notification/common_event_service/interfaces/kits/napi/common_event/src/
H A Dcommon_event.cpp73 napi_value value = nullptr; in SetCommonEventData() local
79 &value); in SetCommonEventData()
80 napi_set_named_property(commonEventDataWorkerData->env, result, "event", value); in SetCommonEventData()
87 &value); in SetCommonEventData()
88 napi_set_named_property(commonEventDataWorkerData->env, result, "bundleName", value); in SetCommonEventData()
91 napi_create_int32(commonEventDataWorkerData->env, commonEventDataWorkerData->code, &value); in SetCommonEventData()
92 napi_set_named_property(commonEventDataWorkerData->env, result, "code", value); in SetCommonEventData()
97 commonEventDataWorkerData->env, commonEventDataWorkerData->data.c_str(), NAPI_AUTO_LENGTH, &value); in SetCommonEventData()
98 napi_set_named_property(commonEventDataWorkerData->env, result, "data", value); in SetCommonEventData()
1036 std::shared_ptr<SubscriberInstance> GetSubscriber(const napi_env &env, const napi_value &value) in GetSubscriber() argument
1065 GetSubscriberByUnsubscribe( const napi_env &env, const napi_value &value, std::shared_ptr<SubscriberInstance> &subscriber, bool &isFind) GetSubscriberByUnsubscribe() argument
[all...]
/base/notification/common_event_service/interfaces/kits/napi/napi_common_event/src/
H A Dnapi_common_event.cpp103 napi_value value = nullptr; in SetCommonEventData() local
109 &value); in SetCommonEventData()
110 napi_set_named_property(commonEventDataWorkerData->env, result, "event", value); in SetCommonEventData()
116 &value); in SetCommonEventData()
117 napi_set_named_property(commonEventDataWorkerData->env, result, "bundleName", value); in SetCommonEventData()
120 napi_create_int32(commonEventDataWorkerData->env, commonEventDataWorkerData->code, &value); in SetCommonEventData()
121 napi_set_named_property(commonEventDataWorkerData->env, result, "code", value); in SetCommonEventData()
125 commonEventDataWorkerData->env, commonEventDataWorkerData->data.c_str(), NAPI_AUTO_LENGTH, &value); in SetCommonEventData()
126 napi_set_named_property(commonEventDataWorkerData->env, result, "data", value); in SetCommonEventData()
432 std::shared_ptr<SubscriberInstance> GetSubscriber(const napi_env &env, const napi_value &value) in GetSubscriber() argument
694 GetSubscriberByUnsubscribe( const napi_env &env, const napi_value &value, std::shared_ptr<SubscriberInstance> &subscriber, bool &isFind) GetSubscriberByUnsubscribe() argument
[all...]
/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H A Dzero_branch3_test.cpp521 std::string value = "123"; in HWTEST_F() local
522 call.ControlCamera(value, 1, 1); in HWTEST_F()
523 call.SetPausePicture(value); in HWTEST_F()
524 uint64_t tempSurfaceId = std::stoull(value); in HWTEST_F()
527 value = ""; in HWTEST_F()
529 call.SetPreviewWindow(value, surface); in HWTEST_F()
530 call.SetDisplayWindow(value, surface); in HWTEST_F()
716 std::u16string value = u""; in HWTEST_F() local
717 ASSERT_NE(callControlManager->SetImsConfig(INVALID_CALLID, item, value), TELEPHONY_SUCCESS); in HWTEST_F()
718 ASSERT_NE(callControlManager->SetImsConfig(slotId, item, value), TELEPHONY_SUCCES in HWTEST_F()
764 std::u16string value = u""; HWTEST_F() local
[all...]
/drivers/peripheral/usb/gadget/function/acm/
H A Dcdcacm.c806 static int32_t UsbSerialRegistPropAGet(const struct UsbFnInterface *intf, const char *name, const char *value) in UsbSerialRegistPropAGet() argument
810 HDF_LOGE("%{public}s: value = %{public}s", __func__, value); in UsbSerialRegistPropAGet()
815 static int32_t UsbSerialRegistPropASet(const struct UsbFnInterface *intf, const char *name, const char *value) in UsbSerialRegistPropASet() argument
819 HDF_LOGE("%{public}s: value = %{public}s", __func__, value); in UsbSerialRegistPropASet()
839 registInfo.value = propValue; in UsbSerialRegistProp()
953 struct UsbCdcLineCoding *value = req->buf; in AcmCtrlComplete() local
954 if (req->actual == sizeof(*value)) { in AcmCtrlComplete()
955 acm->lineCoding = *value; in AcmCtrlComplete()
1108 uint16_t value = LE16_TO_CPU(setup->value); AcmSetup() local
1238 AcmSendNotifyRequest( struct UsbAcmDevice *acm, uint8_t type, uint16_t value, const void *data, uint32_t length) AcmSendNotifyRequest() argument
[all...]
/kernel/linux/linux-5.10/arch/powerpc/sysdev/
H A Dmpic.c192 unsigned int reg, u32 value) in _mpic_write()
197 dcr_write(rb->dhost, reg, value); in _mpic_write()
201 out_be32(rb->base + (reg >> 2), value); in _mpic_write()
205 out_le32(rb->base + (reg >> 2), value); in _mpic_write()
221 static inline void _mpic_ipi_write(struct mpic *mpic, unsigned int ipi, u32 value) in _mpic_ipi_write() argument
226 _mpic_write(mpic->reg_type, &mpic->gregs, offset, value); in _mpic_ipi_write()
243 static inline void _mpic_tm_write(struct mpic *mpic, unsigned int tm, u32 value) in _mpic_tm_write() argument
248 _mpic_write(mpic->reg_type, &mpic->tmregs, offset, value); in _mpic_tm_write()
258 static inline void _mpic_cpu_write(struct mpic *mpic, unsigned int reg, u32 value) in _mpic_cpu_write() argument
262 _mpic_write(mpic->reg_type, &mpic->cpuregs[cpu], reg, value); in _mpic_cpu_write()
190 _mpic_write(enum mpic_reg_type type, struct mpic_reg_bank *rb, unsigned int reg, u32 value) _mpic_write() argument
281 _mpic_irq_write(struct mpic *mpic, unsigned int src_no, unsigned int reg, u32 value) _mpic_irq_write() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_pci.c37 u16 value = 0; in fm10k_read_pci_cfg_word() local
40 return ~value; in fm10k_read_pci_cfg_word()
42 pci_read_config_word(interface->pdev, reg, &value); in fm10k_read_pci_cfg_word()
43 if (value == 0xFFFF) in fm10k_read_pci_cfg_word()
46 return value; in fm10k_read_pci_cfg_word()
52 u32 value = 0; in fm10k_read_reg() local
55 return ~value; in fm10k_read_reg()
57 value = readl(&hw_addr[reg]); in fm10k_read_reg()
58 if (!(~value) && (!reg || !(~readl(hw_addr)))) { in fm10k_read_reg()
67 return value; in fm10k_read_reg()
344 u32 value; fm10k_detach_subtask() local
[all...]
/kernel/linux/linux-6.6/arch/powerpc/sysdev/
H A Dmpic.c194 unsigned int reg, u32 value) in _mpic_write()
199 dcr_write(rb->dhost, reg, value); in _mpic_write()
203 out_be32(rb->base + (reg >> 2), value); in _mpic_write()
207 out_le32(rb->base + (reg >> 2), value); in _mpic_write()
223 static inline void _mpic_ipi_write(struct mpic *mpic, unsigned int ipi, u32 value) in _mpic_ipi_write() argument
228 _mpic_write(mpic->reg_type, &mpic->gregs, offset, value); in _mpic_ipi_write()
245 static inline void _mpic_tm_write(struct mpic *mpic, unsigned int tm, u32 value) in _mpic_tm_write() argument
250 _mpic_write(mpic->reg_type, &mpic->tmregs, offset, value); in _mpic_tm_write()
260 static inline void _mpic_cpu_write(struct mpic *mpic, unsigned int reg, u32 value) in _mpic_cpu_write() argument
264 _mpic_write(mpic->reg_type, &mpic->cpuregs[cpu], reg, value); in _mpic_cpu_write()
192 _mpic_write(enum mpic_reg_type type, struct mpic_reg_bank *rb, unsigned int reg, u32 value) _mpic_write() argument
283 _mpic_irq_write(struct mpic *mpic, unsigned int src_no, unsigned int reg, u32 value) _mpic_irq_write() argument
[all...]
/kernel/linux/linux-5.10/drivers/pci/controller/
H A Dpci-aardvark.c413 * Set maximal link speed value also into PCIe Link Control 2 register. in advk_pcie_train_link()
414 * Armada 3700 Functional Specification says that default value is based in advk_pcie_train_link()
415 * on SPEED_GEN but tests showed that default value is always 8.0 GT/s. in advk_pcie_train_link()
513 * Replace incorrect PCI vendor id value 0x1b4b by correct value 0x11ab. in advk_pcie_setup_hw()
515 * id in high 16 bits. Updating this register changes readback value of in advk_pcie_setup_hw()
517 * for erratum 4.1: "The value of device and vendor ID is incorrect". in advk_pcie_setup_hw()
524 * because the default value is Mass storage controller (0x010400). in advk_pcie_setup_hw()
665 * 2) value Unsupported Request(1) of COMPLETION_STATUS(bit9:7) only in advk_pcie_check_pio_status()
667 * a read value o in advk_pcie_check_pio_status()
775 advk_pci_bridge_emul_base_conf_read(struct pci_bridge_emul *bridge, int reg, u32 *value) advk_pci_bridge_emul_base_conf_read() argument
834 advk_pci_bridge_emul_pcie_conf_read(struct pci_bridge_emul *bridge, int reg, u32 *value) advk_pci_bridge_emul_pcie_conf_read() argument
[all...]
/kernel/linux/linux-5.10/drivers/usb/chipidea/
H A Dudc.c217 * @value: true => stall, false => unstall
221 static int hw_ep_set_halt(struct ci_hdrc *ci, int num, int dir, int value) in hw_ep_set_halt() argument
223 if (value != 0 && value != 1) in hw_ep_set_halt()
233 value ? mask_xs : mask_xr); in hw_ep_set_halt()
234 } while (value != hw_ep_get_halt(ci, num, dir)); in hw_ep_set_halt()
285 * This function returns guard value
297 * This function returns guard value
307 * @value: new USB address
312 static void hw_usb_set_address(struct ci_hdrc *ci, u8 value) in hw_usb_set_address() argument
775 _ep_set_halt(struct usb_ep *ep, int value, bool check_transfer) _ep_set_halt() argument
1573 ep_set_halt(struct usb_ep *ep, int value) ep_set_halt() argument
[all...]
/kernel/linux/linux-5.10/tools/bpf/bpftool/
H A Dprog.c162 void *value = NULL; in find_metadata() local
215 value = malloc(map_info->value_size); in find_metadata()
216 if (!value) { in find_metadata()
221 if (bpf_map_lookup_elem(map_fd, &key, value)) { in find_metadata()
223 free(value); in find_metadata()
224 value = NULL; in find_metadata()
234 return value; in find_metadata()
250 void *value = NULL; in show_prog_metadata() local
258 value = find_metadata(fd, &map_info); in show_prog_metadata()
259 if (!value) in show_prog_metadata()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_pci.c36 u16 value = 0; in fm10k_read_pci_cfg_word() local
39 return ~value; in fm10k_read_pci_cfg_word()
41 pci_read_config_word(interface->pdev, reg, &value); in fm10k_read_pci_cfg_word()
42 if (value == 0xFFFF) in fm10k_read_pci_cfg_word()
45 return value; in fm10k_read_pci_cfg_word()
51 u32 value = 0; in fm10k_read_reg() local
54 return ~value; in fm10k_read_reg()
56 value = readl(&hw_addr[reg]); in fm10k_read_reg()
57 if (!(~value) && (!reg || !(~readl(hw_addr)))) { in fm10k_read_reg()
66 return value; in fm10k_read_reg()
343 u32 value; fm10k_detach_subtask() local
[all...]
/kernel/linux/linux-6.6/drivers/usb/chipidea/
H A Dudc.c220 * @value: true => stall, false => unstall
224 static int hw_ep_set_halt(struct ci_hdrc *ci, int num, int dir, int value) in hw_ep_set_halt() argument
226 if (value != 0 && value != 1) in hw_ep_set_halt()
236 value ? mask_xs : mask_xr); in hw_ep_set_halt()
237 } while (value != hw_ep_get_halt(ci, num, dir)); in hw_ep_set_halt()
288 * This function returns guard value
300 * This function returns guard value
310 * @value: new USB address
315 static void hw_usb_set_address(struct ci_hdrc *ci, u8 value) in hw_usb_set_address() argument
789 _ep_set_halt(struct usb_ep *ep, int value, bool check_transfer) _ep_set_halt() argument
1587 ep_set_halt(struct usb_ep *ep, int value) ep_set_halt() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Dsdma_v4_4_2.c48 #define WREG32_SDMA(instance, offset, value) \
49 WREG32(sdma_v4_4_2_get_reg_offset(adev, (instance), (offset)), value)
515 unsigned value = amdgpu_sdma_phase_quantum; in sdma_v4_4_2_inst_ctx_switch_enable() local
518 while (value > (SDMA_PHASE0_QUANTUM__VALUE_MASK >> in sdma_v4_4_2_inst_ctx_switch_enable()
520 value = (value + 1) >> 1; in sdma_v4_4_2_inst_ctx_switch_enable()
525 value = (SDMA_PHASE0_QUANTUM__VALUE_MASK >> in sdma_v4_4_2_inst_ctx_switch_enable()
531 value << unit); in sdma_v4_4_2_inst_ctx_switch_enable()
534 value << SDMA_PHASE0_QUANTUM__VALUE__SHIFT | in sdma_v4_4_2_inst_ctx_switch_enable()
653 /* before programing wptr to a less value, nee in sdma_v4_4_2_gfx_resume()
1109 sdma_v4_4_2_vm_write_pte(struct amdgpu_ib *ib, uint64_t pe, uint64_t value, unsigned count, uint32_t incr) sdma_v4_4_2_vm_write_pte() argument
[all...]
/kernel/linux/linux-6.6/sound/soc/codecs/
H A Dwsa883x.c1082 ucontrol->value.enumerated.item[0] = wsa883x->dev_mode; in wsa_dev_mode_get()
1093 if (wsa883x->dev_mode == ucontrol->value.enumerated.item[0]) in wsa_dev_mode_put()
1096 wsa883x->dev_mode = ucontrol->value.enumerated.item[0]; in wsa_dev_mode_put()
1115 ucontrol->value.integer.value[0] = data->port_enable[portidx]; in wsa883x_get_swr_port()
1128 if (ucontrol->value.integer.value[0]) { in wsa883x_set_swr_port()
1149 ucontrol->value.integer.value[0] = wsa883x->comp_offset; in wsa883x_get_comp_offset()
1160 if (wsa883x->comp_offset == ucontrol->value in wsa883x_set_comp_offset()
[all...]
/kernel/linux/linux-6.6/tools/bpf/bpftool/
H A Dprog.c224 void *value = NULL; in find_metadata() local
277 value = malloc(map_info->value_size); in find_metadata()
278 if (!value) { in find_metadata()
283 if (bpf_map_lookup_elem(map_fd, &key, value)) { in find_metadata()
285 free(value); in find_metadata()
286 value = NULL; in find_metadata()
296 return value; in find_metadata()
311 void *value = NULL; in show_prog_metadata() local
320 value = find_metadata(fd, &map_info); in show_prog_metadata()
321 if (!value) in show_prog_metadata()
[all...]
/third_party/backends/backend/
H A Dmustek_pp_cis.c297 * Converts a register value to a hex/dec/bin representation.
305 more than one value is converted in a printf statement). in Mustek_PP_1015_show_val()
352 " R1: %s : scan value\n" in Mustek_PP_1015_display_regs()
407 * Displays a single register value
677 * Writes a value to the currently open register.
920 DBG (4, "cis_set_dpi_value: dpi: %d -> value 0x%02x\n", dev->CIS.hw_hres, val); in cis_set_dpi_value()
1069 /* The TWAIN drivers always sends the same value: 0x96 */ in cis_config_ccd()
1166 * During a multi-step feed, the expose time is fixed. The value depends in cis_move_motor()
1452 read a few extra bytes -> use the last calibration value) */ in cis_read_line_low_level()
1473 /* Insert an interpolated value */ in cis_read_line_low_level()
2414 int value = 0; cis_drv_config() local
[all...]
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DCollationTest.java1084 prefix.value = null; in parseString()
1088 prefix.value = tmpPrefix; in parseString()
1091 prefix.value = null; in parseString()
1096 s.value = null; in parseString()
1100 s.value = tmp; in parseString()
1150 if (prefixOut.value != null) { in parseRelationAndString()
1192 throw new ParseException("invalid attribute value name on line " in parseAndSetAttribute()
1278 "invalid attribute value name or attribute=value combination on line " in parseAndSetAttribute()
1384 keyOut.value in getCollationKey()
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
H A DCollationTest.java1087 prefix.value = null; in parseString()
1091 prefix.value = tmpPrefix; in parseString()
1094 prefix.value = null; in parseString()
1099 s.value = null; in parseString()
1103 s.value = tmp; in parseString()
1153 if (prefixOut.value != null) { in parseRelationAndString()
1195 throw new ParseException("invalid attribute value name on line " in parseAndSetAttribute()
1281 "invalid attribute value name or attribute=value combination on line " in parseAndSetAttribute()
1387 keyOut.value in getCollationKey()
[all...]
/third_party/mesa3d/src/amd/common/
H A Dac_gpu_info.c245 static int drmGetCap(int fd, uint64_t capability, uint64_t *value) in drmGetCap() argument
295 unsigned size, void *value) in amdgpu_query_info()
300 void *value) in amdgpu_query_sw_info()
310 unsigned size, void *value) in amdgpu_query_video_caps_info()
374 uint64_t value; in has_syncobj() local
375 if (drmGetCap(fd, DRM_CAP_SYNCOBJ, &value)) in has_syncobj()
377 return value ? true : false; in has_syncobj()
382 uint64_t value; in has_timeline_syncobj() local
383 if (drmGetCap(fd, DRM_CAP_SYNCOBJ_TIMELINE, &value)) in has_timeline_syncobj()
385 return value in has_timeline_syncobj()
294 amdgpu_query_info(amdgpu_device_handle dev, unsigned info_id, unsigned size, void *value) amdgpu_query_info() argument
299 amdgpu_query_sw_info(amdgpu_device_handle dev, enum amdgpu_sw_info info, void *value) amdgpu_query_sw_info() argument
309 amdgpu_query_video_caps_info(amdgpu_device_handle dev, unsigned cap_type, unsigned size, void *value) amdgpu_query_video_caps_info() argument
390 uint64_t value; has_modifiers() local
[all...]
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_nir_to_llvm.c357 radv_fixup_vertex_input_fetches(struct radv_shader_context *ctx, LLVMValueRef value, in radv_fixup_vertex_input_fetches() argument
364 if (LLVMGetTypeKind(LLVMTypeOf(value)) == LLVMVectorTypeKind) { in radv_fixup_vertex_input_fetches()
365 unsigned vec_size = LLVMGetVectorSize(LLVMTypeOf(value)); in radv_fixup_vertex_input_fetches()
368 return value; in radv_fixup_vertex_input_fetches()
373 chan[i] = ac_llvm_extract_elem(&ctx->ac, value, i); in radv_fixup_vertex_input_fetches()
376 chan[0] = value; in radv_fixup_vertex_input_fetches()
1323 * pointer value will always be 0.
1671 LLVMValueRef value, soffset; in ac_gs_copy_shader_emit() local
1681 value = ac_build_buffer_load(&ctx->ac, ctx->gsvs_ring[0], 1, ctx->ac.i32_0, vtx_offset, in ac_gs_copy_shader_emit()
1686 value in ac_gs_copy_shader_emit()
[all...]

Completed in 58 milliseconds

1...<<751752753754755756757758759760>>...1259