Home
last modified time | relevance | path

Searched defs:cfg_t (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_cfg.h275 struct cfg_t { struct
294 void *mem_ctx;
297 struct exec_list block_list;
298 struct bblock_t **blocks;
299 int num_blocks;
301 bool idom_dirty;
303 unsigned cycle_count;
Dbrw_cfg.cpp154 cfg_t::cfg_t(exec_list *instructions) in cfg_t() function in cfg_t