Home
last modified time | relevance | path

Searched refs:sampleTextureView (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/skia/src/gpu/graphite/dawn/
H A DDawnTexture.cpp88 wgpu::TextureView sampleTextureView, in DawnTexture() argument
99 , fSampleTextureView(std::move(sampleTextureView)) in DawnTexture()
120 wgpu::TextureView sampleTextureView = texture.CreateView(&viewDesc); in CreateTextureViews() local
127 renderTextureView = sampleTextureView; in CreateTextureViews()
129 return {sampleTextureView, renderTextureView}; in CreateTextureViews()
160 auto [sampleTextureView, renderTextureView] = CreateTextureViews(texture, info); in Make()
165 std::move(sampleTextureView), in Make()
180 auto [sampleTextureView, renderTextureView] = CreateTextureViews(texture, info); in MakeWrapped()
185 std::move(sampleTextureView), in MakeWrapped()
H A DDawnTexture.h43 const wgpu::TextureView& sampleTextureView() const { return fSampleTextureView; } in sampleTextureView() function
51 wgpu::TextureView sampleTextureView,
H A DDawnCommandBuffer.cpp785 auto& wgpuTextureView = texture->sampleTextureView(); in bindTextureAndSamplers()
827 static_cast<const DawnTexture*>(fDstCopy.first)->sampleTextureView(); in bindTextureAndSamplers()
1042 entry.textureView = texture->sampleTextureView(); in bindDispatchResources()
H A DDawnResourceProvider.cpp703 entries[1].textureView = texture->sampleTextureView(); in findOrCreateSingleTextureSamplerBindGroup()