Searched refs:cmd_block (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_scene.h52 /* Commands per command block (ideally so sizeof(cmd_block) is a power of
77 struct cmd_block { struct
81 struct cmd_block *next;
98 struct cmd_block *head;
99 struct cmd_block *tail;
194 struct cmd_block *lp_scene_new_cmd_block( struct lp_scene *scene,
305 struct cmd_block *tail = bin->tail;
H A Dlp_rast_debug.c67 const struct cmd_block *block,
90 const struct cmd_block *block,
107 const struct cmd_block *head = bin->head;
249 const struct cmd_block *block;
333 const struct cmd_block *cmd;
H A Dlp_scene.c71 size_t maxCommandBytes = sizeof(struct cmd_block) * maxBins;
308 struct cmd_block *
312 struct cmd_block *block = lp_scene_alloc(scene, sizeof(struct cmd_block));
H A Dlp_rast.c600 const struct cmd_block *block;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_scene.h52 /* Commands per command block (ideally so sizeof(cmd_block) is a power of
78 struct cmd_block { struct
82 struct cmd_block *next;
99 struct cmd_block *head;
100 struct cmd_block *tail;
212 struct cmd_block *lp_scene_new_cmd_block( struct lp_scene *scene,
316 struct cmd_block *tail = bin->tail;
H A Dlp_rast_debug.c81 const struct cmd_block *block,
106 const struct cmd_block *block,
119 const struct cmd_block *block,
138 const struct cmd_block *block,
156 const struct cmd_block *head = bin->head;
371 const struct cmd_block *block;
468 const struct cmd_block *cmd;
H A Dlp_scene.c79 size_t maxCommandBytes = sizeof(struct cmd_block) * maxBins;
325 struct cmd_block *
329 struct cmd_block *block = lp_scene_alloc(scene, sizeof(struct cmd_block));
H A Dlp_rast.c939 struct cmd_block *block;
963 const struct cmd_block *block;
981 const struct cmd_block *block;
997 const struct cmd_block *block;
H A Dlp_rast_linear.c250 const struct cmd_block *block;

Completed in 12 milliseconds