Searched defs:IMM_FP (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/compiler/glsl/ | ||
H A D | builtin_functions.cpp | 5692 #define IMM_FP(type, val) (type->is_double()) ? imm(val) : imm((float)val) macro [all...] |
Completed in 17 milliseconds