Searched refs:tex_set (Results 1 – 1 of 1) sorted by relevance
317 uint64_t tex_set = out_rect.id_set.getBits(); in ConstructCommands() local318 for (unsigned i = num_layers - 1; tex_set != 0x0; i--) { in ConstructCommands()319 if (tex_set & (0x1 << i)) { in ConstructCommands()320 tex_set &= ~(0x1 << i); in ConstructCommands()