Searched defs:attachmentInfo (Results 1 - 4 of 4) sorted by relevance

/external/skia/experimental/SkV8Example/
H A DSkV8Example.cpp73 SkOSWindow::AttachmentInfo attachmentInfo; local
75 SkOSWindow::kNativeGL_BackEndType, 0, false, &attachmentInfo);
94 desc.fSampleCnt = attachmentInfo.fSampleCount;
95 desc.fStencilBits = attachmentInfo.fStencilBits;
/external/skia/src/views/
H A DSkWindow.cpp324 sk_sp<SkSurface> SkWindow::makeGpuBackedSurface(const AttachmentInfo& attachmentInfo, argument
346 (attachmentInfo.fColorBits != 30)
349 desc.fSampleCnt = attachmentInfo.fSampleCount;
350 desc.fStencilBits = attachmentInfo.fStencilBits;
/external/skia/samplecode/
H A DSampleApp.cpp248 AttachmentInfo attachmentInfo; variable
250 backendOptions.fDeepColor, &attachmentInfo);
258 fActualColorBits = SkTMax(attachmentInfo.fColorBits, 24);
387 AttachmentInfo attachmentInfo; variable
388 win->attach(fBackend, fMSAASampleCount, fDeepColor, &attachmentInfo);
389 fActualColorBits = SkTMax(attachmentInfo.fColorBits, 24);
390 fGpuSurface = win->makeGpuBackedSurface(attachmentInfo, fCurIntf, fCurContext);
/external/deqp/external/vulkancts/modules/vulkan/
H A DvktRenderPassTests.cpp1255 const Attachment& attachmentInfo,
1257 : m_image (createAttachmentImage(vk, device, queueIndex, size, attachmentInfo.getFormat(), attachmentInfo.getSamples(), usageFlags, VK_IMAGE_LAYOUT_UNDEFINED))
1259 , m_attachmentView (createImageAttachmentView(vk, device, *m_image, attachmentInfo.getFormat(), getImageAspectFlags(attachmentInfo.getFormat())))
1261 const tcu::TextureFormat format = mapVkFormat(attachmentInfo.getFormat());
1267 m_depthInputAttachmentView = createImageAttachmentView(vk, device, *m_image, attachmentInfo.getFormat(), VK_IMAGE_ASPECT_DEPTH_BIT);
1268 m_stencilInputAttachmentView = createImageAttachmentView(vk, device, *m_image, attachmentInfo.getFormat(), VK_IMAGE_ASPECT_STENCIL_BIT);
1279 const tcu::TextureFormat depthFormat = getDepthCopyFormat(attachmentInfo.getFormat());
1280 const tcu::TextureFormat stencilFormat = getStencilCopyFormat(attachmentInfo
1250 AttachmentResources(const DeviceInterface& vk, VkDevice device, Allocator& allocator, deUint32 queueIndex, const UVec2& size, const Attachment& attachmentInfo, VkImageUsageFlags usageFlags) argument
1851 const Attachment attachmentInfo = attachmentInfos[renderInfo.getInputAttachmentIndex(inputAttachmentNdx)]; local
1952 const Attachment attachmentInfo = attachmentInfos[renderInfo.getInputAttachmentIndex(inputAttachmentNdx)]; local
2249 pushImageInitializationCommands(const DeviceInterface& vk, VkCommandBuffer commandBuffer, const vector<Attachment>& attachmentInfo, const vector<de::SharedPtr<AttachmentResources> >& attachmentResources, deUint32 queueIndex, const vector<Maybe<VkClearValue> >& clearValues) argument
2443 pushReadImagesToBuffers(const DeviceInterface& vk, VkCommandBuffer commandBuffer, deUint32 queueIndex, const vector<de::SharedPtr<AttachmentResources> >& attachmentResources, const vector<Attachment>& attachmentInfo, const vector<bool>& isLazy, const UVec2& targetSize) argument
[all...]

Completed in 336 milliseconds