• Home
  • Raw
  • Download

Lines Matching refs:data8

1142 				uint8_t* data8 = static_cast<uint8_t*>(astc_img->data[z]);  in load_ktx_uncompressed_image()  local
1143 dst = static_cast<void*>(&data8[4 * dim_x * ydst]); in load_ktx_uncompressed_image()
1398 uint8_t* data8 = static_cast<uint8_t*>(img->data[z]); in store_ktx_uncompressed_image() local
1407 row_pointers8[z][y][x] = data8[(4 * dim_x * ym) + (4 * x )]; in store_ktx_uncompressed_image()
1413 row_pointers8[z][y][2 * x ] = data8[(4 * dim_x * ym) + (4 * x )]; in store_ktx_uncompressed_image()
1414 row_pointers8[z][y][2 * x + 1] = data8[(4 * dim_x * ym) + (4 * x + 3)]; in store_ktx_uncompressed_image()
1420 row_pointers8[z][y][3 * x ] = data8[(4 * dim_x * ym) + (4 * x )]; in store_ktx_uncompressed_image()
1421 row_pointers8[z][y][3 * x + 1] = data8[(4 * dim_x * ym) + (4 * x + 1)]; in store_ktx_uncompressed_image()
1422 row_pointers8[z][y][3 * x + 2] = data8[(4 * dim_x * ym) + (4 * x + 2)]; in store_ktx_uncompressed_image()
1428 row_pointers8[z][y][4 * x ] = data8[(4 * dim_x * ym) + (4 * x )]; in store_ktx_uncompressed_image()
1429 row_pointers8[z][y][4 * x + 1] = data8[(4 * dim_x * ym) + (4 * x + 1)]; in store_ktx_uncompressed_image()
1430 row_pointers8[z][y][4 * x + 2] = data8[(4 * dim_x * ym) + (4 * x + 2)]; in store_ktx_uncompressed_image()
1431 row_pointers8[z][y][4 * x + 3] = data8[(4 * dim_x * ym) + (4 * x + 3)]; in store_ktx_uncompressed_image()
1902 uint8_t* data8 = static_cast<uint8_t*>(astc_img->data[z]); in load_dds_uncompressed_image() local
1903 dst = static_cast<void*>(&data8[4 * dim_x * ydst]); in load_dds_uncompressed_image()
2027 uint8_t* data8 = static_cast<uint8_t*>(img->data[z]); in store_dds_uncompressed_image() local
2037 row_pointers8[z][y][x] = data8[(4 * dim_x * ym) + (4 * x )]; in store_dds_uncompressed_image()
2043 row_pointers8[z][y][2 * x ] = data8[(4 * dim_x * ym) + (4 * x )]; in store_dds_uncompressed_image()
2044 row_pointers8[z][y][2 * x + 1] = data8[(4 * dim_x * ym) + (4 * x + 3)]; in store_dds_uncompressed_image()
2050 row_pointers8[z][y][3 * x ] = data8[(4 * dim_x * ym) + (4 * x )]; in store_dds_uncompressed_image()
2051 row_pointers8[z][y][3 * x + 1] = data8[(4 * dim_x * ym) + (4 * x + 1)]; in store_dds_uncompressed_image()
2052 row_pointers8[z][y][3 * x + 2] = data8[(4 * dim_x * ym) + (4 * x + 2)]; in store_dds_uncompressed_image()
2058 row_pointers8[z][y][4 * x ] = data8[(4 * dim_x * ym) + (4 * x )]; in store_dds_uncompressed_image()
2059 row_pointers8[z][y][4 * x + 1] = data8[(4 * dim_x * ym) + (4 * x + 1)]; in store_dds_uncompressed_image()
2060 row_pointers8[z][y][4 * x + 2] = data8[(4 * dim_x * ym) + (4 * x + 2)]; in store_dds_uncompressed_image()
2061 row_pointers8[z][y][4 * x + 3] = data8[(4 * dim_x * ym) + (4 * x + 3)]; in store_dds_uncompressed_image()