Searched refs:GrVkSamplerYcbcrConversion (Results 1 – 19 of 19) sorted by relevance
/third_party/flutter/skia/src/gpu/vk/ |
D | GrVkSamplerYcbcrConversion.cpp | 12 GrVkSamplerYcbcrConversion* GrVkSamplerYcbcrConversion::Create( in Create() 80 return new GrVkSamplerYcbcrConversion(conversion, GenerateKey(info)); in Create() 83 void GrVkSamplerYcbcrConversion::freeGPUData(GrVkGpu* gpu) const { in freeGPUData() 89 GrVkSamplerYcbcrConversion::Key GrVkSamplerYcbcrConversion::GenerateKey( in GenerateKey()
|
D | GrVkSamplerYcbcrConversion.h | 18 class GrVkSamplerYcbcrConversion : public GrVkResource { 20 static GrVkSamplerYcbcrConversion* Create(const GrVkGpu* gpu, const GrVkYcbcrConversionInfo&); 47 static const Key& GetKey(const GrVkSamplerYcbcrConversion& ycbcrConversion) { in GetKey() 61 GrVkSamplerYcbcrConversion(VkSamplerYcbcrConversion ycbcrConversion, Key key) in GrVkSamplerYcbcrConversion() function
|
D | GrVkSampler.h | 28 Key(uint16_t samplerKey, const GrVkSamplerYcbcrConversion::Key& ycbcrKey) { in Key() 36 GrVkSamplerYcbcrConversion::Key fYcbcrKey; 61 GrVkSampler(VkSampler sampler, GrVkSamplerYcbcrConversion* ycbcrConversion, Key key) in GrVkSampler() 81 GrVkSamplerYcbcrConversion* fYcbcrConversion;
|
D | GrVkImageView.h | 15 class GrVkSamplerYcbcrConversion; variable 38 GrVkImageView(VkImageView imageView, GrVkSamplerYcbcrConversion* ycbcrConversion) in GrVkImageView() 48 GrVkSamplerYcbcrConversion* fYcbcrConversion;
|
D | GrVkResourceProvider.h | 113 GrVkSamplerYcbcrConversion* findOrCreateCompatibleSamplerYcbcrConversion( 285 SkTDynamicHash<GrVkSamplerYcbcrConversion, GrVkSamplerYcbcrConversion::Key> fYcbcrConversions;
|
D | GrVkSampler.cpp | 69 GrVkSamplerYcbcrConversion* ycbcrConversion = nullptr; in Create() 141 return {samplerKey, GrVkSamplerYcbcrConversion::GenerateKey(ycbcrInfo)}; in GenerateKey()
|
D | GrVkImageView.cpp | 19 GrVkSamplerYcbcrConversion* ycbcrConversion = nullptr; in Create()
|
D | GrVkResourceProvider.cpp | 214 GrVkSamplerYcbcrConversion* GrVkResourceProvider::findOrCreateCompatibleSamplerYcbcrConversion( in findOrCreateCompatibleSamplerYcbcrConversion() 216 GrVkSamplerYcbcrConversion* ycbcrConversion = in findOrCreateCompatibleSamplerYcbcrConversion() 217 fYcbcrConversions.find(GrVkSamplerYcbcrConversion::GenerateKey(ycbcrInfo)); in findOrCreateCompatibleSamplerYcbcrConversion() 219 ycbcrConversion = GrVkSamplerYcbcrConversion::Create(fGpu, ycbcrInfo); in findOrCreateCompatibleSamplerYcbcrConversion()
|
/third_party/skia/src/gpu/vk/ |
D | GrVkSamplerYcbcrConversion.cpp | 12 GrVkSamplerYcbcrConversion* GrVkSamplerYcbcrConversion::Create( in Create() 81 return new GrVkSamplerYcbcrConversion(gpu, conversion, GenerateKey(info)); in Create() 84 void GrVkSamplerYcbcrConversion::freeGPUData() const { in freeGPUData() 90 GrVkSamplerYcbcrConversion::Key GrVkSamplerYcbcrConversion::GenerateKey( in GenerateKey()
|
D | GrVkSamplerYcbcrConversion.h | 20 class GrVkSamplerYcbcrConversion : public GrVkManagedResource { 22 static GrVkSamplerYcbcrConversion* Create(GrVkGpu* gpu, const GrVkYcbcrConversionInfo&); 49 static const Key& GetKey(const GrVkSamplerYcbcrConversion& ycbcrConversion) { in GetKey() 64 GrVkSamplerYcbcrConversion(const GrVkGpu* gpu, VkSamplerYcbcrConversion ycbcrConversion, in GrVkSamplerYcbcrConversion() function
|
D | GrVkSampler.h | 30 Key(uint8_t samplerKey, const GrVkSamplerYcbcrConversion::Key& ycbcrKey) { in Key() 38 GrVkSamplerYcbcrConversion::Key fYcbcrKey; 64 GrVkSamplerYcbcrConversion* ycbcrConversion, Key key) in GrVkSampler() 83 GrVkSamplerYcbcrConversion* fYcbcrConversion;
|
D | GrVkImageView.h | 17 class GrVkSamplerYcbcrConversion; variable 42 GrVkSamplerYcbcrConversion* ycbcrConversion) in GrVkImageView() 48 GrVkSamplerYcbcrConversion* fYcbcrConversion;
|
D | GrVkResourceProvider.h | 136 GrVkSamplerYcbcrConversion* findOrCreateCompatibleSamplerYcbcrConversion( 328 SkTDynamicHash<GrVkSamplerYcbcrConversion, GrVkSamplerYcbcrConversion::Key> fYcbcrConversions;
|
D | GrVkSampler.cpp | 80 GrVkSamplerYcbcrConversion* ycbcrConversion = nullptr; in Create() 136 return {samplerState.asIndex(), GrVkSamplerYcbcrConversion::GenerateKey(ycbcrInfo)}; in GenerateKey()
|
D | GrVkImageView.cpp | 21 GrVkSamplerYcbcrConversion* ycbcrConversion = nullptr; in Make()
|
D | GrVkResourceProvider.cpp | 239 GrVkSamplerYcbcrConversion* GrVkResourceProvider::findOrCreateCompatibleSamplerYcbcrConversion( in findOrCreateCompatibleSamplerYcbcrConversion() 241 GrVkSamplerYcbcrConversion* ycbcrConversion = in findOrCreateCompatibleSamplerYcbcrConversion() 242 fYcbcrConversions.find(GrVkSamplerYcbcrConversion::GenerateKey(ycbcrInfo)); in findOrCreateCompatibleSamplerYcbcrConversion() 244 ycbcrConversion = GrVkSamplerYcbcrConversion::Create(fGpu, ycbcrInfo); in findOrCreateCompatibleSamplerYcbcrConversion()
|
/third_party/flutter/skia/gn/ |
D | gpu.gni | 680 "$_src/gpu/vk/GrVkSamplerYcbcrConversion.cpp", 681 "$_src/gpu/vk/GrVkSamplerYcbcrConversion.h",
|
/third_party/skia/gn/ |
D | gpu.gni | 649 "$_src/gpu/vk/GrVkSamplerYcbcrConversion.cpp", 650 "$_src/gpu/vk/GrVkSamplerYcbcrConversion.h",
|
/third_party/flutter/engine/flutter/ci/licenses_golden/ |
D | licenses_skia | 1144 FILE: ../../../third_party/skia/src/gpu/vk/GrVkSamplerYcbcrConversion.cpp 1145 FILE: ../../../third_party/skia/src/gpu/vk/GrVkSamplerYcbcrConversion.h
|