Home
last modified time | relevance | path

Searched refs:srcAttachment (Results 1 – 8 of 8) sorted by relevance

/external/angle/src/libANGLE/renderer/d3d/d3d11/
DImage11.cpp381 const gl::FramebufferAttachment *srcAttachment = sourceFBO->getReadColorAttachment(); in copyFromFramebuffer() local
382 ASSERT(srcAttachment); in copyFromFramebuffer()
384 GLenum sourceInternalFormat = srcAttachment->getFormat().info->sizedInternalFormat; in copyFromFramebuffer()
391 ANGLE_TRY(srcAttachment->getRenderTarget(context, 0, &rt11)); in copyFromFramebuffer()
397 const int z = textureHelper.is3D() ? srcAttachment->layer() : 0; in copyFromFramebuffer()
433 context, *srcAttachment, sourceArea, destFormatInfo.format, destFormatInfo.type, in copyFromFramebuffer()
445 context, *srcAttachment, sourceArea, destFormatInfo.format, destFormatInfo.type, in copyFromFramebuffer()
DRenderer11.h362 const gl::FramebufferAttachment &srcAttachment,
DRenderer11.cpp3455 const gl::FramebufferAttachment &srcAttachment, in readFromAttachment() argument
3466 const bool invertTexture = UsePresentPathFast(this, &srcAttachment); in readFromAttachment()
3469 ANGLE_TRY(srcAttachment.getRenderTarget(context, 0, &rt11)); in readFromAttachment()
3620 srcBox.front = static_cast<UINT>(srcAttachment.layer()); in readFromAttachment()
/external/skia/src/gpu/ganesh/mtl/
DGrMtlGpu.mm1227 GrMtlAttachment* dstAttachment, GrMtlAttachment* srcAttachment,
1231 srcAttachment->mtlFormat(), dstAttachment->numSamples(),
1235 id<MTLTexture> GR_NORETAIN srcTex = srcAttachment->mtlTexture();
1271 GrMtlAttachment* srcAttachment;
1296 srcAttachment = mtlRT->resolveAttachment();
1298 srcAttachment = mtlRT->colorAttachment();
1302 srcAttachment = static_cast<GrMtlTexture*>(src->asTexture())->attachment();
1305 srcAttachment = static_cast<GrMtlAttachment*>(src);
1309 MTLPixelFormat srcFormat = srcAttachment->mtlFormat();
1312 int srcSampleCnt = srcAttachment->sampleCount();
[all …]
DGrMtlGpu.h85 GrMtlAttachment* dstAttachment, GrMtlAttachment* srcAttachment,
/external/angle/src/libANGLE/renderer/d3d/d3d9/
DImage9.cpp957 const gl::FramebufferAttachment *srcAttachment = source->getReadColorAttachment(); in copyFromFramebuffer() local
958 ASSERT(srcAttachment); in copyFromFramebuffer()
961 ANGLE_TRY(srcAttachment->getRenderTarget(context, 0, &renderTarget)); in copyFromFramebuffer()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassSampleReadTests.cpp283srcAttachment // VkAttachmentDescription || VkAttachmentD… in createRenderPass() local
327 …const AttachmentDesc attachments[] = {srcAttachment, dstMultisampleAttachment, dstResolveAttachmen… in createRenderPass()
DvktRenderPassMultisampleTests.cpp513srcAttachment // VkAttachmentDescription || VkAttachmentD… in createRenderPass() local
528 attachments.push_back(srcAttachment); in createRenderPass()