Home
last modified time | relevance | path

Searched defs:colorAttachmentView (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/gpu/vk/
DGrVkRenderTarget.cpp27 const GrVkImageView* colorAttachmentView, in GrVkRenderTarget()
53 const GrVkImageView* colorAttachmentView, in GrVkRenderTarget()
78 const GrVkImageView* colorAttachmentView) in GrVkRenderTarget()
99 const GrVkImageView* colorAttachmentView, in GrVkRenderTarget()
161 const GrVkImageView* colorAttachmentView = GrVkImageView::Create(gpu, colorImage, pixelFormat, in Create() local
DGrVkTextureRenderTarget.h54 const GrVkImageView* colorAttachmentView, in GrVkTextureRenderTarget()
69 const GrVkImageView* colorAttachmentView) in GrVkTextureRenderTarget()
DGrVkRenderTarget.h42 const GrVkImageView* colorAttachmentView() const { return fColorAttachmentView; } in colorAttachmentView() function
DGrVkTextureRenderTarget.cpp81 const GrVkImageView* colorAttachmentView; in Create() local
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingShaderAccessTests.cpp465 vk::VkImageView colorAttachmentView, in createFramebuffer()