HomeSort by relevance Sort by last modified time
    Searched refs:coal (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/gallium/drivers/r600/sb/
sb_ra_init.cpp 407 sh.coal.get_chunk_interferences(v->chunk, interf);
554 sh.coal.add_edge(v, d, coalescer::phi_cost);
581 ra_constraint *cc = sh.coal.create_constraint(CK_PHI);
682 ra_constraint *c = sh.coal.create_constraint(CK_PACKED_BS);
776 c = sh.coal.create_constraint(CK_SAME_REG);
820 c = sh.coal.create_constraint(CK_SAME_REG);
sb_shader.h 288 coalescer coal; member in class:r600_sb::shader
sb_shader.cpp 39 coal(*this), bbs(),
126 coal.add_edge(src, dst, affcost);
sb_ra_coalesce.cpp 41 return sh.coal.run();

Completed in 308 milliseconds