Lines Matching defs:arrays
943 * Collect information about the arrays of a given register file.
947 * @param max_array_id number of entries in @p arrays; should be equal to the
949 * @param arrays info for array of each ID will be written to arrays[ID - 1].
955 struct tgsi_array_info *arrays)
964 memset(arrays, 0, sizeof(arrays[0]) * max_array_id);
976 struct tgsi_array_info *array = &arrays[decl->Array.ArrayID - 1];
995 arrays[dst->Indirect.ArrayID - 1].writemask |= dst->Register.WriteMask;
999 arrays[j].writemask |= dst->Register.WriteMask;
1002 /* Check whether the write falls into any of the arrays anyway. */
1004 struct tgsi_array_info *array = &arrays[j];