Searched refs:temp_stride (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/util/format/ |
| H A D | u_format_fxt1.c | 1659 int temp_stride = width * 3; local in function:util_format_fxt1_rgb_pack_rgba_8unorm 1660 uint8_t *temp = malloc(height * temp_stride); 1666 temp[y * temp_stride + x * 3 + 0] = src[x * 4 + 0]; 1667 temp[y * temp_stride + x * 3 + 1] = src[x * 4 + 1]; 1668 temp[y * temp_stride + x * 3 + 2] = src[x * 4 + 2]; 1673 fxt1_encode(width, height, 3, temp, temp_stride, dst_row, dst_stride); 1691 int temp_stride = width * 4; local in function:util_format_fxt1_rgb_pack_rgba_float 1692 uint8_t *temp = malloc(height * temp_stride); 1696 util_format_r8g8b8a8_unorm_pack_rgba_float(temp, temp_stride, 1701 temp, temp_stride, 1712 int temp_stride = width * 4; local in function:util_format_fxt1_rgba_pack_rgba_float [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_texture.h | 48 unsigned temp_stride; /**< Stride of the compressed texture storage. */ member in struct:st_texture_image_transfer
|
| H A D | st_cb_texture.c | 304 unsigned stride = *rowStrideOut = itransfer->temp_stride = 349 itransfer->temp_stride, 356 itransfer->temp_stride, 363 itransfer->temp_stride, 372 itransfer->temp_stride = 0;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_texture.h | 48 unsigned temp_stride; /**< Stride of the compressed texture storage. */ member in struct:st_texture_image_transfer
|
| H A D | st_cb_texture.c | 597 unsigned stride = *rowStrideOut = itransfer->temp_stride = 652 itransfer->temp_stride, 660 itransfer->temp_stride, 668 itransfer->temp_stride, 691 itransfer->temp_stride, 699 itransfer->temp_stride, 706 itransfer->temp_stride, 716 itransfer->temp_stride = 0;
|
Completed in 13 milliseconds