Lines Matching defs:bits
1070 /* On a5xx, resinfo returns the low 16 bits of ssbo size in .x and the high 16 bits in .y */
1272 /* The base offset field is only 13 bits, and it's signed. Try to make the
3224 uint8_t bits = 0;
3227 bits = 8;
3230 bits = 16;
3234 bits = 2;
3236 bits = 10;
3245 dst[i] = ir3_MAD_F32(b, dst[i], 0, create_immed(b, fui((1 << bits) - 1)), 0, create_immed(b, fui(0.5f)), 0);
3250 dst[i] = ir3_SHL_B(b, dst[i], 0, create_immed(b, 32 - bits), 0);
3251 dst[i] = ir3_ASHR_B(b, dst[i], 0, create_immed(b, 32 - bits), 0);