Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/state_tracker/
Dst_cb_texture.c1010 static const struct format_table table_1010102_uint[] = { variable
1058 for (i = 0; i < ARRAY_SIZE(table_1010102_uint); i++) { in swizzle_format()
1059 if (swizzle[0] == table_1010102_uint[i].swizzle[0] && in swizzle_format()
1060 swizzle[1] == table_1010102_uint[i].swizzle[1] && in swizzle_format()
1061 swizzle[2] == table_1010102_uint[i].swizzle[2] && in swizzle_format()
1062 swizzle[3] == table_1010102_uint[i].swizzle[3]) in swizzle_format()
1063 return table_1010102_uint[i].format; in swizzle_format()