Displaying 4 results from an estimated 4 matches for "lyr".
Did you mean:
ltr
2014 Mar 20
0
[PATCH] nvc0/ir: move sample id to second source arg to fix sampler2DMS
...50_ir_lowering_nvc0.cpp
+++ b/src/gallium/drivers/nouveau/codegen/nv50_ir_lowering_nvc0.cpp
@@ -666,8 +666,9 @@ NVC0LoweringPass::handleTEX(TexInstruction *i)
const int dim = i->tex.target.getDim() + i->tex.target.isCube();
const int arg = i->tex.target.getArgCount();
const int lyr = arg - (i->tex.target.isMS() ? 2 : 1);
+ const int chipset = prog->getTarget()->getChipset();
- if (prog->getTarget()->getChipset() >= NVISA_GK104_CHIPSET) {
+ if (chipset >= NVISA_GK104_CHIPSET) {
if (i->tex.rIndirectSrc >= 0 || i->tex.sIndirectSrc >...
2014 Aug 08
2
[PATCH 1/3] nvc0/ir: add base tex offset for fermi indirect tex case
...) {
i->setSrc(i->tex.sIndirectSrc, NULL);
+ if (i->tex.s)
+ tscRel = bld.mkOp2v(OP_ADD, TYPE_U32, bld.getScratch(),
+ tscRel, bld.mkImm(i->tex.s));
+ }
Value *arrayIndex = i->tex.target.isArray() ? i->getSrc(lyr) : NULL;
for (int s = dim; s >= 1; --s)
--
1.8.5.5
2006 Jan 27
0
Any ESRI users? Upgrade 3.0.14 to 3.0.21a broke Arcmap layer loading?
...un the version of samba
shipping with Solaris 9 (3.0.2! ). But, I really don't want to downgrade the
primary file server to one of these old versions. The data also works fine
if it is copied back from the Samba server to a local disk.
The problem as I understand it is that ArcMap loads ".lyr" and ".mxd" files
which in turn contain metadata that references multiple other files. When
these secondary files are loaded from the Samba 3.0.21a server, they are
opened but not fully read - the database files show empty fields, the maps
show partial images, etc. To quote our GIS g...
2006 Jan 30
1
SOLVED was Re: Any ESRI users? Upgrade 3.0.14 to 3.0.21a broke Arcmap layer loading?
...> shipping with Solaris 9 (3.0.2! ). But, I really don't want to downgrade
> the primary file server to one of these old versions. The data also works
> fine if it is copied back from the Samba server to a local disk.
>
> The problem as I understand it is that ArcMap loads ".lyr" and ".mxd"
> files which in turn contain metadata that references multiple other files.
> When these secondary files are loaded from the Samba 3.0.21a server, they
> are opened but not fully read - the database files show empty fields, the
> maps show partial images, etc...