Home
last modified time | relevance | path

Searched refs:txq (Results 1 – 25 of 28) sorted by relevance

12

/external/llvm/test/CodeGen/NVPTX/
Dtexsurf-queries.ll9 declare i32 @llvm.nvvm.txq.width(i64)
10 declare i32 @llvm.nvvm.txq.height(i64)
19 ; SM20: txq.width.b32
20 ; SM30: txq.width.b32
21 %width = tail call i32 @llvm.nvvm.txq.width(i64 %texHandle)
30 ; SM20: txq.width.b32 %r{{[0-9]+}}, [tex0]
31 ; SM30: txq.width.b32 %r{{[0-9]+}}, [%rd[[HANDLE:[0-9]+]]]
32 %width = tail call i32 @llvm.nvvm.txq.width(i64 %texHandle)
40 ; SM20: txq.height.b32
41 ; SM30: txq.height.b32
[all …]
/external/llvm-project/llvm/test/CodeGen/NVPTX/
Dtexsurf-queries.ll9 declare i32 @llvm.nvvm.txq.width(i64)
10 declare i32 @llvm.nvvm.txq.height(i64)
19 ; SM20: txq.width.b32
20 ; SM30: txq.width.b32
21 %width = tail call i32 @llvm.nvvm.txq.width(i64 %texHandle)
30 ; SM20: txq.width.b32 %r{{[0-9]+}}, [tex0]
31 ; SM30: txq.width.b32 %r{{[0-9]+}}, [%rd[[HANDLE:[0-9]+]]]
32 %width = tail call i32 @llvm.nvvm.txq.width(i64 %texHandle)
40 ; SM20: txq.height.b32
41 ; SM30: txq.height.b32
[all …]
/external/libcap-ng/libcap-ng-0.7/utils/
Dnetcap.c253 unsigned long rxq, txq, time_len, retr, inode; in read_tcp() local
274 &state, &txq, &rxq, &timer_run, &time_len, &retr, in read_tcp()
287 unsigned long rxq, txq, time_len, retr, inode; in read_udp() local
308 &state, &txq, &rxq, &timer_run, &time_len, &retr, in read_udp()
321 unsigned long rxq, txq, time_len, retr, inode; in read_raw() local
342 &state, &txq, &rxq, &timer_run, &time_len, &retr, in read_raw()
/external/mesa3d/docs/relnotes/
D10.6.3.rst66 - nvc0/ir: fix txq on indirect samplers
67 - nvc0/ir: don't worry about sampler in txq handling
68 - gm107/ir: fix indirect txq emission
D11.0.7.rst119 - nvc0/ir: start offset at texBindBase for txq, like regular texturing
/external/toybox/toys/net/
Dnetstat.c111 unsigned lport, rport, state, txq, rxq, num, uid, af = AF_INET6; in show_ip() local
119 &raddr.i6.u.c, &raddr.i6.u.d, &rport, &state, &txq, &rxq, in show_ip()
125 &num, &laddr.i4.u, &lport, &raddr.i4.u, &rport, &state, &txq, in show_ip()
147 printf("%-6s%6d%7d %*.*s %*.*s %-11s", label, rxq, txq, -TT.wpad, TT.wpad, in show_ip()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_lowering_nvc0.cpp1358 NVC0LoweringPass::handleTXQ(TexInstruction *txq) in handleTXQ() argument
1361 if (chipset >= NVISA_GK104_CHIPSET && txq->tex.rIndirectSrc < 0) in handleTXQ()
1362 txq->tex.r += prog->driver->io.texBindBase / 4; in handleTXQ()
1364 if (txq->tex.rIndirectSrc < 0) in handleTXQ()
1367 Value *ticRel = txq->getIndirectR(); in handleTXQ()
1369 txq->setIndirectS(NULL); in handleTXQ()
1370 txq->tex.sIndirectSrc = -1; in handleTXQ()
1377 txq->setSrc(txq->tex.rIndirectSrc, NULL); in handleTXQ()
1378 if (txq->tex.r) in handleTXQ()
1380 ticRel, bld.mkImm(txq->tex.r)); in handleTXQ()
[all …]
/external/ImageMagick/PerlMagick/t/reference/write/composite/
DMultiply.miff41txq�_aT�ECA���������������������������������������������������������������������������������������…
/external/llvm/include/llvm/IR/
DIntrinsicsNVVM.td2494 "llvm.nvvm.txq.channel.order">,
2498 "llvm.nvvm.txq.channel.data.type">,
2502 "llvm.nvvm.txq.width">,
2506 "llvm.nvvm.txq.height">,
2510 "llvm.nvvm.txq.depth">,
2514 "llvm.nvvm.txq.array.size">,
2518 "llvm.nvvm.txq.num.samples">,
2522 "llvm.nvvm.txq.num.mipmap.levels">,
/external/mesa3d/.gitlab-ci/piglit/
Dglslparser.txt122 asmparsertest/arbvp1.0/txq-08.txt: skip
123 asmparsertest/arbvp1.0/txq-09.txt: skip
124 asmparsertest/arbvp1.0/txq-10.txt: skip
125 asmparsertest/arbvp1.0/txq-11.txt: skip
126 asmparsertest/arbvp1.0/txq-12.txt: skip
127 asmparsertest/arbvp1.0/txq-13.txt: skip
128 asmparsertest/arbvp1.0/txq-14.txt: skip
129 asmparsertest/arbvp1.0/txq-15.txt: skip
130 asmparsertest/arbvp1.0/txq-16.txt: skip
131 asmparsertest/arbvp1.0/txq-17.txt: skip
[all …]
/external/llvm-project/llvm/include/llvm/IR/
DIntrinsicsNVVM.td2792 "llvm.nvvm.txq.channel.order">,
2796 "llvm.nvvm.txq.channel.data.type">,
2800 "llvm.nvvm.txq.width">,
2804 "llvm.nvvm.txq.height">,
2808 "llvm.nvvm.txq.depth">,
2812 "llvm.nvvm.txq.array.size">,
2816 "llvm.nvvm.txq.num.samples">,
2820 "llvm.nvvm.txq.num.mipmap.levels">,
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DIntrinsicsNVVM.td2799 "llvm.nvvm.txq.channel.order">,
2803 "llvm.nvvm.txq.channel.data.type">,
2807 "llvm.nvvm.txq.width">,
2811 "llvm.nvvm.txq.height">,
2815 "llvm.nvvm.txq.depth">,
2819 "llvm.nvvm.txq.array.size">,
2823 "llvm.nvvm.txq.num.samples">,
2827 "llvm.nvvm.txq.num.mipmap.levels">,
/external/llvm/lib/Target/NVPTX/
DNVPTXIntrinsics.td4273 "txq.channel_order.b32 \t$d, [$a];",
4277 "txq.channel_data_type.b32 \t$d, [$a];",
4281 "txq.width.b32 \t$d, [$a];",
4285 "txq.height.b32 \t$d, [$a];",
4289 "txq.depth.b32 \t$d, [$a];",
4293 "txq.array_size.b32 \t$d, [$a];",
4297 "txq.num_samples.b32 \t$d, [$a];",
4301 "txq.num_mipmap_levels.b32 \t$d, [$a];",
/external/llvm-project/llvm/lib/Target/NVPTX/
DNVPTXIntrinsics.td4553 "txq.channel_order.b32 \t$d, [$a];",
4557 "txq.channel_data_type.b32 \t$d, [$a];",
4561 "txq.width.b32 \t$d, [$a];",
4565 "txq.height.b32 \t$d, [$a];",
4569 "txq.depth.b32 \t$d, [$a];",
4573 "txq.array_size.b32 \t$d, [$a];",
4577 "txq.num_samples.b32 \t$d, [$a];",
4581 "txq.num_mipmap_levels.b32 \t$d, [$a];",
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXIntrinsics.td4553 "txq.channel_order.b32 \t$d, [$a];",
4557 "txq.channel_data_type.b32 \t$d, [$a];",
4561 "txq.width.b32 \t$d, [$a];",
4565 "txq.height.b32 \t$d, [$a];",
4569 "txq.depth.b32 \t$d, [$a];",
4573 "txq.array_size.b32 \t$d, [$a];",
4577 "txq.num_samples.b32 \t$d, [$a];",
4581 "txq.num_mipmap_levels.b32 \t$d, [$a];",
/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211.c7268 struct nlattr *txq, *params; in i802_set_tx_queue_params() local
7275 txq = nla_nest_start(msg, NL80211_ATTR_WIPHY_TXQ_PARAMS); in i802_set_tx_queue_params()
7276 if (!txq) in i802_set_tx_queue_params()
7313 nla_nest_end(msg, txq); in i802_set_tx_queue_params()
/external/swiftshader/third_party/llvm-subzero/build/Android/include/llvm/IR/
DIntrinsics.gen3773 nvvm_txq_array_size, // llvm.nvvm.txq.array.size
3774 nvvm_txq_channel_data_type, // llvm.nvvm.txq.channel.data.type
3775 nvvm_txq_channel_order, // llvm.nvvm.txq.channel.order
3776 nvvm_txq_depth, // llvm.nvvm.txq.depth
3777 nvvm_txq_height, // llvm.nvvm.txq.height
3778 nvvm_txq_num_mipmap_levels, // llvm.nvvm.txq.num.mipmap.levels
3779 nvvm_txq_num_samples, // llvm.nvvm.txq.num.samples
3780 nvvm_txq_width, // llvm.nvvm.txq.width
9831 "llvm.nvvm.txq.array.size",
9832 "llvm.nvvm.txq.channel.data.type",
[all …]
/external/swiftshader/third_party/llvm-subzero/build/Linux/include/llvm/IR/
DIntrinsics.gen3773 nvvm_txq_array_size, // llvm.nvvm.txq.array.size
3774 nvvm_txq_channel_data_type, // llvm.nvvm.txq.channel.data.type
3775 nvvm_txq_channel_order, // llvm.nvvm.txq.channel.order
3776 nvvm_txq_depth, // llvm.nvvm.txq.depth
3777 nvvm_txq_height, // llvm.nvvm.txq.height
3778 nvvm_txq_num_mipmap_levels, // llvm.nvvm.txq.num.mipmap.levels
3779 nvvm_txq_num_samples, // llvm.nvvm.txq.num.samples
3780 nvvm_txq_width, // llvm.nvvm.txq.width
9831 "llvm.nvvm.txq.array.size",
9832 "llvm.nvvm.txq.channel.data.type",
[all …]
/external/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/IR/
DIntrinsics.gen3773 nvvm_txq_array_size, // llvm.nvvm.txq.array.size
3774 nvvm_txq_channel_data_type, // llvm.nvvm.txq.channel.data.type
3775 nvvm_txq_channel_order, // llvm.nvvm.txq.channel.order
3776 nvvm_txq_depth, // llvm.nvvm.txq.depth
3777 nvvm_txq_height, // llvm.nvvm.txq.height
3778 nvvm_txq_num_mipmap_levels, // llvm.nvvm.txq.num.mipmap.levels
3779 nvvm_txq_num_samples, // llvm.nvvm.txq.num.samples
3780 nvvm_txq_width, // llvm.nvvm.txq.width
9831 "llvm.nvvm.txq.array.size",
9832 "llvm.nvvm.txq.channel.data.type",
[all …]
/external/swiftshader/third_party/llvm-subzero/build/Fuchsia/include/llvm/IR/
DIntrinsics.gen3773 nvvm_txq_array_size, // llvm.nvvm.txq.array.size
3774 nvvm_txq_channel_data_type, // llvm.nvvm.txq.channel.data.type
3775 nvvm_txq_channel_order, // llvm.nvvm.txq.channel.order
3776 nvvm_txq_depth, // llvm.nvvm.txq.depth
3777 nvvm_txq_height, // llvm.nvvm.txq.height
3778 nvvm_txq_num_mipmap_levels, // llvm.nvvm.txq.num.mipmap.levels
3779 nvvm_txq_num_samples, // llvm.nvvm.txq.num.samples
3780 nvvm_txq_width, // llvm.nvvm.txq.width
9831 "llvm.nvvm.txq.array.size",
9832 "llvm.nvvm.txq.channel.data.type",
[all …]
/external/swiftshader/third_party/llvm-subzero/build/MacOS/include/llvm/IR/
DIntrinsics.gen3767 nvvm_txq_array_size, // llvm.nvvm.txq.array.size
3768 nvvm_txq_channel_data_type, // llvm.nvvm.txq.channel.data.type
3769 nvvm_txq_channel_order, // llvm.nvvm.txq.channel.order
3770 nvvm_txq_depth, // llvm.nvvm.txq.depth
3771 nvvm_txq_height, // llvm.nvvm.txq.height
3772 nvvm_txq_num_mipmap_levels, // llvm.nvvm.txq.num.mipmap.levels
3773 nvvm_txq_num_samples, // llvm.nvvm.txq.num.samples
3774 nvvm_txq_width, // llvm.nvvm.txq.width
9791 "llvm.nvvm.txq.array.size",
9792 "llvm.nvvm.txq.channel.data.type",
[all …]
/external/swiftshader/third_party/llvm-10.0/configs/common/include/llvm/IR/
DIntrinsicImpl.inc5282 "llvm.nvvm.txq.array.size",
5283 "llvm.nvvm.txq.channel.data.type",
5284 "llvm.nvvm.txq.channel.order",
5285 "llvm.nvvm.txq.depth",
5286 "llvm.nvvm.txq.height",
5287 "llvm.nvvm.txq.num.mipmap.levels",
5288 "llvm.nvvm.txq.num.samples",
5289 "llvm.nvvm.txq.width",
6075 "llvm.r600.txq",
15415 1, // llvm.nvvm.txq.array.size
[all …]
/external/webrtc/data/voice_engine/stereo_rtp_files/
Dtoggling_stereo_g729_pt18_pt125.rtp939 …`�+7���EI��X��Zb�&8���Xj�+8��ՕI��X��[�Q�~�����Xt�+9����I��X3r�txq������X~�+:���5I…
/external/icu/icu4c/source/data/misc/
DsupplementalData.txt6930 "txq~u",
/external/cldr/tools/java/org/unicode/cldr/util/data/
Diso-639-3_Name_Index.tab6956 txq Tii Tii

12