Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DRenderPassCache.h38 struct RenderPassCacheQuery { struct
54 ityp::bitset<ColorAttachmentIndex, kMaxColorAttachments> colorMask;
55 ityp::bitset<ColorAttachmentIndex, kMaxColorAttachments> resolveTargetMask;
56 ityp::array<ColorAttachmentIndex, wgpu::TextureFormat, kMaxColorAttachments> colorFormats;
57 ityp::array<ColorAttachmentIndex, wgpu::LoadOp, kMaxColorAttachments> colorLoadOp;
58 ityp::array<ColorAttachmentIndex, wgpu::StoreOp, kMaxColorAttachments> colorStoreOp;
82 ResultOrError<VkRenderPass> GetRenderPass(const RenderPassCacheQuery& query); argument