Searched refs:gpu_shader5_or_es31_or_integer_functions (Results 1 – 1 of 1) sorted by relevance
| /third_party/mesa3d/src/compiler/glsl/ |
| D | builtin_functions.cpp | 446 gpu_shader5_or_es31_or_integer_functions(const _mesa_glsl_parse_state *state) in gpu_shader5_or_es31_or_integer_functions() function 6890 MAKE_SIG(type, gpu_shader5_or_es31_or_integer_functions, 3, value, offset, in _bitfieldExtract() 6911 MAKE_SIG(type, gpu_shader5_or_es31_or_integer_functions, 4, base, insert, in _bitfieldInsert() 6924 UNOP(bitfieldReverse, ir_unop_bitfield_reverse, gpu_shader5_or_es31_or_integer_functions) in UNOP() argument 6929 return unop(gpu_shader5_or_es31_or_integer_functions, ir_unop_bit_count, in UNOP() 6936 return unop(gpu_shader5_or_es31_or_integer_functions, ir_unop_find_lsb, in _findLSB() 6943 return unop(gpu_shader5_or_es31_or_integer_functions, ir_unop_find_msb, in _findMSB() 6985 return binop(x_type->is_double() ? fp64 : gpu_shader5_or_es31_or_integer_functions, in _ldexp() 7007 MAKE_SIG(x_type, gpu_shader5_or_es31_or_integer_functions, 2, x, exponent); in _frexp() 7056 MAKE_SIG(type, gpu_shader5_or_es31_or_integer_functions, 3, x, y, carry); in _uaddCarry() [all …]
|