Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DSemaphoreVk.cpp99 for (const gl::TextureAndLayout &textureBarrier : textureBarriers) in wait()
154 for (const gl::TextureAndLayout &textureBarrier : textureBarriers) in signal()
DContextVk.cpp4867 for (const gl::TextureAndLayout &textureBarrier : textureBarriers) in acquireTextures()
4883 for (gl::TextureAndLayout &textureBarrier : *textureBarriers) in releaseTextures()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
Dangletypes.h904 struct TextureAndLayout struct
909 using TextureBarrierVector = BarrierVector<TextureAndLayout>; argument