Home
last modified time | relevance | path

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

/external/mesa3d/src/glsl/
Dir_reader.cpp576 const unsigned idx_map[] = { 3, 0, 1, 2 }; /* w=bit 3, x=0, y=1, z=2 */ in read_assignment() local
584 mask |= 1 << idx_map[mask_str[i] - 'w']; in read_assignment()
Dir.cpp1433 static const unsigned char idx_map[26] = { in create() local
1460 swiz_idx[i] = idx_map[str[i] - 'a'] - base; in create()
/external/chromium_org/third_party/mesa/src/src/glsl/
Dir_reader.cpp576 const unsigned idx_map[] = { 3, 0, 1, 2 }; /* w=bit 3, x=0, y=1, z=2 */ in read_assignment() local
584 mask |= 1 << idx_map[mask_str[i] - 'w']; in read_assignment()
Dir.cpp1433 static const unsigned char idx_map[26] = { in create() local
1460 swiz_idx[i] = idx_map[str[i] - 'a'] - base; in create()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c517 const int idx_map = mb_row * cm->mb_cols + mb_col; in set_offsets() local
523 x->mb_activity_ptr = &cpi->mb_activity_map[idx_map]; in set_offsets()
524 x->active_ptr = cpi->active_map + idx_map; in set_offsets()