Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
DSamplerValidationTests.cpp29 wgpu::SamplerDescriptor samplerDesc; in TEST_F() local
34 wgpu::SamplerDescriptor samplerDesc; in TEST_F() local
39 wgpu::SamplerDescriptor samplerDesc; in TEST_F() local
44 wgpu::SamplerDescriptor samplerDesc; in TEST_F() local
62 wgpu::SamplerDescriptor samplerDesc = kValidAnisoSamplerDesc; in TEST_F() local
67 wgpu::SamplerDescriptor samplerDesc = kValidAnisoSamplerDesc; in TEST_F() local
74 wgpu::SamplerDescriptor samplerDesc = kValidAnisoSamplerDesc; in TEST_F() local
79 wgpu::SamplerDescriptor samplerDesc = kValidAnisoSamplerDesc; in TEST_F() local
84 wgpu::SamplerDescriptor samplerDesc = kValidAnisoSamplerDesc; in TEST_F() local
98 wgpu::SamplerDescriptor samplerDesc = kValidAnisoSamplerDesc; in TEST_F() local
[all …]
DBindGroupValidationTests.cpp181 wgpu::SamplerDescriptor samplerDesc; in TEST_F() local
/third_party/skia/m133/src/gpu/graphite/dawn/
DDawnSampler.cpp68 wgpu::YCbCrVkDescriptor get_descriptor_from_sampler_desc(const SamplerDesc& samplerDesc) { in get_descriptor_from_sampler_desc()
97 const SamplerDesc& samplerDesc) { in Make()
DDawnGraphicsPipeline.cpp528 const SamplerDesc& samplerDesc = samplerDescArr.at(i/2); in Make() local
DDawnResourceProvider.cpp502 sk_sp<Sampler> DawnResourceProvider::createSampler(const SamplerDesc& samplerDesc) { in createSampler()
/third_party/skia/m133/src/gpu/graphite/vk/
DVulkanSampler.h33 const SamplerDesc& samplerDesc() const { return fDesc; } in samplerDesc() function
DVulkanYcbcrConversion.cpp157 GraphiteResourceKey VulkanYcbcrConversion::GetKeyFromSamplerDesc(const SamplerDesc& samplerDesc) { in GetKeyFromSamplerDesc()
DVulkanResourceProvider.cpp184 sk_sp<Sampler> VulkanResourceProvider::createSampler(const SamplerDesc& samplerDesc) { in createSampler()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DSamplerHeapCacheD3D12.cpp130 const auto& samplerDesc = samplers[i]->GetSamplerDescriptor(); in GetOrCreate() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DRenderStateCache.cpp279 D3D11_SAMPLER_DESC samplerDesc; in getSamplerState() local
DSwapChain11.cpp704 D3D11_SAMPLER_DESC samplerDesc; in initPassThroughResources() local
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DDepthStencilSamplingTests.cpp492 wgpu::SamplerDescriptor samplerDesc; in DoDepthCompareRefTest() local
539 wgpu::SamplerDescriptor samplerDesc; in DoDepthCompareRefTest() local
632 wgpu::SamplerDescriptor samplerDesc; in TEST_P() local
DObjectCachingTests.cpp308 wgpu::SamplerDescriptor samplerDesc; in TEST_P() local
DCompressedTextureFormatTests.cpp141 wgpu::SamplerDescriptor samplerDesc; in CreateBindGroupForTest() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DCopyTextureForBrowserHelper.cpp335 SamplerDescriptor samplerDesc = {}; in DoCopyTextureForBrowser() local
/third_party/skia/m133/src/gpu/graphite/
DResourceProvider.cpp215 sk_sp<Sampler> ResourceProvider::findOrCreateCompatibleSampler(const SamplerDesc& samplerDesc) { in findOrCreateCompatibleSampler()
DPipelineData.h284 void add(sk_sp<TextureProxy> proxy, const SamplerDesc& samplerDesc) { in add()
DKeyHelpers.cpp639 void add_sampler_data_to_key(PaintParamsKeyBuilder* builder, const SamplerDesc& samplerDesc) { in add_sampler_data_to_key()
692 SamplerDesc samplerDesc {imgData.fSampling, in AddBlock() local
/third_party/skia/src/gpu/dawn/
DGrDawnGpu.cpp756 wgpu::SamplerDescriptor samplerDesc; in onRegenerateMipMapLevels() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DTextureVk.cpp1852 vk::SamplerDesc samplerDesc(contextVk, samplerState, false, nullptr, in generateMipmapsWithCompute() local
2788 vk::SamplerDesc samplerDesc(contextVk, mState.getSamplerState(), mState.isStencilMode(), in syncState() local