Home
last modified time | relevance | path

Searched refs:simple_allocator (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_vec4_live_variables.h66 vec4_live_variables(const simple_allocator &alloc, cfg_t *cfg);
79 const simple_allocator &alloc;
88 var_from_reg(const simple_allocator &alloc, const src_reg &reg,
102 var_from_reg(const simple_allocator &alloc, const dst_reg &reg,
Dbrw_ir_allocator.h34 class simple_allocator {
36 simple_allocator() : in simple_allocator() function
41 ~simple_allocator() in ~simple_allocator()
Dbrw_shader.h225 brw::simple_allocator alloc;
Dbrw_vec4_live_variables.cpp183 vec4_live_variables::vec4_live_variables(const simple_allocator &alloc, in vec4_live_variables()
Dbrw_ir_fs.h345 bool is_copy_payload(const brw::simple_allocator &grf_alloc) const;
Dbrw_fs.cpp351 fs_inst::is_copy_payload(const brw::simple_allocator &grf_alloc) const in is_copy_payload()