Searched refs:stack_depth (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/intel/blorp/ |
| H A D | blorp_blit.c | 665 unsigned stack_depth = 0; local in function:blorp_nir_combine_samples 667 assert(stack_depth == util_bitcount(i)); /* Loop invariant */ 670 assert(stack_depth < ARRAY_SIZE(texture_data)); 675 texture_data[stack_depth++] = blorp_nir_txf_ms(b, v, ms_pos, mcs, dst_type); 718 assert(stack_depth >= 2); 719 --stack_depth; 721 texture_data[stack_depth - 1] = 723 texture_data[stack_depth - 1], 724 texture_data[stack_depth], 730 assert(stack_depth [all...] |
| /xsrc/external/mit/MesaLib/dist/src/intel/blorp/ |
| H A D | blorp_blit.c | 643 unsigned stack_depth = 0; local in function:blorp_nir_combine_samples 645 assert(stack_depth == util_bitcount(i)); /* Loop invariant */ 648 assert(stack_depth < ARRAY_SIZE(texture_data)); 653 texture_data[stack_depth++] = blorp_nir_txf_ms(b, v, ms_pos, mcs, dst_type); 691 assert(stack_depth >= 2); 692 --stack_depth; 694 texture_data[stack_depth - 1] = 696 texture_data[stack_depth - 1], 697 texture_data[stack_depth], 703 assert(stack_depth [all...] |
Completed in 6 milliseconds