Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleImageTests.cpp548 std::string getColorFormatStr (const int numComponents, const bool isUint, const bool isSint) in getColorFormatStr() argument
552 str << (isUint ? "uint" : isSint ? "int" : "float"); in getColorFormatStr()
554 str << (isUint ? "u" : isSint ? "i" : "") << "vec" << numComponents; in getColorFormatStr()
559 std::string getSamplerTypeStr (const int numLayers, const bool isUint, const bool isSint) in getSamplerTypeStr() argument
562 str << (isUint ? "u" : isSint ? "i" : "") << "sampler2DMS" << (numLayers > 1 ? "Array" : ""); in getSamplerTypeStr()
568 std::string getColorStr (const T* data, int numComponents, const bool isUint, const bool isSint) in getColorStr() argument
573 str << (isUint ? "u" : isSint ? "i" : "") << "vec4("; in getColorStr()
592 …learColorStr (const VkFormat format, const int numComponents, const bool isUint, const bool isSint) in getReferenceClearColorStr() argument
595 if (isUint) in getReferenceClearColorStr()
596 return getColorStr(clearColor.uint32, numComponents, isUint, isSint); in getReferenceClearColorStr()
[all …]
DvktPipelineRenderToImageTests.cpp582 std::string getColorFormatStr (const int numComponents, const bool isUint, const bool isSint) in getColorFormatStr() argument
586 str << (isUint ? "uint" : isSint ? "int" : "float"); in getColorFormatStr()
588 str << (isUint ? "u" : isSint ? "i" : "") << "vec" << numComponents; in getColorFormatStr()
810 const bool isUint = isUintFormat(caseDef.colorFormat); in initPrograms() local
839 const std::string colorFormat = getColorFormatStr(numComponents, isUint, isSint); in initPrograms()
840 …const std::string colorInteger = (isUint || isSint ? " * "+colorFormat+"("+colorValue.str()+")" :"… in initPrograms()
/external/deqp/modules/gles3/functional/
Des3fFragmentOutputTests.cpp630 bool isUint = glu::isDataTypeUintOrUVec(output.type); in iterate() local
719 else if (isUint) in iterate()
781 bool isUint = glu::isDataTypeUintOrUVec(output.type); in iterate() local
785 isUint ? GL_UNSIGNED_INT : GL_NONE; in iterate()
844 const bool isUint = glu::isDataTypeUintOrUVec(output.type); in iterate() local
860 if (isInt || isUint) in iterate()
1075 bool isUint = glu::isDataTypeUintOrUVec(outType); in createRandomCase() local
1082 else if (isUint) in createRandomCase()
Des3fTransformFeedbackTests.cpp539 const bool isUint = glu::isDataTypeUintOrUVec(attrib.type.getBasicType()); in genAttributeData() local
572 else if (isUint) in genAttributeData()
Des3fShaderOperatorTests.cpp755 bool isUint = de::inRange<int>(inType, TYPE_UINT, TYPE_UINT_VEC4); in setupShaderData() local
770 else if (isInt || isUint) in setupShaderData()
780 else if (isInt || isUint) in setupShaderData()
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageMutableTests.cpp212 std::string getColorFormatStr (const int numComponents, const bool isUint, const bool isSint) in getColorFormatStr() argument
216 str << (isUint ? "uint" : isSint ? "int" : "float"); in getColorFormatStr()
218 str << (isUint ? "u" : isSint ? "i" : "") << "vec" << numComponents; in getColorFormatStr()
277 const bool isUint = isUintFormat(caseDef.viewFormat); in initPrograms() local
279 const std::string colorFormat = getColorFormatStr(numComponents, isUint, isSint); in initPrograms()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderOperatorTests.cpp739 const bool isUint = de::inRange<int>(inType, TYPE_UINT, TYPE_UINT_VEC4); in setupShaderData() local
754 else if (isInt || isUint) in setupShaderData()
764 else if (isInt || isUint) in setupShaderData()