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

  /external/mesa3d/src/compiler/spirv/
vtn_glsl450.c 32 #define M_PI_2f ((float) M_PI_2)
223 nir_fsub(b, nir_imm_float(b, M_PI_2f),
225 nir_fadd(b, nir_imm_float(b, M_PI_2f),
296 nir_imm_float(b, M_PI_2f))));
324 nir_fmul(b, nir_fsign(b, y), nir_imm_float(b, M_PI_2f));
610 val->ssa->def = nir_fsub(nb, nir_imm_float(nb, M_PI_2f),
  /external/mesa3d/src/compiler/glsl/
builtin_functions.cpp 66 #define M_PI_2f ((float) M_PI_2)
    [all...]

Completed in 72 milliseconds