Home
last modified time | relevance | path

Searched refs:slot_map (Results 1 - 4 of 4) sorted by relevance

/third_party/libinput/src/
H A Devdev-fallback.c245 seat_slot = ffs(~seat->slot_map) - 1; in fallback_flush_mt_down()
251 seat->slot_map |= bit(seat_slot); in fallback_flush_mt_down()
314 seat->slot_map &= ~bit(seat_slot); in fallback_flush_mt_up()
342 seat->slot_map &= ~bit(seat_slot); in fallback_flush_mt_cancel()
368 seat_slot = ffs(~seat->slot_map) - 1; in fallback_flush_st_down()
374 seat->slot_map |= bit(seat_slot); in fallback_flush_st_down()
424 seat->slot_map &= ~bit(seat_slot); in fallback_flush_st_up()
449 seat->slot_map &= ~bit(seat_slot); in fallback_flush_st_cancel()
H A Dlibinput-private.h188 uint32_t slot_map; member
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_compiler.c1371 assign_producer_var_io(gl_shader_stage stage, nir_variable *var, unsigned *reserved, unsigned char *slot_map) in assign_producer_var_io() argument
1396 if (slot_map[slot] == 0xff) { in assign_producer_var_io()
1405 slot_map[slot + i] = (*reserved)++; in assign_producer_var_io()
1407 slot = slot_map[slot]; in assign_producer_var_io()
1423 assign_consumer_var_io(gl_shader_stage stage, nir_variable *var, unsigned *reserved, unsigned char *slot_map) in assign_consumer_var_io() argument
1446 if (slot_map[slot] == (unsigned char)-1) { in assign_consumer_var_io()
1453 slot_map[slot] = (*reserved)++; in assign_consumer_var_io()
1455 var->data.driver_location = slot_map[slot]; in assign_consumer_var_io()
1483 unsigned char slot_map[VARYING_SLOT_MAX]; in zink_compiler_assign_io() local
1484 memset(slot_map, in zink_compiler_assign_io()
[all...]
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_shader.c513 unsigned *slot_map; member
562 if (tx->slot_map) in nine_float_constant_src()
563 idx = tx->slot_map[idx]; in nine_float_constant_src()
597 if (tx->slot_map) in nine_integer_constant_src()
598 slot_idx = tx->slot_map[slot_idx]; in nine_integer_constant_src()
625 if (tx->slot_map) in nine_boolean_constant_src()
626 slot_idx = tx->slot_map[slot_idx]; in nine_boolean_constant_src()
3704 if (tx->slot_map) in tx_dtor()
3705 FREE(tx->slot_map); in tx_dtor()
3995 unsigned *slot_map; in nine_translate_shader() local
[all...]

Completed in 13 milliseconds