Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsShaderExecUtil.cpp314 …const glu::DataType uintBasicType = vecSize > 1 ? glu::getDataTypeUintVec(vecSize) : glu::TYPE_UIN… in generateFragShaderOutputDecl() local
315 const glu::VarType uintType (uintBasicType, glu::PRECISION_HIGHP); in generateFragShaderOutputDecl()
333 const glu::DataType uintBasicType = glu::getDataTypeUintVec(vecSize); in generateFragShaderOutputDecl() local
334 const glu::VarType uintType (uintBasicType, glu::PRECISION_HIGHP); in generateFragShaderOutputDecl()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderExecutor.cpp326 …const glu::DataType uintBasicType = vecSize > 1 ? glu::getDataTypeUintVec(vecSize) : glu::TYPE_UIN… in generateFragShaderOutputDecl() local
327 const glu::VarType uintType (uintBasicType, glu::PRECISION_HIGHP); in generateFragShaderOutputDecl()
345 const glu::DataType uintBasicType = glu::getDataTypeUintVec(vecSize); in generateFragShaderOutputDecl() local
346 const glu::VarType uintType (uintBasicType, glu::PRECISION_HIGHP); in generateFragShaderOutputDecl()