HomeSort by relevance Sort by last modified time
    Searched refs:TextureChannelClass (Results 1 - 25 of 38) sorted by null

1 2

  /external/deqp/external/vulkancts/modules/vulkan/ycbcr/
vktYCbCrUtil.hpp 134 ChannelAccess (tcu::TextureChannelClass channelClass,
155 const tcu::TextureChannelClass m_channelClass;
vktYCbCrUtil.cpp 853 ChannelAccess::ChannelAccess (tcu::TextureChannelClass channelClass,
    [all...]
  /external/deqp/framework/common/
tcuTextureUtil.hpp 56 enum TextureChannelClass
67 TextureChannelClass getTextureChannelClass (TextureFormat::ChannelType channelType);
tcuTextureUtil.cpp 162 TextureChannelClass getTextureChannelClass (TextureFormat::ChannelType channelType)
    [all...]
tcuTexLookupVerifier.cpp 637 const TextureChannelClass texClass = getTextureChannelClass(format.type);
684 const TextureChannelClass texClass = getTextureChannelClass(level.getFormat().type);
747 const TextureChannelClass texClass = getTextureChannelClass(level.getFormat().type);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineReferenceRenderer.hpp 128 const tcu::TextureChannelClass channelClass = tcu::getTextureChannelClass(m_colorFormat.type);
vktPipelineReferenceRenderer.cpp 176 const tcu::TextureChannelClass formatClass = tcu::getTextureChannelClass(colorFormat.type);
vktPipelineImageSamplingInstance.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/texture/
vktSampleVerifierUtil.cpp 779 const TextureChannelClass chanClass = getTextureChannelClass(texFormat.type);
933 const TextureChannelClass chanClass = getTextureChannelClass(texFormat.type);
  /external/deqp/external/vulkancts/modules/vulkan/renderpass/
vktRenderPassMultisampleResolveTests.cpp 937 const tcu::TextureChannelClass channelClass (tcu::getTextureChannelClass(format.type));
1124 const tcu::TextureChannelClass channelClass (tcu::getTextureChannelClass(format.type));
    [all...]
vktRenderPassMultisampleTests.cpp     [all...]
vktRenderPassTests.cpp 905 const tcu::TextureChannelClass channelClass = tcu::getTextureChannelClass(format.type);
995 const tcu::TextureChannelClass channelClass = tcu::getTextureChannelClass(format.type);
    [all...]
  /external/deqp/modules/gles3/functional/
es3fFramebufferBlitTests.cpp 761 const tcu::TextureChannelClass targetClass = (m_blitDir == BLIT_DEFAULT_TO_TARGET) ? (tcu::getTextureChannelClass(colorFormat.type)) : (tcu::TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT);
    [all...]
es3fPixelBufferObjectTests.cpp 97 tcu::TextureChannelClass m_texChannelClass;
es3fFboColorbufferTests.cpp 119 tcu::TextureChannelClass fmtClass = tcu::getTextureChannelClass(fboFormat.type);
    [all...]
es3fFragmentOutputTests.cpp 576 const tcu::TextureChannelClass chnClass = tcu::getTextureChannelClass(texFmt.type);
884 tcu::TextureChannelClass texClass = tcu::getTextureChannelClass(format.type);
    [all...]
es3fFboTestUtil.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageTestsUtil.cpp     [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkImageUtil.cpp     [all...]
  /external/deqp/modules/internal/
ditTextureFormatTests.cpp 50 using tcu::TextureChannelClass;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiImageClearingTests.cpp 263 const TextureChannelClass channelClass = getTextureChannelClass(format.type);
342 const TextureChannelClass channelClass = getTextureChannelClass(format.type);
    [all...]
  /external/deqp/modules/gles31/functional/
es31fShaderFramebufferFetchTests.cpp 198 DE_FATAL("Unsupported TEXTURECHANNELCLASS");
403 tcu::TextureChannelClass textureChannelClass = tcu::getTextureChannelClass(m_texFmt.type);
414 if (textureChannelClass == tcu::TEXTURECHANNELCLASS_UNSIGNED_INTEGER)
416 else if (textureChannelClass == tcu::TEXTURECHANNELCLASS_SIGNED_INTEGER)
568 tcu::TextureChannelClass textureChannelClass = tcu::getTextureChannelClass(m_texFmt.type);
570 if (textureChannelClass == tcu::TEXTURECHANNELCLASS_UNSIGNED_INTEGER)
574 else if (textureChannelClass == tcu::TEXTURECHANNELCLASS_SIGNED_INTEGER)
    [all...]
es31fFboTestUtil.cpp 422 const tcu::TextureChannelClass fmtClass = tcu::getTextureChannelClass(format.type);
es31fTextureBorderClampTests.cpp 149 tcu::TextureChannelClass getFormatChannelClass (deUint32 format, tcu::Sampler::DepthStencilMode mode)
593 const tcu::TextureChannelClass m_channelClass;
    [all...]
  /external/deqp/framework/referencerenderer/
rrRenderer.cpp     [all...]

Completed in 296 milliseconds

1 2