Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/d3d/d3d11/
DTextureStorage11.h268 angle::Result getCachedOrCreateUAVForImage(const gl::Context *context,
DTextureStorage11.cpp436 ANGLE_TRY(getCachedOrCreateUAVForImage(context, key, outUAV)); in getUAVForImage()
440 angle::Result TextureStorage11::getCachedOrCreateUAVForImage(const gl::Context *context, in getCachedOrCreateUAVForImage() function in rx::TextureStorage11