Home
last modified time | relevance | path

Searched defs:brw_compile_stats (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_compiler.h1306 struct brw_compile_stats { struct
1307 uint32_t dispatch_width; /**< 0 for vec4 */
1308 uint32_t max_polygons;
1309 uint32_t max_dispatch_width;
1310 uint32_t instructions;
1311 uint32_t sends;
1312 uint32_t loops;
1313 uint32_t cycles;
1314 uint32_t spills;
1315 uint32_t fills;
[all …]