Home
last modified time | relevance | path

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

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