Searched refs:sgpr_alloc_granule (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_ir.cpp105 program->dev.sgpr_alloc_granule = 128;
114 program->dev.sgpr_alloc_granule = 16;
117 program->dev.sgpr_alloc_granule = 96; /* workaround hardware bug */
120 program->dev.sgpr_alloc_granule = 8;
H A Daco_live_var_analysis.cpp308 uint16_t granule = program->dev.sgpr_alloc_granule;
331 sgprs = round_down(sgprs, program->dev.sgpr_alloc_granule);
H A Daco_ir.h2021 uint16_t sgpr_alloc_granule; member in struct:aco::DeviceInfo

Completed in 8 milliseconds