Fernando Sahmkow
2018-Sep-02 01:20 UTC
[Nouveau] Questions Conscerning Pascal ISA and IPA Instruction
I'm currently running tests to document PASCAL's ISA on Cuda but I've come to a dead end with the IPA instruction. I've tried searching around Nouveau's codebase for clues but I've fallen short from it. Could someone reference me in the right direction? -- Atentamente, *Fernando A. Sahmkow* *Correo*: fsahmkow27 at gmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/nouveau/attachments/20180901/23f6e1c9/attachment.html>
Ilia Mirkin
2018-Sep-02 02:28 UTC
[Nouveau] Questions Conscerning Pascal ISA and IPA Instruction
IPA is to interpolate an input in a fragment shader. Have a look at OP_LINTERP / OP_PINTERP in codegen (https://cgit.freedesktop.org/mesa/mesa/tree/src/gallium/drivers/nouveau/codegen/). Also feel free to ask specific questions in #nouveau on irc.freenode.net. Cheers, -ilia On Sat, Sep 1, 2018 at 9:20 PM, Fernando Sahmkow <fsahmkow27 at gmail.com> wrote:> I'm currently running tests to document PASCAL's ISA on Cuda but I've come > to a dead end with the IPA instruction. I've tried searching around > Nouveau's codebase for clues but I've fallen short from it. Could someone > reference me in the right direction? > > -- > Atentamente, > Fernando A. Sahmkow > Correo: fsahmkow27 at gmail.com > > _______________________________________________ > Nouveau mailing list > Nouveau at lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/nouveau >
Apparently Analagous Threads
- Question on IPA on GM107
- Questions on GPU syncpoint handling from inside the GPU
- Questions on Maxwell/Pascal Texture Instructions Modes
- Render Targets and Pitch Linear Textures in Maxwell/Pascal Question
- Questions on GPU syncpoint handling from inside the GPU