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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi_array_merge.cpp589 int *idx_map = new int[narrays + 1]; local in function:tgsi_array_merge::remap_arrays
592 unique_ptr<int[]> idx_map = make_unique<int[]>(narrays + 1);
604 idx_map[i] = new_narrays;
611 map[i].set_target_id(idx_map[map[i].target_array_id()]);
618 map[i].set_target_id(idx_map[i]);
676 delete[] idx_map;
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi_array_merge.cpp589 int *idx_map = new int[narrays + 1]; local in function:tgsi_array_merge::remap_arrays
592 unique_ptr<int[]> idx_map = make_unique<int[]>(narrays + 1);
604 idx_map[i] = new_narrays;
611 map[i].set_target_id(idx_map[map[i].target_array_id()]);
618 map[i].set_target_id(idx_map[i]);
676 delete[] idx_map;
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dir_reader.cpp614 const unsigned idx_map[] = { 3, 0, 1, 2 }; /* w=bit 3, x=0, y=1, z=2 */ local in function:ir_reader::read_assignment
622 mask |= 1 << idx_map[mask_str[i] - 'w'];
H A Dir.cpp1907 * \c idx_map that represents the 0th element of the vector. For invalid
1935 static const unsigned char idx_map[26] = { local in function:ir_swizzle::create
1962 swiz_idx[i] = idx_map[str[i] - 'a'] - base;
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dir_reader.cpp614 const unsigned idx_map[] = { 3, 0, 1, 2 }; /* w=bit 3, x=0, y=1, z=2 */ local in function:ir_reader::read_assignment
622 mask |= 1 << idx_map[mask_str[i] - 'w'];
H A Dir.cpp1605 * \c idx_map that represents the 0th element of the vector. For invalid
1633 static const unsigned char idx_map[26] = { local in function:ir_swizzle::create
1660 swiz_idx[i] = idx_map[str[i] - 'a'] - base;

Completed in 13 milliseconds