Searched refs:temporary_count (Results 1 – 2 of 2) sorted by relevance
1016 int* temporary_count);1022 int* temporary_count);1036 int* temporary_count) { in WriteDecoder() argument1047 int temp_length = (*temporary_count)++; in WriteDecoder()1078 int temp_length = (*temporary_count)++; in WriteDecoder()1150 decoder_depth + 1, temporary_count)) { in WriteDecoder()1175 temporary_count); in WriteDecoder()1180 decoder_depth + 1, temporary_count); in WriteDecoder()1184 int temp_value_type = (*temporary_count)++; in WriteDecoder()1202 temporary_count)) { in WriteDecoder()[all …]
4367 uint32_t temporary_count = 0; in radv_create_deferred_submission() local4371 ++temporary_count; in radv_create_deferred_submission()4378 size += temporary_count * sizeof(struct radv_semaphore_part); in radv_create_deferred_submission()4423 deferred->temporary_semaphore_part_count = temporary_count; in radv_create_deferred_submission()4446 deferred->wait_values = (void*)(deferred->temporary_semaphore_parts + temporary_count); in radv_create_deferred_submission()