Lines Matching defs:counter
46 {"QPU", "QPU-total-clk-cycles-waiting-TMU", "[QPU] Total clock cycles for all QPUs stalled waiting for TMUs only (counter won't increment if QPU also stalling for another reason)"},
47 {"QPU", "QPU-total-clk-cycles-waiting-scoreboard", "[QPU] Total clock cycles for all QPUs stalled waiting for Scoreboard only (counter won't increment if QPU also stalling for another reason)"},
48 {"QPU", "QPU-total-clk-cycles-waiting-varyings", "[QPU] Total clock cycles for all QPUs stalled waiting for Varyings only (counter won't increment if QPU also stalling for another reason)"},
61 {"CORE", "cycle-count", "[CORE] Cycle counter"},
681 uint32_t *counter = (uint32_t *) q_addr;
682 *counter = 0;
730 vk_outarray_append_typed(VkPerformanceCounterKHR, &out, counter) {
731 counter->unit = VK_PERFORMANCE_COUNTER_UNIT_GENERIC_KHR;
732 counter->scope = VK_PERFORMANCE_COUNTER_SCOPE_COMMAND_KHR;
733 counter->storage = VK_PERFORMANCE_COUNTER_STORAGE_UINT64_KHR;
739 memcpy(counter->uuid, sha1_result, sizeof(counter->uuid));