Home
last modified time | relevance | path

Searched refs:set (Results 11926 - 11950 of 12876) sorted by relevance

1...<<471472473474475476477478479480>>...516

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp75 #include <set>
367 Operation &= ~8; // Don't let N and U bits get set.
409 // If the N and U bits get set, then the resultant comparison DOES suddenly
412 Op &= ~16; // Clear the U bit if the N bit is set.
735 Use.set(SDValue());
1398 "Cannot set target flags on target-independent globals");
1445 "Cannot set target flags on target-independent jump tables");
1466 "Cannot set target flags on target-independent globals");
1494 "Cannot set target flags on target-independent globals");
2711 // bits from each set o
[all...]
/third_party/libabigail/tests/lib/
H A Dcatch.hpp306 // the same set of capabilities as real Windows does.
360 // This is set by default, because we assume that unix compilers are posix-signal-compatible by default.
364 // This is set by default, because we assume that compilers with no wchar_t support are just rare exceptions.
5476 #include <set>
5657 // static std::set<Verbosity> getSupportedVerbosities()
5752 static std::set<Verbosity> getSupportedVerbosities() {
5870 static std::set<Verbosity> getSupportedVerbosities() {
5978 static std::set<Verbosity> getSupportedVerbosities();
6197 // if string has a : in first line will set indent to follow it on
8798 #include <set>
[all...]
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-generator.cc183 // Fallthrough is set to -1 to make it the fallthrough case of the jump table,
775 // will set stack overflow. in AllocateDeclarations()
777 data->set(array_index++, *sfi); in AllocateDeclarations()
779 data->set(array_index++, Smi::FromInt(literal_index)); in AllocateDeclarations()
781 data->set(array_index++, Smi::FromInt(var->index())); in AllocateDeclarations()
784 data->set(array_index++, Smi::FromInt(var->index())); in AllocateDeclarations()
797 data->set(array_index++, *var->raw_name()->string()); in AllocateDeclarations()
804 // will set stack overflow. in AllocateDeclarations()
806 data->set(array_index++, *sfi); in AllocateDeclarations()
808 data->set(array_inde in AllocateDeclarations()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleTests.cpp66 #include <set>
110 // render using color attachment at location 1 and location 0 set as unused
1000 "layout(set = 0, binding = 0, input_attachment_index = 0) uniform subpassInputMS imageMS;\n" in initSampleShadingPrograms()
1936 "layout(set = 0, binding = 0, input_attachment_index = 0) uniform subpassInputMS imageMS;\n"
2026 // 7/8 of the samples set since the last 1/8 is not even covered
2591 message << "Unsatisfied condition: " << alphaOneImage.getPixel(x, y) << " doesn't have alpha set to 1";
3010 // Generating set of pixel coordinate values covered by the triangle
3065 //Calculate coverage of a single sample Image based on accumulated value from the whole set
3279 // set. This means that the expected result for this case (a)
3305 // default: m_rasterizationSamples bits set i
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassTests.cpp85 #include <set>
113 using std::set;
4355 log << TestLog::Message << "In the reference image, unset pixel components are marked with a 3x3 grid storing values 0.0 and 0.25, pixel components set to false are stored as 0.5 and pixel components set to true are stored as 1.0." << TestLog::EndMessage;
4356 log << TestLog::Message << "Output attachment pixel components are always set to 0.5 or 1.0 but may not be taken into account if not set in the reference image." << TestLog::EndMessage;
4472 fragmentShader << "layout(input_attachment_index = " << attachmentNdx << ", set=0, binding=" << inputAttachmentBinding << ") uniform highp subpassInput i_depth" << attachmentNdx << ";\n";
4478 fragmentShader << "layout(input_attachment_index = " << attachmentNdx << ", set=0, binding=" << inputAttachmentBinding << ") uniform highp usubpassInput i_stencil" << attachmentNdx << ";\n";
4486 fragmentShader << "layout(input_attachment_index = " << attachmentNdx << ", set=0, binding=" << inputAttachmentBinding << ") uniform highp " << attachmentType << " i_color" << attachmentNdx << ";\n";
5908 T chooseRandom (de::Random& rng, const set<
[all...]
/third_party/python/Lib/test/
H A Dtest_inspect.py93 predicates = set([inspect.isbuiltin, inspect.isclass, inspect.iscode,
105 for other in self.predicates - set([predicate]):
1216 return list(sorted(set(['__class__', '__module__', '__name__', 'three'] +
1581 _empty = inspect.ClosureVars({}, {}, {}, set())
2236 self.assertRaises(TypeError, inspect.getgeneratorlocals, set)
4087 # Issue #19611: getcallargs should work with set comprehensions
4281 no_signature = set()
4301 types_with_signatures = set()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineMultisampleTests.cpp64 #include <set>
108 // render using color attachment at location 1 and location 0 set as unused
997 "layout(set = 0, binding = 0, input_attachment_index = 0) uniform subpassInputMS imageMS;\n" in initSampleShadingPrograms()
1883 "layout(set = 0, binding = 0, input_attachment_index = 0) uniform subpassInputMS imageMS;\n"
1974 // 7/8 of the samples set since the last 1/8 is not even covered
2539 message << "Unsatisfied condition: " << alphaOneImage.getPixel(x, y) << " doesn't have alpha set to 1";
2919 // Generating set of pixel coordinate values covered by the triangle
2974 //Calculate coverage of a single sample Image based on accumulated value from the whole set
3188 // set. This means that the expected result for this case (a)
3214 // default: m_rasterizationSamples bits set i
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassTests.cpp84 #include <set>
110 using std::set;
4341 log << TestLog::Message << "In the reference image, unset pixel components are marked with a 3x3 grid storing values 0.0 and 0.25, pixel components set to false are stored as 0.5 and pixel components set to true are stored as 1.0." << TestLog::EndMessage;
4342 log << TestLog::Message << "Output attachment pixel components are always set to 0.5 or 1.0 but may not be taken into account if not set in the reference image." << TestLog::EndMessage;
4458 fragmentShader << "layout(input_attachment_index = " << attachmentNdx << ", set=0, binding=" << inputAttachmentBinding << ") uniform highp subpassInput i_depth" << attachmentNdx << ";\n";
4464 fragmentShader << "layout(input_attachment_index = " << attachmentNdx << ", set=0, binding=" << inputAttachmentBinding << ") uniform highp usubpassInput i_stencil" << attachmentNdx << ";\n";
4472 fragmentShader << "layout(input_attachment_index = " << attachmentNdx << ", set=0, binding=" << inputAttachmentBinding << ") uniform highp " << attachmentType << " i_color" << attachmentNdx << ";\n";
5883 T chooseRandom (de::Random& rng, const set<
[all...]
/third_party/vixl/src/aarch64/
H A Dmacro-assembler-aarch64.h233 // set. in IsValidComparison()
469 explicit BranchInfoSetIterator(BranchInfoSet* set) : set_(set) { in BranchInfoSetIterator() argument
476 explicit BranchInfoSetIterator(BranchInfoSet* set) = delete;
477 BranchInfoSetIterator(AllocatorWrapper allocator, BranchInfoSet* set) : set_(set), sub_iterator_(allocator.Adapter()) {
771 // then set `option` to kFallThrough.
935 // using the current stack pointer as set by SetStackPointer.
949 // If the current stack pointer (as set by SetStackPointer) is sp, then it
1015 // If the current stack pointer (as set b
[all...]
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H A Ddce_v11_0.c315 * dce_v11_0_hpd_set_polarity - hpd set polarity callback.
345 * Enable the pin, set the polarity, and enable the hpd interrupts.
547 /* LVDS/eDP FMT is set up by atom */ in dce_v11_0_program_fmt()
1097 /* set for high clocks */ in dce_v11_0_program_watermarks()
1136 /* set for low clocks */ in dce_v11_0_program_watermarks()
1339 /* set HDMI mode */ in dce_v11_0_audio_write_speaker_allocation()
1498 /* disable audio. it will be set up later */ in dce_v11_0_audio_init()
1683 /* enable audio info frames (frames won't be set until audio is enabled) */ in dce_v11_0_afmt_setmode()
1702 /* set the default audio delay */ in dce_v11_0_afmt_setmode()
2118 /* set pagefli in dce_v11_0_crtc_do_set_base()
[all...]
H A Ddce_v8_0.c242 * dce_v8_0_hpd_set_polarity - hpd set polarity callback.
272 * Enable the pin, set the polarity, and enable the hpd interrupts.
461 /* LVDS/eDP FMT is set up by atom */ in dce_v8_0_program_fmt()
1006 /* set for high clocks */ in dce_v8_0_program_watermarks()
1045 /* set for low clocks */ in dce_v8_0_program_watermarks()
1267 /* set HDMI mode */ in dce_v8_0_audio_write_speaker_allocation()
1419 /* disable audio. it will be set up later */ in dce_v8_0_audio_init()
1590 HDMI_INFOFRAME_CONTROL0__HDMI_AUDIO_INFO_SEND_MASK | /* enable audio info frames (frames won't be set until audio is enabled) */ in dce_v8_0_afmt_setmode()
1602 (1 << HDMI_AUDIO_PACKET_CONTROL__HDMI_AUDIO_DELAY_EN__SHIFT) | /* set the default audio delay */ in dce_v8_0_afmt_setmode()
1985 /* set pagefli in dce_v8_0_crtc_do_set_base()
[all...]
H A Ddce_v10_0.c297 * dce_v10_0_hpd_set_polarity - hpd set polarity callback.
327 * Enable the pin, set the polarity, and enable the hpd interrupts.
521 /* LVDS/eDP FMT is set up by atom */ in dce_v10_0_program_fmt()
1071 /* set for high clocks */ in dce_v10_0_program_watermarks()
1110 /* set for low clocks */ in dce_v10_0_program_watermarks()
1313 /* set HDMI mode */ in dce_v10_0_audio_write_speaker_allocation()
1456 /* disable audio. it will be set up later */ in dce_v10_0_audio_init()
1641 /* enable audio info frames (frames won't be set until audio is enabled) */ in dce_v10_0_afmt_setmode()
1660 /* set the default audio delay */ in dce_v10_0_afmt_setmode()
2076 /* set pagefli in dce_v10_0_crtc_do_set_base()
[all...]
H A Ddce_v6_0.c248 * dce_v6_0_hpd_set_polarity - hpd set polarity callback.
278 * Enable the pin, set the polarity, and enable the hpd interrupts.
418 /* LVDS FMT is set up by atom */ in dce_v6_0_program_fmt()
905 /* set for high clocks */ in dce_v6_0_program_watermarks()
907 /* set for low clocks */ in dce_v6_0_program_watermarks()
2013 /* set pageflip to happen anywhere in vblank interval */ in dce_v6_0_crtc_do_set_base()
3137 /* set scaler clears this on some chips */ in dce_v6_0_encoder_mode_set()
3174 /* turn eDP panel on for mode set */ in dce_v6_0_encoder_prepare()
3182 /* set up the FMT blocks */ in dce_v6_0_encoder_prepare()
3192 /* need to call this here as we need the crtc set u in dce_v6_0_encoder_commit()
[all...]
H A Dgfx_v6_0.c2118 /* set the wb address whether it's enabled or not */ in gfx_v6_0_cp_gfx_resume()
2411 /* set up the cs buffer */ in gfx_v6_0_rlc_init()
3561 .set = gfx_v6_0_set_eop_interrupt_state,
3566 .set = gfx_v6_0_set_priv_reg_fault_state,
3571 .set = gfx_v6_0_set_priv_inst_fault_state,
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H A Dice_virtchnl_pf.c104 * @pfe: pointer to the virtchnl_pf_event to set link speed/status for
106 * @link_up: whether or not to set the link up/down
374 /* disable VF qp mappings and set VF disable state */ in ice_free_vfs()
484 * @pvid_info: VLAN ID and QoS used to set the PVID VSI context field
663 * ice_vf_set_host_trust_cfg - set trust setting based on pre-reset value
739 /* set regardless of mapping mode */ in ice_ena_vf_q_mappings()
744 /* set the VF PF Tx queue range in ice_ena_vf_q_mappings()
745 * VFNUMQ value should be set to (number of queues - 1). A value in ice_ena_vf_q_mappings()
757 /* set regardless of mapping mode */ in ice_ena_vf_q_mappings()
762 /* set th in ice_ena_vf_q_mappings()
3151 ice_vc_handle_mac_addr_msg(struct ice_vf *vf, u8 *msg, bool set) ice_vc_handle_mac_addr_msg() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/
H A Def10.c246 /* If we failed to set the workaround just carry on. */ in efx_ef10_get_timer_workarounds()
1913 /* Expect ENOENT if DMA queues have not been set up */
2369 /* A previous user of this TX queue might have set us up the in efx_ef10_tx_init()
3658 int (*set)(struct efx_channel *channel, bool temp); in efx_ef10_ptp_set_ts_sync_events()
3661 set = en ? in efx_ef10_ptp_set_ts_sync_events()
3667 int rc = set(channel, temp); in efx_ef10_ptp_set_ts_sync_events()
3825 "Unable to set UDP tunnel ports; rc=%d.\n", rc); in efx_ef10_set_udp_tnl_ports()
3901 * have tried and failed the MCDI, in which case they'll have set the dirty
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath6kl/
H A Dwmi.c849 ath6kl_dbg(ATH6KL_DBG_WMI, "set roam mode %d\n", mode); in ath6kl_wmi_set_roam_mode_cmd()
1430 * After that install a new set of thresholds based on the signal in ath6kl_wmi_rssi_threshold_event_rx()
1483 /* Calculate and install the next set of thresholds */ in ath6kl_wmi_rssi_threshold_event_rx()
1684 * After that install a new set of thresholds based on the signal in ath6kl_wmi_snr_threshold_event_rx()
1725 /* Calculate and install the next set of thresholds */ in ath6kl_wmi_snr_threshold_event_rx()
2392 const u8 *pmkid, bool set) in ath6kl_wmi_setpmkid_cmd()
2401 if (set && pmkid == NULL) in ath6kl_wmi_setpmkid_cmd()
2410 if (set) { in ath6kl_wmi_setpmkid_cmd()
2391 ath6kl_wmi_setpmkid_cmd(struct wmi *wmi, u8 if_idx, const u8 *bssid, const u8 *pmkid, bool set) ath6kl_wmi_setpmkid_cmd() argument
/kernel/linux/linux-5.10/drivers/video/fbdev/core/
H A Dfbcon.c963 * Instead of blindly using registered_fb[0], we use info_idx, set by in fbcon_startup()
1130 * We must always set the mode. The mode of the previous console in fbcon_init()
1162 * vc_{cols,rows}, but we must not set those if we are only in fbcon_init()
1190 static void set_vc_hi_font(struct vc_data *vc, bool set);
2365 /* set/clear vc_hi_font_mask and update vc attrs accordingly */
2366 static void set_vc_hi_font(struct vc_data *vc, bool set) in set_vc_hi_font() argument
2368 if (!set) { in set_vc_hi_font()
2483 * User asked to set font; we are guaranteed that
/kernel/linux/linux-5.10/net/core/
H A Dpktgen.c33 * set to use a random distribution or sequentially walk the range.
109 * Fixed src_mac command to set source mac of packet to value specified in
309 * set clone_skb to 1024.
1012 pr_info("Delay set at: %llu ns\n", pkt_dev->delay); in pktgen_if_write()
1027 pr_info("Delay set at: %llu ns\n", pkt_dev->delay); in pktgen_if_write()
1186 /* clone_skb set earlier, not supported in this mode */ in pktgen_if_write()
1236 "Flag -:%s:- unknown\nAvailable flags, (prepend ! to un-set flag):\n%s", in pktgen_if_write()
1267 pr_debug("dst_min set to: %s\n", pkt_dev->dst_min); in pktgen_if_write()
1287 pr_debug("dst_max set to: %s\n", pkt_dev->dst_max); in pktgen_if_write()
1309 pr_debug("dst6 set t in pktgen_if_write()
2060 int i, set = 0, err = 1; pktgen_setup_inject() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H A Dice_virtchnl.c203 * @pfe: pointer to the virtchnl_pf_event to set link speed/status for
205 * @link_up: whether or not to set the link up/down
746 * Return true if VIRTCHNL_VF_OFFLOAD_ADV_RSS_PF capability is set,
1087 dev_info(dev, "VF %u successfully set multicast promiscuous mode\n", in ice_vc_cfg_promiscuous_mode_msg()
1102 dev_info(dev, "VF %u successfully set unicast promiscuous mode\n", in ice_vc_cfg_promiscuous_mode_msg()
1758 /* If the VF MAC address has been set administratively (via the in ice_can_vf_change_mac()
1818 /* only allow legacy VF drivers to set the device and hardware MAC if it in ice_vfhw_mac_add()
1819 * is zero and allow new VF drivers to set the hardware MAC if the type in ice_vfhw_mac_add()
1829 /* hardware and device MACs are already set, but its possible that the in ice_vfhw_mac_add()
1861 dev_err(dev, "VF attempting to override administratively set MA in ice_vc_add_mac_addr()
1985 ice_vc_handle_mac_addr_msg(struct ice_vf *vf, u8 *msg, bool set) ice_vc_handle_mac_addr_msg() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/
H A Def10.c246 /* If we failed to set the workaround just carry on. */ in efx_ef10_get_timer_workarounds()
1929 /* Expect ENOENT if DMA queues have not been set up */
2385 /* A previous user of this TX queue might have set us up the in efx_ef10_tx_init()
3689 int (*set)(struct efx_channel *channel, bool temp); in efx_ef10_ptp_set_ts_sync_events()
3692 set = en ? in efx_ef10_ptp_set_ts_sync_events()
3698 int rc = set(channel, temp); in efx_ef10_ptp_set_ts_sync_events()
3856 "Unable to set UDP tunnel ports; rc=%d.\n", rc); in efx_ef10_set_udp_tnl_ports()
3932 * have tried and failed the MCDI, in which case they'll have set the dirty
/kernel/linux/linux-6.6/drivers/video/fbdev/core/
H A Dfbcon.c937 * Instead of blindly using registered_fb[0], we use info_idx, set by in fbcon_startup()
1085 * We must always set the mode. The mode of the previous console in fbcon_init()
1116 * vc_{cols,rows}, but we must not set those if we are only in fbcon_init()
1144 static void set_vc_hi_font(struct vc_data *vc, bool set);
2333 /* set/clear vc_hi_font_mask and update vc attrs accordingly */
2334 static void set_vc_hi_font(struct vc_data *vc, bool set) in set_vc_hi_font() argument
2336 if (!set) { in set_vc_hi_font()
2459 * User asked to set font; we are guaranteed that charcount does not exceed 512
/kernel/linux/linux-6.6/drivers/target/
H A Dtarget_core_user.c259 .set = tcmu_set_global_max_data_area,
296 .set = tcmu_set_block_netlink,
349 .set = tcmu_set_reset_netlink,
380 printk(KERN_ERR "TCMU_ATTR_CMD_STATUS or TCMU_ATTR_DEVICE_ID not set, doing nothing\n"); in tcmu_genl_cmd_done()
745 /* set length to 0 to abort outer loop */ in tcmu_copy_data()
925 pr_debug("Timeout set up for cmd %p, dev = %s, tmo = %lu\n", tcmu_cmd, in tcmu_setup_cmd_timer()
935 * For backwards compat if qfull_time_out is not set use in add_to_qfull_queue()
936 * cmd_time_out and if that's not set use the default time out. in add_to_qfull_queue()
1350 pr_warn("TCMU: Userspace set UNKNOWN_OP flag on se_cmd %p\n", in tcmu_handle_completion()
1970 /* Cmds with KEEP_BUF set ar in tcmu_release()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Ddce_v8_0.c243 * dce_v8_0_hpd_set_polarity - hpd set polarity callback.
273 * Enable the pin, set the polarity, and enable the hpd interrupts.
462 /* LVDS/eDP FMT is set up by atom */ in dce_v8_0_program_fmt()
1007 /* set for high clocks */ in dce_v8_0_program_watermarks()
1046 /* set for low clocks */ in dce_v8_0_program_watermarks()
1268 /* set HDMI mode */ in dce_v8_0_audio_write_speaker_allocation()
1419 /* disable audio. it will be set up later */ in dce_v8_0_audio_init()
1590 HDMI_INFOFRAME_CONTROL0__HDMI_AUDIO_INFO_SEND_MASK | /* enable audio info frames (frames won't be set until audio is enabled) */ in dce_v8_0_afmt_setmode()
1602 (1 << HDMI_AUDIO_PACKET_CONTROL__HDMI_AUDIO_DELAY_EN__SHIFT) | /* set the default audio delay */ in dce_v8_0_afmt_setmode()
1983 /* set pagefli in dce_v8_0_crtc_do_set_base()
[all...]

Completed in 142 milliseconds

1...<<471472473474475476477478479480>>...516