Searched refs:tmp_offset (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xf86-video-nouveau/dist/src/
H A Dnouveau_exa.c259 int tmp_offset; local in function:nouveau_exa_download_from_screen
262 &tmp, &tmp_offset))
265 if (!NVAccelM2MF(pNv, w, lines, cpp, 0, tmp_offset,
274 memcpy(dst, tmp->map + tmp_offset, dst_pitch * lines);
277 src = tmp->map + tmp_offset;
344 int tmp_offset; local in function:nouveau_exa_upload_to_screen
347 &tmp, &tmp_offset))
351 memcpy(tmp->map + tmp_offset, src, src_pitch * lines);
354 dst = tmp->map + tmp_offset;
362 if (!NVAccelM2MF(pNv, w, lines, cpp, tmp_offset,
[all...]
/xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/
H A Dvir.c1251 uint32_t tmp_offset = nir_src_as_uint(tmp_intr->src[1]); local in function:v3d_nir_sort_constant_ubo_load
1253 if (tmp_offset < offset ||
1254 tmp_offset >= ref_offset) {
1260 if (tmp_offset > offset ||
1261 tmp_offset <= ref_offset) {
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dr600_exa.c730 uint32_t orig_offset, tmp_offset; local in function:R600Copy
740 tmp_offset = 0;
745 tmp_offset = accel_state->copy_area->offset + info->fbLocation + pScrn->fbOffset;
752 accel_state->dst_obj.offset = tmp_offset;
762 accel_state->src_obj[0].offset = tmp_offset;

Completed in 8 milliseconds