Searched refs:slot_idx (Results 1 – 8 of 8) sorted by relevance
114 for slot_idx in range(2):117 self.evaluate(slot[slot_idx]),122 self.evaluate(slot_update[slot_idx]),
129 for slot_idx in range(2):132 self.evaluate(slot[slot_idx]),139 self.evaluate(slot_update[slot_idx]),
119 for slot_idx in range(2):122 self.evaluate(slot[slot_idx]),129 self.evaluate(slot_update[slot_idx]),
220 let slot_idx = self.pages[page_idx].slot(addr); in get() localVariable225 if self.cached[page_idx].init <= slot_idx { in get()231 if self.cached[page_idx].init <= slot_idx { in get()242 Some(self.cached[page_idx].get(slot_idx)) in get()262 for slot_idx in 0..self.cached[page_idx].init { in for_each()263 f(self.cached[page_idx].get(slot_idx)); in for_each()
97 WORD32 slot_idx; in ixheaacd_sbr_env_calc() local519 slot_idx = (WORD32)l / rate; in ixheaacd_sbr_env_calc()525 (*e_gain)[4][k] = nrg_gain_pvc[k][slot_idx]; in ixheaacd_sbr_env_calc()526 (*noise_buf)[4][k] = noise_level_pvc[k][slot_idx]; in ixheaacd_sbr_env_calc()533 sb_noise = (nrg_tone_pvc[k][slot_idx] != 0 || noise_absc_flag) in ixheaacd_sbr_env_calc()540 nrg_tone_pvc[k][slot_idx] * ixheaacd_hphase_tbl[0][harm_index]; in ixheaacd_sbr_env_calc()543 nrg_tone_pvc[k][slot_idx] * freq_inv * in ixheaacd_sbr_env_calc()
596 unsigned slot_idx = tx->info->const_i_base + idx; in nine_integer_constant_src() local598 slot_idx = tx->slot_map[slot_idx]; in nine_integer_constant_src()599 src = ureg_src_register(TGSI_FILE_CONSTANT, slot_idx); in nine_integer_constant_src()601 tx->slots_used[slot_idx] = TRUE; in nine_integer_constant_src()603 if (tx->num_slots < (slot_idx + 1)) in nine_integer_constant_src()604 tx->num_slots = slot_idx + 1; in nine_integer_constant_src()624 unsigned slot_idx = tx->info->const_b_base + r; in nine_boolean_constant_src() local626 slot_idx = tx->slot_map[slot_idx]; in nine_boolean_constant_src()627 src = ureg_src_register(TGSI_FILE_CONSTANT, slot_idx); in nine_boolean_constant_src()629 tx->slots_used[slot_idx] = TRUE; in nine_boolean_constant_src()[all …]
1146 size_t slot_idx = batch_slot_for_op(ops[0].op); in reuse_or_allocate_batch_control() local1147 batch_control** pslot = &call->active_batches[slot_idx]; in reuse_or_allocate_batch_control()
1095 size_t slot_idx = batch_slot_for_op(ops[0].op); in reuse_or_allocate_batch_control() local1096 batch_control** pslot = &call->active_batches[slot_idx]; in reuse_or_allocate_batch_control()