Home
last modified time | relevance | path

Searched refs:isUintFormat (Results 1 – 24 of 24) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/image/
H A DvktImageLoadStoreUtil.hpp56 return isIntFormat(format) || isUintFormat(format); in isIntegerFormat()
67 …const bool integerOrFloatFormat = isIntFormat(format) || isUintFormat(format) || isFloatFormat(for… in colorScaleAndBiasAreValid()
H A DvktImageMutableTests.cpp370 const bool isUint = isUintFormat(caseDef.viewFormat); in initPrograms()
398 …const std::string colorTypeStr = isUintFormat(caseDef.viewFormat) ? "uvec4" : isIntFormat(caseDef.… in initPrograms()
399 …const bool isIntegerFormat = isUintFormat(caseDef.viewFormat) || isIntFormat(caseDef.viewFormat); in initPrograms()
448 …const std::string colorTypeStr = isUintFormat(caseDef.viewFormat) ? "uvec4" : isIntFormat(caseDef.… in initPrograms()
756 const bool isIntegerFormat = isUintFormat(caseDef.viewFormat) || isIntFormat(caseDef.viewFormat); in genVertexData()
1000 m_imageIsIntegerFormat = isUintFormat(m_caseDef.imageFormat) || isIntFormat(m_caseDef.imageFormat); in runSwapchain()
1001 m_viewIsIntegerFormat = isUintFormat(m_caseDef.viewFormat) || isIntFormat(m_caseDef.viewFormat); in runSwapchain()
1049 m_imageIsIntegerFormat = isUintFormat(m_caseDef.imageFormat) || isIntFormat(m_caseDef.imageFormat); in run()
1050 m_viewIsIntegerFormat = isUintFormat(m_caseDef.viewFormat) || isIntFormat(m_caseDef.viewFormat); in run()
1632 const bool isIntegerFormat = isUintFormat(format) || isIntFormat(format); in testMutable()
[all …]
H A DvktImageAtomicOperationTests.cpp432 const bool uintFormat = isUintFormat(imageFormat); in initPrograms()
565 const bool uintFormat = isUintFormat(imageFormat); in initPrograms()
1145 if (isUintFormat(mapTextureFormat(m_format))) in verifyResult()
1486 if (isUintFormat(mapTextureFormat(m_format))) in verifyResult()
H A DvktImageQualifiersTests.cpp126 …const bool intFormat = isIntFormat(mapTextureFormat(format)) || isUintFormat(mapTextureFormat(… in comparePixelBuffers()
260 const bool uintFormat = isUintFormat(mapTextureFormat(m_format)); in initPrograms()
H A DvktImageMultisampleLoadStoreTests.cpp91 …const std::string signednessPrefix = isUintFormat(caseDef.format) ? "u" : isIntFormat(caseDef.form… in initPrograms()
H A DvktImageLoadStoreTests.cpp505 …const std::string signednessPrefix = isUintFormat(m_format) ? "u" : isIntFormat(m_format) ? "i" : … in initPrograms()
2652 if (!isIntFormat(format) && !isUintFormat(format)) in createImageExtendOperandsTests()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/robustness/
H A DvktRobustnessUtil.cpp156 if (isUintFormat(bufferFormat)) in verifyOutOfBoundsVec4()
199 if (isUintFormat(format)) in populateBufferWithTestValues()
229 if (isUintFormat(valueFormat)) in logValue()
H A DvktRobustnessVertexAccessTests.cpp264 if (isUintFormat(m_inputFormat)) in initPrograms()
273 if (isUintFormat(m_inputFormat)) in initPrograms()
304 if (isUintFormat(m_inputFormat)) in initPrograms()
933 if (isUintFormat(vertexFormat)) in isExpectedValueFromVertexBuffer()
972 if (isUintFormat(format) || isIntFormat(format) || isFloatFormat(format)) in getBufferSizeInBytes()
H A DvktRobustnessBufferAccessTests.cpp345 if (isUintFormat(bufferFormat)) in genBufferShaderAccess()
437 else if (isUintFormat(bufferFormat)) in genTexelBufferShaderAccess()
1028 if (isUintFormat(m_bufferFormat)) in isExpectedValueFromInBuffer()
H A DvktRobustBufferAccessWithVariablePointersTests.cpp1467 if (isUintFormat(m_bufferFormat)) in isExpectedValueFromInBuffer()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineClearUtil.cpp106 if (isUintFormat(clearFormat)) in defaultClearValue()
H A DvktPipelineMultisampleImageTests.cpp525 if (isUintFormat(format) || isIntFormat(format)) in getClearValue()
702 const bool isUint = isUintFormat(caseDef.colorFormat); in addSimpleVertexAndFragmentPrograms()
852 const bool isUint = isUintFormat(caseDef.colorFormat); in initPrograms()
1081 …const std::string signednessPrefix = isUintFormat(caseDef.colorFormat) ? "u" : isIntFormat(caseDef… in initPrograms()
1268 const bool isAnyIntFormat = isIntFormat(caseDef.colorFormat) || isUintFormat(caseDef.colorFormat); in compareImages()
H A DvktPipelineSamplerTests.cpp846 … && (isCompressedFormat(imageFormat) || (!isIntFormat(imageFormat) && !isUintFormat(imageFormat)))) in createSamplerMagFilterTests()
857 … && (isCompressedFormat(imageFormat) || (!isIntFormat(imageFormat) && !isUintFormat(imageFormat)))) in createSamplerMinFilterTests()
910 if (isCompressedFormat(imageFormat) || (!isIntFormat(imageFormat) && !isUintFormat(imageFormat))) in createSamplerMagReduceFilterTests()
931 if (isCompressedFormat(imageFormat) || (!isIntFormat(imageFormat) && !isUintFormat(imageFormat))) in createSamplerMinReduceFilterTests()
987 if (isCompressedFormat(imageFormat) || (!isIntFormat(imageFormat) && !isUintFormat(imageFormat))) in createSamplerMipmapTests()
1304 else if (vk::isUintFormat(m_params.format)) in initPrograms()
H A DvktPipelineImageUtil.cpp130 if (!isCompressedFormat(format) && (isIntFormat(format) || isUintFormat(format))) in getFormatBorderColor()
161 if (!isCompressedFormat(format) && (isIntFormat(format) || isUintFormat(format))) in getFormatCustomBorderColor()
H A DvktPipelineRenderToImageTests.cpp566 if (isUintFormat(format) || isIntFormat(format)) in getClearValue()
827 const bool isUint = isUintFormat(caseDef.colorFormat); in initPrograms()
H A DvktPipelineMultisampleShaderFragmentMaskTests.cpp416 if ((isIntFormat(params.colorFormat) || isUintFormat(params.colorFormat))) in checkRequirements()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles31/functional/
H A Des31fShaderImageLoadStoreTests.cpp1169 const bool isUintFormat = isFormatTypeUnsignedInteger(m_format.type); in iterate() local
1935 const bool isUintFormat = isFormatTypeUnsignedInteger(m_format.type); in iterate() local
2008 const string colorVecTypeName = string(isUintFormat ? "u" : isIntFormat ? "i" : "") + "vec4"; in iterate()
2015 const string atomicArgExpr = (isUintFormat ? "uint" in iterate()
2336 const bool isUintFormat = isFormatTypeUnsignedInteger(m_format.type); in iterate() local
2344 DE_ASSERT(isUintFormat || isIntFormat); in iterate()
2409 const string colorScalarTypeName = isUintFormat ? "uint" : isIntFormat ? "int" : DE_NULL; in iterate()
2410 …const string colorVecTypeName = string(isUintFormat ? "u" : isIntFormat ? "i" : DE_NULL) + "vec4"; in iterate()
2556 const bool isUintFormat = isFormatTypeUnsignedInteger(m_format.type); in iterate() local
2595 const string colorVecTypeName = string(isUintFormat ? "u" : isIntFormat ? "i" : "") + "vec4"; in iterate()
[all …]
H A Des31fCopyImageTests.cpp203 bool isUintFormat (deUint32 format) in isUintFormat() function
929 else if (isUintFormat(info.getFormat())) in genRenderbufferImage()
1710 else if (isIntFormat(info.getFormat()) || isUintFormat(info.getFormat())) in renderRenderbuffer()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemImageValidator.cpp109 isUintFormat(m_imageFormat) ? "usampler2D" : "sampler2D"; in initPrograms()
H A DvktProtectedMemShaderImageAccessTests.cpp282 isUintFormat(m_params.imageFormat) ? "uvec4" : "vec4"; in initPrograms()
356 << (isUintFormat(m_params.imageFormat) ? "uint" : "int") in initPrograms()
427 << (isUintFormat(m_params.imageFormat) ? "uint" : "int") in initPrograms()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/framework/vulkan/
H A DvkImageUtil.hpp43 bool isUintFormat (VkFormat format);
H A DvkImageUtil.cpp57 bool isUintFormat (VkFormat format) in isUintFormat() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationOperation.cpp333 if (isIntFormat(format) || isUintFormat(format)) in makeClearValue()
3644 …const bool isIntegerFormat = isIntFormat(m_resourceDesc.imageFormat) || isUintFormat(m_resourceD… in initPrograms()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassMultisampleResolveTests.cpp2539 bool selectIBody = isIntFormat(config.format) || isUintFormat(config.format); in init()