Searched refs:StagingAccess (Results 1 – 5 of 5) sorted by relevance
/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | renderer11_utils.h | 434 enum class StagingAccess enum
|
D | Blit11.cpp | 1240 StagingAccess::READ, &sourceStaging)); in copyAndConvertImpl() 1307 destSize, StagingAccess::READ_WRITE, &destStaging)); in copyAndConvert() 1921 StagingAccess::READ_WRITE, textureOut)); in resolveStencil()
|
D | Renderer11.h | 421 StagingAccess readAndWriteAccess,
|
D | Renderer11.cpp | 3445 textureHelper.getFormatSet(), safeSize, StagingAccess::READ, in readFromAttachment() 4090 StagingAccess readAndWriteAccess, in createStagingTexture() 4110 if (readAndWriteAccess == StagingAccess::READ_WRITE) in createStagingTexture()
|
D | Buffer11.cpp | 1777 StagingAccess::READ, &mStagingTexture)); in packPixels()
|