Home
last modified time | relevance | path

Searched refs:getCachedOrCreateUAVForImage (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/
H A DTextureStorage11.h284 angle::Result getCachedOrCreateUAVForImage(const gl::Context *context,
H A DTextureStorage11.cpp484 ANGLE_TRY(getCachedOrCreateUAVForImage(context, key, outUAV)); in getUAVForImage()
488 angle::Result TextureStorage11::getCachedOrCreateUAVForImage(const gl::Context *context, in getCachedOrCreateUAVForImage() function in rx::TextureStorage11