Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
H A Dastcenccli_image_load_store.cpp1200 uint32_t computed_bytes_of_surface = dim_z * ystride; in load_ktx_uncompressed_image() local
1201 if (computed_bytes_of_surface != specified_bytes_of_surface) in load_ktx_uncompressed_image()
1204 printf("%s: KTX file inconsistency: computed surface size is %d bytes, but specified size is %d bytes\n", filename, computed_bytes_of_surface, specified_bytes_of_surface); in load_ktx_uncompressed_image()

Completed in 4 milliseconds