Home
last modified time | relevance | path

Searched refs:textureHelper (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/libANGLE/renderer/d3d/d3d11/
DImage11.cpp362 const TextureHelper11 *textureHelper = nullptr; in copyFromTexStorage() local
363 ANGLE_TRY(storage11->getResource(context, &textureHelper)); in copyFromTexStorage()
369 return copyWithoutConversion(context, gl::Offset(), sourceBox, *textureHelper, in copyFromTexStorage()
391 TextureHelper11 textureHelper = rt11->getTexture(); in copyFromFramebuffer() local
395 return copyWithoutConversion(context, destOffset, sourceBox, textureHelper, in copyFromFramebuffer()
454 const TextureHelper11 &textureHelper, in copyWithoutConversion() argument
464 const gl::Extents &extents = textureHelper.getExtents(); in copyWithoutConversion()
474 if (textureHelper.is2D() && textureHelper.getSampleCount() > 1) in copyWithoutConversion()
481 resolveDesc.Format = textureHelper.getFormat(); in copyWithoutConversion()
493 deviceContext->ResolveSubresource(resolveTex.get(), 0, textureHelper.get(), in copyWithoutConversion()
[all …]
DImage11.h107 const TextureHelper11 &textureHelper,
DRenderer11.cpp3409 const TextureHelper11 &textureHelper = rt11->getTexture(); in readFromAttachment() local
3412 const gl::Extents &texSize = textureHelper.getExtents(); in readFromAttachment()
3444 ANGLE_TRY(createStagingTexture(context, textureHelper.getTextureType(), in readFromAttachment()
3445 textureHelper.getFormatSet(), safeSize, StagingAccess::READ, in readFromAttachment()
3453 const TextureHelper11 *srcTexture = &textureHelper; in readFromAttachment()
3455 if (textureHelper.is2D() && textureHelper.getSampleCount() > 1) in readFromAttachment()
3462 resolveDesc.Format = textureHelper.getFormat(); in readFromAttachment()
3471 textureHelper.getFormatSet(), &resolvedTextureHelper)); in readFromAttachment()
3474 mDeviceContext->ResolveSubresource(resolvedTextureHelper.get(), 0, textureHelper.get(), in readFromAttachment()
3475 sourceSubResource, textureHelper.getFormat()); in readFromAttachment()
[all …]
DRenderer11.h333 const TextureHelper11 &textureHelper,