search for: setshadersharedmemorywindow

Displaying 3 results from an estimated 3 matches for "setshadersharedmemorywindow".

2015 Nov 06
2
Documentation request for MP warp error 0x10
...address window accesses global virtual memory. The local window offset within the generic thread address space is determined by the SetShaderLocalMemoryWindow class method (offset 0x77c in classes *97 and *c0). The shared window offset within the generic thread address space is determined by the SetShaderSharedMemoryWindow class method (offset 0x214 in classes *c0). For both methods, the offset is in bytes, but the window must be aligned to a 16MB boundary (so the lower 24 bits of the data must be zero). The upper 32 bits of the windows are hard-coded to 0 (so they must be placed within the lower 4GB of address spac...
2015 Nov 06
0
Documentation request for MP warp error 0x10
...irtual memory. > > The local window offset within the generic thread address space is determined > by the SetShaderLocalMemoryWindow class method (offset 0x77c in classes *97 and > *c0). > > The shared window offset within the generic thread address space is determined > by the SetShaderSharedMemoryWindow class method (offset 0x214 in classes *c0). > > For both methods, the offset is in bytes, but the window must be aligned to a > 16MB boundary (so the lower 24 bits of the data must be zero). The upper 32 > bits of the windows are hard-coded to 0 (so they must be placed within the > l...
2015 Oct 26
2
Documentation request for MP warp error 0x10
On Fri, Oct 2, 2015 at 6:14 PM, Robert Morell <rmorell at nvidia.com> wrote: > Hi Ilia, > > On Fri, Oct 02, 2015 at 06:05:21PM -0400, Ilia Mirkin wrote: >> Hi Robert, >> >> Thanks for the quick response! That goes in line with my observations >> which is that these things happen when using an ATOM/RED instruction. >> I've checked and rechecked that