Searched refs:cmd_block (Results 1 - 9 of 9) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_scene.h | 52 /* 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 D | lp_rast_debug.c | 67 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 D | lp_scene.c | 71 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 D | lp_rast.c | 600 const struct cmd_block *block;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_scene.h | 52 /* 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 D | lp_rast_debug.c | 81 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 D | lp_scene.c | 79 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 D | lp_rast.c | 939 struct cmd_block *block; 963 const struct cmd_block *block; 981 const struct cmd_block *block; 997 const struct cmd_block *block;
|
| H A D | lp_rast_linear.c | 250 const struct cmd_block *block;
|
Completed in 12 milliseconds