Searched refs:GrVkSamplerYcbcrConversion (Results 1 – 9 of 9) sorted by relevance
/third_party/skia/src/gpu/vk/ |
D | GrVkSamplerYcbcrConversion.cpp | 12 GrVkSamplerYcbcrConversion* GrVkSamplerYcbcrConversion::Create( in Create() 91 return new GrVkSamplerYcbcrConversion(gpu, conversion, GenerateKey(info)); in Create() 94 void GrVkSamplerYcbcrConversion::freeGPUData() const { in freeGPUData() 100 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( 330 SkTDynamicHash<GrVkSamplerYcbcrConversion, GrVkSamplerYcbcrConversion::Key> fYcbcrConversions;
|
D | GrVkSampler.cpp | 80 GrVkSamplerYcbcrConversion* ycbcrConversion = nullptr; in Create() 136 return {samplerState.asIndex(), GrVkSamplerYcbcrConversion::GenerateKey(ycbcrInfo)}; in GenerateKey()
|
D | GrVkResourceProvider.cpp | 240 GrVkSamplerYcbcrConversion* GrVkResourceProvider::findOrCreateCompatibleSamplerYcbcrConversion( in findOrCreateCompatibleSamplerYcbcrConversion() 242 GrVkSamplerYcbcrConversion* ycbcrConversion = in findOrCreateCompatibleSamplerYcbcrConversion() 243 fYcbcrConversions.find(GrVkSamplerYcbcrConversion::GenerateKey(ycbcrInfo)); in findOrCreateCompatibleSamplerYcbcrConversion() 245 ycbcrConversion = GrVkSamplerYcbcrConversion::Create(fGpu, ycbcrInfo); in findOrCreateCompatibleSamplerYcbcrConversion()
|
D | GrVkImageView.cpp | 21 GrVkSamplerYcbcrConversion* ycbcrConversion = nullptr; in Make()
|
/third_party/skia/gn/ |
D | gpu.gni | 653 "$_src/gpu/vk/GrVkSamplerYcbcrConversion.cpp", 654 "$_src/gpu/vk/GrVkSamplerYcbcrConversion.h",
|