Searched refs:getTextureFormatBitDepth (Results 1 – 22 of 22) sorted by relevance
43 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()
217 const tcu::IVec4 formatBitDepths = tcu::getTextureFormatBitDepth(format); in iterate()240 const tcu::IVec4 formatBitDepths = tcu::getTextureFormatBitDepth(format); in iterate()
864 …const IVec4 formatBits = tcu::getTextureFormatBitDepth(glu::mapGLTransferFormat(m_format, m_da… in iterate()1017 …const IVec4 formatBits = tcu::getTextureFormatBitDepth(glu::mapGLTransferFormat(m_format, m_da… in iterate()
100 const IVec4 texFormatBits = tcu::getTextureFormatBitDepth(textureFormat); in computeCompareThreshold()
103 IVec4 getTextureFormatBitDepth (const TextureFormat& format);
555 IVec4 getTextureFormatBitDepth (const TextureFormat& format) in getTextureFormatBitDepth() function
362 const tcu::IVec4 formatBitDepths = tcu::getTextureFormatBitDepth(format); in iterate()385 const tcu::IVec4 formatBitDepths = tcu::getTextureFormatBitDepth(format); in iterate()
526 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()
902 …const IVec4 formatBits = tcu::getTextureFormatBitDepth(glu::mapGLTransferFormat(m_format, m_da… in iterate()1055 …const IVec4 formatBits = tcu::getTextureFormatBitDepth(glu::mapGLTransferFormat(m_format, m_da… in iterate()
134 …return tcu::getTextureFormatBitDepth(tcu::getEffectiveDepthStencilTextureFormat(textureFormat, tcu… in getEffectiveTextureFormatBitDepth()137 return tcu::getTextureFormatBitDepth(textureFormat); in getEffectiveTextureFormatBitDepth()
90 …const tcu::IVec4 bitDepth = tcu::getTextureFormatBitDepth(glu::mapGLInternalFormat(internalFormat)… in getInternalFormatPixelFormat()
361 …const deUint32 numStencilBits = tcu::getTextureFormatBitDepth(tcu::getEffectiveDepthStencilTexture… in initializeStencilRbo()
255 const tcu::UVec4 nativeBitDepth(tcu::getTextureFormatBitDepth(result.getFormat()).asUint()); in validate()
588 …const deUint32 numStencilBits = tcu::getTextureFormatBitDepth(tcu::getEffectiveDepthStencilText… in invokeGLES2()
604 const tcu::IVec4 bits = tcu::getTextureFormatBitDepth(format); in getFormatThreshold()
446 const tcu::IVec4 srcBits = tcu::getTextureFormatBitDepth(sourceFormat); in getFixedPointFormatThreshold()447 const tcu::IVec4 readBits = tcu::getTextureFormatBitDepth(readPixelsFormat); in getFixedPointFormatThreshold()
166 …const int stencilBits = tcu::getTextureFormatBitDepth(tcu::getEffectiveDepthStencilAccess(dst, t… in renderTestPatternReference()
1475 const tcu::IVec4 srcBits = tcu::getTextureFormatBitDepth(sourceFormat); in calculateThreshold()1476 const tcu::IVec4 readBits = tcu::getTextureFormatBitDepth(readPixelsFormat); in calculateThreshold()
1243 const tcu::IVec4 channelBitDepth = tcu::getTextureFormatBitDepth(format); in getMinimumComponentResolution()
1544 const tcu::IVec4 numBits = tcu::getTextureFormatBitDepth(texFormat); in init()
2544 const int bitDepth = tcu::getTextureFormatBitDepth(format).x(); in comparePixelToDepthClearValue()2592 const IVec4 bitDepth (tcu::getTextureFormatBitDepth(format)); in comparePixelToColorClearValue()2786 IVec4 formatBitDepths = tcu::getTextureFormatBitDepth(format); in checkColorRenderQuad()
1003 const int numBits = tcu::getTextureFormatBitDepth(format).x(); in findPrimitiveMinimumResolvableDifference()