Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_fs_register_coalesce.cpp89 if (!inst->is_copy_payload(v->alloc)) { in is_coalesce_candidate()
Dbrw_ir_fs.h345 bool is_copy_payload(const brw::simple_allocator &grf_alloc) const;
Dbrw_fs_cse.cpp110 return !inst->is_copy_payload(v->alloc); in is_expression()
Dbrw_fs.cpp351 fs_inst::is_copy_payload(const brw::simple_allocator &grf_alloc) const in is_copy_payload() function in fs_inst