HomeSort by relevance Sort by last modified time
    Searched defs:colorAttachmentView (Results 1 - 8 of 8) sorted by null

  /external/skia/src/gpu/vk/
GrVkRenderTarget.h 43 const GrVkImageView* colorAttachmentView() const { return fColorAttachmentView; }
85 const GrVkImageView* colorAttachmentView,
92 const GrVkImageView* colorAttachmentView,
123 const GrVkImageView* colorAttachmentView,
131 const GrVkImageView* colorAttachmentView,
GrVkTextureRenderTarget.cpp 27 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,
147 if (!colorAttachmentView) {
    [all...]
GrVkRenderTarget.cpp 30 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,
160 if (!colorAttachmentView) {
    [all...]
  /external/skqp/src/gpu/vk/
GrVkRenderTarget.h 43 const GrVkImageView* colorAttachmentView() const { return fColorAttachmentView; }
85 const GrVkImageView* colorAttachmentView,
92 const GrVkImageView* colorAttachmentView,
123 const GrVkImageView* colorAttachmentView,
131 const GrVkImageView* colorAttachmentView,
GrVkTextureRenderTarget.cpp 27 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,
147 if (!colorAttachmentView) {
    [all...]
GrVkRenderTarget.cpp 30 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,
160 if (!colorAttachmentView) {
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiGetMemoryCommitment.cpp 112 Move<VkImageView> colorAttachmentView;
162 colorAttachmentView = createImageView(vkd, device, &colorAttachmentViewParams);
219 *colorAttachmentView,
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationInternallySynchronizedObjectsTests.cpp 418 Move<VkImageView> colorAttachmentView = makeImageView(vk, device, **colorAttachmentImage, VK_IMAGE_VIEW_TYPE_2D, colorFormat, colorImageSubresourceRange);
419 Move<VkFramebuffer> framebuffer = makeFramebuffer(vk, device, renderPass, *colorAttachmentView, colorImageExtent.width, colorImageExtent.height, 1u);
    [all...]

Completed in 328 milliseconds