Searched refs:GrVkSamplerYcbcrConversion (Results 1 – 20 of 20) sorted by relevance
/external/skqp/src/gpu/vk/ |
D | GrVkSamplerYcbcrConversion.cpp | 12 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()
|
D | GrVkSamplerYcbcrConversion.h | 18 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
|
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 | 110 GrVkSamplerYcbcrConversion* findOrCreateCompatibleSamplerYcbcrConversion( 281 SkTDynamicHash<GrVkSamplerYcbcrConversion, GrVkSamplerYcbcrConversion::Key> fYcbcrConversions;
|
D | GrVkSampler.cpp | 70 GrVkSamplerYcbcrConversion* ycbcrConversion = nullptr; in Create() 143 return {samplerKey, GrVkSamplerYcbcrConversion::GenerateKey(ycbcrInfo)}; in GenerateKey()
|
D | GrVkResourceProvider.cpp | 241 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()
|
D | GrVkImageView.cpp | 19 GrVkSamplerYcbcrConversion* ycbcrConversion = nullptr; in Create()
|
/external/skia/src/gpu/vk/ |
D | GrVkSamplerYcbcrConversion.cpp | 12 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()
|
D | GrVkSamplerYcbcrConversion.h | 18 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
|
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 | 117 GrVkSamplerYcbcrConversion* findOrCreateCompatibleSamplerYcbcrConversion( 288 SkTDynamicHash<GrVkSamplerYcbcrConversion, GrVkSamplerYcbcrConversion::Key> fYcbcrConversions;
|
D | GrVkSampler.cpp | 70 GrVkSamplerYcbcrConversion* ycbcrConversion = nullptr; in Create() 143 return {samplerKey, GrVkSamplerYcbcrConversion::GenerateKey(ycbcrInfo)}; in GenerateKey()
|
D | GrVkResourceProvider.cpp | 241 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()
|
D | GrVkImageView.cpp | 19 GrVkSamplerYcbcrConversion* ycbcrConversion = nullptr; in Create()
|
/external/skqp/gn/ |
D | gpu.gni | 649 "$_src/gpu/vk/GrVkSamplerYcbcrConversion.cpp", 650 "$_src/gpu/vk/GrVkSamplerYcbcrConversion.h",
|
/external/skia/gn/ |
D | gpu.gni | 660 "$_src/gpu/vk/GrVkSamplerYcbcrConversion.cpp", 661 "$_src/gpu/vk/GrVkSamplerYcbcrConversion.h",
|
/external/skqp/ |
D | Android.bp | 1052 "src/gpu/vk/GrVkSamplerYcbcrConversion.cpp",
|
/external/skia/ |
D | Android.bp | 823 "src/gpu/vk/GrVkSamplerYcbcrConversion.cpp",
|