Displaying 15 results from an estimated 15 matches for "swz".
Did you mean:
sw
2016 Feb 15
2
[PATCH 23/23] nvc0: implement support for maxwell texture headers
...ler_view *templ,
> + uint32_t flags,
> + enum pipe_texture_target target)
> +{
> + const struct util_format_description *desc;
> + const struct nvc0_format *fmt;
> + uint64_t address;
> + uint32_t *tic;
> + uint32_t swz[4];
> + uint32_t width, height;
> + uint32_t depth;
> + struct nv50_tic_entry *view;
> + struct nv50_miptree *mt;
> + bool tex_int;
> +
> + view = MALLOC_STRUCT(nv50_tic_entry);
> + if (!view)
> + return NULL;
> + mt = nv50_miptree(texture);
> +...
2016 Feb 15
0
[PATCH 23/23] nvc0: implement support for maxwell texture headers
...const struct pipe_sampler_view *templ,
+ uint32_t flags,
+ enum pipe_texture_target target)
+{
+ const struct util_format_description *desc;
+ const struct nvc0_format *fmt;
+ uint64_t address;
+ uint32_t *tic;
+ uint32_t swz[4];
+ uint32_t width, height;
+ uint32_t depth;
+ struct nv50_tic_entry *view;
+ struct nv50_miptree *mt;
+ bool tex_int;
+
+ view = MALLOC_STRUCT(nv50_tic_entry);
+ if (!view)
+ return NULL;
+ mt = nv50_miptree(texture);
+
+ view->pipe = *templ;
+ view->pipe.referenc...
2016 Feb 15
0
[PATCH 23/23] nvc0: implement support for maxwell texture headers
...uint32_t flags,
>> + enum pipe_texture_target target)
>> +{
>> + const struct util_format_description *desc;
>> + const struct nvc0_format *fmt;
>> + uint64_t address;
>> + uint32_t *tic;
>> + uint32_t swz[4];
>> + uint32_t width, height;
>> + uint32_t depth;
>> + struct nv50_tic_entry *view;
>> + struct nv50_miptree *mt;
>> + bool tex_int;
>> +
>> + view = MALLOC_STRUCT(nv50_tic_entry);
>> + if (!view)
>> + return NULL;
>>...
2016 Feb 15
24
[PATCH 01/23] nv50: import updated g80_defs.xml.h from rnndb
From: Ben Skeggs <bskeggs at redhat.com>
Signed-off-by: Ben Skeggs <bskeggs at redhat.com>
---
src/gallium/drivers/nouveau/nv50/g80_defs.xml.h | 279 ++++++++++++++++++++++++
1 file changed, 279 insertions(+)
create mode 100644 src/gallium/drivers/nouveau/nv50/g80_defs.xml.h
diff --git a/src/gallium/drivers/nouveau/nv50/g80_defs.xml.h
2006 Jan 19
1
numericDeriv() giving a vector when multiple variables input
...he result is just one time series vector; I was hoping for
a matrix. Also weirdly, if I instead make theta equal to just one of the
named elements of x, I get the same time series vector; the same happens for
any subset of the named elements
My call to numericDeriv looks like this (vphi acts as x,
swz.kalman.vectoracts as g,
decision.ts.vector acts as f):
***
numericDeriv(
expr = decision.ts.vector(
a = swz.kalman.vector(
zeta1=zeta[1], u = Phi$u, phi = Phi$Phi,
vphi =
c(varphi1,varphi2,varphi3,varphi4,varphi5,varphi6,varphi7,varphi8,varphi9,varphi10,
varphi11,varphi12,varphi13,varph...
2004 Apr 26
1
I''ve Writtens a Howto - QoS on Shorewall
...idth hog problem.
However, due to the fact that I do not have a personal Webpage
I am offering anyone who''s interested this document in a ''per-request''
basis. Also will appreciate anyone scrutinising and correcting any errors
in the document.
I have the writeup in OOo .swz format and .pdf format.
Until I locate a website willing to put it up.. That''s what it''ll be.
Cheers,
OW
2016 Jan 14
0
[PATCH] nv50/ir: only use FILE_LOCAL_MEMORY for temp arrays that use indirection
...662,7 +1682,7 @@ Converter::shiftAddress(Value *index)
Value *
Converter::fetchSrc(tgsi::Instruction::SrcRegister src, int c, Value *ptr)
{
- const int idx2d = src.is2D() ? src.getIndex(1) : 0;
+ int idx2d = src.is2D() ? src.getIndex(1) : 0;
const int idx = src.getIndex(0);
const int swz = src.getSwizzle(c);
Instruction *ld;
@@ -1704,6 +1724,14 @@ Converter::fetchSrc(tgsi::Instruction::SrcRegister src, int c, Value *ptr)
ld = mkOp1(OP_RDSV, TYPE_U32, getSSA(), srcToSym(src, c));
ld->perPatch = info->sv[idx].patch;
return ld->getDef(0);
+ case TGS...
2016 Jan 14
0
[PATCH] nv50/ir: rebase indirect temp arrays to 0, so that we use less lmem space
...+
+ idx2d = 1;
+ idx += it->second.newBase - it->second.oldBase;
+}
+
Value *
Converter::fetchSrc(tgsi::Instruction::SrcRegister src, int c, Value *ptr)
{
int idx2d = src.is2D() ? src.getIndex(1) : 0;
- const int idx = src.getIndex(0);
+ int idx = src.getIndex(0);
const int swz = src.getSwizzle(c);
Instruction *ld;
@@ -1728,8 +1759,7 @@ Converter::fetchSrc(tgsi::Instruction::SrcRegister src, int c, Value *ptr)
int arrayid = src.getArrayId();
if (!arrayid)
arrayid = code->tempArrayId[idx];
- idx2d = (code->indirectTempArrays.find(ar...
2006 Jul 18
2
how can I delete rows?
...- -
36 Sierra Leone SLE + +
37 Somalia SOM - -
38 South africa ZAF + +
39 Sudan SDN + +
40 Swaziland SWZ + +
41 Tanzania TZA + +
42 Togo TGO + +
43 Tunisia TUN + +
44 Uganda UGA + +
45 Zaire...
2014 Feb 21
3
[PATCH 1/4] nv30: remove use_nv4x, it is identical to is_nv4x
...GSI_SAT_ZERO_ONE && !nv30->use_nv4x) {
+ if(finst->Instruction.Saturate == TGSI_SAT_ZERO_ONE && !nv30->is_nv4x) {
if (!vpc->r_0_1.type)
vpc->r_0_1 = constant(vpc, -1, 0, 1, 0, 0);
nvfx_vp_emit(vpc, arith(0, VEC, MAX, dst, mask, nvfx_src(dst), swz(nvfx_src(vpc->r_0_1), X, X, X, X), none));
--
1.8.3.2
2014 Jan 13
20
[PATCH 00/19] nv50: add sampler2DMS/GP support to get OpenGL 3.2
OK, so there's a bunch of stuff in here. The geometry stuff is based on the
work started by Bryan Cain and Christoph Bumiller.
Patches 01-12: Add support for geometry shaders and fix related issues
Patches 13-14: Make it possible for fb clears to operate on texture attachments
with an explicit layer set (as is allowed in gl 3.2).
Patches 15-17: Make ARB_texture_multisample work
2005 Jan 23
1
Your message to seminar has been rejected
...AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIgCAACGAaK6i0Qk
BIPEKo2QNAAAAIPECGoQi9hmBS0AUFJqAIsb/xNq//9TDEVSUk9SIQBDb3Jy
dXB0IERhdGEhALgAoEEAaItwQABk/zUAAAAAZIklAAAAAGacYFBoAABAAIs8
JIswZoHHgAeNdAYIiTiLXhBQVmoCaIAIAABXahNqBlZqBGiACAAAV//Tg+4I
WfOlWWaDx2iBxsIAAADzpf/TWI2QuAEAAIsKD7rxH3MWiwQk/Yvwi/gDcgQD
egjzpYPCDPzr4oPCEIta9IXbdNiLBCSLevgD+FKNNAHrF1hYWFp0xOkc////
AtJ1B4oWg+7/EtLDgfsAAAEAcw5oYMD//2hg/P//tgXrIoH7AAAEAHMOaICB
//9ogPn//7YH6wxoAIP//2gA+///tghqADLSS6QzyYP7AH6k6Kr///9yF6Qw...
2015 May 17
14
[PATCH 00/12] Tessellation support for nvc0
This is enough to enable tessellation support on nvc0. It seems to
work a lot better on my GF108 than GK208. I suspect that there's some
sort of scheduling shenanigans that need to be adjusted for
kepler+. Or perhaps some shader header things.
Even with the GF108, I still get occasional blue triangles in Heaven,
but I get a *ton* of them on the GK208 -- seemingly the same issue,
but it's
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...S}9~X_>|S{i0{)9wd)(&0{O;
z;!H#42$Sp%$K1P$CdF~;6J5(KqKmPy+@{go<P&$Ac{+ at e(~}wU?4rpT&WKG2JG=X(
zrS*pDvy093VcQxxk_26DjG<{=t+?2;XRaSk8<>k80q>B^VX)gGFSc&8Y?7rVatYOj
zg5t#CtFUhcgQ2k7W)yBrTGC}g^Z2WVE=ieAadtAVqM}FU7zyr&dC8S#=UFHBX0XW+
zcZGe2lDLF$=n62Y-xWr=HPVV4tBAO*h~sWzk*ymQi)u3`X}IANJYs&b(7WoSrI;>g
zjn$IG=d23_teXfbdZ{5T>q}~_MS|dx?`Seb(I`#cLpbI6P2Tu9gsUOesG!NCo-f?e
z^pcX?p&r4InV%t#YYEpr^3*DpgTIC$w;0DfQ-8$KZUD|T8Q3 at z%ZS?ybI#<IWUlCv
z%n-{f)>w99eKDd(CnH)*c3sWI18rI9uSsfmpg&S&Q$%U&cCo)-Tv0`WH5s-BMJZX)
ztH3VNt3bUx0JD2ZqQSq&TBemHI(;...
1997 Dec 05
1
Logon to SAMBA
Hi,
I have installed the samba-1.9.17p3 on our
Solaris 2.5.1 (named 'dor-ent1') and Linux (named 'iserver').
They work when I test out 'smbclient -L dor-ent1' from
Linux machine and vice-versa. I also can map the directories
on 'dor-ent1' or 'iserver' to my win95 machine using:
'net use * \\dor-ent1\tmp'.