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

  /external/deqp/framework/common/
tcuTextureUtil.hpp 56 enum TextureChannelClass
67 TextureChannelClass getTextureChannelClass (TextureFormat::ChannelType channelType);
tcuTextureUtil.cpp 157 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...]
tcuTexCompareVerifier.cpp 163 const tcu::TextureChannelClass channelClass = tcu::getTextureChannelClass(format.type);
    [all...]
tcuTexture.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineReferenceRenderer.hpp 128 const tcu::TextureChannelClass channelClass = tcu::getTextureChannelClass(m_colorFormat.type);
190 const tcu::TextureChannelClass channelClass = tcu::getTextureChannelClass(m_colorFormat.type);
vktPipelineReferenceRenderer.cpp 176 const tcu::TextureChannelClass formatClass = tcu::getTextureChannelClass(colorFormat.type);
  /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/modules/internal/
ditTextureFormatTests.cpp 50 using tcu::TextureChannelClass;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/
vktRenderPassTests.cpp 792 const tcu::TextureChannelClass channelClass = tcu::getTextureChannelClass(format.type);
882 const tcu::TextureChannelClass channelClass = tcu::getTextureChannelClass(format.type);
    [all...]
  /external/deqp/modules/gles31/functional/
es31fFboTestUtil.cpp 416 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...]
es31fTextureLevelStateQueryTests.cpp     [all...]
es31fCopyImageTests.cpp 216 const tcu::TextureChannelClass channelClass = tcu::getTextureChannelClass(glu::mapGLInternalFormat(format).type);
    [all...]
  /external/deqp/framework/referencerenderer/
rrRenderer.cpp     [all...]
rrFragmentOperations.cpp     [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkImageUtil.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktOpaqueTypeIndexingTests.cpp 461 const tcu::TextureChannelClass chnClass = tcu::getTextureChannelClass(format.type);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiFeatureInfo.cpp     [all...]
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.cpp     [all...]

Completed in 1948 milliseconds