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

  /external/mesa3d/src/compiler/spirv/
vtn_glsl450.c 344 nir_ssa_def *exponent_shift = nir_imm_int(b, 23); local
355 nir_iadd(b, nir_ushr(b, abs_x, exponent_shift),
  /external/mesa3d/src/compiler/glsl/
lower_instructions.cpp 721 ir_constant *exponent_shift = new(ir) ir_constant(20, vec_elem); local
727 ir->operands[1] = add(exponent_bias, u2i(rshift(high_words, exponent_shift)));
    [all...]
builtin_functions.cpp 5188 ir_constant *exponent_shift = imm(23); local
    [all...]

Completed in 205 milliseconds