Lines Matching refs:index
39 unsigned index;
41 /* TGSI_FILE_TEMPORARY index it will be mapped to. */
84 input_temp->index = decl->Range.First;
166 if (temp->index != ~0) {
169 temp->file, temp->index,
170 temp->file, temp->index, 0);
178 if (temp->index != ~0) {
181 temp->file, temp->index);
214 if (vtctx->input_temp[i].index != ~0) {
234 if (vtctx->input_temp[INPUT_TEMP_BLOCK_ID].index != ~0) {
244 vtctx->input_temp[INPUT_TEMP_BLOCK_ID].index);
260 if (src->Register.File == temp->file && src->Register.Index == temp->index) {
287 uint32_t index = inst->Dst[i].Register.Index / 8;
291 * for the register index and written components. Since moves are not marked
299 vtctx->precise_flags[index] |= bits;
303 uint32_t index = inst->Src[i].Register.Index / 8;
309 if (vtctx->precise_flags[index] & bits) {
448 transform.input_temp[i].index = ~0;