Home
last modified time | relevance | path

Searched refs:input_mask (Results 1 - 13 of 13) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Dstate-values-utils.cc142 SparseInputMask::BitMaskType input_mask = 0; in FillBufferWithValues() local
154 input_mask |= 1 << (virtual_node_count); in FillBufferWithValues()
166 input_mask |= SparseInputMask::kEndMarker << virtual_node_count; in FillBufferWithValues()
168 return input_mask; in FillBufferWithValues()
177 SparseInputMask::BitMaskType input_mask = SparseInputMask::kDenseBitMask; in BuildTree() local
180 input_mask = FillBufferWithValues(node_buffer, &node_count, values_idx, in BuildTree()
183 DCHECK_NE(input_mask, SparseInputMask::kDenseBitMask); in BuildTree()
193 input_mask = FillBufferWithValues(node_buffer, &node_count, values_idx, in BuildTree()
198 DCHECK_NE(input_mask, SparseInputMask::kDenseBitMask); in BuildTree()
202 DCHECK_EQ(input_mask in BuildTree()
[all...]
/third_party/libinput/include/linux/linux/
H A Dinput.h116 struct input_mask { struct
183 * event type. The argument must be of type "struct input_mask" and
208 #define EVIOCGMASK _IOR('E', 0x92, struct input_mask) /* Get event-masks */
231 #define EVIOCSMASK _IOW('E', 0x93, struct input_mask) /* Set event-masks */
/third_party/libinput/include/linux/freebsd/
H A Dinput.h117 struct input_mask { struct
184 * event type. The argument must be of type "struct input_mask" and
209 #define EVIOCGMASK _IOW('E', 0x92, struct input_mask) /* Get event-masks */
232 #define EVIOCSMASK _IOW('E', 0x93, struct input_mask) /* Set event-masks */
/third_party/libevdev/include/linux/linux/
H A Dinput.h124 struct input_mask { struct
191 * event type. The argument must be of type "struct input_mask" and
216 #define EVIOCGMASK _IOR('E', 0x92, struct input_mask) /* Get event-masks */
239 #define EVIOCSMASK _IOW('E', 0x93, struct input_mask) /* Set event-masks */
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_linear.c138 unsigned input_mask = variant->linear_input_mask; in lp_fs_linear_run() local
139 while (input_mask) { in lp_fs_linear_run()
140 int i = u_bit_scan(&input_mask); in lp_fs_linear_run()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_shader.h318 uint32_t input_mask; member
H A Dradv_shader_info.c323 info->ps.input_mask |= mask << (var->data.location - VARYING_SLOT_VAR0); in gather_info_input_decl_ps()
H A Dradv_pipeline.c6266 uint32_t input_mask, uint32_t *ps_input_cntl, unsigned *ps_offset) in input_mask_to_ps_inputs()
6268 u_foreach_bit(i, input_mask) { in input_mask_to_ps_inputs()
6320 input_mask_to_ps_inputs(outinfo, ps, ps->info.ps.input_mask, in radv_pipeline_emit_ps_inputs()
6265 input_mask_to_ps_inputs(const struct radv_vs_output_info *outinfo, const struct radv_shader *ps, uint32_t input_mask, uint32_t *ps_input_cntl, unsigned *ps_offset) input_mask_to_ps_inputs() argument
/third_party/mesa3d/src/amd/common/
H A Dac_nir_lower_ngg.c293 nir_ssa_def *input_mask = nir_ballot(b, 1, wave_size, input_bool); in repack_invocations_in_workgroup() local
294 nir_ssa_def *surviving_invocations_in_current_wave = nir_bit_count(b, input_mask); in repack_invocations_in_workgroup()
300 .repacked_invocation_index = nir_mbcnt_amd(b, input_mask, nir_imm_int(b, 0)), in repack_invocations_in_workgroup()
353 nir_ssa_def *wg_repacked_index = nir_mbcnt_amd(b, input_mask, wg_repacked_index_base); in repack_invocations_in_workgroup()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader.c1416 uint16_t input_mask = u_bit_consecutive(0, info->num_inputs); in si_get_vs_prolog_key() local
1420 input_mask) in si_get_vs_prolog_key()
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs391 pub struct input_mask { structure names
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs631 pub struct input_mask { structure names
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs217 pub struct input_mask { structure names

Completed in 61 milliseconds