Home
last modified time | relevance | path

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

/external/skia/src/gpu/vk/
DGrVkTextureRenderTarget.cpp28 const GrVkImageView* colorAttachmentView, in GrVkTextureRenderTarget()
43 const GrVkImageView* colorAttachmentView) in GrVkTextureRenderTarget()
56 const GrVkImageView* colorAttachmentView, in GrVkTextureRenderTarget()
71 const GrVkImageView* colorAttachmentView, in GrVkTextureRenderTarget()
139 const GrVkImageView* colorAttachmentView = GrVkImageView::Create(gpu, colorImage, pixelFormat, in Make() local
233 const GrVkImageView* colorAttachmentView = GrVkImageView::Create(gpu, in updateForMipmap() local
DGrVkRenderTarget.cpp29 const GrVkImageView* colorAttachmentView, in GrVkRenderTarget()
52 const GrVkImageView* colorAttachmentView, in GrVkRenderTarget()
74 const GrVkImageView* colorAttachmentView, in GrVkRenderTarget()
94 const GrVkImageView* colorAttachmentView, in GrVkRenderTarget()
157 const GrVkImageView* colorAttachmentView = GrVkImageView::Create(gpu, colorImage, pixelFormat, in Create() local
DGrVkRenderTarget.h43 const GrVkImageView* colorAttachmentView() const { return fColorAttachmentView; } in colorAttachmentView() function
/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryBasicClass.cpp86 …const Unique<VkImageView> colorAttachmentView (makeImageView(vk, device, *colorAttachmentImage, … in iterate() local
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationGeometryPointSizeTests.cpp329 …const Unique<VkImageView> colorAttachmentView(makeImageView (vk, device, *colorAttachmentIma… in test() local
DvktTessellationCommonEdgeTests.cpp364 …const Unique<VkImageView> colorAttachmentView (makeImageView (vk, device, *colorAttachmen… in test() local
DvktTessellationMiscDrawTests.cpp198 …const Unique<VkImageView> colorAttachmentView (makeImageView(vk, device, *colorAttachmentImage, V… in runTest() local
DvktTessellationGeometryGridRenderTests.cpp554 …const Unique<VkImageView> colorAttachmentView(makeImageView (vk, device, *colorAttachmentIma… in iterate() local
DvktTessellationWindingTests.cpp357 …const Unique<VkImageView> colorAttachmentView(makeImageView (vk, device, *c… in iterate() local
DvktTessellationPrimitiveDiscardTests.cpp465 …const Unique<VkImageView> colorAttachmentView (makeImageView(vk, device, *colorAttachmentImage, V… in test() local
DvktTessellationGeometryPassthroughTests.cpp488 …const Unique<VkImageView> colorAttachmentView(makeImageView(vk, device, *colorAttachmentImage, VK… in iterate() local
DvktTessellationShaderInputOutputTests.cpp109 …const Unique<VkImageView> colorAttachmentView(makeImageView (vk, device, *colorAttachmentIma… in runTest() local
DvktTessellationUserDefinedIO.cpp828 …const Unique<VkImageView> colorAttachmentView(makeImageView(vk, device, *colorAttachmentImage… in iterate() local
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationInternallySynchronizedObjectsTests.cpp418 …Move<VkImageView> colorAttachmentView = makeImageView(vk, device, **colorAttachmentImage, VK_… in executeGraphicPipeline() local
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingShaderAccessTests.cpp651 vk::VkImageView colorAttachmentView, in createFramebuffer()