OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:history
(Results
1 - 5
of
5
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
freedreno_autotune.c
51
struct fd_batch_history *
history
;
local
62
history
= entry->data;
66
history
= rzalloc_size(at->ht, sizeof(*
history
));
68
history
->key = fd_batch_key_clone(
history
, batch->key);
69
list_inithead(&
history
->node);
70
list_inithead(&
history
->results);
83
_mesa_hash_table_insert_pre_hashed(at->ht, batch->hash,
history
->key,
84
history
);
133
struct fd_batch_
history
*
history
= result->
history
;
local
198
struct fd_batch_
history
*
history
= get_
history
(at, batch);
local
[
all
...]
freedreno_autotune.h
165
struct fd_batch_history *
history
;
member in struct:fd_batch_result
/xsrc/external/mit/beforelight/dist/
b4light.c
68
static XPoint
history
[NUM_HISTORY][MAX_POINTS];
variable
218
Erase (
history
[history_tail], num_points);
224
history
[history_head][i].x = p[i].x;
225
history
[history_head][i].y = p[i].y;
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/input/
dmxinputinit.h
241
int head; /**< XInput motion
history
243
int tail; /**< XInput motion
history
245
unsigned long *
history
; /**< XInput motion
history
*/
member in struct:_DMXLocalInputInfo
/xsrc/external/mit/xorg-server/dist/include/
inputstr.h
293
void *motion; /* motion
history
buffer. Different layout
329
DeviceEvent *
history
; /*
History
of events on this touchpoint */
member in struct:_TouchPointInfo
330
size_t history_elements; /* Number of current elements in
history
*/
331
size_t history_size; /* Size of
history
in elements */
Completed in 8 milliseconds
Indexes created Sat Jul 04 00:25:45 UTC 2026