Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DExternalTexture.h58 std::array<Ref<TextureViewBase>, kMaxPlanesPerFormat> textureViews; variable
DPassResourceUsageTracker.cpp131 const std::array<Ref<TextureViewBase>, kMaxPlanesPerFormat>& textureViews = in AddBindGroup() local
205 const std::array<Ref<TextureViewBase>, kMaxPlanesPerFormat>& textureViews = in AddResourcesReferencedByBindGroup() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DBindGroupVk.cpp136 textureViews = GetBindingAsExternalTexture(bindingIndex)->GetTextureViews(); in BindGroup() local
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DDepthStencilLoadOpTests.cpp151 std::array<wgpu::TextureView, kMipLevelCount> textureViews; member in __anon46bb59a70111::DepthStencilLoadOpTests
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DCommandBufferGL.cpp369 textureViews = mBindGroups[index] in ApplyBindGroup() local