Displaying 8 results from an estimated 8 matches for "ndv".
Did you mean:
ndev
2015 Sep 17
0
vport0p devices no suitable drver found ..
...g):
[Boot Session: 2015/09/16 17:29:32.375]
>>> [Device Install (Hardware initiated) - {6fde7547-1b65-48ae-b628-80be62016026}\vioserialport\4&7e8053e&1&03]
>>> Section start 2015/09/16 17:29:56.046
ump: Creating Install Process: DrvInst.exe 17:29:56.109
ndv: Retrieving device info...
ndv: Setting device parameters...
ndv: Searching Driver Store and Device Path...
dvi: {Build Driver List} 17:29:56.328
dvi: Searching for hardware ID(s):
dvi: {6fde7547-1b65-48ae-b628-80be62016026}\vioserialport
cpy: Polic...
2017 Dec 20
2
[PATCH] gm107/ir: use lane 0 for manual textureGrad handling
...c < dim; ++c) {
- bld.mkOp3(OP_SHFL, TYPE_F32, crd[c], i->getSrc(c + array),
- bld.mkImm(l), bld.mkImm(SHFL_BOUND_QUAD));
- add = bld.mkOp2(OP_QUADOP, TYPE_F32, crd[c], crd[c], zero);
- add->subOp = 0x00;
- add->lanes = 1; /* abused for .ndv */
+ bld.mkOp3(OP_SHFL, TYPE_F32, crd[c], i->getSrc(c + array), lane, quad);
}
// add dPdx from lane l to lanes dx
for (c = 0; c < dim; ++c) {
- bld.mkOp3(OP_SHFL, TYPE_F32, tmp, i->dPdx[c].get(), bld.mkImm(l),
- bld.mkImm(SHFL_BOUND...
2018 Sep 11
1
Questions on Maxwell/Pascal Texture Instructions Modes
Hello, I got some doubts on how texture modes work on TEX, TEXS, TLD4, etc
instructions.
I got:
DC, AOFFI, NDV, NODEP, MZ, PTP modes as well as LZ Mode. How does this work
or change the behavior of the texture instruction. So far of those I know
AOFFI defines an Offset but I'm on blanks for the rest.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freede...
2017 Dec 20
0
[PATCH] gm107/ir: use lane 0 for manual textureGrad handling
...bld.mkOp3(OP_SHFL, TYPE_F32, crd[c], i->getSrc(c + array),
> - bld.mkImm(l), bld.mkImm(SHFL_BOUND_QUAD));
> - add = bld.mkOp2(OP_QUADOP, TYPE_F32, crd[c], crd[c], zero);
> - add->subOp = 0x00;
> - add->lanes = 1; /* abused for .ndv */
> + bld.mkOp3(OP_SHFL, TYPE_F32, crd[c], i->getSrc(c + array), lane, quad);
> }
>
> // add dPdx from lane l to lanes dx
> for (c = 0; c < dim; ++c) {
> - bld.mkOp3(OP_SHFL, TYPE_F32, tmp, i->dPdx[c].get(), bld.mkImm(l),
> -...
2012 Sep 22
0
timeIsInterval function not found
...d R and package spacetime but has not worked
any suggestions?
thanks
setwd("C:/Documents and Settings/bob/Documenti/tuesday")
library(rgdal)
dts0 <- c("19980401", "19980701", "19981001", "19990101")
fn <- "_Gambia__the_Extract.tif"
ndv_gambia <- readGDAL(paste("NDV_", dts0[1], fn, sep=""))
for (i in dts0[2:4])
ndv_gambia <- cbind(ndv_gambia, readGDAL(paste("NDV_", i, fn, sep="")))
names(ndv_gambia) <- paste("ndv", dts0, sep="_")
dts <- as.Date(dts0, "%Y%...
2012 Nov 03
7
some help
Hi People!
I have following concern consisting of some steps to do in R:
I have an ascii file (table) consisting of many columns and rows.
1. I would like to order all values of the columns one under each other. It
will begin with column 1, then column 2 under column 1, column 3 under
column 2 etc. until at the end there is only 1 column. How do I do it?
2. Second problem is to make a
2006 Apr 20
0
Major internal changes, TI DSP build change
...amp;?B2?~p??
?????0?????????????_??x ?(??6,
??!O1??/???
?ql?????x?b?.@?y??*??a?|?B6???
l?vw???|?"?3?f??G??(?{3?????MS?omg??&Q??6?3*?????3??|?c{???G?U
?b?Ie?????'???C?'Bx??
??~??6?OM???_|???????P???5?/?u?c????C???S?:??
?a??*??????:?i???rl????n??
9????5<?????
V*?p????????FC?????uP?ndV+f?f2
2X?G^???wlP?B???
????eUr???(B?D??k"???tY??o??I?= ????S
??
?^?????$???????8)?????????0EYy
#?v?$?
?#CY?p???{9
?2M???1?????n????
????R<zU:?V?h ?NQ_DeB?v?????;? ???.?%e????D?s?i?8??sf2?X?
?g?2K?V
???A?,?w??G?!,???
{QQW?D??0uNc??l'?????z%?c?2??yM?<?rr%"?? ???^????\?c:??Ig?
????V...
2006 Apr 19
2
Major internal changes, TI DSP build change
> You found it. The SHL32 (not SHR32) line fixes the problem. It must be
> doing a 16-bit shift, then extending the result (which is reasonable). As
> it happens, that it the same macro which gave us trouble last May
> (25th/26th), when the C55 build was more subtlely broken.
Yes, that's what I finally remembered. I think I've fixed all
occurrences (by adding EXTEND32)