Home
last modified time | relevance | path

Searched refs:total_offset (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context.c3437 int total_offset = 0; in tc_draw_vbo() local
3456 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() local
3518 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 …]
/third_party/node/deps/v8/src/wasm/
Dwasm-debug.cc1205 uint32_t total_offset = func.code.offset() + iterator.pc_offset(); in GetPossibleBreakpoints() local
1206 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()
/third_party/mesa3d/src/intel/compiler/
Dbrw_nir.c149 nir_ssa_def *total_offset = in remap_patch_urb_offsets() local
154 nir_src_for_ssa(total_offset)); in remap_patch_urb_offsets()
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_io.c256 const unsigned total_offset = *component + index; in get_io_offset() local
257 const unsigned slot_offset = total_offset / 4; in get_io_offset()
258 *component = total_offset % 4; in get_io_offset()