/third_party/qrcodegen/java-fast/io/nayuki/fastqrcodegen/ |
H A D | QrCode.java | 287 int data = errorCorrectionLevel.formatBits << 3 | msk; // errCorrLvl is uint2, mask is uint3 in drawFormatBits() 587 final int formatBits; field in QrCode.Ecc 591 formatBits = fb; in Ecc()
|
/third_party/qrcodegen/java/src/main/java/io/nayuki/qrcodegen/ |
H A D | QrCode.java | 343 int data = errorCorrectionLevel.formatBits << 3 | msk; // errCorrLvl is uint2, mask is uint3 in drawFormatBits() 811 final int formatBits; field in QrCode.Ecc 815 formatBits = fb; in Ecc()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fTextureMipmapTests.cpp | 868 const IVec4 formatBits = tcu::getTextureFormatBitDepth(glu::mapGLTransferFormat(m_format, m_dataType)); in iterate() local 869 const tcu::BVec4 formatMask = greaterThan(formatBits, IVec4(0)); in iterate() 870 const IVec4 cmpBits = select(min(framebufferBits, formatBits), framebufferBits, formatMask); in iterate() 1021 const IVec4 formatBits = tcu::getTextureFormatBitDepth(glu::mapGLTransferFormat(m_format, m_dataType)); in iterate() local 1022 const tcu::BVec4 formatMask = greaterThan(formatBits, IVec4(0)); in iterate() 1023 const IVec4 cmpBits = select(min(framebufferBits, formatBits), framebufferBits, formatMask); in iterate()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | formatutils.cpp | 786 constexpr FormatBits formatBits = {red, green, blue, alpha, unused, shared}; in FB() local 787 static_assert(formatBits.valid(), "Invalid FormatBits"); in FB() 788 return formatBits; in FB() 794 const FormatBits &formatBits, in AddRGBAXFormat() 805 ASSERT(formatBits.valid()); in AddRGBAXFormat() 812 formatInfo.redBits = formatBits.red; in AddRGBAXFormat() 813 formatInfo.greenBits = formatBits.green; in AddRGBAXFormat() 814 formatInfo.blueBits = formatBits.blue; in AddRGBAXFormat() 815 formatInfo.alphaBits = formatBits.alpha; in AddRGBAXFormat() 816 formatInfo.sharedBits = formatBits in AddRGBAXFormat() 791 AddRGBAXFormat(InternalFormatInfoMap *map, GLenum internalFormat, bool sized, const FormatBits &formatBits, GLenum format, GLenum type, GLenum componentType, bool srgb, InternalFormat::SupportCheckFunction textureSupport, InternalFormat::SupportCheckFunction filterSupport, InternalFormat::SupportCheckFunction textureAttachmentSupport, InternalFormat::SupportCheckFunction renderbufferSupport, InternalFormat::SupportCheckFunction blendSupport) AddRGBAXFormat() argument [all...] |
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fTextureMipmapTests.cpp | 903 const IVec4 formatBits = tcu::getTextureFormatBitDepth(glu::mapGLTransferFormat(m_format, m_dataType)); in iterate() local 904 const tcu::BVec4 formatMask = greaterThan(formatBits, IVec4(0)); in iterate() 905 const IVec4 cmpBits = select(min(framebufferBits, formatBits), framebufferBits, formatMask); in iterate() 1056 const IVec4 formatBits = tcu::getTextureFormatBitDepth(glu::mapGLTransferFormat(m_format, m_dataType)); in iterate() local 1057 const tcu::BVec4 formatMask = greaterThan(formatBits, IVec4(0)); in iterate() 1058 const IVec4 cmpBits = select(min(framebufferBits, formatBits), framebufferBits, formatMask); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineDepthTests.cpp | 1130 const tcu::IVec4 formatBits = tcu::getTextureFormatBitDepth(result->getFormat()); in verifyImage() local 1131 depthThreshold = 1.0f / static_cast<float>((1 << formatBits[0]) - 1); in verifyImage()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineDepthTests.cpp | 1088 const tcu::IVec4 formatBits = tcu::getTextureFormatBitDepth(result->getFormat()); in verifyImage() local 1089 depthThreshold = 1.0f / static_cast<float>((1 << formatBits[0]) - 1); in verifyImage()
|