Searched refs:c55555555 (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/compiler/nir/ |
D | nir_lower_alu.c | 65 nir_ssa_def *c55555555 = nir_imm_int(b, 0x55555555); in lower_alu_instr() local 73 nir_iand(b, nir_ushr(b, lowered, c1), c55555555), in lower_alu_instr() 74 nir_ishl(b, nir_iand(b, lowered, c55555555), c1)); in lower_alu_instr() 108 nir_ssa_def *c55555555 = nir_imm_int(b, 0x55555555); in lower_alu_instr() local 115 nir_iand(b, nir_ushr(b, lowered, c1), c55555555)); in lower_alu_instr()
|
/third_party/mesa3d/src/compiler/glsl/ |
D | lower_instructions.cpp | 831 ir_constant *c55555555 = new(ir) ir_constant(0x55555555u); in bit_count_to_math() local 851 c55555555)))); in bit_count_to_math() 1030 ir_constant *c55555555 = in reverse_to_shifts() local 1054 i.insert_before(assign(temp, bit_or(bit_and(rshift(temp, c1), c55555555), in reverse_to_shifts() 1055 lshift(bit_and(temp, c55555555->clone(ir, NULL)), in reverse_to_shifts()
|