Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DGrSPIRVUniformHandler.h76 UniformInfoArray fSamplers; variable
/aosp_15_r20/external/skia/src/gpu/ganesh/mtl/
H A DGrMtlResourceProvider.h92 SkTDynamicHash<GrMtlSampler, GrMtlSampler::Key> fSamplers; variable
H A DGrMtlUniformHandler.h95 UniformInfoArray fSamplers; variable
/aosp_15_r20/external/skia/src/gpu/ganesh/gl/
H A DGrGLUniformHandler.h93 UniformInfoArray fSamplers; variable
H A DGrGLGpu.cpp401 SkLRUCache<uint32_t, Sampler> fSamplers{kMaxSamplers}; member in GrGLGpu::SamplerObjectCache
/aosp_15_r20/external/skia/src/gpu/graphite/
H A DDrawPass.h128 skia_private::TArray<sk_sp<Sampler>> fSamplers; variable
/aosp_15_r20/external/skia/src/gpu/ganesh/d3d/
H A DGrD3DResourceProvider.h169 skia_private::THashMap<uint32_t, D3D12_CPU_DESCRIPTOR_HANDLE> fSamplers; variable
/aosp_15_r20/external/skia/src/gpu/ganesh/vk/
H A DGrVkResourceProvider.h325 SkTDynamicHash<GrVkSampler, GrVkSampler::Key> fSamplers; variable
H A DGrVkUniformHandler.h160 UniformInfoArray fSamplers; variable
/aosp_15_r20/external/skia/src/gpu/graphite/mtl/
H A DMtlComputeCommandEncoder.h154 id<MTLSamplerState> fSamplers[kMaxExpectedTextures]; variable
/aosp_15_r20/external/skia/src/gpu/graphite/compute/
H A DDispatchGroup.h113 skia_private::TArray<sk_sp<Sampler>> fSamplers; variable