anv: Advertise SEND count through VK_EXT_pipeline_executable_properties
Reviewed-by: Caio Marcelo de Oliveira Filho <caio.oliveira@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4578>
This commit is contained in:
committed by
Marge Bot
parent
2c82b13c8f
commit
b2e4157143
@@ -2492,6 +2492,7 @@ fs_generator::generate_code(const cfg_t *cfg, int dispatch_width,
|
||||
if (stats) {
|
||||
stats->dispatch_width = dispatch_width;
|
||||
stats->instructions = before_size / 16 - nop_count;
|
||||
stats->sends = send_count;
|
||||
stats->loops = loop_count;
|
||||
stats->cycles = cfg->cycle_count;
|
||||
stats->spills = spill_count;
|
||||
|
||||
Reference in New Issue
Block a user