Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsShaderExecUtil.cpp323 const glu::DataType intBasicType = vecSize > 1 ? glu::getDataTypeIntVec(vecSize) : glu::TYPE_INT; in generateFragShaderOutputDecl() local
324 const glu::VarType intType (intBasicType, glu::PRECISION_HIGHP); in generateFragShaderOutputDecl()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderExecutor.cpp335 const glu::DataType intBasicType = vecSize > 1 ? glu::getDataTypeIntVec(vecSize) : glu::TYPE_INT; in generateFragShaderOutputDecl() local
336 const glu::VarType intType (intBasicType, glu::PRECISION_HIGHP); in generateFragShaderOutputDecl()