Searched refs:srcAttachment (Results 1 – 8 of 8) sorted by relevance
/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | Image11.cpp | 381 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()
|
D | Renderer11.h | 362 const gl::FramebufferAttachment &srcAttachment,
|
D | Renderer11.cpp | 3455 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/ |
D | GrMtlGpu.mm | 1227 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 …]
|
D | GrMtlGpu.h | 85 GrMtlAttachment* dstAttachment, GrMtlAttachment* srcAttachment,
|
/external/angle/src/libANGLE/renderer/d3d/d3d9/ |
D | Image9.cpp | 957 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/ |
D | vktRenderPassSampleReadTests.cpp | 283 …srcAttachment // VkAttachmentDescription || VkAttachmentD… in createRenderPass() local 327 …const AttachmentDesc attachments[] = {srcAttachment, dstMultisampleAttachment, dstResolveAttachmen… in createRenderPass()
|
D | vktRenderPassMultisampleTests.cpp | 513 …srcAttachment // VkAttachmentDescription || VkAttachmentD… in createRenderPass() local 528 attachments.push_back(srcAttachment); in createRenderPass()
|