Home
last modified time | relevance | path

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

/external/skqp/src/gpu/vk/
DGrVkSamplerYcbcrConversion.cpp12 GrVkSamplerYcbcrConversion* GrVkSamplerYcbcrConversion::Create( in Create()
65 return new GrVkSamplerYcbcrConversion(conversion, GenerateKey(info)); in Create()
71 void GrVkSamplerYcbcrConversion::freeGPUData(GrVkGpu* gpu) const { in freeGPUData()
77 GrVkSamplerYcbcrConversion::Key GrVkSamplerYcbcrConversion::GenerateKey( in GenerateKey()
DGrVkSamplerYcbcrConversion.h18 class GrVkSamplerYcbcrConversion : public GrVkResource {
20 static GrVkSamplerYcbcrConversion* Create(const GrVkGpu* gpu, const GrVkYcbcrConversionInfo&);
44 static const Key& GetKey(const GrVkSamplerYcbcrConversion& ycbcrConversion) { in GetKey()
58 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.h110 GrVkSamplerYcbcrConversion* findOrCreateCompatibleSamplerYcbcrConversion(
281 SkTDynamicHash<GrVkSamplerYcbcrConversion, GrVkSamplerYcbcrConversion::Key> fYcbcrConversions;
DGrVkSampler.cpp70 GrVkSamplerYcbcrConversion* ycbcrConversion = nullptr; in Create()
143 return {samplerKey, GrVkSamplerYcbcrConversion::GenerateKey(ycbcrInfo)}; in GenerateKey()
DGrVkResourceProvider.cpp241 GrVkSamplerYcbcrConversion* GrVkResourceProvider::findOrCreateCompatibleSamplerYcbcrConversion( in findOrCreateCompatibleSamplerYcbcrConversion()
243 GrVkSamplerYcbcrConversion* ycbcrConversion = in findOrCreateCompatibleSamplerYcbcrConversion()
244 fYcbcrConversions.find(GrVkSamplerYcbcrConversion::GenerateKey(ycbcrInfo)); in findOrCreateCompatibleSamplerYcbcrConversion()
246 ycbcrConversion = GrVkSamplerYcbcrConversion::Create(fGpu, ycbcrInfo); in findOrCreateCompatibleSamplerYcbcrConversion()
DGrVkImageView.cpp19 GrVkSamplerYcbcrConversion* ycbcrConversion = nullptr; in Create()
/external/skia/src/gpu/vk/
DGrVkSamplerYcbcrConversion.cpp12 GrVkSamplerYcbcrConversion* GrVkSamplerYcbcrConversion::Create( in Create()
65 return new GrVkSamplerYcbcrConversion(conversion, GenerateKey(info)); in Create()
71 void GrVkSamplerYcbcrConversion::freeGPUData(GrVkGpu* gpu) const { in freeGPUData()
77 GrVkSamplerYcbcrConversion::Key GrVkSamplerYcbcrConversion::GenerateKey( in GenerateKey()
DGrVkSamplerYcbcrConversion.h18 class GrVkSamplerYcbcrConversion : public GrVkResource {
20 static GrVkSamplerYcbcrConversion* Create(const GrVkGpu* gpu, const GrVkYcbcrConversionInfo&);
44 static const Key& GetKey(const GrVkSamplerYcbcrConversion& ycbcrConversion) { in GetKey()
58 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.h117 GrVkSamplerYcbcrConversion* findOrCreateCompatibleSamplerYcbcrConversion(
288 SkTDynamicHash<GrVkSamplerYcbcrConversion, GrVkSamplerYcbcrConversion::Key> fYcbcrConversions;
DGrVkSampler.cpp70 GrVkSamplerYcbcrConversion* ycbcrConversion = nullptr; in Create()
143 return {samplerKey, GrVkSamplerYcbcrConversion::GenerateKey(ycbcrInfo)}; in GenerateKey()
DGrVkResourceProvider.cpp241 GrVkSamplerYcbcrConversion* GrVkResourceProvider::findOrCreateCompatibleSamplerYcbcrConversion( in findOrCreateCompatibleSamplerYcbcrConversion()
243 GrVkSamplerYcbcrConversion* ycbcrConversion = in findOrCreateCompatibleSamplerYcbcrConversion()
244 fYcbcrConversions.find(GrVkSamplerYcbcrConversion::GenerateKey(ycbcrInfo)); in findOrCreateCompatibleSamplerYcbcrConversion()
246 ycbcrConversion = GrVkSamplerYcbcrConversion::Create(fGpu, ycbcrInfo); in findOrCreateCompatibleSamplerYcbcrConversion()
DGrVkImageView.cpp19 GrVkSamplerYcbcrConversion* ycbcrConversion = nullptr; in Create()
/external/skqp/gn/
Dgpu.gni649 "$_src/gpu/vk/GrVkSamplerYcbcrConversion.cpp",
650 "$_src/gpu/vk/GrVkSamplerYcbcrConversion.h",
/external/skia/gn/
Dgpu.gni660 "$_src/gpu/vk/GrVkSamplerYcbcrConversion.cpp",
661 "$_src/gpu/vk/GrVkSamplerYcbcrConversion.h",
/external/skqp/
DAndroid.bp1052 "src/gpu/vk/GrVkSamplerYcbcrConversion.cpp",
/external/skia/
DAndroid.bp823 "src/gpu/vk/GrVkSamplerYcbcrConversion.cpp",