Searched refs:total_offset (Results 1 – 4 of 4) sorted by relevance
3437 int total_offset = 0; in tc_draw_vbo() local3456 if (total_offset == 0) in tc_draw_vbo()3467 unsigned count = draws[i + total_offset].count; in tc_draw_vbo()3479 (draws[i + total_offset].start << index_size_shift), size); in tc_draw_vbo()3482 p->slot[i].index_bias = draws[i + total_offset].index_bias; in tc_draw_vbo()3486 total_offset += dr; in tc_draw_vbo()3490 int total_offset = 0; in tc_draw_vbo() local3518 memcpy(p->slot, &draws[total_offset], sizeof(draws[0]) * dr); in tc_draw_vbo()3521 total_offset += dr; in tc_draw_vbo()3657 int total_offset = 0; in tc_draw_vertex_state() local[all …]
1205 uint32_t total_offset = func.code.offset() + iterator.pc_offset(); in GetPossibleBreakpoints() local1206 if (total_offset >= end_offset) { in GetPossibleBreakpoints()1210 if (total_offset < start_offset) continue; in GetPossibleBreakpoints()1212 locations->emplace_back(0, total_offset, debug::kCommonBreakLocation); in GetPossibleBreakpoints()
149 nir_ssa_def *total_offset = in remap_patch_urb_offsets() local154 nir_src_for_ssa(total_offset)); in remap_patch_urb_offsets()
256 const unsigned total_offset = *component + index; in get_io_offset() local257 const unsigned slot_offset = total_offset / 4; in get_io_offset()258 *component = total_offset % 4; in get_io_offset()