| /third_party/backends/backend/ |
| H A D | hp3900_rts8822.c | 4037 Buttons_Order (struct st_device *dev, SANE_Int mask) in Buttons_Order() argument 5273 data_bitget (SANE_Byte * address, SANE_Int mask) in data_bitget() argument 5297 data_bitset(SANE_Byte * address, SANE_Int mask, SANE_Byte data) data_bitset() argument 5320 data_wide_bitset(SANE_Byte * address, SANE_Int mask, SANE_Int data) data_wide_bitset() argument 5577 SANE_Byte mask; Triplet_Lineart() local 7257 SANE_Int mask, mres; Read_ResizeBlock() local [all...] |
| /third_party/cups-filters/utils/ |
| H A D | cups-browsed.c | 231 http_addr_t mask; member
|
| /third_party/cmsis/CMSIS/Core/Include/ |
| H A D | core_ca.h | 1505 uint32_t mask = GICDistributor->ITARGETSR[IRQn / 4U] & ~(0xFFUL << ((IRQn % 4U) * 8U)); in GIC_SetTarget() local 1657 uint32_t mask = GICDistributor->IPRIORITYR[IRQn / 4U] & ~(0xFFUL << ((IRQn % 4U) * 8U)); in GIC_SetPriority() local [all...] |
| /third_party/alsa-lib/include/sound/uapi/ |
| H A D | asound.h | 1215 unsigned int mask; member
|
| /third_party/libdrm/include/drm/ |
| H A D | radeon_drm.h | 686 unsigned int *mask; member
|
| /third_party/libbpf/include/uapi/linux/ |
| H A D | if_link.h | 613 __u32 mask; member 1402 __u32 mask; member
|
| /third_party/mbedtls/library/ |
| H A D | ecp_curves_new.c | 5659 mbedtls_mpi_uint mask = 0; in ecp_mod_koblitz() local
|
| /third_party/mesa3d/src/amd/vulkan/ |
| H A D | radv_pipeline.c | 2998 nir_variable_mode mask = 0; in radv_link_shaders() local 4218 unsigned mask = nir_ssa_def_components_read(&intrin->dest.ssa) << component; in radv_lower_vs_input() local [all...] |
| H A D | radv_cmd_buffer.c | 1007 unsigned mask = locs->descriptor_sets_enabled; in radv_emit_descriptor_pointers() local 1288 uint32_t mask in radv_emit_prefetch_L2() local 3557 const uint64_t mask = shader->info.inline_push_constant_mask; radv_emit_all_inline_push_consts() local 3706 uint32_t mask = pipeline->vb_desc_usage_mask; radv_write_vertex_descriptors() local [all...] |
| /third_party/mesa3d/src/glx/tests/ |
| H A D | indirect_api.cpp | 84 void __indirect_glClear(GLbitfield mask) { } in __indirect_glClear() argument 177 void __indirect_glGetPolygonStipple(GLubyte *mask) { } in __indirect_glGetPolygonStipple() argument 190 void __indirect_glIndexMask(GLuint mask) { } in __indirect_glIndexMask() argument 256 void __indirect_glPolygonStipple(const GLubyte *mask) { } in __indirect_glPolygonStipple() argument 260 void __indirect_glPushAttrib(GLbitfield mask) { } in __indirect_glPushAttrib() argument 305 void __indirect_glStencilFunc(GLenum func, GLint ref, GLuint mask) { } in __indirect_glStencilFunc() argument 306 void __indirect_glStencilMask(GLuint mask) { } in __indirect_glStencilMask() argument 408 void __indirect_glPushClientAttrib(GLbitfield mask) { } in __indirect_glPushClientAttrib() argument 705 void __indirect_glBlitFramebuffer(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter) { } in __indirect_glBlitFramebuffer() argument
|
| /third_party/mesa3d/src/gallium/drivers/svga/ |
| H A D | svga_tgsi_vgpu10.c | 100 set_shader_signature_entry(SVGA3dDXShaderSignatureEntry *e, unsigned index, SVGA3dDXSignatureSemanticName sgnName, unsigned mask, SVGA3dDXSignatureRegisterComponentType compType, SVGA3dDXSignatureMinPrecision minPrecision) set_shader_signature_entry() argument 2522 writemask_dst(const struct tgsi_full_dst_register *reg, unsigned mask) writemask_dst() argument 5016 unsigned mask = VGPU10_OPERAND_4_COMPONENT_MASK_ALL; emit_fs_input_declarations() local [all...] |
| /third_party/mesa3d/src/intel/vulkan/ |
| H A D | anv_private.h | 399 uintptr_t mask = (1ull << bits) - 1; in anv_unpack_ptr() local 407 uintptr_t mask = (1ull << bits) - 1; in anv_pack_ptr() local
|
| /third_party/node/deps/ngtcp2/ngtcp2/lib/ |
| H A D | ngtcp2_conn.c | 5730 uint8_t mask[NGTCP2_HP_SAMPLELEN]; in decrypt_hp() local
|
| /third_party/mesa3d/src/microsoft/compiler/ |
| H A D | nir_to_dxil.c | 2978 const struct dxil_value *mask = in emit_store_ssbo_masked() local 3035 const struct dxil_value *mask = get_src(ctx, &intr->src[1], 0, nir_type_uint); in emit_store_shared() local
|
| /third_party/node/deps/v8/src/execution/ |
| H A D | isolate.cc | 4518 int Isolate::GenerateIdentityHash(uint32_t mask) { in ThrowInternal() argument
|
| /third_party/mesa3d/src/gallium/drivers/crocus/ |
| H A D | crocus_state.c | 996 unsigned mask = ice->state.cso_rast->cso.clip_plane_enable; in gen4_upload_curbe() local
|
| /third_party/mesa3d/src/imgui/ |
| H A D | imgui.h | 1953 bool GetBit(int n) const { int off = (n >> 5); int mask = 1 << (n & 31); return (UsedChars[off] & mask) != 0; } // Get bit n in the array in GetBit() local 1954 void SetBit(int n) { int off = (n >> 5); int mask = 1 << (n & 31); UsedChars[off] |= mask; } // Set bit n in the array in SetBit() local
|
| H A D | imgui_internal.h | 258 bool GetBit(int n) const { int off = (n >> 5); int mask = 1 << (n & 31); return (Storage[off] & mask) != 0; } in GetBit() local 259 void SetBit(int n, bool v) { int off = (n >> 5); int mask = 1 << (n & 31); if (v) Storage[off] |= mask; else Storage[off] &= ~mask; } in SetBit() local
|
| /third_party/node/deps/openssl/openssl/ssl/ |
| H A D | ssl_local.h | 496 unsigned long mask; member
|
| /third_party/pcre2/pcre2/src/ |
| H A D | pcre2_jit_compile.c | 2326 uint8_t mask; in recurse_check_bit() local 5921 PCRE2_UCHAR mask; in fast_forward_first_char2() local 6008 PCRE2_UCHAR mask; in fast_forward_first_n_chars() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
| H A D | vktApiCopiesAndBlittingTests.cpp | 12496 FilterMask mask = FILTER_MASK_NEAREST; in makeFilterMask() local
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | Context_gl.cpp | 1077 void Context::getPolygonStipple(GLubyte *mask) in getPolygonStipple() argument 1087 void Context::indexMask(GLuint mask) in indexMask() argument 1371 void Context::polygonStipple(const GLubyte *mask) in polygonStipple() argument 1386 void Context::pushAttrib(GLbitfield mask) in pushAttrib() argument 1951 void Context::pushClientAttrib(GLbitfield mask) in pushClientAttrib() argument 2841 blitNamedFramebuffer(GLuint readFramebuffer, GLuint drawFramebuffer, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter) blitNamedFramebuffer() argument
|
| /third_party/vk-gl-cts/external/openglcts/modules/gl/ |
| H A D | gl4cEnhancedLayoutsTests.cpp | 2204 void Framebuffer::Clear(GLenum mask) in Clear() argument 2258 void Framebuffer::Clear(const Functions& gl, GLenum mask) in Clear() argument
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
| H A D | vk_helpers.cpp | 1402 PipelineStagesMask mask = mPipelineBarrierMask; in executeBarriers() local [all...] |
| /third_party/openssl/ssl/ |
| H A D | ssl_local.h | 489 unsigned long mask; member
|