Home
last modified time | relevance | path

Searched refs:colorBits (Results 1 – 17 of 17) sorted by relevance

/external/deqp/modules/egl/
DteglCreateContextExtTests.cpp1010 static bool colorBits (const eglu::CandidateConfig& c) in colorBits() function
1054 …{ "rgb565_no_depth_no_stencil", "RGB565 configs without depth or stencil", colorBits<5, 6, 5, 0>… in init()
1055 …{ "rgb565_no_depth_stencil", "RGB565 configs with stencil and no depth", colorBits<5, 6, 5, 0>, … in init()
1056 …{ "rgb565_depth_no_stencil", "RGB565 configs with depth and no stencil", colorBits<5, 6, 5, 0>, … in init()
1057 …{ "rgb565_depth_stencil", "RGB565 configs with depth and stencil", colorBits<5, 6, 5, 0>, hasDe… in init()
1059 …{ "rgb888_no_depth_no_stencil", "RGB888 configs without depth or stencil", colorBits<8, 8, 8, 0>… in init()
1060 …{ "rgb888_no_depth_stencil", "RGB888 configs with stencil and no depth", colorBits<8, 8, 8, 0>, … in init()
1061 …{ "rgb888_depth_no_stencil", "RGB888 configs with depth and no stencil", colorBits<8, 8, 8, 0>, … in init()
1062 …{ "rgb888_depth_stencil", "RGB888 configs with depth and stencil", colorBits<8, 8, 8, 0>, hasDe… in init()
1064 …{ "rgba4444_no_depth_no_stencil", "RGBA4444 configs without depth or stencil", colorBits<4, 4, 4, … in init()
[all …]
DteglSimpleConfigCase.cpp119 static bool colorBits (const eglu::CandidateConfig& c) in colorBits() function
159 { "rgb565", colorBits<5, 6, 5, 0> }, in getDefaultFilterLists()
160 { "rgb888", colorBits<8, 8, 8, 0> }, in getDefaultFilterLists()
161 { "rgba4444", colorBits<4, 4, 4, 4> }, in getDefaultFilterLists()
162 { "rgba5551", colorBits<5, 5, 5, 1> }, in getDefaultFilterLists()
163 { "rgba8888", colorBits<8, 8, 8, 8> } in getDefaultFilterLists()
DteglRenderCase.cpp372 static bool colorBits (const eglu::CandidateConfig& c) in colorBits() function
413 { "rgb565", colorBits<5, 6, 5, 0> }, in getDefaultRenderFilterLists()
414 { "rgb888", colorBits<8, 8, 8, 0> }, in getDefaultRenderFilterLists()
415 { "rgba4444", colorBits<4, 4, 4, 4> }, in getDefaultRenderFilterLists()
416 { "rgba5551", colorBits<5, 5, 5, 1> }, in getDefaultRenderFilterLists()
417 { "rgba8888", colorBits<8, 8, 8, 8> }, in getDefaultRenderFilterLists()
DteglRenderTests.cpp332 tcu::TextureFormat getColorFormat (const tcu::PixelFormat& colorBits) in getColorFormat() argument
336 DE_ASSERT(de::inBounds(colorBits.redBits, 0, 0xff) && in getColorFormat()
337 de::inBounds(colorBits.greenBits, 0, 0xff) && in getColorFormat()
338 de::inBounds(colorBits.blueBits, 0, 0xff) && in getColorFormat()
339 de::inBounds(colorBits.alphaBits, 0, 0xff)); in getColorFormat()
344 switch (PACK_FMT(colorBits.redBits, colorBits.greenBits, colorBits.blueBits, colorBits.alphaBits)) in getColorFormat()
382 …s& dst, const vector<DrawPrimitiveOp>& drawOps, const tcu::PixelFormat& colorBits, const int depth… in renderReference() argument
406 colorBuffer.setStorage(getColorFormat(colorBits), numSamples, width, height); in renderReference()
/external/deqp/external/vulkancts/modules/vulkan/rasterization/
DvktRasterizationTests.cpp1041 tcu::IVec4 colorBits = tcu::getTextureFormatBitDepth(getTextureFormat()); in iterate() local
1045 args.redBits = colorBits[0]; in iterate()
1046 args.greenBits = colorBits[1]; in iterate()
1047 args.blueBits = colorBits[2]; in iterate()
1156 tcu::IVec4 colorBits = tcu::getTextureFormatBitDepth(getTextureFormat()); in iterate() local
1160 args.redBits = colorBits[0]; in iterate()
1161 args.greenBits = colorBits[1]; in iterate()
1162 args.blueBits = colorBits[2]; in iterate()
1273 tcu::IVec4 colorBits = tcu::getTextureFormatBitDepth(getTextureFormat()); in iterate() local
1277 args.redBits = colorBits[0]; in iterate()
[all …]
/external/deqp/framework/egl/
DegluConfigFilter.hpp64 …tcu::RGBA colorBits (void) const { return tcu::RGBA(redSize(), greenSize(), blueSize(), alphaSi… in colorBits() function in eglu::CandidateConfig
/external/mesa3d/src/mesa/swrast/
Ds_renderbuffer.c442 GLuint colorBits, GLuint numBuffers) in add_aux_renderbuffers() argument
446 if (colorBits > 16) { in add_aux_renderbuffers()
464 assert (colorBits <= 8); in add_aux_renderbuffers()
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureFilteringTests.cpp224 …const tcu::IVec4 colorBits = max(getBitsVec(pixelFormat) - (isNearestOnly ? 1 : 2), tcu::IVec4(0… in iterate() local
230 …lookupPrecision.colorThreshold = tcu::computeFixedPointThreshold(colorBits) / refParams.colorScale; in iterate()
446 …const tcu::IVec4 colorBits = max(getBitsVec(pixelFormat) - (isNearestOnly ? 1 : 2), tcu::IVec4(0… in iterate() local
452 …lookupPrecision.colorThreshold = tcu::computeFixedPointThreshold(colorBits) / refParams.colorScale; in iterate()
652 …const tcu::IVec4 colorBits = max(getBitsVec(pixelFormat) - (isNearestOnly ? 1 : 2), tcu::IVec4(0… in iterate() local
658 …lookupPrecision.colorThreshold = tcu::computeFixedPointThreshold(colorBits) / refParams.colorScale; in iterate()
836 …const tcu::IVec4 colorBits = max(getBitsVec(pixelFormat) - (isNearestOnly ? 1 : 2), tcu::IVec4(0… in iterate() local
842 …lookupPrecision.colorThreshold = tcu::computeFixedPointThreshold(colorBits) / refParams.colorScale; in iterate()
/external/deqp/modules/gles3/functional/
Des3fTextureFilteringTests.cpp301 …const tcu::IVec4 colorBits = max(getBitsVec(pixelFormat) - (isNearestOnly ? 1 : 2), tcu::IVec4(0… in iterate() local
307 …lookupPrecision.colorThreshold = tcu::computeFixedPointThreshold(colorBits) / refParams.colorScale; in iterate()
614 …const tcu::IVec4 colorBits = max(getBitsVec(pixelFormat) - (isNearestOnly ? 1 : 2), tcu::IVec4(0… in iterate() local
620 …lookupPrecision.colorThreshold = tcu::computeFixedPointThreshold(colorBits) / sampleParams.colorSc… in iterate()
880 …const tcu::IVec4 colorBits = max(getBitsVec(pixelFormat) - (isNearestOnly ? 1 : 2), tcu::IVec4(0… in iterate() local
886 …lookupPrecision.colorThreshold = tcu::computeFixedPointThreshold(colorBits) / refParams.colorScale; in iterate()
1122 …const tcu::IVec4 colorBits = max(getBitsVec(pixelFormat) - (isNearestOnly ? 1 : 2), tcu::IVec4(0… in iterate() local
1128 …lookupPrecision.colorThreshold = tcu::computeFixedPointThreshold(colorBits) / refParams.colorScale; in iterate()
Des3fTextureWrapTests.cpp336 …const tcu::IVec4 colorBits = tcu::max(getBitsVec(pixelFormat) - (isNearestOnly && !isSRGB ? 1 … in iterate() local
342 …lookupPrecision.colorThreshold = tcu::computeFixedPointThreshold(colorBits) / refParams.colorScale; in iterate()
/external/deqp/modules/gles2/functional/
Des2fTextureFilteringTests.cpp301 …const tcu::IVec4 colorBits = max(getBitsVec(pixelFormat) - (isNearestOnly ? 1 : 2), tcu::IVec4(0… in iterate() local
307 …lookupPrecision.colorThreshold = tcu::computeFixedPointThreshold(colorBits) / refParams.colorScale; in iterate()
587 …const tcu::IVec4 colorBits = max(getBitsVec(pixelFormat) - (isNearestOnly ? 1 : 2), tcu::IVec4(0… in iterate() local
593 …lookupPrecision.colorThreshold = tcu::computeFixedPointThreshold(colorBits) / sampleParams.colorSc… in iterate()
/external/deqp/modules/gles31/functional/
Des31fTextureFilteringTests.cpp378 …const tcu::IVec4 colorBits = max(getBitsVec(pixelFormat) - (isNearestOnly ? 1 : 2), tcu::IVec4(0… in iterate() local
384 …lookupPrecision.colorThreshold = tcu::computeFixedPointThreshold(colorBits) / refParams.colorScale; in iterate()
Des31fTextureBorderClampTests.cpp932 …const tcu::IVec4 colorBits = tcu::max(glu::TextureTestUtil::getBitsVec(pixelFormat) - tcu::IV… in verifyImage() local
935 …lookupPrecision.colorThreshold = tcu::computeFixedPointThreshold(colorBits) / samplerParams.colorS… in verifyImage()
2211 …const tcu::IVec4 colorBits = tcu::max(glu::TextureTestUtil::getBitsVec(pixelFormat) - tcu::IV… in verifyImage() local
2221 …lookupPrecision.colorThreshold = tcu::computeFixedPointThreshold(colorBits) / samplerParams.colorS… in verifyImage()
Des31fTextureGatherTests.cpp1480 …const IVec4 colorBits = tcu::max(glu::TextureTestUtil::getBitsVec(pixelFormat) - 1, tcu::IVe… in verify() local
1511 lookupPrec.colorThreshold = tcu::computeFixedPointThreshold(colorBits); in verify()
/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.hpp591 …ReferenceContextBuffers (const tcu::PixelFormat& colorBits, int depthBits, int stencilBits, int wi…
DsglrReferenceContext.cpp290 ReferenceContextBuffers::ReferenceContextBuffers (const tcu::PixelFormat& colorBits, int depthBits,… in ReferenceContextBuffers() argument
292 m_colorbuffer.setStorage(toTextureFormat(colorBits), samples, width, height); in ReferenceContextBuffers()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureGatherTests.cpp1347 …const IVec4 colorBits = tcu::max(TextureTestUtil::getBitsVec(pixelFormat) - 1, tcu::IVec4(0)… in verify() local
1378 lookupPrec.colorThreshold = tcu::computeFixedPointThreshold(colorBits); in verify()