Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DShader.h247 unsigned int getMaxComputeSharedMemory() const { return mMaxComputeSharedMemory; } in getMaxComputeSharedMemory()
278 unsigned int mMaxComputeSharedMemory; variable
DShader.cpp375 mMaxComputeSharedMemory = context->getCaps().maxComputeSharedMemorySize; in compile()
501 if (sharedMemSize > mMaxComputeSharedMemory) in resolveCompile()