HomeSort by relevance Sort by last modified time
    Searched refs:u2i (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/compiler/glsl/
lower_packing_builtins.cpp 308 return rshift(lshift(u2i(unpack_uint_to_uvec2(uint_rval)),
315 factory.emit(assign(i, u2i(uint_rval)));
389 return rshift(lshift(u2i(unpack_uint_to_uvec4(uint_rval)),
396 factory.emit(assign(i, u2i(uint_rval)));
    [all...]
lower_packed_varyings.cpp 346 assign(t, u2i(expr(ir_unop_unpack_double_2x32, swizzle_x(rhs->clone(mem_ctx, NULL)))), 0x3));
348 assign(t, u2i(expr(ir_unop_unpack_double_2x32, swizzle_y(rhs))), 0xc));
351 rhs = u2i(expr(ir_unop_unpack_double_2x32, rhs));
ir_builder.h 184 ir_expression *u2i(operand a);
lower_instructions.cpp 727 ir->operands[1] = add(exponent_bias, u2i(rshift(high_words, exponent_shift)));
    [all...]
ir_builder.cpp 468 u2i(operand a) function in namespace:ir_builder

Completed in 177 milliseconds