Developing Games on Intel Graphics
If you are gaming on graphics integrated in your Intel Processor, this is the place for you! Find answers to your questions or post your issues with PC games
486 Discussions

efficient access pattern for different dx11 memory types

chris_pn
Beginner
2,230 Views

Hi,

   What's the efficient access pattern for the following dx11 memory types in compute shader:

Buffer

RWBuffer

Texture2D

RWTexture2D

    For my understanding, data in Buffer and RWBuffer is arranged in row major order. Compared to them, Texture 2D and RWTexture is in tiling order. So they has different access pattern. But I can't find offical docs to approve my opinion and give a detailed description.

    Thanks!

0 Kudos
6 Replies
chris_pn
Beginner
2,203 Views

Hi,

    Could anyone answer this question? I think It's really important and basic for dx11 shader programming.

0 Kudos
chris_pn
Beginner
2,169 Views

Hi Intel guys,

    Could anyone answer my question please???  I've got no answer, even a reply until now!

0 Kudos
chris_pn
Beginner
2,141 Views
0 Kudos
MaryT_Intel
Employee
2,135 Views

Hi there,

I will try to find someone for you. This is a peer-to-peer only so I'm so sorry for the lack of response. But let me see if I can find someone for you. Thanks!

Mary T.

Support Community Manager

 

0 Kudos
chris_pn
Beginner
2,103 Views

Hi Mary,

    Thanks for your reply. Could you explain the meaning of "peer-to-peer" here? I'm little understand.

0 Kudos
chris_pn
Beginner
2,053 Views

Hi Mary,

    Have you found someone can answer my questions? Thanks.

0 Kudos
Reply