Home
last modified time | relevance | path

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

/external/deqp/framework/opengl/
DgluShaderUtil.hpp258 DataType getDataTypeUintVec (int vecSize);
DgluShaderUtil.cpp1015 DataType getDataTypeUintVec (int vecSize) in getDataTypeUintVec() function
/external/deqp/modules/glshared/
DglsShaderExecUtil.cpp314 …const glu::DataType uintBasicType = vecSize > 1 ? glu::getDataTypeUintVec(vecSize) : glu::TYPE_UIN… in generateFragShaderOutputDecl()
333 const glu::DataType uintBasicType = glu::getDataTypeUintVec(vecSize); in generateFragShaderOutputDecl()
/external/deqp/modules/gles3/functional/
Des3fShaderCommonFunctionTests.cpp954 : (vecSize > 1 ? glu::getDataTypeUintVec(vecSize) : glu::TYPE_UINT); in FloatBitsToUintIntCase()
1700 const glu::DataType uintType = vecSize > 1 ? glu::getDataTypeUintVec(vecSize) : glu::TYPE_UINT; in init()
/external/deqp/modules/gles31/functional/
Des31fShaderCommonFunctionTests.cpp1037 : (vecSize > 1 ? glu::getDataTypeUintVec(vecSize) : glu::TYPE_UINT); in FloatBitsToUintIntCase()
2209 const glu::DataType uintType = vecSize > 1 ? glu::getDataTypeUintVec(vecSize) : glu::TYPE_UINT; in init()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderCommonFunctionTests.cpp1252 : (vecSize > 1 ? glu::getDataTypeUintVec(vecSize) : glu::TYPE_UINT); in FloatBitsToUintIntCase()
2455 const glu::DataType uintType = vecSize > 1 ? glu::getDataTypeUintVec(vecSize) : glu::TYPE_UINT; in init()
DvktShaderExecutor.cpp326 …const glu::DataType uintBasicType = vecSize > 1 ? glu::getDataTypeUintVec(vecSize) : glu::TYPE_UIN… in generateFragShaderOutputDecl()
345 const glu::DataType uintBasicType = glu::getDataTypeUintVec(vecSize); in generateFragShaderOutputDecl()
/external/deqp/external/vulkancts/modules/vulkan/
DvktShaderLibrary.cpp141 return glu::getDataTypeUintVec(getDataTypeScalarSize(valueType)); in getTransportType()