Home
last modified time | relevance | path

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

/third_party/glslang/glslang/MachineIndependent/
Diomapper.h313 autoPushConstantMaxSize = 128; in TGlslIoMapper()
338 autoPushConstantMaxSize = maxSize; in setAutoPushConstantBlock()
353 unsigned int autoPushConstantMaxSize; variable
Diomapper.cpp1662 if (size <= int(autoPushConstantMaxSize)) { in doMap()