Home
last modified time | relevance | path

Searched refs:getTextureFormatBitDepth (Results 1 – 25 of 43) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/framework/opengl/
H A DgluFboRenderContext.cpp43 return tcu::getTextureFormatBitDepth(depthOnlyFormat).x(); in getNumDepthBits()
46 return tcu::getTextureFormatBitDepth(format).x(); in getNumDepthBits()
56 return tcu::getTextureFormatBitDepth(stencilOnlyFormat).x(); in getNumStencilBits()
59 return tcu::getTextureFormatBitDepth(format).x(); in getNumStencilBits()
66 const tcu::IVec4 bits = tcu::getTextureFormatBitDepth(glu::mapGLInternalFormat(colorFormat)); in getPixelFormat()
95 const tcu::IVec4 bits = tcu::getTextureFormatBitDepth(glu::mapGLInternalFormat(format)); in chooseColorFormat()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles2/functional/
H A Des2fReadPixelsTests.cpp217 const tcu::IVec4 formatBitDepths = tcu::getTextureFormatBitDepth(format); in iterate()
240 const tcu::IVec4 formatBitDepths = tcu::getTextureFormatBitDepth(format); in iterate()
H A Des2fTextureSizeTests.cpp125 …const tcu::IVec4 texBits = tcu::getTextureFormatBitDepth(glu::mapGLTransferFormat(m_format, m_d… in iterate()
273 …const tcu::IVec4 texBits = tcu::getTextureFormatBitDepth(glu::mapGLTransferFormat(m_format, m_d… in testFace()
H A Des2fTextureMipmapTests.cpp868 …const IVec4 formatBits = tcu::getTextureFormatBitDepth(glu::mapGLTransferFormat(m_format, m_da… in iterate()
1021 …const IVec4 formatBits = tcu::getTextureFormatBitDepth(glu::mapGLTransferFormat(m_format, m_da… in iterate()
/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.cpp117 const tcu::IVec4 formatBitDepths = tcu::getTextureFormatBitDepth(format); in isRepresentableIntegerValue()
/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 DvktRenderPassSparseRenderTargetTests.cpp500 const UVec4 bits (tcu::getTextureFormatBitDepth(format).cast<deUint32>()); in iterateInternal()
516 const UVec4 bits (tcu::getTextureFormatBitDepth(format).cast<deUint32>()); in iterateInternal()
594 const UVec4 bits (tcu::getTextureFormatBitDepth(texFormat).cast<deUint32>()); in init()
H A DvktRenderPassMultisampleTests.cpp1539 const UVec4 bits (tcu::getTextureFormatBitDepth(format).cast<deUint32>()); in iterateInternal()
1584 const UVec4 bits (tcu::getTextureFormatBitDepth(format).cast<deUint32>()); in iterateInternal()
1632 const UVec4 bits (tcu::getTextureFormatBitDepth(format).cast<deUint32>()); in iterateInternal()
1784 const UVec4 bits (tcu::getTextureFormatBitDepth(format).cast<deUint32>()); in init()
1843 const UVec4 bits (tcu::getTextureFormatBitDepth(format).cast<deUint32>()); in init()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles3/functional/
H A Des3fTextureSizeTests.cpp126 …const tcu::IVec4 texBits = tcu::getTextureFormatBitDepth(glu::mapGLTransferFormat(m_format, m_d… in iterate()
274 …const tcu::IVec4 texBits = tcu::getTextureFormatBitDepth(glu::mapGLTransferFormat(m_format, m_d… in testFace()
H A Des3fReadPixelsTests.cpp362 const tcu::IVec4 formatBitDepths = tcu::getTextureFormatBitDepth(format); in iterate()
385 const tcu::IVec4 formatBitDepths = tcu::getTextureFormatBitDepth(format); in iterate()
H A Des3fFragmentOutputTests.cpp526 const IVec4 bitDepth = tcu::getTextureFormatBitDepth(access.getFormat()); in clearUndefined()
688 … const IVec4 fmtBits = tcu::getTextureFormatBitDepth(attachments[output.location+vecNdx].format); in iterate()
727 … const IVec4 fmtBits = tcu::getTextureFormatBitDepth(attachments[output.location+vecNdx].format); in iterate()
931 const IVec4 bits = min(IVec4(8), tcu::getTextureFormatBitDepth(format)); in iterate()
H A Des3fPixelBufferObjectTests.cpp569 const tcu::IVec4 formatBitDepths = tcu::getTextureFormatBitDepth(readFormat); in iterate()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/framework/common/
H A DtcuTextureUtil.hpp103 IVec4 getTextureFormatBitDepth (const TextureFormat& format);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/texture/
H A DvktTextureCompressedFormatTests.cpp144 …const tcu::IVec4 formatBitDepth = getTextureFormatBitDepth(vk::mapVkFormat(VK_FORMAT_R8G8B8A8_UNO… in iterate()
H A DvktTextureSwizzleTests.cpp159 …const tcu::IVec4 formatBitDepth = getTextureFormatBitDepth(vk::mapVkFormat(VK_FORMAT_R8G8B8A8_UNO… in iterate()
222 const tcu::IVec4 bitDepth = getTextureFormatBitDepth(isCompressedFormat(m_testParameters.format) in iterate()
H A DvktTextureMipmapTests.cpp332 …const tcu::IVec4 formatBitDepth = getTextureFormatBitDepth(vk::mapVkFormat(VK_FORMAT_R8G8B8A8_UNO… in iterate()
566 …const tcu::IVec4 formatBitDepth = getTextureFormatBitDepth(vk::mapVkFormat(VK_FORMAT_R8G8B8A8_UN… in iterate()
846 …const tcu::IVec4 formatBitDepth = getTextureFormatBitDepth(vk::mapVkFormat(VK_FORMAT_R8G8B8A8_UNO… in iterate()
1029 …const tcu::IVec4 formatBitDepth = getTextureFormatBitDepth(vk::mapVkFormat(VK_FORMAT_R8G8B8A8_UNO… in iterate()
1286 …const tcu::IVec4 formatBitDepth = getTextureFormatBitDepth(mapVkFormat(VK_FORMAT_R8G8B8A8_UNORM)… in iterate()
1554 …const tcu::IVec4 formatBitDepth = getTextureFormatBitDepth(mapVkFormat(VK_FORMAT_R8G8B8A8_UNORM)); in iterate()
H A DvktTextureFilteringTests.cpp330 …const tcu::IVec4 formatBitDepth = getTextureFormatBitDepth(vk::mapVkFormat(VK_FORMAT_R8G8B8A8_UNO… in iterate()
573 …const tcu::IVec4 formatBitDepth = getTextureFormatBitDepth(vk::mapVkFormat(VK_FORMAT_R8G8B8A8_UNO… in iterate()
794 …const tcu::IVec4 formatBitDepth = getTextureFormatBitDepth(vk::mapVkFormat(VK_FORMAT_R8G8B8A8_UNO… in iterate()
998 …const tcu::IVec4 formatBitDepth = getTextureFormatBitDepth(vk::mapVkFormat(VK_FORMAT_R8G8B8A8_UNO… in iterate()
H A DvktTextureFilteringExplicitLodTests.cpp78 const tcu::IVec4 channelDepth = tcu::getTextureFormatBitDepth(tcuFormat); in getPrecision()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/rasterization/
H A DvktRasterizationTests.cpp981 tcu::IVec4 colorBits = tcu::getTextureFormatBitDepth(getTextureFormat()); in iterate()
1324 tcu::IVec4 colorBits = tcu::getTextureFormatBitDepth(getTextureFormat()); in iterate()
1555 tcu::IVec4 colorBits = tcu::getTextureFormatBitDepth(getTextureFormat()); in iterate()
2470 tcu::IVec4 colorBits = tcu::getTextureFormatBitDepth(getTextureFormat()); in iterate()
2797 tcu::IVec4 colorBits = tcu::getTextureFormatBitDepth(getTextureFormat()); in iterate()
3106 tcu::IVec4 colorBits = tcu::getTextureFormatBitDepth(getTextureFormat()); in iterate()
3561 tcu::IVec4 colorBits = tcu::getTextureFormatBitDepth(getTextureFormat()); in iterate()
3837 tcu::IVec4 colorBits = tcu::getTextureFormatBitDepth(getTextureFormat()); in iterate()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/egl/
H A DteglImageUtil.cpp361 …const deUint32 numStencilBits = tcu::getTextureFormatBitDepth(tcu::getEffectiveDepthStencilTexture… in initializeStencilRbo()
H A DteglNativeColorMappingTests.cpp255 const tcu::UVec4 nativeBitDepth(tcu::getTextureFormatBitDepth(result.getFormat()).asUint()); in validate()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles31/functional/
H A Des31fShaderFramebufferFetchTests.cpp156 const tcu::IVec4 srcBits = tcu::getTextureFormatBitDepth(sourceFormat); in getFixedPointFormatThreshold()
157 const tcu::IVec4 readBits = tcu::getTextureFormatBitDepth(readPixelsFormat); in getFixedPointFormatThreshold()
H A Des31fFboTestUtil.cpp618 const tcu::IVec4 bits = tcu::getTextureFormatBitDepth(format); in getFormatThreshold()
H A Des31fDrawBuffersIndexedTests.cpp446 const tcu::IVec4 srcBits = tcu::getTextureFormatBitDepth(sourceFormat); in getFixedPointFormatThreshold()
447 const tcu::IVec4 readBits = tcu::getTextureFormatBitDepth(readPixelsFormat); in getFixedPointFormatThreshold()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/api/
H A DvktApiImageClearingTests.cpp271 const int bitDepth = getTextureFormatBitDepth(format).x(); in comparePixelToDepthClearValue()
351 const IVec4 bitDepth (getTextureFormatBitDepth(format)); in comparePixelToColorClearValue()
/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 DvktPipelineDepthTests.cpp806 const tcu::IVec4 formatBits = tcu::getTextureFormatBitDepth(result->getFormat()); in verifyImage()

12