Searched defs:colorAttachmentView (Results 1 - 9 of 9) sorted by relevance

/external/skia/src/gpu/vk/
H A DGrVkRenderTarget.h43 const GrVkImageView* colorAttachmentView() const { return fColorAttachmentView; } function in class:GrVkRenderTarget
85 const GrVkImageView* colorAttachmentView,
92 const GrVkImageView* colorAttachmentView,
123 const GrVkImageView* colorAttachmentView,
131 const GrVkImageView* colorAttachmentView,
H A DGrVkTextureRenderTarget.cpp27 const GrVkImageView* colorAttachmentView,
34 , GrVkRenderTarget(gpu, desc, info, msaaInfo, colorAttachmentView,
44 const GrVkImageView* colorAttachmentView,
50 , GrVkRenderTarget(gpu, desc, info, colorAttachmentView, GrBackendObjectOwnership::kOwned) {
59 const GrVkImageView* colorAttachmentView,
66 , GrVkRenderTarget(gpu, desc, info, msaaInfo, colorAttachmentView,
75 const GrVkImageView* colorAttachmentView,
81 , GrVkRenderTarget(gpu, desc, info, colorAttachmentView, ownership) {
145 const GrVkImageView* colorAttachmentView = GrVkImageView::Create(gpu, colorImage, pixelFormat, local
147 if (!colorAttachmentView) {
21 GrVkTextureRenderTarget(GrVkGpu* gpu, SkBudgeted budgeted, const GrSurfaceDesc& desc, const GrVkImageInfo& info, const GrVkImageView* texView, const GrVkImageInfo& msaaInfo, const GrVkImageView* colorAttachmentView, const GrVkImageView* resolveAttachmentView, GrMipMapsStatus mipMapsStatus, GrBackendObjectOwnership ownership) argument
39 GrVkTextureRenderTarget(GrVkGpu* gpu, SkBudgeted budgeted, const GrSurfaceDesc& desc, const GrVkImageInfo& info, const GrVkImageView* texView, const GrVkImageView* colorAttachmentView, GrMipMapsStatus mipMapsStatus, GrBackendObjectOwnership ownership) argument
54 GrVkTextureRenderTarget(GrVkGpu* gpu, const GrSurfaceDesc& desc, const GrVkImageInfo& info, const GrVkImageView* texView, const GrVkImageInfo& msaaInfo, const GrVkImageView* colorAttachmentView, const GrVkImageView* resolveAttachmentView, GrMipMapsStatus mipMapsStatus, GrBackendObjectOwnership ownership) argument
71 GrVkTextureRenderTarget(GrVkGpu* gpu, const GrSurfaceDesc& desc, const GrVkImageInfo& info, const GrVkImageView* texView, const GrVkImageView* colorAttachmentView, GrMipMapsStatus mipMapsStatus, GrBackendObjectOwnership ownership) argument
248 const GrVkImageView* colorAttachmentView = GrVkImageView::Create(gpu, local
[all...]
H A DGrVkRenderTarget.cpp30 const GrVkImageView* colorAttachmentView,
37 , fColorAttachmentView(colorAttachmentView)
53 const GrVkImageView* colorAttachmentView,
60 , fColorAttachmentView(colorAttachmentView)
75 const GrVkImageView* colorAttachmentView,
80 , fColorAttachmentView(colorAttachmentView)
95 const GrVkImageView* colorAttachmentView,
100 , fColorAttachmentView(colorAttachmentView)
158 const GrVkImageView* colorAttachmentView = GrVkImageView::Create(gpu, colorImage, pixelFormat, local
160 if (!colorAttachmentView) {
25 GrVkRenderTarget(GrVkGpu* gpu, SkBudgeted budgeted, const GrSurfaceDesc& desc, const GrVkImageInfo& info, const GrVkImageInfo& msaaInfo, const GrVkImageView* colorAttachmentView, const GrVkImageView* resolveAttachmentView, GrBackendObjectOwnership ownership) argument
49 GrVkRenderTarget(GrVkGpu* gpu, const GrSurfaceDesc& desc, const GrVkImageInfo& info, const GrVkImageInfo& msaaInfo, const GrVkImageView* colorAttachmentView, const GrVkImageView* resolveAttachmentView, GrBackendObjectOwnership ownership) argument
71 GrVkRenderTarget(GrVkGpu* gpu, SkBudgeted budgeted, const GrSurfaceDesc& desc, const GrVkImageInfo& info, const GrVkImageView* colorAttachmentView, GrBackendObjectOwnership ownership) argument
92 GrVkRenderTarget(GrVkGpu* gpu, const GrSurfaceDesc& desc, const GrVkImageInfo& info, const GrVkImageView* colorAttachmentView, GrBackendObjectOwnership ownership) argument
[all...]
/external/skqp/src/gpu/vk/
H A DGrVkRenderTarget.h43 const GrVkImageView* colorAttachmentView() const { return fColorAttachmentView; } function in class:GrVkRenderTarget
85 const GrVkImageView* colorAttachmentView,
92 const GrVkImageView* colorAttachmentView,
123 const GrVkImageView* colorAttachmentView,
131 const GrVkImageView* colorAttachmentView,
H A DGrVkTextureRenderTarget.cpp27 const GrVkImageView* colorAttachmentView,
34 , GrVkRenderTarget(gpu, desc, info, msaaInfo, colorAttachmentView,
44 const GrVkImageView* colorAttachmentView,
50 , GrVkRenderTarget(gpu, desc, info, colorAttachmentView, GrBackendObjectOwnership::kOwned) {
59 const GrVkImageView* colorAttachmentView,
66 , GrVkRenderTarget(gpu, desc, info, msaaInfo, colorAttachmentView,
75 const GrVkImageView* colorAttachmentView,
81 , GrVkRenderTarget(gpu, desc, info, colorAttachmentView, ownership) {
145 const GrVkImageView* colorAttachmentView = GrVkImageView::Create(gpu, colorImage, pixelFormat, local
147 if (!colorAttachmentView) {
21 GrVkTextureRenderTarget(GrVkGpu* gpu, SkBudgeted budgeted, const GrSurfaceDesc& desc, const GrVkImageInfo& info, const GrVkImageView* texView, const GrVkImageInfo& msaaInfo, const GrVkImageView* colorAttachmentView, const GrVkImageView* resolveAttachmentView, GrMipMapsStatus mipMapsStatus, GrBackendObjectOwnership ownership) argument
39 GrVkTextureRenderTarget(GrVkGpu* gpu, SkBudgeted budgeted, const GrSurfaceDesc& desc, const GrVkImageInfo& info, const GrVkImageView* texView, const GrVkImageView* colorAttachmentView, GrMipMapsStatus mipMapsStatus, GrBackendObjectOwnership ownership) argument
54 GrVkTextureRenderTarget(GrVkGpu* gpu, const GrSurfaceDesc& desc, const GrVkImageInfo& info, const GrVkImageView* texView, const GrVkImageInfo& msaaInfo, const GrVkImageView* colorAttachmentView, const GrVkImageView* resolveAttachmentView, GrMipMapsStatus mipMapsStatus, GrBackendObjectOwnership ownership) argument
71 GrVkTextureRenderTarget(GrVkGpu* gpu, const GrSurfaceDesc& desc, const GrVkImageInfo& info, const GrVkImageView* texView, const GrVkImageView* colorAttachmentView, GrMipMapsStatus mipMapsStatus, GrBackendObjectOwnership ownership) argument
248 const GrVkImageView* colorAttachmentView = GrVkImageView::Create(gpu, local
[all...]
H A DGrVkRenderTarget.cpp30 const GrVkImageView* colorAttachmentView,
37 , fColorAttachmentView(colorAttachmentView)
53 const GrVkImageView* colorAttachmentView,
60 , fColorAttachmentView(colorAttachmentView)
75 const GrVkImageView* colorAttachmentView,
80 , fColorAttachmentView(colorAttachmentView)
95 const GrVkImageView* colorAttachmentView,
100 , fColorAttachmentView(colorAttachmentView)
158 const GrVkImageView* colorAttachmentView = GrVkImageView::Create(gpu, colorImage, pixelFormat, local
160 if (!colorAttachmentView) {
25 GrVkRenderTarget(GrVkGpu* gpu, SkBudgeted budgeted, const GrSurfaceDesc& desc, const GrVkImageInfo& info, const GrVkImageInfo& msaaInfo, const GrVkImageView* colorAttachmentView, const GrVkImageView* resolveAttachmentView, GrBackendObjectOwnership ownership) argument
49 GrVkRenderTarget(GrVkGpu* gpu, const GrSurfaceDesc& desc, const GrVkImageInfo& info, const GrVkImageInfo& msaaInfo, const GrVkImageView* colorAttachmentView, const GrVkImageView* resolveAttachmentView, GrBackendObjectOwnership ownership) argument
71 GrVkRenderTarget(GrVkGpu* gpu, SkBudgeted budgeted, const GrSurfaceDesc& desc, const GrVkImageInfo& info, const GrVkImageView* colorAttachmentView, GrBackendObjectOwnership ownership) argument
92 GrVkRenderTarget(GrVkGpu* gpu, const GrSurfaceDesc& desc, const GrVkImageInfo& info, const GrVkImageView* colorAttachmentView, GrBackendObjectOwnership ownership) argument
[all...]
/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiGetMemoryCommitment.cpp112 Move<VkImageView> colorAttachmentView; local
162 colorAttachmentView = createImageView(vkd, device, &colorAttachmentViewParams);
219 *colorAttachmentView,
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationInternallySynchronizedObjectsTests.cpp418 Move<VkImageView> colorAttachmentView = makeImageView(vk, device, **colorAttachmentImage, VK_IMAGE_VIEW_TYPE_2D, colorFormat, colorImageSubresourceRange); local
419 Move<VkFramebuffer> framebuffer = makeFramebuffer(vk, device, renderPass, *colorAttachmentView, colorImageExtent.width, colorImageExtent.height, 1u);
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingShaderAccessTests.cpp483 vk::VkImageView colorAttachmentView,
653 vk::VkImageView colorAttachmentView,
663 &colorAttachmentView, // pAttachments
650 createFramebuffer(const vk::DeviceInterface& vki, vk::VkDevice device, vk::VkRenderPass renderpass, vk::VkImageView colorAttachmentView, const tcu::UVec2& size) argument

Completed in 374 milliseconds