Home
last modified time | relevance | path

Searched refs:endpoints_decoded (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/main/
Dtexcompress_astc.cpp623 uint8x4_t endpoints_decoded[2][4]; member
1097 endpoints_decoded[0][part] = e0; in decode_colour_endpoints()
1098 endpoints_decoded[1][part] = e1; in decode_colour_endpoints()
1655 uint8x4_t e0 = endpoints_decoded[0][partition]; in write_decoded()
1656 uint8x4_t e1 = endpoints_decoded[1][partition]; in write_decoded()