Searched defs:elk_compile_stats (Results 1 – 1 of 1) sorted by relevance
1419 struct elk_compile_stats { struct1420 uint32_t dispatch_width; /**< 0 for vec4 */1421 uint32_t max_polygons;1422 uint32_t max_dispatch_width;1423 uint32_t instructions;1424 uint32_t sends;1425 uint32_t loops;1426 uint32_t cycles;1427 uint32_t spills;1428 uint32_t fills;[all …]