Searched defs:table_1010102_uint (Results 1 - 1 of 1) sorted by relevance

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

Completed in 80 milliseconds