/third_party/node/deps/v8/src/compiler/ |
H A D | load-elimination.cc | 1206 for (Node* use : control->uses()) { in ReduceEffectPhi() 1207 if (use->opcode() == IrOpcode::kPhi) { in ReduceEffectPhi() 1208 state_with_phis = UpdateStateForPhi(state_with_phis, node, use); in ReduceEffectPhi()
|
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
H A D | validate_decorations.cpp | 4 // you may not use this file except in compliance with the License. 922 // Set of entry points that are known to use a push constant. 1038 // and StorageBuffer variables. Uniform can also use BufferBlock. 1121 << " must not use GLSLShared decoration."; 1125 << " must not use GLSLPacked decoration."; 1352 for (const auto& use : inst.uses()) { 1353 const auto store = use.first; 1364 if (use.second != 2) {
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
H A D | validate_decorations.cpp | 4 // you may not use this file except in compliance with the License. 922 // Set of entry points that are known to use a push constant. 1038 // and StorageBuffer variables. Uniform can also use BufferBlock. 1121 << " must not use GLSLShared decoration."; 1125 << " must not use GLSLPacked decoration."; 1352 for (const auto& use : inst.uses()) { 1353 const auto store = use.first; 1364 if (use.second != 2) {
|
/third_party/spirv-tools/source/val/ |
H A D | validate_decorations.cpp | 4 // you may not use this file except in compliance with the License. 1045 // Set of entry points that are known to use a push constant. 1166 // and StorageBuffer variables. Uniform can also use BufferBlock. 1495 for (const auto& use : inst.uses()) { 1496 const auto store = use.first; 1507 if (use.second != 2) {
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fFboSRGBWriteControlTests.cpp | 8 * you may not use this file except in compliance with the License. 659 void use (void) const; 749 void TestShaderProgram::use (void) const in use() function in deqp::gles31::Functional::__anon30822::TestShaderProgram 1008 m_shaderProgram->use(); in draw()
|
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | nf_conntrack_netlink.c | 512 if (nla_put_be32(skb, CTA_USE, htonl(atomic_read(&ct->ct_general.use)))) in ctnetlink_dump_use() 1156 atomic_inc_not_zero(&ct->ct_general.use)) in ctnetlink_dump_table() 1707 if (!atomic_inc_not_zero(&ct->ct_general.use)) in ctnetlink_dump_list() 3177 if (!refcount_inc_not_zero(&exp->use)) in ctnetlink_exp_dump_table() 3223 if (!refcount_inc_not_zero(&exp->use)) in ctnetlink_exp_ct_dump_table()
|
H A D | nf_flow_table_core.c | 51 !atomic_inc_not_zero(&ct->ct_general.use))) in flow_offload_alloc()
|
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | nf_conntrack_netlink.c | 528 if (nla_put_be32(skb, CTA_USE, htonl(refcount_read(&ct->ct_general.use)))) in ctnetlink_dump_use() 1218 refcount_inc_not_zero(&ct->ct_general.use)) in ctnetlink_dump_table() 1749 if (!refcount_inc_not_zero(&ct->ct_general.use)) in ctnetlink_dump_one_entry() 3181 if (!refcount_inc_not_zero(&exp->use)) in ctnetlink_exp_dump_table() 3227 if (!refcount_inc_not_zero(&exp->use)) in ctnetlink_exp_ct_dump_table()
|
H A D | nf_flow_table_core.c | 63 refcount_inc(&ct->ct_general.use); in flow_offload_alloc()
|
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
H A D | nir_to_tgsi.c | 7 * the rights to use, copy, modify, merge, publish, distribute, sublicense, 251 /* Per-channel masks of def/use within the block, and the per-channel 255 uint8_t *def, *use, *livein, *liveout, *defin, *defout; member 275 bs->use[index] |= used_mask & ~bs->def[index]; in ntt_live_reg_mark_use() 288 state->blocks[i].use = rzalloc_array(state->blocks, uint8_t, c->num_temps); in ntt_live_reg_setup_def_use() 304 /* Set up use[] for the srcs. in ntt_live_reg_setup_def_use() 334 * the block that don't have a preceding use. in ntt_live_reg_setup_def_use() 342 bs->def[index] |= writemask & ~bs->use[index]; in ntt_live_reg_setup_def_use() 380 * potentially defined along any possible control flow path. We'll use this in ntt_live_regs() 438 /* Propagate use request in ntt_live_regs() [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cShaderSubroutineTests.cpp | 8 * you may not use this file except in compliance with the License. 650 void Utils::program::use() const in use() function in gl4cts::ShaderSubroutine::Utils::program 802 * @param vs_body Body to use for the vertex shader. Can be an empty string. 803 * @param tc_body Body to use for the tessellation control shader. Can be 805 * @param te_body Body to use for the tessellation evaluation shader. Can be 807 * @param gs_body Body to use for the geometry shader. Can be an empty string. 808 * @param fs_body Body to use for the fragment shader. Can be an empty string. 809 * @param xfb_varyings An array of names of varyings to use for XFB. Can be NULL. 971 * @param variable_type Variable type to use for the query. 1052 * @param variable_type Variable type to use fo [all...] |
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
H A D | tid_rdma.c | 696 * @rcd - the context to use for allocation 701 * flow for use in receiving KDETH data packets. If a preferred flow is 870 * use the MR information vs. the pfn. 1236 u8 use; in kern_alloc_tids() local 1259 use = min_t(u32, flow->npagesets - pageidx, in kern_alloc_tids() 1261 kern_add_tid_node(flow, rcd, "used groups", used, use); in kern_alloc_tids() 1263 pageidx += use; in kern_alloc_tids() 1280 use = min_t(u32, flow->npagesets - pageidx, group->size); in kern_alloc_tids() 1281 kern_add_tid_node(flow, rcd, "complete continue", group, use); in kern_alloc_tids() 1282 pageidx += use; in kern_alloc_tids() [all...] |
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/ |
H A D | tid_rdma.c | 701 * @rcd: the context to use for allocation 706 * flow for use in receiving KDETH data packets. If a preferred flow is 876 * use the MR information vs. the pfn. 1243 u8 use; in kern_alloc_tids() local 1266 use = min_t(u32, flow->npagesets - pageidx, in kern_alloc_tids() 1268 kern_add_tid_node(flow, rcd, "used groups", used, use); in kern_alloc_tids() 1270 pageidx += use; in kern_alloc_tids() 1287 use = min_t(u32, flow->npagesets - pageidx, group->size); in kern_alloc_tids() 1288 kern_add_tid_node(flow, rcd, "complete continue", group, use); in kern_alloc_tids() 1289 pageidx += use; in kern_alloc_tids() [all...] |
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/ |
H A D | fskeleton.S | 23 |You are hereby granted a copyright license to use, modify, and distribute the SOFTWARE
|
/kernel/linux/linux-5.10/arch/mips/cavium-octeon/executive/ |
H A D | cvmx-l2c.c | 286 * Helper function use to fault in cache lines for L2 cache locking 589 * easier for applications to use. 682 tag.s.U = l2c_tadx_tag.s.use; in cvmx_l2c_get_tag() 686 /* __read_l2_tag is intended for internal use only */ in cvmx_l2c_get_tag()
|
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | sha1_ssse3_asm.S | 164 cmp BUFFER_END, BUFFER_PTR # if the current is the last one use
|
/kernel/linux/linux-5.10/arch/arm/kernel/ |
H A D | head.S | 582 @ If a future SoC *does* use 0x0 as the PERIPH_BASE, then the
|
/kernel/linux/linux-5.10/drivers/cpufreq/ |
H A D | Kconfig.x86 | 282 and is thus considered dangerous. Please use the regular ACPI cpufreq
|
/kernel/linux/linux-6.6/arch/mips/cavium-octeon/executive/ |
H A D | cvmx-l2c.c | 286 * Helper function use to fault in cache lines for L2 cache locking 589 * easier for applications to use. 682 tag.s.U = l2c_tadx_tag.s.use; in cvmx_l2c_get_tag() 686 /* __read_l2_tag is intended for internal use only */ in cvmx_l2c_get_tag()
|
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/ |
H A D | fskeleton.S | 23 |You are hereby granted a copyright license to use, modify, and distribute the SOFTWARE
|
/kernel/linux/linux-5.10/sound/pci/emu10k1/ |
H A D | emuproc.c | 374 voice->use, in snd_emu10k1_proc_voices_read()
|
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | sha1_ssse3_asm.S | 165 cmp BUFFER_END, BUFFER_PTR # if the current is the last one use
|
/kernel/linux/linux-6.6/sound/pci/emu10k1/ |
H A D | p16v.c | 167 "p16v: open channel_id=%d, channel=%p, use=0x%x\n", in snd_p16v_pcm_open_playback_channel() 168 channel_id, channel, channel->use); in snd_p16v_pcm_open_playback_channel()
|
/third_party/gn/src/gn/ |
H A D | substitution_writer.cc | 108 targets. It is an error to use in process_file_template where there is no 381 NOTREACHED() << "Cannot use substitution " << type->name 556 // patterns since it can directly use GN variables to compute whatever
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_qir.h | 7 * the rights to use, copy, modify, merge, publish, distribute, sublicense, 71 * can just use the corresponding qpu_reg at qpu_emit time. 378 BITSET_WORD *use; member
|