Searched refs:c0F0F0F0F (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/compiler/glsl/ |
H A D | lower_instructions.cpp | 833 ir_constant *c0F0F0F0F = new(ir) ir_constant(0x0F0F0F0Fu); in bit_count_to_math() local 861 ir->operands[0] = rshift(mul(bit_and(add(temp, rshift(temp, c4)), c0F0F0F0F), in bit_count_to_math() 1032 ir_constant *c0F0F0F0F = in reverse_to_shifts() local 1069 i.insert_before(assign(temp, bit_or(bit_and(rshift(temp, c4), c0F0F0F0F), in reverse_to_shifts() 1070 lshift(bit_and(temp, c0F0F0F0F->clone(ir, NULL)), in reverse_to_shifts()
|
Completed in 3 milliseconds