Lines Matching defs:tmp
152 uint32_t tmp;
226 tmp = idx_value & ~(0x7 << 2);
227 tmp |= tile_flags;
228 ib[idx] = tmp + ((u32)reloc->gpu_offset);
298 tmp = idx_value & ~(0x7 << 16);
299 tmp |= tile_flags;
300 ib[idx] = tmp;
421 tmp = (idx_value >> 23) & 0x7;
422 if (tmp == 2 || tmp == 6)
424 tmp = (idx_value >> 27) & 0x7;
425 if (tmp == 2 || tmp == 6)
445 tmp = (idx_value >> 16) & 0x3;
447 switch (tmp) {
531 tmp = idx_value;
534 track->textures[i].cube_info[face].width = 1 << ((tmp >> (face * 8)) & 0xf);
535 track->textures[i].cube_info[face].height = 1 << ((tmp >> ((face * 8) + 4)) & 0xf);