Home
last modified time | relevance | path

Searched refs:GrVkSamplerYcbcrConversion (Results 1 – 19 of 19) sorted by relevance

/third_party/flutter/skia/src/gpu/vk/
DGrVkSamplerYcbcrConversion.cpp12 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()
DGrVkSamplerYcbcrConversion.h18 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
DGrVkSampler.h28 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;
DGrVkImageView.h15 class GrVkSamplerYcbcrConversion; variable
38 GrVkImageView(VkImageView imageView, GrVkSamplerYcbcrConversion* ycbcrConversion) in GrVkImageView()
48 GrVkSamplerYcbcrConversion* fYcbcrConversion;
DGrVkResourceProvider.h113 GrVkSamplerYcbcrConversion* findOrCreateCompatibleSamplerYcbcrConversion(
285 SkTDynamicHash<GrVkSamplerYcbcrConversion, GrVkSamplerYcbcrConversion::Key> fYcbcrConversions;
DGrVkSampler.cpp69 GrVkSamplerYcbcrConversion* ycbcrConversion = nullptr; in Create()
141 return {samplerKey, GrVkSamplerYcbcrConversion::GenerateKey(ycbcrInfo)}; in GenerateKey()
DGrVkImageView.cpp19 GrVkSamplerYcbcrConversion* ycbcrConversion = nullptr; in Create()
DGrVkResourceProvider.cpp214 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/
DGrVkSamplerYcbcrConversion.cpp12 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()
DGrVkSamplerYcbcrConversion.h20 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
DGrVkSampler.h30 Key(uint8_t samplerKey, const GrVkSamplerYcbcrConversion::Key& ycbcrKey) { in Key()
38 GrVkSamplerYcbcrConversion::Key fYcbcrKey;
64 GrVkSamplerYcbcrConversion* ycbcrConversion, Key key) in GrVkSampler()
83 GrVkSamplerYcbcrConversion* fYcbcrConversion;
DGrVkImageView.h17 class GrVkSamplerYcbcrConversion; variable
42 GrVkSamplerYcbcrConversion* ycbcrConversion) in GrVkImageView()
48 GrVkSamplerYcbcrConversion* fYcbcrConversion;
DGrVkResourceProvider.h136 GrVkSamplerYcbcrConversion* findOrCreateCompatibleSamplerYcbcrConversion(
328 SkTDynamicHash<GrVkSamplerYcbcrConversion, GrVkSamplerYcbcrConversion::Key> fYcbcrConversions;
DGrVkSampler.cpp80 GrVkSamplerYcbcrConversion* ycbcrConversion = nullptr; in Create()
136 return {samplerState.asIndex(), GrVkSamplerYcbcrConversion::GenerateKey(ycbcrInfo)}; in GenerateKey()
DGrVkImageView.cpp21 GrVkSamplerYcbcrConversion* ycbcrConversion = nullptr; in Make()
DGrVkResourceProvider.cpp239 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/
Dgpu.gni680 "$_src/gpu/vk/GrVkSamplerYcbcrConversion.cpp",
681 "$_src/gpu/vk/GrVkSamplerYcbcrConversion.h",
/third_party/skia/gn/
Dgpu.gni649 "$_src/gpu/vk/GrVkSamplerYcbcrConversion.cpp",
650 "$_src/gpu/vk/GrVkSamplerYcbcrConversion.h",
/third_party/flutter/engine/flutter/ci/licenses_golden/
Dlicenses_skia1144 FILE: ../../../third_party/skia/src/gpu/vk/GrVkSamplerYcbcrConversion.cpp
1145 FILE: ../../../third_party/skia/src/gpu/vk/GrVkSamplerYcbcrConversion.h