Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DProgram.cpp302 bool ValidateInterfaceBlocksCount(GLuint maxInterfaceBlocks, in ValidateInterfaceBlocksCount() argument
315 if (blockCount > maxInterfaceBlocks) in ValidateInterfaceBlocksCount()
317 LogInterfaceBlocksExceedLimit(infoLog, shaderType, blockType, maxInterfaceBlocks); in ValidateInterfaceBlocksCount()