| /external/skia/src/gpu/ganesh/vk/ |
| D | GrVkTextureRenderTarget.cpp | 28 sk_sp<GrVkImage> colorAttachment, in GrVkTextureRenderTarget() 50 sk_sp<GrVkImage> colorAttachment, in GrVkTextureRenderTarget() 68 sk_sp<GrVkImage>* colorAttachment, in create_rt_attachments() 108 sk_sp<GrVkImage> colorAttachment; in MakeNewTextureRenderTarget() local 155 sk_sp<GrVkImage> colorAttachment; in MakeWrappedTextureRenderTarget() local
|
| D | GrVkFramebuffer.cpp | 20 GrVkImage* colorAttachment, in Make() 66 sk_sp<GrVkImage> colorAttachment, in GrVkFramebuffer() 82 sk_sp<GrVkImage> colorAttachment, in GrVkFramebuffer()
|
| D | GrVkRenderTarget.cpp | 53 sk_sp<GrVkImage> colorAttachment, in GrVkRenderTarget() 155 sk_sp<GrVkImage> colorAttachment; in MakeWrappedRenderTarget() local 194 sk_sp<GrVkImage> colorAttachment = in MakeSecondaryCBRenderTarget() local 383 GrVkImage* colorAttachment = withResolve ? this->msaaAttachment() : this->colorAttachment(); in createFramebuffer() local 400 const GrVkImage* colorAttachment = in getAttachmentsDescriptor() local
|
| D | GrVkFramebuffer.h | 73 GrVkImage* colorAttachment() { return fColorAttachment.get(); } in colorAttachment() function
|
| D | GrVkRenderTarget.h | 56 GrVkImage* colorAttachment() const { in colorAttachment() function
|
| D | GrVkOpsRenderPass.cpp | 654 auto colorAttachment = fFramebuffer->colorAttachment(); in onBindPipeline() local 685 void check_sampled_texture(GrTexture* tex, GrAttachment* colorAttachment, GrVkGpu* gpu) { in check_sampled_texture() 697 auto colorAttachment = fFramebuffer->colorAttachment(); in onBindTextures() local
|
| /external/angle/src/libANGLE/renderer/d3d/d3d11/ |
| D | Framebuffer11.cpp | 83 const gl::FramebufferAttachment &colorAttachment = colorAttachments[drawBuffer]; in markAttachmentsDirty() local 102 const gl::FramebufferAttachment *colorAttachment = mState.getFirstColorAttachment(); in clearImpl() local 182 const gl::FramebufferAttachment *colorAttachment = in invalidateBase() local 322 for (size_t colorAttachment = 0; colorAttachment < colorAttachments.size(); in blitImpl() local
|
| D | Clear11.cpp | 409 const gl::FramebufferAttachment *colorAttachment = fboData.getFirstColorAttachment(); in clearFramebuffer() local
|
| /external/skia/src/gpu/ganesh/mtl/ |
| D | GrMtlFramebuffer.h | 23 GrMtlAttachment* colorAttachment() { return fColorAttachment.get(); } in colorAttachment() function
|
| D | GrMtlRenderTarget.h | 38 GrMtlAttachment* colorAttachment() const { return fColorAttachment.get(); } in colorAttachment() function
|
| /external/angle/src/libANGLE/renderer/gl/ |
| D | ClearMultiviewGL.cpp | 125 GLenum colorAttachment = in attachTextures() local 178 GLenum colorAttachment = in detachTextures() local
|
| /external/skia/src/gpu/graphite/ |
| D | RenderPassTask.cpp | 82 sk_sp<Texture> colorAttachment; in addCommands() local
|
| /external/angle/src/libANGLE/ |
| D | Framebuffer.cpp | 170 bool colorAttachment) in CheckAttachmentSampleCounts() 208 bool colorAttachment, in CheckAttachmentSampleCompleteness() 500 auto *colorAttachment = getFirstColorAttachment(); in getFirstNonNullAttachment() local 510 for (const FramebufferAttachment &colorAttachment : mColorAttachments) in getFirstColorAttachment() local 1346 for (const FramebufferAttachment &colorAttachment : mState.mColorAttachments) in checkStatusWithGLFrontEnd() local 2572 auto &colorAttachment = mState.mColorAttachments[colorIndex]; in markDrawAttachmentsInitialized() local
|
| D | PixelLocalStorage.cpp | 889 GLenum colorAttachment = GL_COLOR_ATTACHMENT0 + drawBufferIdx; in onBegin() local 998 GLenum colorAttachment = GL_COLOR_ATTACHMENT0 + drawBufferIdx; in onEnd() local
|
| /external/angle/src/tests/gl_tests/ |
| D | FramebufferMultiviewTest.cpp | 494 GLenum colorAttachment = static_cast<GLenum>(GL_COLOR_ATTACHMENT0 + i); in TEST_P() local 592 GLenum colorAttachment = static_cast<GLenum>(GL_COLOR_ATTACHMENT0 + i); in TEST_P() local
|
| /external/deqp/external/vulkancts/framework/vulkan/ |
| D | vkCmdUtil.cpp | 247 VkRenderingAttachmentInfoKHR colorAttachment in beginRendering() local 293 VkRenderingAttachmentInfoKHR colorAttachment in beginRendering() local
|
| /external/skia/src/gpu/ganesh/dawn/ |
| D | GrDawnOpsRenderPass.cpp | 66 wgpu::RenderPassColorAttachment colorAttachment; in beginRenderPass() local
|
| /external/deqp/external/vulkancts/modules/vulkan/conditional_rendering/ |
| D | vktConditionalIgnoreTests.cpp | 148 de::MovePtr<ImageWithMemory> colorAttachment; in iterate() local
|
| /external/angle/src/libANGLE/renderer/d3d/ |
| D | FramebufferD3D.cpp | 332 const gl::FramebufferAttachment &colorAttachment = colorAttachments[attachmentIndex]; in getColorAttachmentsForRender() local
|
| /external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
| D | vktPipelineDynamicControlPoints.cpp | 259 de::MovePtr<vk::ImageWithMemory> colorAttachment; in iterate() local
|
| D | vktPipelineStencilExportTests.cpp | 500 …Move<VkImageView> colorAttachment = makeImageView (vk, device, *colorImage, VK_IMAGE_VIEW_… in testStencilExportReplace() local
|
| D | vktPipelineMiscTests.cpp | 727 …ImageWithMemory colorAttachment (vkd, device, alloc, colorAttachmentCreateInfo, MemoryRequirement:… in iterate() local 1143 de::MovePtr<vk::ImageWithMemory> colorAttachment; in runTest() local
|
| /external/deqp/external/vulkancts/modules/vulkan/geometry/ |
| D | vktGeometryInstancedRenderingTests.cpp | 162 …const Unique<VkImageView> colorAttachment (makeImageView (vk, device, *colorImage, VK_IMAGE_VIE… in draw() local
|
| /external/deqp/external/vulkancts/modules/vulkan/imageless_framebuffer/ |
| D | vktImagelessFramebufferTests.cpp | 745 const VkImageView colorAttachment, in makeVerifyFramebuffer() 1264 …const Unique<VkImageView> colorAttachment (makeImageView (vk, device, *colorImage, VK_IMAGE_VI… in iterate() local 1478 …const Unique<VkImageView> colorAttachment (makeImageView (vk, device, *colorImage, VK_IMAGE_VI… in iterate() local 1697 …const Unique<VkImageView> colorAttachment (makeImageView (vk, device, *colorImage, VK_IMAGE_V… in iterate() local 1973 …const Unique<VkImageView> colorAttachment (makeImageView (vk, device, *colorImage, VK_IMAGE_… in iterate() local
|
| /external/deqp/external/vulkancts/modules/vulkan/mesh_shader/ |
| D | vktMeshShaderPropertyTestsEXT.cpp | 720 …ImageWithMemory colorAttachment (vkd, device, alloc, colorAttachmentCreatInfo, MemoryRequirement:… in iterate() local 936 …ImageWithMemory colorAttachment (vkd, device, alloc, colorAttachmentCreatInfo, MemoryRequirement:… in iterate() local 1460 …ImageWithMemory colorAttachment (vkd, device, alloc, colorAttachmentCreatInfo, MemoryRequirement:… in iterate() local 2254 …ImageWithMemory colorAttachment (vkd, device, alloc, colorAttachmentCreatInfo, MemoryRequirement:… in iterate() local
|