HomeSort by relevance Sort by last modified time
    Searched defs:vec4_live_variables (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vec4_live_variables.cpp 64 vec4_live_variables::setup_def_use()
132 vec4_live_variables::compute_live_variables()
183 vec4_live_variables::vec4_live_variables(const simple_allocator &alloc, function in class:vec4_live_variables
209 vec4_live_variables::~vec4_live_variables()
220 * information we computed in vec4_live_variables, except that our only
288 this->live_intervals = new(mem_ctx) vec4_live_variables(alloc, cfg);
brw_vec4_live_variables.h 59 class vec4_live_variables { class in namespace:brw
61 DECLARE_RALLOC_CXX_OPERATORS(vec4_live_variables)
63 vec4_live_variables(const simple_allocator &alloc, cfg_t *cfg);
64 ~vec4_live_variables();

Completed in 205 milliseconds