Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineMultisampleImageTests.cpp642 std::string getColorFormatStr (const int numComponents, const bool isUint, const bool isSint) in getColorFormatStr() argument
646 str << (isUint ? "uint" : isSint ? "int" : "float"); in getColorFormatStr()
648 str << (isUint ? "u" : isSint ? "i" : "") << "vec" << numComponents; in getColorFormatStr()
653 std::string getSamplerTypeStr (const int numLayers, const bool isUint, const bool isSint) in getSamplerTypeStr() argument
656 str << (isUint ? "u" : isSint ? "i" : "") << "sampler2DMS" << (numLayers > 1 ? "Array" : ""); in getSamplerTypeStr()
662 std::string getColorStr (const T* data, int numComponents, const bool isUint, const bool isSint) in getColorStr() argument
667 str << (isUint ? "u" : isSint ? "i" : "") << "vec4("; in getColorStr()
686 …learColorStr (const VkFormat format, const int numComponents, const bool isUint, const bool isSint) in getReferenceClearColorStr() argument
689 if (isUint) in getReferenceClearColorStr()
690 return getColorStr(clearColor.uint32, numComponents, isUint, isSint); in getReferenceClearColorStr()
[all …]
DvktPipelineRenderToImageTests.cpp487 std::string getColorFormatStr (const int numComponents, const bool isUint, const bool isSint) in getColorFormatStr() argument
491 str << (isUint ? "uint" : isSint ? "int" : "float"); in getColorFormatStr()
493 str << (isUint ? "u" : isSint ? "i" : "") << "vec" << numComponents; in getColorFormatStr()
731 const bool isUint = isUintFormat(caseDef.colorFormat); in initPrograms() local
760 const std::string colorFormat = getColorFormatStr(numComponents, isUint, isSint); in initPrograms()
761 …const std::string colorInteger = (isUint || isSint ? " * "+colorFormat+"("+colorValue.str()+")" :"… in initPrograms()
DvktPipelineExtendedDynamicStateTests.cpp1066 , isUint (false) in SingleColorGenerator()
1072 , isUint (true) in SingleColorGenerator()
1083 if (isUint) in operator ()()
1098 const bool isUint; member in vkt::pipeline::__anon05e7ac970111::SingleColorGenerator
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleImageTests.cpp642 std::string getColorFormatStr (const int numComponents, const bool isUint, const bool isSint) in getColorFormatStr() argument
646 str << (isUint ? "uint" : isSint ? "int" : "float"); in getColorFormatStr()
648 str << (isUint ? "u" : isSint ? "i" : "") << "vec" << numComponents; in getColorFormatStr()
653 std::string getSamplerTypeStr (const int numLayers, const bool isUint, const bool isSint) in getSamplerTypeStr() argument
656 str << (isUint ? "u" : isSint ? "i" : "") << "sampler2DMS" << (numLayers > 1 ? "Array" : ""); in getSamplerTypeStr()
662 std::string getColorStr (const T* data, int numComponents, const bool isUint, const bool isSint) in getColorStr() argument
667 str << (isUint ? "u" : isSint ? "i" : "") << "vec4("; in getColorStr()
686 …learColorStr (const VkFormat format, const int numComponents, const bool isUint, const bool isSint) in getReferenceClearColorStr() argument
689 if (isUint) in getReferenceClearColorStr()
690 return getColorStr(clearColor.uint32, numComponents, isUint, isSint); in getReferenceClearColorStr()
[all …]
DvktPipelineRenderToImageTests.cpp487 std::string getColorFormatStr (const int numComponents, const bool isUint, const bool isSint) in getColorFormatStr() argument
491 str << (isUint ? "uint" : isSint ? "int" : "float"); in getColorFormatStr()
493 str << (isUint ? "u" : isSint ? "i" : "") << "vec" << numComponents; in getColorFormatStr()
731 const bool isUint = isUintFormat(caseDef.colorFormat); in initPrograms() local
760 const std::string colorFormat = getColorFormatStr(numComponents, isUint, isSint); in initPrograms()
761 …const std::string colorInteger = (isUint || isSint ? " * "+colorFormat+"("+colorValue.str()+")" :"… in initPrograms()
DvktPipelineExtendedDynamicStateTests.cpp1066 , isUint (false) in SingleColorGenerator()
1072 , isUint (true) in SingleColorGenerator()
1083 if (isUint) in operator ()()
1098 const bool isUint; member in vkt::pipeline::__anon54ce9e170111::SingleColorGenerator
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/
DFormat.h56 constexpr bool isUint() const;
61 constexpr bool isInt() const { return isSint() || isUint(); } in isInt()
192 constexpr bool Format::isUint() const in isUint() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
DFormat.h59 constexpr bool isUint() const;
65 constexpr bool isInt() const { return isSint() || isUint(); } in isInt()
208 constexpr bool Format::isUint() const in isUint() function
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fFragmentOutputTests.cpp630 bool isUint = glu::isDataTypeUintOrUVec(output.type); in iterate() local
720 else if (isUint) in iterate()
782 bool isUint = glu::isDataTypeUintOrUVec(output.type); in iterate() local
786 isUint ? GL_UNSIGNED_INT : GL_NONE; in iterate()
845 const bool isUint = glu::isDataTypeUintOrUVec(output.type); in iterate() local
861 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.cpp858 bool isUint = de::inRange<int>(inType, TYPE_UINT, TYPE_UINT_VEC4); in setupShaderData() local
890 else if (isInt || isUint) in setupShaderData()
900 else if (isInt || isUint) in setupShaderData()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DUtilsVk.cpp53 else if (bufferFormat.isUint()) in GetBufferUtilsFlags()
68 bool srcIsUint = params.srcFormat->isUint(); in GetConvertVertexFlags()
78 bool destIsUint = params.destFormat->isUint(); in GetConvertVertexFlags()
185 else if (format.isUint()) in GetImageClearFlags()
206 if (format.isUint()) in GetFormatFlags()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
DvktImageMutableTests.cpp306 std::string getColorFormatStr (const int numComponents, const bool isUint, const bool isSint) in getColorFormatStr() argument
310 str << (isUint ? "uint" : isSint ? "int" : "float"); in getColorFormatStr()
312 str << (isUint ? "u" : isSint ? "i" : "") << "vec" << numComponents; in getColorFormatStr()
371 const bool isUint = isUintFormat(caseDef.viewFormat); in initPrograms() local
373 const std::string colorFormat = getColorFormatStr(numComponents, isUint, isSint); in initPrograms()
DvktImageLoadStoreTests.cpp3079 const auto isUint = isUintFormat(format); in createImageExtendOperandsTests() local
3082 DE_ASSERT(isInt || isUint); in createImageExtendOperandsTests()
3096 if (mismatched && isUint) in createImageExtendOperandsTests()
3106 const auto signedOther = ((isInt && !mismatched) || (isUint && mismatched)); in createImageExtendOperandsTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageMutableTests.cpp306 std::string getColorFormatStr (const int numComponents, const bool isUint, const bool isSint) in getColorFormatStr() argument
310 str << (isUint ? "uint" : isSint ? "int" : "float"); in getColorFormatStr()
312 str << (isUint ? "u" : isSint ? "i" : "") << "vec" << numComponents; in getColorFormatStr()
371 const bool isUint = isUintFormat(caseDef.viewFormat); in initPrograms() local
373 const std::string colorFormat = getColorFormatStr(numComponents, isUint, isSint); in initPrograms()
DvktImageLoadStoreTests.cpp3079 const auto isUint = isUintFormat(format); in createImageExtendOperandsTests() local
3082 DE_ASSERT(isInt || isUint); in createImageExtendOperandsTests()
3096 if (mismatched && isUint) in createImageExtendOperandsTests()
3106 const auto signedOther = ((isInt && !mismatched) || (isUint && mismatched)); in createImageExtendOperandsTests()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DUtilsVk.cpp80 bool srcIsUint = params.srcFormat->isUint(); in GetConvertVertexFlags()
88 bool dstIsUint = params.dstFormat->isUint(); in GetConvertVertexFlags()
182 else if (format.isUint()) in GetImageClearFlags()
208 if (format.isUint()) in GetFormatFlags()
328 else if (format.isUint()) in GetUnresolveFlags()
DFramebufferVk.cpp2282 if (format.isUint()) in getCorrectedColorClearValue()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
DFrameBufferMtl.mm1052 mRenderPassFirstColorAttachmentFormat->actualAngleFormat().isUint() !=
1053 colorRenderTarget->getFormat()->actualAngleFormat().isUint())
1244 (clearColorType == mtl::PixelType::UInt && !format.actualAngleFormat().isUint()) ||
Dmtl_render_utils.mm494 else if (angleFormat.isUint())
1037 if (!srcAngleFormat.isInt() && dstAngleFormat.isUint())
1042 srcAngleFormat.isUint() == dstAngleFormat.isUint());
Dmtl_utils.mm502 else if (angleFormat.isUint())
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
DvktShaderRenderOperatorTests.cpp728 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()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderOperatorTests.cpp728 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()