Lines Matching defs:index
181 unsigned index,
210 unsigned index );
216 unsigned index,
238 unsigned index,
307 unsigned index );
342 /* Supply an index to the sampler declaration as this is the hook to
349 unsigned index );
353 unsigned index,
362 unsigned index,
952 ureg_dst_dimension( struct ureg_dst reg, int index )
957 reg.DimensionIndex = index;
962 ureg_src_dimension( struct ureg_src reg, int index )
967 reg.DimensionIndex = index;
973 int index )
978 reg.DimensionIndex = index;
987 int index )
992 reg.DimensionIndex = index;
1015 unsigned index,
1027 dst.Index = index;
1042 unsigned index)
1044 return ureg_dst_array_register(file, index, 0);
1074 unsigned index,
1089 src.Index = index;
1104 unsigned index)
1106 return ureg_src_array_register(file, index, 0);