Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
Dbrw_ir_allocator.h34 class simple_allocator {
36 simple_allocator() : in simple_allocator() function
41 ~simple_allocator() in ~simple_allocator()
Dbrw_vec4_live_variables.h105 const simple_allocator &alloc;
114 var_from_reg(const simple_allocator &alloc, const src_reg &reg,
128 var_from_reg(const simple_allocator &alloc, const dst_reg &reg,
Dbrw_shader.h83 brw::simple_allocator alloc;
Dbrw_ir_fs.h683 is_coalescing_payload(const brw::simple_allocator &alloc, const fs_inst *inst) in is_coalescing_payload()