Searched refs:current_counter (Results 1 – 9 of 9) sorted by relevance
310 int current_counter = monitor->active_counters[i]; in iris_get_monitor_result() local314 &info->counters[current_counter]; in iris_get_monitor_result()
513 current_counter(int *ctr) in current_counter() function560 group = current_counter(&cnt); in counter_dialog()642 if (current_counter(NULL) == NULL) { in scroll_cntr()647 if (current_counter(NULL) == NULL) in scroll_cntr()
457 int current_counter = monitor->active_counters[i]; in crocus_get_monitor_result() local461 &info->counters[current_counter]; in crocus_get_monitor_result()
781 size_t current_counter = heap_->OldGenerationAllocationCounter(); in StepSizeToKeepUpWithAllocations() local782 size_t result = current_counter - old_generation_allocation_counter_; in StepSizeToKeepUpWithAllocations()783 old_generation_allocation_counter_ = current_counter; in StepSizeToKeepUpWithAllocations()
276 BignumPointer current_counter = GetCounter(params); in AES_CTR_Cipher() local291 current_counter.get())) { in AES_CTR_Cipher()
611 RuntimeCallCounter* current_counter() { return current_counter_.Value(); } in current_counter() function
1716 RuntimeCallCounter* counter = stats->current_counter(); in RuntimeCallTimerEvent()
348 nir_ssa_def *current_counter = nir_load_var(&b, counter); in build_pipeline_statistics_query_shader() local351 nir_ssa_def *output_elem = nir_iadd(&b, output_base, nir_imul(&b, elem_size, current_counter)); in build_pipeline_statistics_query_shader()
1994 size_t current_counter = isolate->elements_deletion_counter(); in DeleteCommon() local1995 if (current_counter < length / kLengthFraction) { in DeleteCommon()1996 isolate->set_elements_deletion_counter(current_counter + 1); in DeleteCommon()