Home
last modified time | relevance | path

Searched defs:astc_header (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenccli_image_load_store.cpp2340 struct astc_header struct
2342 uint8_t magic[4];
2343 uint8_t block_x;
2344 uint8_t block_y;
2345 uint8_t block_z;
2346 uint8_t dim_x[3]; // dims = dim[0] + (dim[1] << 8) + (dim[2] << 16)
2347 uint8_t dim_y[3]; // Sizes are given in texels;
2348 uint8_t dim_z[3]; // block count is inferred