Lines Matching defs:stat
520 uint32_t stat = u_bit_scan(&statistics);
526 (1 << stat) == VK_QUERY_PIPELINE_STATISTIC_FRAGMENT_SHADER_INVOCATIONS_BIT)
840 emit_pipeline_stat(struct mi_builder *b, uint32_t stat,
846 assert(stat < ARRAY_SIZE(vk_pipeline_stat_to_reg));
847 mi_store(b, mi_mem64(addr), mi_reg64(vk_pipeline_stat_to_reg[stat]));
954 uint32_t stat = u_bit_scan(&statistics);
955 emit_pipeline_stat(&b, stat, anv_address_add(query_addr, offset));
1147 uint32_t stat = u_bit_scan(&statistics);
1148 emit_pipeline_stat(&b, stat, anv_address_add(query_addr, offset));
1468 uint32_t stat = u_bit_scan(&statistics);
1476 (1 << stat) == VK_QUERY_PIPELINE_STATISTIC_FRAGMENT_SHADER_INVOCATIONS_BIT) {