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

/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dir_reader.cpp576 const unsigned idx_map[] = { 3, 0, 1, 2 }; /* w=bit 3, x=0, y=1, z=2 */ local
584 mask |= 1 << idx_map[mask_str[i] - 'w'];
H A Dir.cpp1405 * \c idx_map that represents the 0th element of the vector. For invalid
1433 static const unsigned char idx_map[26] = { local
1460 swiz_idx[i] = idx_map[str[i] - 'a'] - base;
/external/mesa3d/src/glsl/
H A Dir_reader.cpp576 const unsigned idx_map[] = { 3, 0, 1, 2 }; /* w=bit 3, x=0, y=1, z=2 */ local
584 mask |= 1 << idx_map[mask_str[i] - 'w'];
H A Dir.cpp1405 * \c idx_map that represents the 0th element of the vector. For invalid
1433 static const unsigned char idx_map[26] = { local
1460 swiz_idx[i] = idx_map[str[i] - 'a'] - base;
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c217 const int idx_map = mb_row * cm->mb_cols + mb_col; local
223 x->mb_activity_ptr = &cpi->mb_activity_map[idx_map];

Completed in 115 milliseconds