Home
last modified time | relevance | path

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

/external/deqp/framework/opengl/
DgluShaderUtil.hpp223 DataType getDataTypeBoolVec (int vecSize);
DgluShaderUtil.cpp733 DataType getDataTypeBoolVec (int vecSize) in getDataTypeBoolVec() function
/external/deqp/modules/gles3/functional/
Des3fShaderCommonFunctionTests.cpp793 const glu::DataType boolType = vecSize > 1 ? glu::getDataTypeBoolVec(vecSize) : glu::TYPE_BOOL; in IsnanCase()
874 const glu::DataType boolType = vecSize > 1 ? glu::getDataTypeBoolVec(vecSize) : glu::TYPE_BOOL; in IsinfCase()
/external/deqp/modules/gles31/functional/
Des31fShaderCommonFunctionTests.cpp871 const glu::DataType boolType = vecSize > 1 ? glu::getDataTypeBoolVec(vecSize) : glu::TYPE_BOOL; in IsnanCase()
954 const glu::DataType boolType = vecSize > 1 ? glu::getDataTypeBoolVec(vecSize) : glu::TYPE_BOOL; in IsinfCase()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderCommonFunctionTests.cpp1080 const glu::DataType boolType = vecSize > 1 ? glu::getDataTypeBoolVec(vecSize) : glu::TYPE_BOOL; in IsnanCase()
1178 const glu::DataType boolType = vecSize > 1 ? glu::getDataTypeBoolVec(vecSize) : glu::TYPE_BOOL; in IsinfCase()