Home
last modified time | relevance | path

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

/external/skia/src/gpu/vk/
DGrVkRenderTarget.cpp31 const GrVkImageView* colorAttachmentView, in GrVkRenderTarget()
56 const GrVkImageView* colorAttachmentView, in GrVkRenderTarget()
79 const GrVkImageView* colorAttachmentView) in GrVkRenderTarget()
99 const GrVkImageView* colorAttachmentView, in GrVkRenderTarget()
182 const GrVkImageView* colorAttachmentView = GrVkImageView::Create(gpu, colorImage, pixelFormat, in MakeWrappedRenderTarget() local
DGrVkTextureRenderTarget.cpp29 const GrVkImageView* colorAttachmentView, in GrVkTextureRenderTarget()
48 const GrVkImageView* colorAttachmentView, in GrVkTextureRenderTarget()
66 const GrVkImageView* colorAttachmentView, in GrVkTextureRenderTarget()
84 const GrVkImageView* colorAttachmentView, in GrVkTextureRenderTarget()
98 const GrVkImageView* colorAttachmentView = nullptr; member
DGrVkRenderTarget.h48 const GrVkImageView* colorAttachmentView() const { return fColorAttachmentView; } in colorAttachmentView() function
/external/skqp/src/gpu/vk/
DGrVkTextureRenderTarget.cpp29 const GrVkImageView* colorAttachmentView, in GrVkTextureRenderTarget()
48 const GrVkImageView* colorAttachmentView, in GrVkTextureRenderTarget()
66 const GrVkImageView* colorAttachmentView, in GrVkTextureRenderTarget()
84 const GrVkImageView* colorAttachmentView, in GrVkTextureRenderTarget()
98 const GrVkImageView* colorAttachmentView = nullptr; member
DGrVkRenderTarget.cpp31 const GrVkImageView* colorAttachmentView, in GrVkRenderTarget()
56 const GrVkImageView* colorAttachmentView, in GrVkRenderTarget()
79 const GrVkImageView* colorAttachmentView) in GrVkRenderTarget()
99 const GrVkImageView* colorAttachmentView, in GrVkRenderTarget()
182 const GrVkImageView* colorAttachmentView = GrVkImageView::Create(gpu, colorImage, pixelFormat, in MakeWrappedRenderTarget() local
DGrVkRenderTarget.h48 const GrVkImageView* colorAttachmentView() const { return fColorAttachmentView; } in colorAttachmentView() function
/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryBasicClass.cpp89 …const Unique<VkImageView> colorAttachmentView (makeImageView(vk, device, *colorAttachmentImage, … in iterate() local
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationGeometryPointSizeTests.cpp332 …const Unique<VkImageView> colorAttachmentView(makeImageView (vk, device, *colorAttachmentIma… in test() local
DvktTessellationCommonEdgeTests.cpp367 …const Unique<VkImageView> colorAttachmentView (makeImageView (vk, device, *colorAttachmen… in test() local
DvktTessellationMiscDrawTests.cpp201 …const Unique<VkImageView> colorAttachmentView (makeImageView(vk, device, *colorAttachmentImage, V… in runTest() local
DvktTessellationGeometryGridRenderTests.cpp557 …const Unique<VkImageView> colorAttachmentView(makeImageView (vk, device, *colorAttachmentIma… in iterate() local
DvktTessellationWindingTests.cpp435 …const Unique<VkImageView> colorAttachmentView(makeImageView (vk, device, *c… in iterate() local
DvktTessellationPrimitiveDiscardTests.cpp467 …const Unique<VkImageView> colorAttachmentView (makeImageView(vk, device, *colorAttachmentImage, V… in test() local
DvktTessellationGeometryPassthroughTests.cpp491 …const Unique<VkImageView> colorAttachmentView(makeImageView(vk, device, *colorAttachmentImage, VK… in iterate() local
DvktTessellationShaderInputOutputTests.cpp112 …const Unique<VkImageView> colorAttachmentView(makeImageView (vk, device, *colorAttachmentIma… in runTest() local
DvktTessellationUserDefinedIO.cpp831 …const Unique<VkImageView> colorAttachmentView(makeImageView(vk, device, *colorAttachmentImage… in iterate() local
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiGetMemoryCommitment.cpp110 Move<VkImageView> colorAttachmentView; in iterate() local
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmCrossStageInterfaceTests.cpp288 …Move<VkImageView> colorAttachmentView = makeImageView(vk, vkDevice, *colorAttachmentImage, V… in iterate() local
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationInternallySynchronizedObjectsTests.cpp373 …Move<VkImageView> colorAttachmentView = makeImageView(vk, device, **colorAttachmentImage, VK_… in executeGraphicPipeline() local
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingShaderAccessTests.cpp600 vk::VkImageView colorAttachmentView, in createFramebuffer()