Home
last modified time | relevance | path

Searched defs:mask (Results 1301 - 1325 of 2445) sorted by relevance

1...<<51525354555657585960>>...98

/third_party/node/deps/openssl/openssl/crypto/ec/curve448/
H A Dcurve448.c560 uint32_t mask = (1 << (table_bits + 1)) - 1; in recode_wnaf() local
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/
H A DRangeTree.java295 private final int mask; global() field in RangeTree.Edge
299 Edge(int mask, Node target) Edge() argument
[all...]
/third_party/qrcodegen/rust-no-heap/src/
H A Dlib.rs384 pub fn mask(&self) -> Mask { mask() functions
[all...]
/third_party/qrcodegen/rust/src/
H A Dlib.rs349 pub fn mask(&self) -> Mask { mask() functions
[all...]
/third_party/pulseaudio/src/pulse/
H A Dohos_pa_volume.c101 pa_volume_t pa_cvolume_avg_mask(const pa_cvolume *a, const pa_channel_map *cm, pa_channel_position_mask_t mask) { in pa_cvolume_avg_mask() argument
155 pa_volume_t pa_cvolume_max_mask(const pa_cvolume *a, const pa_channel_map *cm, pa_channel_position_mask_t mask) { in pa_cvolume_max_mask() argument
178 pa_volume_t pa_cvolume_min_mask(const pa_cvolume *a, const pa_channel_map *cm, pa_channel_position_mask_t mask) { in pa_cvolume_min_mask() argument
808 pa_cvolume* pa_cvolume_scale_mask(pa_cvolume *v, pa_volume_t max, const pa_channel_map *cm, pa_channel_position_mask_t mask) { in pa_cvolume_scale_mask() argument
/third_party/openssl/crypto/poly1305/
H A Dpoly1305_ieee754.c436 u32 mask; in poly1305_emit() local
[all...]
/third_party/openssl/crypto/ec/curve448/
H A Dcurve448.c560 uint32_t mask = (1 << (table_bits + 1)) - 1; in recode_wnaf() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
H A DvktYCbCrCopyTests.cpp898 deUint8 mask = 0xFF; in imageCopyTest() local
H A DvktYCbCrUtil.cpp263 const deUint8 mask[] = { 0x7F, 0xDF, 0xFB, 0xFF }; in fillRandomNoNaN() local
[all...]
/third_party/vk-gl-cts/external/amber/src/src/
H A Dpipeline.cc645 void Pipeline::AddSampler(uint32_t mask, in AddSampler() argument
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidate_image.cpp253 const uint32_t mask = have_explicit_mask ? inst->word(word_index - 1) : 0u; in ValidateImageOperands() local
1238 const uint32_t mask = inst->words().size() <= 5 ? 0 : inst->word(5); ValidateImageLod() local
1611 const uint32_t mask = inst->words().size() <= 5 ? 0 : inst->word(5); ValidateImageRead() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libGL/
H A Dentry_points_wgl.cpp117 BOOL GL_APIENTRY wglCopyContext(HGLRC hglrcSrc, HGLRC hglrcDst, UINT mask) in wglCopyContext() argument
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DTextureMultisampleTest.cpp261 void TextureMultisampleTest::sampleMaski(GLuint maskNumber, GLbitfield mask) in sampleMaski() argument
/third_party/skia/src/codec/
H A DSkSwizzler.cpp197 const uint8_t mask = (1 << bpp) - 1; in swizzle_small_index_to_565() local
218 const uint8_t mask = (1 << bpp) - 1; in swizzle_small_index_to_n32() local
/third_party/skia/src/core/
H A DSkFont.cpp71 static inline uint32_t set_clear_mask(uint32_t bits, bool cond, uint32_t mask) { in set_clear_mask() argument
H A DSkOverdrawCanvas.cpp59 SkMask mask = glyph.glyph()->mask(pos); variable
H A DSkBitmap.cpp330 bool SkBitmap::installMaskPixels(const SkMask& mask) { in installMaskPixels() argument
/third_party/skia/src/gpu/
H A DGrBlurUtils.cpp46 draw_mask(skgpu::v1::SurfaceDrawContext* sdc, const GrClip* clip, const SkMatrix& viewMatrix, const SkIRect& maskBounds, GrPaint&& paint, GrSurfaceProxyView mask) draw_mask() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DDevice.cpp235 void Device::clearStencil(unsigned int stencil, unsigned int mask) in clearStencil() argument
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShaderControlFlow.cpp198 void SpirvShader::EmitState::addOutputActiveLaneMaskEdge(Block::ID to, RValue<SIMD::Int> mask) in addOutputActiveLaneMaskEdge() argument
203 void SpirvShader::EmitState::addActiveLaneMaskEdge(Block::ID from, Block::ID to, RValue<SIMD::Int> mask) in addActiveLaneMaskEdge() argument
699 auto mask = GetActiveLaneMaskEdge(state, blockId, currentBlock); StorePhi() local
730 SetActiveLaneMask(RValue<SIMD::Int> mask, EmitState *state) const SetActiveLaneMask() argument
[all...]
H A DSpirvShaderImage.cpp774 SIMD::Int mask = state->activeLaneMask() & texelPtr.isInBounds(2, robustness); in EmitImageRead() local
1185 SIMD::Int mask = texelAndMask[4]; in WriteImage() local
[all...]
H A DVertexRoutine.cpp165 auto mask = SignMask(CmpGE(distance, SIMD::Float(0))); in computeCullMask() local
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DBlitter.cpp726 unsigned short mask = (writeB ? 0x001F : 0x0000) | (writeG ? 0x07E0 : 0x0000) | (writeR ? 0xF800 : 0x0000); in write() local
745 unsigned int mask = (writeA ? 0xC0000000 : 0x0000) | in write() local
/third_party/openssl/ssl/record/
H A Drec_layer_s3.c970 size_t mask = s->block_padding - 1; in do_ssl3_write() local
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/
H A Dheader.cpp237 const bool mask = enumSet.bitmask; in TPrinter() local

Completed in 41 milliseconds

1...<<51525354555657585960>>...98