Home
last modified time | relevance | path

Searched refs:set (Results 9901 - 9925 of 11858) sorted by relevance

1...<<391392393394395396397398399400>>...475

/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DDisplay.cpp1080 // We also shouldn't set it to null in case eglInitialize() is called again later in terminate()
1355 // If not, keep caching enabled for EGL_ANDROID_blob_cache, which can have its callbacks set in createContext()
1675 void Display::setBlobCacheFuncs(EGLSetBlobFuncANDROID set, EGLGetBlobFuncANDROID get) in setBlobCacheFuncs() argument
1677 mBlobCache.setBlobCacheFuncs(set, get); in setBlobCacheFuncs()
1678 mImplementation->setBlobCacheFuncs(set, get); in setBlobCacheFuncs()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp455 DWARFDebugArangeSet set; in dump() local
456 while (set.extract(arangesData, &offset)) in dump()
457 set.dump(OS); in dump()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkNullDriver.cpp642 void free (VkDescriptorSet set);
670 void DescriptorPool::free (VkDescriptorSet set) in free() argument
672 DescriptorSet* const impl = reinterpret_cast<DescriptorSet*>((deUintptr)set.getInternal()); in free()
/third_party/skia/src/gpu/v1/
H A DSurfaceDrawContext.cpp872 // Don't clear stencil until after we've set fNeedsStencil. This ensures we don't loop forever in setNeedsStencil()
893 if (scissor && !scissorState.set(*scissor)) { in internalStencilClear()
953 GrTextureSetEntry set[], in drawTextureSet()
968 // Create the minimum number of GrTextureOps needed to draw this set. Individual in drawTextureSet()
975 TextureOp::AddTextureSetOps(this, clip, fContext, set, cnt, proxyRunCnt, filter, mm, saturate, in drawTextureSet()
1193 // We set it explicitly to avoid errors. in drawFastShadow()
1203 // set a large inset to force a fill in drawFastShadow()
952 drawTextureSet(const GrClip* clip, GrTextureSetEntry set[], int cnt, int proxyRunCnt, GrSamplerState::Filter filter, GrSamplerState::MipmapMode mm, SkBlendMode mode, GrAA aa, SkCanvas::SrcRectConstraint constraint, const SkMatrix& viewMatrix, sk_sp<GrColorSpaceXform> texXform) drawTextureSet() argument
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dfuzzer_util.cpp499 "Module is invalid (set a breakpoint to inspect)."); in IsValidAndWellFormed()
508 << function.result_id() << " (set a breakpoint to inspect)."; in IsValidAndWellFormed()
516 << block.GetParent() << " (set a breakpoint to inspect)."; in IsValidAndWellFormed()
537 "Two instructions have the same unique id (set a breakpoint to " in IsValidAndWellFormed()
1754 std::set<uint32_t> sampled_image_result_ids; in SplittingBeforeInstructionSeparatesOpSampledImageDefinitionFromUse()
1897 std::set<uint32_t> GetReachableReturnBlocks(opt::IRContext* ir_context, in GetReachableReturnBlocks()
1902 std::set<uint32_t> result; in GetReachableReturnBlocks()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dfuzzer_util.cpp499 "Module is invalid (set a breakpoint to inspect)."); in IsValidAndWellFormed()
508 << function.result_id() << " (set a breakpoint to inspect)."; in IsValidAndWellFormed()
516 << block.GetParent() << " (set a breakpoint to inspect)."; in IsValidAndWellFormed()
537 "Two instructions have the same unique id (set a breakpoint to " in IsValidAndWellFormed()
1754 std::set<uint32_t> sampled_image_result_ids; in SplittingBeforeInstructionSeparatesOpSampledImageDefinitionFromUse()
1897 std::set<uint32_t> GetReachableReturnBlocks(opt::IRContext* ir_context, in GetReachableReturnBlocks()
1902 std::set<uint32_t> result; in GetReachableReturnBlocks()
/third_party/python/Lib/test/
H A Dtest_ftplib.py302 self.__flag.set()
478 self.push('200 Protection set to Clear')
481 self.push('200 Protection set to Private')
534 raise x('exception not included in all_errors set')
787 # needed to give the threaded server some time to set the attribute
1074 self.evt.set()
1083 self.evt.set()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceCfg.cpp60 // and set it as TLS before any other member fields are constructed, since they
70 /// used for dumping and other diagnostics, and the idea is that given a set of
215 // The set of translation passes and their order are determined by the in translate()
251 Pending.set(getEntryNode()->getIndex()); in computeInOutEdges()
257 Reachable.set(Index); in computeInOutEdges()
263 Pending.set(SuccIndex); in computeInOutEdges()
979 // For default align=0, set it to the real value 1, to avoid any in processAllocas()
1019 // rematerialization is found, the instruction's Dest variable is set to be
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.cpp45 PressureSets.set(PSetID); in classifyPressureSet()
77 // Determine the number of reg units for each pressure set. in SIRegisterInfo()
188 Reserved.set(AMDGPU::VCC);
189 Reserved.set(AMDGPU::VCC_HI);
/third_party/protobuf/python/google/protobuf/internal/
H A Ddescriptor_pool_test.py349 expected_extension_numbers = set([one_more_field, another_field])
350 self.assertEqual(expected_extension_numbers, set(extensions))
356 self.assertEqual(expected_extension_numbers, set(extensions))
1025 # The options set on the FileDescriptorProto should be available in the
/third_party/skia/third_party/externals/abseil-cpp/absl/algorithm/
H A Dcontainer_test.cc24 #include <set>
427 std::set<int> s(vector_.begin(), vector_.end()); in TEST_F()
434 std::set<int, std::greater<int>> s(v.begin(), v.end()); in TEST_F()
/third_party/selinux/libsepol/cil/src/
H A Dcil_verify.c211 cil_log(CIL_ERR,"Invalid operator (%s) for set expression\n", (char*)current->data); in cil_verify_expr_syntax()
481 struct cil_catset *set = (struct cil_catset *)datum; in cil_verify_no_self_reference() local
483 rc = __verify_no_self_reference_in_expr(set->cats->datum_expr, stack); in cil_verify_no_self_reference()
706 cil_log(CIL_ERR, "Low level category set must be a subset of the high level category set\n"); in __cil_verify_levelrange_cats()
1726 cil_tree_log(NODE(cur), CIL_ERR, "Found circular class permissions involving the set %s", cur->name); in __cil_verify_classperms()
1774 struct cil_classpermission *cp = cp_set->set; in __cil_verify_classperms()
/third_party/spirv-tools/source/fuzz/
H A Dfuzzer_util.cpp501 "Module is invalid (set a breakpoint to inspect)."); in IsValidAndWellFormed()
510 << function.result_id() << " (set a breakpoint to inspect)."; in IsValidAndWellFormed()
518 << block.GetParent() << " (set a breakpoint to inspect)."; in IsValidAndWellFormed()
539 "Two instructions have the same unique id (set a breakpoint to " in IsValidAndWellFormed()
1763 std::set<uint32_t> sampled_image_result_ids; in SplittingBeforeInstructionSeparatesOpSampledImageDefinitionFromUse()
1906 std::set<uint32_t> GetReachableReturnBlocks(opt::IRContext* ir_context, in GetReachableReturnBlocks()
1911 std::set<uint32_t> result; in GetReachableReturnBlocks()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fTransformFeedbackTests.cpp45 #include <set>
51 using std::set;
54 using std::set;
1444 // const int maxTransformFeedbackComponents = 64; // \note It is enough to limit attribute set size.
1490 // Generate transform feedback candidate set.
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fProgramInterfaceDefinitionUtil.cpp33 #include <set>
891 std::set<int> buffers;
1487 std::set<std::string> addedVariables;
H A Des31fSeparateShaderTests.cpp54 #include <set>
67 using std::set;
1786 set<string> seen;
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineRenderToImageTests.cpp52 #include <set>
1627 std::set<deUint32> masks; in genSizeCombinations()
1638 for (std::set<deUint32>::const_iterator it = masks.begin(); it != masks.end(); ++it) in genSizeCombinations()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/reconvergence/
H A DvktReconvergenceTests.cpp51 #include <set>
201 // set to 1 by simulate if the ballot is not workgroup- (or subgroup-_uniform.
1273 mask.set(j); in simulate()
1287 mask.set(j); in simulate()
1570 css << "layout(set=0, binding=0) coherent buffer InputA { uint a[]; } inputA;\n"; in initPrograms()
1571 css << "layout(set=0, binding=1) coherent buffer OutputB { uvec2 b[]; } outputB;\n"; in initPrograms()
1572 css << "layout(set=0, binding=2) coherent buffer OutputC { uint loc[]; } outputC;\n"; in initPrograms()
1574 " // set to the real stride when writing out ballots, or zero when just counting\n" in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/
H A DvktWsiDisplayTests.cpp42 #include <set>
55 using std::set;
90 typedef std::set<vk::VkDisplayKHR, BinaryCompare<vk::VkDisplayKHR> > DisplaySet;
843 const VkDisplayPropertiesKHR invalidDisplayProps = { // Most values are set to fail the test to make sure driver updates these in testGetPhysicalDeviceDisplayPropertiesKHR()
993 const VkDisplayPlanePropertiesKHR invalidPlaneProps = { // Most values are set to fail the test to make sure driver updates these in testGetPhysicalDeviceDisplayPlanePropertiesKHR()
1726 msg << "Invalid bit set in supportedSurfaceCounters: 0x" << std::hex << mask; in testDisplaySurface()
1806 const VkDisplayPropertiesKHR nonUpdatedDisplayProperties = { // Most values are set to fail the test to make sure driver updates them in testGetPhysicalDeviceDisplayProperties2KHR()
1953 const VkDisplayPlanePropertiesKHR nonUpdatedPlaneProperties = { // Most values are set to fail the test to make sure driver updates them in testGetPhysicalDeviceDisplayPlaneProperties2KHR()
/third_party/vk-gl-cts/modules/egl/
H A DteglMultiThreadTests.cpp45 #include <set>
52 using std::set;
991 set<Type> objectTypes; in createDestroyObjects()
/kernel/linux/linux-5.10/drivers/char/pcmcia/
H A Dsynclink_cs.c421 unsigned int set, unsigned int clear);
906 * If BIT5 of STAR is set then at least 1 byte is available. in rx_ready_async()
1455 /* if port data rate is set to 460800 or less then in mgslpc_change_params()
1796 /* set the serial parameters
2137 /* set modem control signals (DTR/RTS)
2140 unsigned int set, unsigned int clear) in tiocmset()
2147 __FILE__, __LINE__, info->device_name, set, clear); in tiocmset()
2149 if (set & TIOCM_RTS) in tiocmset()
2151 if (set & TIOCM_DTR) in tiocmset()
2168 * break_state -1=set brea
2139 tiocmset(struct tty_struct *tty, unsigned int set, unsigned int clear) tiocmset() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_switchdev.c613 bool set) in mlxsw_sp_port_bridge_vlan_learning_set()
622 return mlxsw_sp_port_vid_learning_set(mlxsw_sp_port, vid, set); in mlxsw_sp_port_bridge_vlan_learning_set()
631 bool set) in mlxsw_sp_bridge_port_learning_set()
638 bridge_vlan, set); in mlxsw_sp_bridge_port_learning_set()
649 bridge_vlan, !set); in mlxsw_sp_bridge_port_learning_set()
1731 netdev_err(dev, "Unable to set SMID\n"); in mlxsw_sp_port_mdb_add()
2033 NL_SET_ERR_MSG_MOD(extack, "VNI is already set on FID"); in mlxsw_sp_bridge_8021q_vxlan_join()
2191 NL_SET_ERR_MSG_MOD(extack, "VNI is already set on FID"); in mlxsw_sp_bridge_8021d_vxlan_join()
2454 dev_err_ratelimited(mlxsw_sp->bus_info->dev, "Failed to set FDB entry\n"); in mlxsw_sp_fdb_notify_mac_process()
2518 dev_err_ratelimited(mlxsw_sp->bus_info->dev, "Failed to set FD in mlxsw_sp_fdb_notify_mac_lag_process()
611 mlxsw_sp_port_bridge_vlan_learning_set(struct mlxsw_sp_port *mlxsw_sp_port, struct mlxsw_sp_bridge_vlan *bridge_vlan, bool set) mlxsw_sp_port_bridge_vlan_learning_set() argument
629 mlxsw_sp_bridge_port_learning_set(struct mlxsw_sp_port *mlxsw_sp_port, struct mlxsw_sp_bridge_port *bridge_port, bool set) mlxsw_sp_bridge_port_learning_set() argument
[all...]
/kernel/linux/linux-5.10/drivers/nvme/host/
H A Dfc.c347 * pointer will be set to 0.
664 * pointer will be set to 0.
931 /* a dev_loss_tmo of 0 (immediate) is allowed to be set */ in nvme_fc_set_remoteport_devloss()
1630 /* Be preventative. handlers will later set to valid length */ in nvme_fc_handle_ls_rqst()
1826 nvme_fc_exit_request(struct blk_mq_tag_set *set, struct request *rq, in nvme_fc_exit_request() argument
1831 return __nvme_fc_exit_request(set->driver_data, op); in nvme_fc_exit_request()
1919 * allocates a single tag set for all io queues and sizes in nvme_fc_fcpio_done()
1940 * fabricate a CQE, the following fields will not be set as they in nvme_fc_fcpio_done()
2116 nvme_fc_init_request(struct blk_mq_tag_set *set, struct request *rq, in nvme_fc_init_request() argument
2119 struct nvme_fc_ctrl *ctrl = set in nvme_fc_init_request()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_switchdev.c420 * master set. So now before propagating the VLAN events further, we in mlxsw_sp_bridge_port_replay_switchdev_objs()
828 bool set) in mlxsw_sp_port_bridge_vlan_learning_set()
837 return mlxsw_sp_port_vid_learning_set(mlxsw_sp_port, vid, set); in mlxsw_sp_port_bridge_vlan_learning_set()
846 bool set) in mlxsw_sp_bridge_port_learning_set()
853 bridge_vlan, set); in mlxsw_sp_bridge_port_learning_set()
864 bridge_vlan, !set); in mlxsw_sp_bridge_port_learning_set()
881 NL_SET_ERR_MSG_MOD(extack, "Locked flag cannot be set on a VLAN upper"); in mlxsw_sp_port_attr_br_pre_flags_set()
886 NL_SET_ERR_MSG_MOD(extack, "Locked flag cannot be set on a bridge port that has VLAN uppers"); in mlxsw_sp_port_attr_br_pre_flags_set()
2542 NL_SET_ERR_MSG_MOD(extack, "VNI is already set on FID"); in mlxsw_sp_bridge_vlan_aware_vxlan_join()
2723 NL_SET_ERR_MSG_MOD(extack, "VNI is already set o in mlxsw_sp_bridge_8021d_vxlan_join()
826 mlxsw_sp_port_bridge_vlan_learning_set(struct mlxsw_sp_port *mlxsw_sp_port, struct mlxsw_sp_bridge_vlan *bridge_vlan, bool set) mlxsw_sp_port_bridge_vlan_learning_set() argument
844 mlxsw_sp_bridge_port_learning_set(struct mlxsw_sp_port *mlxsw_sp_port, struct mlxsw_sp_bridge_port *bridge_port, bool set) mlxsw_sp_bridge_port_learning_set() argument
[all...]
/kernel/linux/linux-6.6/drivers/vdpa/mlx5/net/
H A Dmlx5_vnet.c189 static void print_status(struct mlx5_vdpa_dev *mvdev, u8 status, bool set) in print_status() argument
198 mlx5_vdpa_info(mvdev, "driver status %s", set ? "set" : "get"); in print_status()
199 if (set && !status) { in print_status()
212 static void print_features(struct mlx5_vdpa_dev *mvdev, u64 features, bool set) in print_features() argument
221 mlx5_vdpa_info(mvdev, "driver %s feature bits:\n", set ? "sets" : "reads"); in print_features()
1247 mlx5_vdpa_warn(&ndev->mvdev, "dealloc counter set 0x%x\n", mvq->counter_set_id); in counter_set_dealloc()
2937 mlx5_vdpa_warn(mvdev, "set map failed(%d)\n", err); in set_map_data()

Completed in 113 milliseconds

1...<<391392393394395396397398399400>>...475