OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:compute_memory_item
(Results
1 - 3
of
3
) sorted by null
/external/mesa3d/src/gallium/drivers/r600/
compute_memory_pool.h
32
struct
compute_memory_item
struct
43
struct
compute_memory_item
* prev;
44
struct
compute_memory_item
* next;
53
struct
compute_memory_item
* item_list; ///Allocated memory chunks in the buffer,they must be ordered by "start_in_dw"
65
struct
compute_memory_item
* compute_memory_postalloc_chunk(struct compute_memory_pool* pool, int64_t start_in_dw); ///search for the chunk where we can link our new chunk after it
86
struct
compute_memory_item
* compute_memory_alloc(struct compute_memory_pool* pool, int64_t size_in_dw); ///Creates pending allocations
93
struct
compute_memory_item
* chunk, void* data,
96
void compute_memory_transfer_direct(struct compute_memory_pool* pool, int chunk_to_data, struct
compute_memory_item
* chunk, struct r600_resource* data, int offset_in_chunk, int offset_in_data, int size); ///Transfer data between chunk<->data, it is for VRAM<->GART transfers
compute_memory_pool.c
129
struct
compute_memory_item
*item;
157
struct
compute_memory_item
* compute_memory_postalloc_chunk(
161
struct
compute_memory_item
* item;
231
struct
compute_memory_item
chunk;
250
struct
compute_memory_item
*pending_list = NULL, *end_p = NULL;
251
struct
compute_memory_item
*item, *next;
331
struct
compute_memory_item
*pos;
353
struct
compute_memory_item
*item, *next;
387
struct
compute_memory_item
* compute_memory_alloc(
391
struct
compute_memory_item
*new_item
[
all
...]
r600_resource.h
39
struct
compute_memory_item
;
43
struct
compute_memory_item
*chunk;
Completed in 646 milliseconds