Searched refs:slot_index (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/xf86-input-synaptics/dist/src/
H A Deventcomm.c549 int slot_index = last_mt_vals_slot(priv); local in function:EventProcessTouchEvent
551 if (slot_index < 0)
554 if (hw->slot_state[slot_index] == SLOTSTATE_OPEN_EMPTY)
555 hw->slot_state[slot_index] = SLOTSTATE_UPDATE;
558 hw->slot_state[slot_index] = SLOTSTATE_OPEN;
560 valuator_mask_copy(hw->mt_mask[slot_index],
561 proto_data->last_mt_vals[slot_index]);
563 else if (hw->slot_state[slot_index] != SLOTSTATE_EMPTY) {
564 hw->slot_state[slot_index] = SLOTSTATE_CLOSE;
569 ValuatorMask *mask = proto_data->last_mt_vals[slot_index];
[all...]
/xsrc/external/mit/xf86-video-qxl/dist/src/
H A Dqxl_mem.c193 uint8_t slot_index; local in function:setup_slot
198 slot_index = qxl->rom->slots_start + slot_index_offset;
199 slot = &qxl->mem_slots[slot_index];
208 qxl_io_memslot_add (qxl, slot_index);
212 high_bits = slot_index << qxl->slot_gen_bits;
217 return slot_index;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_pipe_query.c375 int slot_index = -1; local in function:allocate_query
394 slot_index = allocate_query_slot(svga, alloc_entry);
396 if (slot_index == -1) {
403 slot_index = allocate_query_slot(svga, alloc_entry);
406 assert(slot_index != -1);
407 offset = slot_index * len + alloc_entry->start_offset;
421 unsigned slot_index; local in function:deallocate_query
431 slot_index = (offset - alloc_entry->start_offset) /
433 deallocate_query_slot(svga, alloc_entry, slot_index);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_pipe_query.c381 int slot_index = -1; local in function:allocate_query
400 slot_index = allocate_query_slot(svga, alloc_entry);
402 if (slot_index == -1) {
409 slot_index = allocate_query_slot(svga, alloc_entry);
412 assert(slot_index != -1);
413 offset = slot_index * len + alloc_entry->start_offset;
427 unsigned slot_index; local in function:deallocate_query
437 slot_index = (offset - alloc_entry->start_offset) /
439 deallocate_query_slot(svga, alloc_entry, slot_index);
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_nir_to_llvm.c83 unsigned slot_index; member in struct:radv_shader_output_values
1240 index = 2 + outputs[i].slot_index;
1386 outputs[noutput].slot_index = i == VARYING_SLOT_CLIP_DIST1;
1407 outputs[noutput].slot_index = 0;
1961 outputs[noutput].slot_index = i == VARYING_SLOT_CLIP_DIST1;
1989 outputs[noutput].slot_index = 0;

Completed in 12 milliseconds