Searched refs:getEffectiveDepthStencilTextureFormat (Results 1 – 11 of 11) sorted by relevance
/external/deqp/framework/opengl/ |
D | gluFboRenderContext.cpp | 42 …const tcu::TextureFormat depthOnlyFormat = tcu::getEffectiveDepthStencilTextureFormat(format, tcu… in getNumDepthBits() 55 …const tcu::TextureFormat stencilOnlyFormat = tcu::getEffectiveDepthStencilTextureFormat(format, t… in getNumStencilBits()
|
/external/deqp/framework/common/ |
D | tcuTextureUtil.hpp | 160 TextureFormat getEffectiveDepthStencilTextureFormat (const TextureFormat& baseFormat, Sampler::D…
|
D | tcuTextureUtil.cpp | 1411 TextureFormat getEffectiveDepthStencilTextureFormat (const TextureFormat& baseFormat, Sampler::Dept… in getEffectiveDepthStencilTextureFormat() function
|
/external/deqp/modules/gles31/functional/ |
D | es31fTextureBorderClampTests.cpp | 165 const tcu::TextureFormat effectiveFmt = tcu::getEffectiveDepthStencilTextureFormat(fmt, mode); in getFormatChannelClass() 926 …const tcu::TextureFormat texFormat = tcu::getEffectiveDepthStencilTextureFormat(m_texture->getR… in verifyImage() 1256 …const tcu::TextureFormat texFormat = tcu::getEffectiveDepthStencilTextureFormat(m_texture->get… in genSamplerParams() 1422 …const tcu::TextureFormat texFormat = tcu::getEffectiveDepthStencilTextureFormat(getTexture()->ge… in init() 1512 …const tcu::TextureFormat texFormat = tcu::getEffectiveDepthStencilTextureFormat(getTexture()->get… in init() 1725 …const tcu::TextureFormat texFormat = tcu::getEffectiveDepthStencilTextureFormat(getTexture()->ge… in init() 1939 …const tcu::TextureFormat texFormat = tcu::getEffectiveDepthStencilTextureFormat(getTexture()->g… in init()
|
/external/deqp/modules/egl/ |
D | teglImageUtil.cpp | 361 …int32 numStencilBits = tcu::getTextureFormatBitDepth(tcu::getEffectiveDepthStencilTextureFormat(re… in initializeStencilRbo()
|
D | teglImageFormatTests.cpp | 588 …32 numStencilBits = tcu::getTextureFormatBitDepth(tcu::getEffectiveDepthStencilTextureFormat(re… in invokeGLES2()
|
/external/deqp/external/vulkancts/modules/vulkan/texture/ |
D | vktTextureShadowTests.cpp | 124 …c4 formatBitDepth = tcu::getTextureFormatBitDepth(tcu::getEffectiveDepthStencilTextureFormat(te… in getPixelFormat()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiImageClearingTests.cpp | 123 …const TextureFormat format = getEffectiveDepthStencilTextureFormat(access.getFormat(), Sampler… in comparePixelToDepthClearValue()
|
D | vktApiCopiesAndBlittingTests.cpp | 473 …tcu::TextureLevel stencilTexture (tcu::getEffectiveDepthStencilTextureFormat(src.getFormat(), tcu:… in uploadImage() 693 …tcu::TextureLevel stencilTexture (tcu::getEffectiveDepthStencilTextureFormat(imageFormat, tcu::Sam… in readImage() 1863 return getEffectiveDepthStencilTextureFormat(baseFormat, tcu::Sampler::MODE_DEPTH); in getFormatAspect() 1865 return getEffectiveDepthStencilTextureFormat(baseFormat, tcu::Sampler::MODE_STENCIL); in getFormatAspect()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineImageUtil.cpp | 611 …srcStencilTexture = srcTexture.copy(tcu::getEffectiveDepthStencilTextureFormat(srcTexture.getTextu… in uploadTestTexture()
|
/external/deqp/modules/gles3/functional/ |
D | es3fTextureSpecificationTests.cpp | 134 …return tcu::getTextureFormatBitDepth(tcu::getEffectiveDepthStencilTextureFormat(textureFormat, tcu… in getEffectiveTextureFormatBitDepth()
|