Searched refs:GrVkSampler (Results 1 – 8 of 8) sorted by relevance
/external/skia/src/gpu/vk/ |
D | GrVkSampler.h | 19 class GrVkSampler : public GrVkResource { 21 static GrVkSampler* Create(const GrVkGpu* gpu, const GrSamplerParams&, uint32_t mipLevels); 28 static const uint16_t& GetKey(const GrVkSampler& sampler) { return sampler.fKey; } in GetKey() 38 GrVkSampler(VkSampler sampler, uint16_t key) : INHERITED(), fSampler(sampler), fKey(key) {} in GrVkSampler() function
|
D | GrVkSampler.cpp | 25 GrVkSampler* GrVkSampler::Create(const GrVkGpu* gpu, const GrSamplerParams& params, in Create() 71 return new GrVkSampler(sampler, GenerateKey(params, mipLevels)); in Create() 74 void GrVkSampler::freeGPUData(const GrVkGpu* gpu) const { in freeGPUData() 79 uint16_t GrVkSampler::GenerateKey(const GrSamplerParams& params, uint32_t mipLevels) { in GenerateKey()
|
D | GrVkResourceProvider.h | 33 class GrVkSampler; variable 101 GrVkSampler* findOrCreateCompatibleSampler(const GrSamplerParams&, uint32_t mipLevels); 254 SkTDynamicHash<GrVkSampler, uint16_t> fSamplers;
|
D | GrVkResourceProvider.cpp | 168 GrVkSampler* GrVkResourceProvider::findOrCreateCompatibleSampler(const GrSamplerParams& params, in findOrCreateCompatibleSampler() 170 GrVkSampler* sampler = fSamplers.find(GrVkSampler::GenerateKey(params, mipLevels)); in findOrCreateCompatibleSampler() 172 sampler = GrVkSampler::Create(fGpu, params, mipLevels); in findOrCreateCompatibleSampler() 353 SkTDynamicHash<GrVkSampler, uint16_t>::Iter iter(&fSamplers); in destroyResources() 414 SkTDynamicHash<GrVkSampler, uint16_t>::Iter iter(&fSamplers); in abandonResources()
|
D | GrVkPipelineState.h | 29 class GrVkSampler; variable 182 SkTDArray<GrVkSampler*> fSamplers;
|
D | GrVkCopyManager.cpp | 265 GrVkSampler* sampler = in copySurfaceAsDraw()
|
/external/skia/gn/ |
D | gpu.gni | 563 "$_src/gpu/vk/GrVkSampler.cpp", 564 "$_src/gpu/vk/GrVkSampler.h",
|
/external/skia/ |
D | Android.bp | 577 "src/gpu/vk/GrVkSampler.cpp",
|