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

  /external/mesa3d/src/gallium/drivers/llvmpipe/
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;
195 struct cmd_block *lp_scene_new_cmd_block( struct lp_scene *scene,
306 struct cmd_block *tail = bin->tail;
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;
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));
lp_rast.c 601 const struct cmd_block *block;

Completed in 495 milliseconds