Lines Matching refs:xfb_offset
1210 unsigned xfb_offset = 0; in store() local
1225 xfb_offset = this->offset / 4; in store()
1227 xfb_offset = info->Buffers[buffer].Stride; in store()
1229 info->Varyings[info->NumVarying].Offset = xfb_offset * 4; in store()
1252 xfb_offset + num_components > in store()
1269 const unsigned first_component = xfb_offset; in store()
1270 const unsigned last_component = xfb_offset + num_components - 1; in store()
1295 this->orig_name, xfb_offset * 4); in store()
1320 info->Outputs[info->NumOutputs].DstOffset = xfb_offset; in store()
1324 xfb_offset += output_size; in store()
1341 if (xfb_offset > info->Buffers[buffer].Stride) { in store()
1343 "buffer (%d)", xfb_offset * 4, in store()
1348 info->Buffers[buffer].Stride = xfb_offset; in store()