/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
D | vktPipelineMultisampleImageTests.cpp | 642 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 …]
|
D | vktPipelineRenderToImageTests.cpp | 487 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()
|
D | vktPipelineExtendedDynamicStateTests.cpp | 1066 , 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/ |
D | vktPipelineMultisampleImageTests.cpp | 642 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 …]
|
D | vktPipelineRenderToImageTests.cpp | 487 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()
|
D | vktPipelineExtendedDynamicStateTests.cpp | 1066 , 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/ |
D | Format.h | 56 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/ |
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
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fFragmentOutputTests.cpp | 630 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()
|
D | es3fTransformFeedbackTests.cpp | 539 const bool isUint = glu::isDataTypeUintOrUVec(attrib.type.getBasicType()); in genAttributeData() local 572 else if (isUint) in genAttributeData()
|
D | es3fShaderOperatorTests.cpp | 858 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/ |
D | UtilsVk.cpp | 53 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/ |
D | vktImageMutableTests.cpp | 306 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()
|
D | vktImageLoadStoreTests.cpp | 3079 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/ |
D | vktImageMutableTests.cpp | 306 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()
|
D | vktImageLoadStoreTests.cpp | 3079 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/ |
D | UtilsVk.cpp | 80 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()
|
D | FramebufferVk.cpp | 2282 if (format.isUint()) in getCorrectedColorClearValue()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
D | FrameBufferMtl.mm | 1052 mRenderPassFirstColorAttachmentFormat->actualAngleFormat().isUint() != 1053 colorRenderTarget->getFormat()->actualAngleFormat().isUint()) 1244 (clearColorType == mtl::PixelType::UInt && !format.actualAngleFormat().isUint()) ||
|
D | mtl_render_utils.mm | 494 else if (angleFormat.isUint()) 1037 if (!srcAngleFormat.isInt() && dstAngleFormat.isUint()) 1042 srcAngleFormat.isUint() == dstAngleFormat.isUint());
|
D | mtl_utils.mm | 502 else if (angleFormat.isUint())
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/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()
|
/third_party/vk-gl-cts/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()
|