Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/vk/
DGrVkSamplerYcbcrConversion.cpp12 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()
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(
330 SkTDynamicHash<GrVkSamplerYcbcrConversion, GrVkSamplerYcbcrConversion::Key> fYcbcrConversions;
DGrVkSampler.cpp80 GrVkSamplerYcbcrConversion* ycbcrConversion = nullptr; in Create()
136 return {samplerState.asIndex(), GrVkSamplerYcbcrConversion::GenerateKey(ycbcrInfo)}; in GenerateKey()
DGrVkResourceProvider.cpp240 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()
DGrVkImageView.cpp21 GrVkSamplerYcbcrConversion* ycbcrConversion = nullptr; in Make()
/third_party/skia/gn/
Dgpu.gni653 "$_src/gpu/vk/GrVkSamplerYcbcrConversion.cpp",
654 "$_src/gpu/vk/GrVkSamplerYcbcrConversion.h",