Home
last modified time | relevance | path

Searched refs:update_count (Results 1 – 6 of 6) sorted by relevance

/external/adhd/cras/src/server/
Dcras_system_state.c568 __sync_fetch_and_add(&state.exp_state->update_count, 1); in cras_system_state_update_begin()
574 __sync_fetch_and_add(&state.exp_state->update_count, 1); in cras_system_state_update_complete()
/external/adhd/cras/src/common/
Dcras_types.h388 uint32_t update_count; member
/external/vulkan-validation-layers/layers/
Ddescriptor_sets.cpp325 … uint32_t update_count, const char *type, in VerifyUpdateConsistency() argument
339 while (update_count > binding_remaining) { // While our updates overstep current binding in VerifyUpdateConsistency()
349 error_str << " binding #" << orig_binding << " with #" << update_count in VerifyUpdateConsistency()
356 update_count -= binding_remaining; in VerifyUpdateConsistency()
977 …uint32_t update_count = std::min(descriptors_remaining, GetDescriptorCountFromBinding(binding_bein… in PerformWriteUpdate() local
980 for (uint32_t di = 0; di < update_count; ++di, ++update_index) { in PerformWriteUpdate()
984 descriptors_remaining -= update_count; in PerformWriteUpdate()
Ddescriptor_sets.h274 …bool VerifyUpdateConsistency(uint32_t current_binding, uint32_t offset, uint32_t update_count, con… in VerifyUpdateConsistency() argument
276 …return layout_id_->VerifyUpdateConsistency(current_binding, offset, update_count, type, set, error… in VerifyUpdateConsistency()
/external/tensorflow/tensorflow/contrib/metrics/python/ops/
Dmetric_ops.py3218 update_count = state_ops.assign_add(count_, batch_count) # n_AB in eqn
3219 prev_count = update_count - batch_count # n_A in update equation
3226 (batch_mean_prediction - mean_prediction) * batch_count, update_count)
3236 (batch_mean_label - mean_label) * batch_count, update_count)
3256 (prev_count * batch_count / update_count))
/external/adhd/cras/src/libcras/
Dcras_client.c1384 while ((count = *(volatile unsigned *)&state->update_count) & 1) in begin_server_state_read()
1397 if (count != *(volatile unsigned *)&state->update_count) in end_server_state_read()