Searched refs:isUint (Results 1 - 7 of 7) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleImageTests.cpp548 std::string getColorFormatStr (const int numComponents, const bool isUint, const bool isSint) argument
552 str << (isUint ? "uint" : isSint ? "int" : "float");
554 str << (isUint ? "u" : isSint ? "i" : "") << "vec" << numComponents;
559 std::string getSamplerTypeStr (const int numLayers, const bool isUint, const bool isSint) argument
562 str << (isUint ? "u" : isSint ? "i" : "") << "sampler2DMS" << (numLayers > 1 ? "Array" : "");
568 std::string getColorStr (const T* data, int numComponents, const bool isUint, const bool isSint) argument
573 str << (isUint ? "u" : isSint ? "i" : "") << "vec4(";
592 std::string getReferenceClearColorStr (const VkFormat format, const int numComponents, const bool isUint, const bool isSint)
595 if (isUint)
596 return getColorStr(clearColor.uint32, numComponents, isUint, isSin
[all...]
H A DvktPipelineRenderToImageTests.cpp582 std::string getColorFormatStr (const int numComponents, const bool isUint, const bool isSint) argument
586 str << (isUint ? "uint" : isSint ? "int" : "float");
588 str << (isUint ? "u" : isSint ? "i" : "") << "vec" << numComponents;
837 const bool isUint = isUintFormat(caseDef.colorFormat); local
866 const std::string colorFormat = getColorFormatStr(numComponents, isUint, isSint);
867 const std::string colorInteger = (isUint || isSint ? " * "+colorFormat+"("+colorValue.str()+")" :"");
/external/deqp/modules/gles3/functional/
H A Des3fFragmentOutputTests.cpp630 bool isUint = glu::isDataTypeUintOrUVec(output.type); local
719 else if (isUint)
781 bool isUint = glu::isDataTypeUintOrUVec(output.type); local
785 isUint ? GL_UNSIGNED_INT : GL_NONE;
844 const bool isUint = glu::isDataTypeUintOrUVec(output.type); local
860 if (isInt || isUint)
1075 bool isUint = glu::isDataTypeUintOrUVec(outType);
1082 else if (isUint)
H A Des3fTransformFeedbackTests.cpp539 const bool isUint = glu::isDataTypeUintOrUVec(attrib.type.getBasicType()); local
572 else if (isUint)
H A Des3fShaderOperatorTests.cpp755 bool isUint = de::inRange<int>(inType, TYPE_UINT, TYPE_UINT_VEC4); local
770 else if (isInt || isUint)
780 else if (isInt || isUint)
/external/deqp/external/vulkancts/modules/vulkan/image/
H A DvktImageMutableTests.cpp213 std::string getColorFormatStr (const int numComponents, const bool isUint, const bool isSint) argument
217 str << (isUint ? "uint" : isSint ? "int" : "float");
219 str << (isUint ? "u" : isSint ? "i" : "") << "vec" << numComponents;
278 const bool isUint = isUintFormat(caseDef.viewFormat); local
280 const std::string colorFormat = getColorFormatStr(numComponents, isUint, isSint);
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderOperatorTests.cpp740 const bool isUint = de::inRange<int>(inType, TYPE_UINT, TYPE_UINT_VEC4); local
755 else if (isInt || isUint)
765 else if (isInt || isUint)

Completed in 543 milliseconds