Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DShader.h247 unsigned int getMaxComputeSharedMemory() const { return mMaxComputeSharedMemory; } in getMaxComputeSharedMemory()
278 unsigned int mMaxComputeSharedMemory; variable
DShader.cpp386 mMaxComputeSharedMemory = context->getCaps().maxComputeSharedMemorySize; in compile()
512 if (sharedMemSize > mMaxComputeSharedMemory) in resolveCompile()