Searched refs:uintBasicType (Results 1 - 1 of 1) sorted by relevance

/external/deqp/modules/glshared/
H A DglsShaderExecUtil.cpp316 const glu::DataType uintBasicType = vecSize > 1 ? glu::getDataTypeUintVec(vecSize) : glu::TYPE_UINT; local
317 const glu::VarType uintType (uintBasicType, glu::PRECISION_HIGHP);
335 const glu::DataType uintBasicType = glu::getDataTypeUintVec(vecSize); local
336 const glu::VarType uintType (uintBasicType, glu::PRECISION_HIGHP);

Completed in 46 milliseconds