Home
last modified time | relevance | path

Searched refs:temporary_count (Results 1 – 2 of 2) sorted by relevance

/external/openscreen/tools/cddl/
Dcodegen.cc1015 int* temporary_count);
1021 int* temporary_count);
1035 int* temporary_count) { in WriteDecoder() argument
1046 int temp_length = (*temporary_count)++; in WriteDecoder()
1077 int temp_length = (*temporary_count)++; in WriteDecoder()
1149 decoder_depth + 1, temporary_count)) { in WriteDecoder()
1174 temporary_count); in WriteDecoder()
1179 decoder_depth + 1, temporary_count); in WriteDecoder()
1183 int temp_value_type = (*temporary_count)++; in WriteDecoder()
1201 temporary_count)) { in WriteDecoder()
[all …]
/external/mesa3d/src/amd/vulkan/
Dradv_device.c4367 uint32_t temporary_count = 0; in radv_create_deferred_submission() local
4371 ++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()