Home
last modified time | relevance | path

Searched refs:stride_b (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/egl/drivers/dri2/
H A Dplatform_x11.c157 int stride_b = dri2_surf->bytes_per_pixel * w; in swrastPutImage() local
158 size_t size = (hdr_len + stride_b * h) >> 2; in swrastPutImage()
177 h * stride_b, (const uint8_t *)data); in swrastPutImage()
180 int num_lines = ((max_req_len << 2) - hdr_len) / stride_b; in swrastPutImage()
187 this_lines * stride_b, ((const uint8_t *)data + y_start * stride_b)); in swrastPutImage()
/third_party/mesa3d/src/vulkan/wsi/
H A Dwsi_common_x11.c1301 int stride_b = image->base.row_pitches[0]; in x11_present_to_x11_sw() local
1302 size_t size = (hdr_len + stride_b * chain->extent.height) >> 2; in x11_present_to_x11_sw()
1317 int num_lines = ((max_req_len << 2) - hdr_len) / stride_b; in x11_present_to_x11_sw()
1328 this_lines * stride_b, in x11_present_to_x11_sw()
1329 (const uint8_t *)myptr + (y_start * stride_b)); in x11_present_to_x11_sw()

Completed in 8 milliseconds