Home | History | Annotate | Download | only in i965

Lines Matching refs:const_offset

1327       unsigned const_offset = const_offset_ir ? const_offset_ir->value.u[0] : 0;
1338 offset = src_reg(const_offset / 16);
1353 packed_consts.swizzle += BRW_SWIZZLE4(const_offset % 16 / 4,
1354 const_offset % 16 / 4,
1355 const_offset % 16 / 4,
1356 const_offset % 16 / 4);