/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineMultisampleImageTests.cpp | 532 std::string getColorFormatStr (const int numComponents, const bool isUint, const bool isSint) in getColorFormatStr() argument 536 str << (isUint ? "uint" : isSint ? "int" : "float"); in getColorFormatStr() 538 str << (isUint ? "u" : isSint ? "i" : "") << "vec" << numComponents; in getColorFormatStr() 543 std::string getSamplerTypeStr (const int numLayers, const bool isUint, const bool isSint) in getSamplerTypeStr() argument 546 str << (isUint ? "u" : isSint ? "i" : "") << "sampler2DMS" << (numLayers > 1 ? "Array" : ""); in getSamplerTypeStr() 552 std::string getColorStr (const T* data, int numComponents, const bool isUint, const bool isSint) in getColorStr() argument 557 str << (isUint ? "u" : isSint ? "i" : "") << "vec4("; in getColorStr() 576 …learColorStr (const VkFormat format, const int numComponents, const bool isUint, const bool isSint) in getReferenceClearColorStr() argument 579 if (isUint) in getReferenceClearColorStr() 580 return getColorStr(clearColor.uint32, numComponents, isUint, isSint); in getReferenceClearColorStr() [all …]
|
D | vktPipelineRenderToImageTests.cpp | 572 std::string getColorFormatStr (const int numComponents, const bool isUint, const bool isSint) in getColorFormatStr() argument 576 str << (isUint ? "uint" : isSint ? "int" : "float"); in getColorFormatStr() 578 str << (isUint ? "u" : isSint ? "i" : "") << "vec" << numComponents; in getColorFormatStr() 827 const bool isUint = isUintFormat(caseDef.colorFormat); in initPrograms() local 856 const std::string colorFormat = getColorFormatStr(numComponents, isUint, isSint); in initPrograms() 857 …const std::string colorInteger = (isUint || isSint ? " * "+colorFormat+"("+colorValue.str()+")" :"… in initPrograms()
|
/external/angle/src/libANGLE/renderer/ |
D | Format.h | 59 constexpr bool isUint() const; 65 constexpr bool isInt() const { return isSint() || isUint(); } in isInt() 208 constexpr bool Format::isUint() const in isUint() function
|
/external/deqp/modules/gles3/functional/ |
D | es3fFragmentOutputTests.cpp | 630 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()
|
D | es3fTransformFeedbackTests.cpp | 539 const bool isUint = glu::isDataTypeUintOrUVec(attrib.type.getBasicType()); in genAttributeData() local 572 else if (isUint) in genAttributeData()
|
D | es3fShaderOperatorTests.cpp | 755 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/ |
D | vktImageMutableTests.cpp | 305 std::string getColorFormatStr (const int numComponents, const bool isUint, const bool isSint) in getColorFormatStr() argument 309 str << (isUint ? "uint" : isSint ? "int" : "float"); in getColorFormatStr() 311 str << (isUint ? "u" : isSint ? "i" : "") << "vec" << numComponents; in getColorFormatStr() 370 const bool isUint = isUintFormat(caseDef.viewFormat); in initPrograms() local 372 const std::string colorFormat = getColorFormatStr(numComponents, isUint, isSint); in initPrograms()
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | UtilsVk.cpp | 80 bool srcIsUint = params.srcFormat->isUint(); in GetConvertVertexFlags() 88 bool destIsUint = params.destFormat->isUint(); in GetConvertVertexFlags() 183 else if (format.isUint()) in GetImageClearFlags() 209 if (format.isUint()) in GetFormatFlags() 335 else if (format.isUint()) in GetUnresolveFlags()
|
/external/angle/src/libANGLE/renderer/metal/ |
D | FrameBufferMtl.mm | 995 mRenderPassFirstColorAttachmentFormat->actualAngleFormat().isUint() != 996 colorRenderTarget->getFormat()->actualAngleFormat().isUint()) 1187 (clearColorType == mtl::PixelType::UInt && !format.actualAngleFormat().isUint()) ||
|
D | mtl_render_utils.mm | 503 else if (angleFormat.isUint()) 1053 if (!srcAngleFormat.isInt() && dstAngleFormat.isUint()) 1058 srcAngleFormat.isUint() == dstAngleFormat.isUint());
|
D | mtl_utils.mm | 412 else if (angleFormat.isUint())
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderOperatorTests.cpp | 728 const bool isUint = de::inRange<int>(inType, TYPE_UINT, TYPE_UINT_VEC4); in setupShaderData() local 743 else if (isInt || isUint) in setupShaderData() 753 else if (isInt || isUint) in setupShaderData()
|