Home
last modified time | relevance | path

Searched refs:SingleAspectUsedByImageCopyTexture (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DCommandValidation.h54 ResultOrError<Aspect> SingleAspectUsedByImageCopyTexture(const ImageCopyTexture& view);
DCommandValidation.cpp357 ResultOrError<Aspect> SingleAspectUsedByImageCopyTexture(const ImageCopyTexture& view) { in SingleAspectUsedByImageCopyTexture() function
385 DAWN_TRY_ASSIGN(aspectUsed, SingleAspectUsedByImageCopyTexture(dst)); in ValidateLinearToDepthStencilCopyRestrictions()
DCommandEncoder.cpp87 DAWN_TRY_ASSIGN(aspectUsed, SingleAspectUsedByImageCopyTexture(src)); in ValidateTextureDepthStencilToBufferCopyRestrictions()