Searched refs:total_offset (Results 1 – 4 of 4) sorted by relevance
1144 gsize total_offset; in _try_export_dmabuf() local1156 total_offset = 0; in _try_export_dmabuf()1179 offset[i] = total_offset + info->offset; in _try_export_dmabuf()1181 total_offset += gst_memory_get_sizes (info->dmabuf, NULL, NULL); in _try_export_dmabuf()
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 …]
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()