Searched refs:SelectFormatAspects (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
D | Subresource.cpp | 29 Aspect aspectMask = SelectFormatAspects(format, aspect); in ConvertAspect() 49 Aspect SelectFormatAspects(const Format& format, wgpu::TextureAspect aspect) { in SelectFormatAspects() function
|
D | Subresource.h | 58 Aspect SelectFormatAspects(const Format& format, wgpu::TextureAspect aspect);
|
D | CommandValidation.cpp | 276 SelectFormatAspects(texture->GetFormat(), textureCopy.aspect) == Aspect::None, in ValidateImageCopyTexture() 406 SelectFormatAspects(format, src.aspect) != format.aspects, in ValidateTextureToTextureCopyCommonRestrictions() 411 SelectFormatAspects(format, dst.aspect) != format.aspects, in ValidateTextureToTextureCopyCommonRestrictions()
|
D | Format.cpp | 108 return GetAspectInfo(SelectFormatAspects(*this, aspect)); in GetAspectInfo()
|
D | Texture.cpp | 349 SelectFormatAspects(texture->GetFormat(), descriptor->aspect) == Aspect::None, in ValidateTextureViewDescriptor()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
D | QueueGL.cpp | 67 SelectFormatAspects(destination.texture->GetFormat(), destination.aspect); in WriteTextureImpl()
|