Home
last modified time | relevance | path

Searched refs:findOrCreateCompatibleSampler (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/external/skia/src/gpu/ganesh/d3d/
H A DGrD3DPipelineState.cpp110 gpu->resourceProvider().findOrCreateCompatibleSampler(sampler.samplerState()); in setAndBindTextures()
117 samplers[currTextureBinding++] = gpu->resourceProvider().findOrCreateCompatibleSampler( in setAndBindTextures()
127 gpu->resourceProvider().findOrCreateCompatibleSampler(samplerState); in setAndBindTextures()
H A DGrD3DResourceProvider.h66 D3D12_CPU_DESCRIPTOR_HANDLE findOrCreateCompatibleSampler(const GrSamplerState& params);
H A DGrD3DResourceProvider.cpp160 D3D12_CPU_DESCRIPTOR_HANDLE GrD3DResourceProvider::findOrCreateCompatibleSampler( in findOrCreateCompatibleSampler() function in GrD3DResourceProvider
H A DGrD3DGpu.cpp1196 samplers[0] = fResourceProvider.findOrCreateCompatibleSampler(samplerState); in onRegenerateMipMapLevels()
/aosp_15_r20/external/skia/src/gpu/ganesh/mtl/
H A DGrMtlResourceProvider.h42 GrMtlSampler* findOrCreateCompatibleSampler(GrSamplerState);
H A DGrMtlPipelineState.mm34 fSampler = gpu->resourceProvider().findOrCreateCompatibleSampler(state);
H A DGrMtlResourceProvider.mm59 GrMtlSampler* GrMtlResourceProvider::findOrCreateCompatibleSampler(GrSamplerState params) { function
/aosp_15_r20/external/skia/src/gpu/graphite/
H A DResourceProvider.h82 sk_sp<Sampler> findOrCreateCompatibleSampler(const SamplerDesc&);
H A DCommandBuffer.cpp131 sk_sp<Sampler> nearestNeighbor = this->resourceProvider()->findOrCreateCompatibleSampler( in addRenderPass()
H A DResourceProvider.cpp195 sk_sp<Sampler> ResourceProvider::findOrCreateCompatibleSampler(const SamplerDesc& samplerDesc) { in findOrCreateCompatibleSampler() function in skgpu::graphite::ResourceProvider
H A DDrawPass.cpp695 sk_sp<Sampler> sampler = resourceProvider->findOrCreateCompatibleSampler(fSamplerDescs[i]); in prepareResources()
/aosp_15_r20/external/skia/src/gpu/ganesh/vk/
H A DGrVkResourceProvider.h137 GrVkSampler* findOrCreateCompatibleSampler(GrSamplerState,
H A DGrVkPipelineState.cpp205 sampler = gpu->resourceProvider().findOrCreateCompatibleSampler( in setAndBindTextures()
H A DGrVkUniformHandler.cpp303 GrVkSampler* sampler = gpu->resourceProvider().findOrCreateCompatibleSampler(state, in addSampler()
H A DGrVkResourceProvider.cpp243 GrVkSampler* GrVkResourceProvider::findOrCreateCompatibleSampler( in findOrCreateCompatibleSampler() function in GrVkResourceProvider
/aosp_15_r20/external/skia/src/gpu/graphite/compute/
H A DDispatchGroup.cpp61 sk_sp<Sampler> sampler = resourceProvider->findOrCreateCompatibleSampler(desc); in prepareResources()
/aosp_15_r20/external/skia/src/gpu/graphite/dawn/
H A DDawnGraphicsPipeline.cpp519 resourceProvider->findOrCreateCompatibleSampler(samplerDesc); in Make()
/aosp_15_r20/external/skia/src/gpu/graphite/vk/
H A DVulkanGraphicsPipeline.cpp691 rsrcProvider->findOrCreateCompatibleSampler(descContainer.at(i)); in Make()