Searched refs:batch_offset (Results 1 – 7 of 7) sorted by relevance
57 uint32_t batch_offset,62 uint32_t batch_offset,
1100 brw_batch_reloc(struct intel_batchbuffer *batch, uint32_t batch_offset, in brw_batch_reloc() argument1104 assert(batch_offset <= batch->batch.bo->size - sizeof(uint32_t)); in brw_batch_reloc()1106 return emit_reloc(batch, &batch->batch_relocs, batch_offset, in brw_batch_reloc()
428 for batch_offset in batch_offsets:429 batch_start_len = bucket_start_len + batch_offset
505 batch_offset = math_ops.range(batch_size, dtype=unique_y.dtype) * num_labels506 indices = unique_y + array_ops.expand_dims(batch_offset, axis=-1)
602 int64 const batch_offset = params.dim_size(batch_dims_); in AddBatchOffsets() local606 indices_flat(dest_idx++) += batch_offset * batch_idx; in AddBatchOffsets()
4579 const int batch_offset = input_shape.Dims(1) * row_offset; in ResizeNearestNeighbor() local4596 input_ptr += batch_offset; in ResizeNearestNeighbor()
6403 const int batch_offset = input_shape.Dims(1) * row_offset; in ResizeNearestNeighbor() local6431 input_ptr += batch_offset; in ResizeNearestNeighbor()