HomeSort by relevance Sort by last modified time
    Searched defs:rc_list (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_list.h 33 struct rc_list { struct
35 struct rc_list * Prev;
36 struct rc_list * Next;
39 struct rc_list * rc_list(struct memory_pool * pool, void * item);
40 void rc_list_add(struct rc_list ** list, struct rc_list * new_value);
41 void rc_list_remove(struct rc_list ** list, struct rc_list * rm_value);
42 unsigned int rc_list_count(struct rc_list * list)
    [all...]
radeon_list.c 35 struct rc_list * rc_list(struct memory_pool * pool, void * item) function
37 struct rc_list * new = memory_pool_malloc(pool, sizeof(struct rc_list));
45 void rc_list_add(struct rc_list ** list, struct rc_list * new_value)
47 struct rc_list * temp;
60 void rc_list_remove(struct rc_list ** list, struct rc_list * rm_value)
73 unsigned int rc_list_count(struct rc_list * list
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_list.h 33 struct rc_list { struct
35 struct rc_list * Prev;
36 struct rc_list * Next;
39 struct rc_list * rc_list(struct memory_pool * pool, void * item);
40 void rc_list_add(struct rc_list ** list, struct rc_list * new_value);
41 void rc_list_remove(struct rc_list ** list, struct rc_list * rm_value);
42 unsigned int rc_list_count(struct rc_list * list)
    [all...]
radeon_list.c 35 struct rc_list * rc_list(struct memory_pool * pool, void * item) function
37 struct rc_list * new = memory_pool_malloc(pool, sizeof(struct rc_list));
45 void rc_list_add(struct rc_list ** list, struct rc_list * new_value)
47 struct rc_list * temp;
60 void rc_list_remove(struct rc_list ** list, struct rc_list * rm_value)
73 unsigned int rc_list_count(struct rc_list * list
    [all...]

Completed in 128 milliseconds