Home
last modified time | relevance | path

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

/external/skia/src/gpu/vk/
DGrVkTextureRenderTarget.cpp27 const GrVkImageView* colorAttachmentView, in GrVkTextureRenderTarget()
44 const GrVkImageView* colorAttachmentView, in GrVkTextureRenderTarget()
59 const GrVkImageView* colorAttachmentView, in GrVkTextureRenderTarget()
75 const GrVkImageView* colorAttachmentView, in GrVkTextureRenderTarget()
145 const GrVkImageView* colorAttachmentView = GrVkImageView::Create(gpu, colorImage, pixelFormat, in Make() local
248 const GrVkImageView* colorAttachmentView = GrVkImageView::Create(gpu, in updateForMipmap() local
DGrVkRenderTarget.cpp30 const GrVkImageView* colorAttachmentView, in GrVkRenderTarget()
53 const GrVkImageView* colorAttachmentView, in GrVkRenderTarget()
75 const GrVkImageView* colorAttachmentView, in GrVkRenderTarget()
95 const GrVkImageView* colorAttachmentView, in GrVkRenderTarget()
158 const GrVkImageView* colorAttachmentView = GrVkImageView::Create(gpu, colorImage, pixelFormat, in Create() local
DGrVkRenderTarget.h43 const GrVkImageView* colorAttachmentView() const { return fColorAttachmentView; } in colorAttachmentView() function
/external/skqp/src/gpu/vk/
DGrVkTextureRenderTarget.cpp27 const GrVkImageView* colorAttachmentView, in GrVkTextureRenderTarget()
44 const GrVkImageView* colorAttachmentView, in GrVkTextureRenderTarget()
59 const GrVkImageView* colorAttachmentView, in GrVkTextureRenderTarget()
75 const GrVkImageView* colorAttachmentView, in GrVkTextureRenderTarget()
145 const GrVkImageView* colorAttachmentView = GrVkImageView::Create(gpu, colorImage, pixelFormat, in Make() local
248 const GrVkImageView* colorAttachmentView = GrVkImageView::Create(gpu, in updateForMipmap() local
DGrVkRenderTarget.cpp30 const GrVkImageView* colorAttachmentView, in GrVkRenderTarget()
53 const GrVkImageView* colorAttachmentView, in GrVkRenderTarget()
75 const GrVkImageView* colorAttachmentView, in GrVkRenderTarget()
95 const GrVkImageView* colorAttachmentView, in GrVkRenderTarget()
158 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.cpp432 …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/api/
DvktApiGetMemoryCommitment.cpp112 Move<VkImageView> colorAttachmentView; 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.cpp653 vk::VkImageView colorAttachmentView, in createFramebuffer()