Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fShaderSharedVarTests.cpp117 const int valArrayLength = de::min<int>(MAX_VALUE_ARRAY_LENGTH, product(m_workGroupSize)); in init() local
129 << "uniform " << precName << " " << typeName << " u_val[" << valArrayLength << "];\n" in init()
130 << "uniform " << precName << " " << typeName << " u_ref[" << valArrayLength << "];\n" in init()