Home
last modified time | relevance | path

Searched refs:i2u (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/compiler/glsl/
Dgl_nir_lower_packed_varyings.c358 i2u(struct lower_packed_varyings_state *state, nir_ssa_def *value) in i2u() function
504 value = i2u(state, value); in bitwise_assign_unpack()
520 xy_value = i2u(state, xy_value); in bitwise_assign_unpack()
532 zw_value = i2u(state, zw_value); in bitwise_assign_unpack()
542 value = i2u(state, value); in bitwise_assign_unpack()
549 value = nir_pack_64_2x32(&state->b, i2u(state, value)); in bitwise_assign_unpack()
Dlower_instructions.cpp307 i2u(resulting_biased_exp), in ldexp_to_arith()
313 lshift(i2u(resulting_biased_exp), in ldexp_to_arith()
434 i2u(swizzle(resulting_biased_exp, elem, 1)), in dldexp_to_arith()
846 base_ir->insert_before(assign(temp, i2u(ir->operands[0]))); in bit_count_to_math()
1047 i.insert_before(assign(temp, i2u(ir->operands[0]))); in reverse_to_shifts()
1140 i.insert_before(assign(lsb_only, i2u(bit_and(temp, neg(temp))))); in find_lsb_to_float_cast()
1232 i.insert_before(assign(temp, i2u(expr(ir_binop_bit_xor, in find_msb_to_float_cast()
1285 return i2u(b2i(less(add(a, b), in _carry()
1377 i.insert_before(assign(src1, i2u(abs(itmp1)))); in imul_high_to_mul()
1378 i.insert_before(assign(src2, i2u(abs(itmp2)))); in imul_high_to_mul()
Dlower_packing_builtins.cpp454 i2u(f2i(round_even(mul(clamp(vec2_rval, in lower_pack_snorm_2x16()
503 i2u(f2i(round_even(mul(clamp(vec4_rval, in lower_pack_snorm_4x8()
Dir_builder.h185 ir_expression *i2u(operand a);
Dir_builder.cpp455 i2u(operand a) in i2u() function
Dbuiltin_functions.cpp7590 operand cast_offset = is_uint ? i2u(offset) : operand(offset); in _bitfieldExtract()
7591 operand cast_bits = is_uint ? i2u(bits) : operand(bits); in _bitfieldExtract()
7611 operand cast_offset = is_uint ? i2u(offset) : operand(offset); in _bitfieldInsert()
7612 operand cast_bits = is_uint ? i2u(bits) : operand(bits); in _bitfieldInsert()
7660 ir_builder::i2u(ir_builder::expr(ir_unop_find_lsb, a)), in _countTrailingZeros()
/third_party/mesa3d/docs/relnotes/
D10.1.1.rst174 - glsl: Fix lack of i2u in lower_ubo_reference.
D11.1.3.rst154 - st/mesa: fix up result_src.type when doing i2u/u2i conversions