Home | History | Annotate | Download | only in i965

Lines Matching defs:stack_depth

1287    unsigned stack_depth = 0;
1289 assert(stack_depth == _mesa_bitcount(i)); /* Loop invariant */
1292 assert(stack_depth < ARRAY_SIZE(texture_data));
1299 texel_fetch(texture_data[stack_depth++]);
1323 assert(stack_depth >= 2);
1324 --stack_depth;
1328 combine_op(&func, offset(texture_data[stack_depth - 1], 2*k),
1329 offset(vec8(texture_data[stack_depth - 1]), 2*k),
1330 offset(vec8(texture_data[stack_depth]), 2*k));
1336 assert(stack_depth == 1);