Searched refs:source_idx (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/amd/compiler/ |
D | aco_scheduler.cpp | 65 int source_idx; member 75 void upwards_init(int source_idx, bool improved_rar); 117 source_idx--; in downwards_advance_helper() 118 total_demand.update(register_demand[source_idx]); in downwards_advance_helper() 124 source_idx = current_idx; in downwards_init() 152 aco_ptr<Instruction>& instr = block->instructions[source_idx]; in downwards_move() 190 move_element(block->instructions.begin(), source_idx, dest_insert_idx); in downwards_move() 193 move_element(register_demand, source_idx, dest_insert_idx); in downwards_move() 194 for (int i = source_idx; i < dest_insert_idx - 1; i++) in downwards_move() 210 aco_ptr<Instruction>& instr = block->instructions[source_idx]; in downwards_skip() [all …]
|
/external/webrtc/common_audio/resampler/ |
D | sinc_resampler.cc | 293 const int source_idx = static_cast<int>(virtual_source_idx_); in Resample() local 294 const double subsample_remainder = virtual_source_idx_ - source_idx; in Resample() 311 const float* const input_ptr = r1_ + source_idx; in Resample()
|
/external/pigweed/pw_ring_buffer/ |
D | prefixed_entry_ring_buffer.cc | 397 size_t source_idx, in RawRead() argument 400 size_t bytes_until_wrap = buffer_bytes_ - source_idx; in RawRead() 402 memcpy(destination, buffer_ + source_idx, bytes_to_copy); in RawRead()
|
/external/pigweed/pw_ring_buffer/public/pw_ring_buffer/ |
D | prefixed_entry_ring_buffer.h | 327 void RawRead(std::byte* destination, size_t source_idx, size_t length_bytes);
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
D | SymbolFilePDB.cpp | 1802 uint32_t source_idx = index_map[source_id]; in ParseCompileUnitLineTable() local 1837 source_idx, is_statement, false, in ParseCompileUnitLineTable() 1844 prev_source_idx = source_idx; in ParseCompileUnitLineTable()
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | ir_emitter_unnested.cc | 3973 const IrArray::Index& source_idx, llvm::IRBuilder<>* b, in UnrollInnerTileLoop() argument 3979 IrArray::Index source_idx_x_base = source_idx.AddOffsetToDim(y_loc, kDimY, b); in UnrollInnerTileLoop() 4026 IrArray::Index source_idx = in EmitTile() local 4066 source_idx, &b_, &emit_elem_function); in EmitTile()
|