Searched refs:x_type (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | builtin_functions.cpp | 5410 const glsl_type *x_type, const glsl_type *y_type) 5412 return binop(avail, ir_binop_mod, x_type, x_type, y_type); 5432 const glsl_type *x_type, const glsl_type *y_type) 5434 return binop(avail, ir_binop_min, x_type, x_type, y_type); 5439 const glsl_type *x_type, const glsl_type *y_type) 5441 return binop(avail, ir_binop_max, x_type, x_type, y_type); 5494 builtin_builder::_step(builtin_available_predicate avail, const glsl_type *edge_type, const glsl_type *x_type) argument 5431 _min(builtin_available_predicate avail,const glsl_type * x_type,const glsl_type * y_type) argument 5438 _max(builtin_available_predicate avail,const glsl_type * x_type,const glsl_type * y_type) argument 5533 _smoothstep(builtin_available_predicate avail,const glsl_type * edge_type,const glsl_type * x_type) argument 5593 _atan2_op(const glsl_type * x_type) argument 6983 _ldexp(const glsl_type * x_type,const glsl_type * exp_type) argument 6990 _dfrexp(const glsl_type * x_type,const glsl_type * exp_type) argument 7003 _frexp(const glsl_type * x_type,const glsl_type * exp_type) argument [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | builtin_functions.cpp | 4921 const glsl_type *x_type, const glsl_type *y_type) 4923 return binop(avail, ir_binop_mod, x_type, x_type, y_type); 4943 const glsl_type *x_type, const glsl_type *y_type) 4945 return binop(avail, ir_binop_min, x_type, x_type, y_type); 4950 const glsl_type *x_type, const glsl_type *y_type) 4952 return binop(avail, ir_binop_max, x_type, x_type, y_type); 5005 builtin_builder::_step(builtin_available_predicate avail, const glsl_type *edge_type, const glsl_type *x_type) argument 4942 _min(builtin_available_predicate avail,const glsl_type * x_type,const glsl_type * y_type) argument 4949 _max(builtin_available_predicate avail,const glsl_type * x_type,const glsl_type * y_type) argument 5044 _smoothstep(builtin_available_predicate avail,const glsl_type * edge_type,const glsl_type * x_type) argument 6504 _ldexp(const glsl_type * x_type,const glsl_type * exp_type) argument 6511 _dfrexp(const glsl_type * x_type,const glsl_type * exp_type) argument 6524 _frexp(const glsl_type * x_type,const glsl_type * exp_type) argument [all...] |
Completed in 18 milliseconds