| /third_party/mesa3d/src/freedreno/registers/ |
| H A D | gen_header.py | 100 def mask(low, high): function
|
| /third_party/mesa3d/src/amd/compiler/ |
| H A D | aco_util.h | 291 uint64_t mask = 1ull << it.bit; in insert() local
|
| /third_party/mesa3d/src/broadcom/cle/ |
| H A D | v3d_packet_helpers.h | 99 const uint64_t mask = ~0ull >> (64 - width); in __gen_sint() local 109 uint64_t mask = (~0ull >> (64 - (end - start + 1))) << start; in __gen_offset() local 138 const uint64_t mask = ~0ull >> (64 - (end - start + 1)); in __gen_sfixed() local 166 const uint32_t mask = (width == 32 ? ~0 : (1 << width) - 1 ); in __gen_unpack_uint() local
|
| /third_party/mesa3d/src/compiler/isaspec/ |
| H A D | isa.py | 130 def mask(self): global() member in BitSetField [all...] |
| /third_party/mesa3d/src/amd/vulkan/ |
| H A D | radv_cs.h | 87 radeon_set_context_reg_rmw(struct radeon_cmdbuf *cs, unsigned reg, unsigned value, unsigned mask) in radeon_set_context_reg_rmw() argument
|
| /third_party/libwebsockets/plugins/ssh-base/crypto/ |
| H A D | fe25519.c | 145 uint32_t mask = b; in fe25519_cmov() local
|
| /third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_syscall_test/ |
| H A D | cpuset_syscall_test.c | 54 static unsigned long mask; variable [all...] |
| /third_party/mesa3d/src/intel/compiler/ |
| H A D | brw_fs_lower_regioning.cpp | 551 const unsigned mask = has_invalid_exec_type(v->devinfo, inst); in lower_exec_type() local
|
| H A D | brw_compiler.c | 227 uint64_t mask = DEBUG_DISK_CACHE_MASK; in brw_get_compiler_config_value() local
|
| H A D | brw_vec4_cse.cpp | 117 const uint32_t mask = ((ab_writemask & WRITEMASK_X) ? 0x000000ff : 0) | in operands_match() local
|
| /third_party/mesa3d/src/gallium/drivers/softpipe/ |
| H A D | sp_quad.h | 78 unsigned mask:4; member
|
| /third_party/mesa3d/src/gallium/frontends/nine/ |
| H A D | stateblock9.c | 139 nine_state_copy_common(struct NineDevice9 *device, struct nine_state *dst, struct nine_state *src, struct nine_state *mask, const boolean apply, struct nine_range_pool *pool) nine_state_copy_common() argument [all...] |
| H A D | nine_limits.h | 47 unsigned mask; member
|
| /third_party/mesa3d/src/gallium/drivers/vc4/ |
| H A D | vc4_qir_live_variables.c | 139 uint8_t mask = qir_channels_written(inst); in qir_setup_def() local
|
| /third_party/mesa3d/src/glx/apple/ |
| H A D | apple_glx_pbuffer.c | 314 apple_glx_pbuffer_set_event_mask(GLXDrawable drawable, unsigned long mask) in apple_glx_pbuffer_set_event_mask() argument 332 apple_glx_pbuffer_get_event_mask(GLXDrawable drawable, unsigned long *mask) in apple_glx_pbuffer_get_event_mask() argument
|
| H A D | apple_glx_context.c | 485 apple_glx_copy_context(void *currentptr, void *srcptr, void *destptr, unsigned long mask, int *errorptr, bool * x11errorptr) apple_glx_copy_context() argument
|
| /third_party/mesa3d/src/imagination/csbgen/ |
| H A D | pvr_packet_helpers.h | 89 const uint64_t mask = ~0ull >> (64 - width); in __pvr_uint_unpack() local 109 const uint64_t mask = ~0ull >> (64 - width); in __pvr_sint() local 118 const uint64_t mask = ~0ull >> (64 - width); in __pvr_sint_unpack() local 130 uint64_t mask = (~0ull >> (64 - (end - start + 1))) << start; in __pvr_offset() local 144 uint64_t mask = (~0ull >> (64 - (end - start + 1))) << start; in __pvr_offset_unpack() local 159 uint64_t mask = (~0ull >> (64 - (end - start + 1))) << start; __pvr_address() local 170 uint64_t mask = (~0ull >> (64 - (end - start + 1))) << start; __pvr_address_unpack() local 202 const uint64_t mask = ~0ull >> (64 - (end - start + 1)); __pvr_sfixed() local [all...] |
| /third_party/node/deps/zlib/ |
| H A D | inftrees.c | 47 unsigned mask; /* mask for low root bits */ in inflate_table() local
|
| /third_party/musl/porting/liteos_m/kernel/include/sys/ |
| H A D | inotify.h | 13 uint32_t mask, cookie, len; member
|
| /third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
| H A D | inotify.h | 13 uint32_t mask, cookie, len; member
|
| /third_party/musl/porting/uniproton/kernel/include/sys/ |
| H A D | inotify.h | 13 uint32_t mask, cookie, len; member
|
| /third_party/node/deps/brotli/c/enc/ |
| H A D | histogram.c | 43 BrotliBuildHistogramsWithContext( const Command* cmds, const size_t num_commands, const BlockSplit* literal_split, const BlockSplit* insert_and_copy_split, const BlockSplit* dist_split, const uint8_t* ringbuffer, size_t start_pos, size_t mask, uint8_t prev_byte, uint8_t prev_byte2, const ContextType* context_modes, HistogramLiteral* literal_histograms, HistogramCommand* insert_and_copy_histograms, HistogramDistance* copy_dist_histograms) BrotliBuildHistogramsWithContext() argument
|
| H A D | block_splitter_inc.h | 127 const uint8_t mask = (uint8_t)(1u << (k & 7)); in FindBlocks() local 139 const uint8_t mask = (uint8_t)(1u << (cur_id & 7)); in FindBlocks() local
|
| H A D | hash_composite_inc.h | 79 Store(HashComposite* BROTLI_RESTRICT self, const uint8_t* BROTLI_RESTRICT data, const size_t mask, const size_t ix) Store() argument 85 StoreRange( HashComposite* BROTLI_RESTRICT self, const uint8_t* BROTLI_RESTRICT data, const size_t mask, const size_t ix_start, const size_t ix_end) StoreRange() argument
|
| /third_party/mesa3d/src/mesa/main/ |
| H A D | pixel.c | 618 GLuint mask = 0; in _mesa_update_pixel() local
|