Home
last modified time | relevance | path

Searched defs:textureBarrier (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DSemaphoreVk.cpp98 for (const gl::TextureAndLayout &textureBarrier : textureBarriers) in wait() local
154 for (const gl::TextureAndLayout &textureBarrier : textureBarriers) in signal() local
H A DContextVk.cpp6967 for (const gl::TextureAndLayout &textureBarrier : textureBarriers) in acquireTextures() local
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DDispatchTableGL_autogen.h700 PFNGLTEXTUREBARRIERPROC textureBarrier = nullptr; variable
/aosp_15_r20/external/deqp/framework/opengl/wrapper/
H A DglwFunctions.inl702 glTextureBarrierFunc textureBarrier; variable