Home
last modified time | relevance | path

Searched defs:colorAttachment (Results 1 – 25 of 56) sorted by relevance

123

/external/skia/src/gpu/vk/
DGrVkTextureRenderTarget.cpp29 sk_sp<GrVkAttachment> colorAttachment, in GrVkTextureRenderTarget()
43 sk_sp<GrVkAttachment> colorAttachment, in GrVkTextureRenderTarget()
56 sk_sp<GrVkAttachment>* colorAttachment, in create_rt_attachments()
90 sk_sp<GrVkAttachment> colorAttachment; in MakeNewTextureRenderTarget() local
127 sk_sp<GrVkAttachment> colorAttachment; in MakeWrappedTextureRenderTarget() local
DGrVkFramebuffer.cpp20 GrVkAttachment* colorAttachment, in Make()
66 sk_sp<GrVkAttachment> colorAttachment, in GrVkFramebuffer()
82 sk_sp<GrVkAttachment> colorAttachment, in GrVkFramebuffer()
DGrVkRenderTarget.cpp54 sk_sp<GrVkAttachment> colorAttachment, in GrVkRenderTarget()
130 sk_sp<GrVkAttachment> colorAttachment; in MakeWrappedRenderTarget() local
165 sk_sp<GrVkAttachment> colorAttachment = in MakeSecondaryCBRenderTarget() local
324 GrVkAttachment* colorAttachment = in createFramebuffer() local
342 const GrVkAttachment* colorAttachment = in getAttachmentsDescriptor() local
DGrVkFramebuffer.h70 GrVkAttachment* colorAttachment() { return fColorAttachment.get(); } in colorAttachment() function
DGrVkRenderTarget.h56 GrVkAttachment* colorAttachment() const { in colorAttachment() function
DGrVkOpsRenderPass.cpp648 auto colorAttachment = fFramebuffer->colorAttachment(); in onBindPipeline() local
679 void check_sampled_texture(GrTexture* tex, GrAttachment* colorAttachment, GrVkGpu* gpu) { in check_sampled_texture()
691 auto colorAttachment = fFramebuffer->colorAttachment(); in onBindTextures() local
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DFramebuffer11.cpp72 const gl::FramebufferAttachment &colorAttachment = colorAttachments[drawBuffer]; in markAttachmentsDirty() local
91 const gl::FramebufferAttachment *colorAttachment = mState.getFirstColorAttachment(); in clearImpl() local
171 const gl::FramebufferAttachment *colorAttachment = in invalidateBase() local
298 for (size_t colorAttachment = 0; colorAttachment < colorAttachments.size(); in blitImpl() local
DClear11.cpp409 const gl::FramebufferAttachment *colorAttachment = fboData.getFirstColorAttachment(); in clearFramebuffer() local
/external/skqp/src/gpu/vk/
DGrVkFramebuffer.cpp17 const GrVkImageView* colorAttachment, in Create()
/external/angle/src/libANGLE/renderer/gl/
DClearMultiviewGL.cpp125 GLenum colorAttachment = in attachTextures() local
178 GLenum colorAttachment = in detachTextures() local
/external/angle/src/tests/gl_tests/
DFramebufferMultiviewTest.cpp487 GLenum colorAttachment = static_cast<GLenum>(GL_COLOR_ATTACHMENT0 + i); in TEST_P() local
585 GLenum colorAttachment = static_cast<GLenum>(GL_COLOR_ATTACHMENT0 + i); in TEST_P() local
/external/angle/src/libANGLE/
DFramebuffer.cpp165 bool colorAttachment) in CheckAttachmentSampleCounts()
203 bool colorAttachment, in CheckAttachmentSampleCompleteness()
491 auto *colorAttachment = getFirstColorAttachment(); in getFirstNonNullAttachment() local
501 for (const FramebufferAttachment &colorAttachment : mColorAttachments) in getFirstColorAttachment() local
1226 for (const FramebufferAttachment &colorAttachment : mState.mColorAttachments) in checkStatusWithGLFrontEnd() local
2414 auto &colorAttachment = mState.mColorAttachments[colorIndex]; in markDrawAttachmentsInitialized() local
/external/skia/src/gpu/dawn/
DGrDawnOpsRenderPass.cpp64 wgpu::RenderPassColorAttachmentDescriptor colorAttachment; in beginRenderPass() local
/external/angle/src/libANGLE/renderer/d3d/
DFramebufferD3D.cpp333 const gl::FramebufferAttachment &colorAttachment = colorAttachments[attachmentIndex]; in getColorAttachmentsForRender() local
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineStencilExportTests.cpp487 …Move<VkImageView> colorAttachment = makeImageView (vk, device, *colorImage, VK_IMAGE_VIEW_… in testStencilExportReplace() local
DvktPipelineNoPositionTests.cpp460 const VkAttachmentDescription colorAttachment = in iterate() local
DvktPipelineBindPointTests.cpp428 ImageWithMemoryPtr colorAttachment; in iterate() local
/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryInstancedRenderingTests.cpp162 …const Unique<VkImageView> colorAttachment (makeImageView (vk, device, *colorImage, VK_IMAGE_VIE… in draw() local
DvktGeometryLayeredRenderingTests.cpp1243 …const Unique<VkImageView> colorAttachment (makeImageView (vk, device, *colorImage, viewType, … in test() local
1327 …const Unique<VkImageView> colorAttachment (makeImageView (vk, device, *colorImage, viewType, … in testLayeredReadBack() local
/external/deqp/external/vulkancts/modules/vulkan/imageless_framebuffer/
DvktImagelessFramebufferTests.cpp689 const VkImageView colorAttachment, in makeVerifyFramebuffer()
1208 …const Unique<VkImageView> colorAttachment (makeImageView (vk, device, *colorImage, VK_IMAGE_VI… in iterate() local
1422 …const Unique<VkImageView> colorAttachment (makeImageView (vk, device, *colorImage, VK_IMAGE_VI… in iterate() local
1641 …const Unique<VkImageView> colorAttachment (makeImageView (vk, device, *colorImage, VK_IMAGE_V… in iterate() local
1917 …const Unique<VkImageView> colorAttachment (makeImageView (vk, device, *colorImage, VK_IMAGE_… in iterate() local
/external/deqp/external/vulkancts/framework/vulkan/
DvkObjUtil.cpp666 const VkImageView colorAttachment, in makeFramebuffer()
DvkWsiUtil.cpp751 const VkImageView colorAttachment, in createFramebuffer()
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateInheritanceTests.cpp460 VkAttachmentDescription colorAttachment{}; local
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawScissorTests.cpp412 vector<VkImageView> colorAttachment (1, *colorTargetView); in iterate() local
/external/deqp-deps/amber/src/dawn/
Dengine_dawn.cc1191 for (const ::dawn::TextureView& colorAttachment : texture_view) { in CreateRenderPassDescriptor() local

123