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 | 453 gpu_shader5_or_es31_or_integer_functions(const _mesa_glsl_parse_state *state) in gpu_shader5_or_es31_or_integer_functions() function 7587 MAKE_SIG(type, gpu_shader5_or_es31_or_integer_functions, 3, value, offset, in _bitfieldExtract() 7608 MAKE_SIG(type, gpu_shader5_or_es31_or_integer_functions, 4, base, insert, in _bitfieldInsert() 7621 UNOP(bitfieldReverse, ir_unop_bitfield_reverse, gpu_shader5_or_es31_or_integer_functions) in UNOP() argument 7626 return unop(gpu_shader5_or_es31_or_integer_functions, ir_unop_bit_count, in UNOP() 7633 return unop(gpu_shader5_or_es31_or_integer_functions, ir_unop_find_lsb, in _findLSB() 7640 return unop(gpu_shader5_or_es31_or_integer_functions, ir_unop_find_msb, in _findMSB() 7682 return binop(x_type->is_double() ? fp64 : gpu_shader5_or_es31_or_integer_functions, in _ldexp() 7704 MAKE_SIG(x_type, gpu_shader5_or_es31_or_integer_functions, 2, x, exponent); in _frexp() 7753 MAKE_SIG(type, gpu_shader5_or_es31_or_integer_functions, 3, x, y, carry); in _uaddCarry() [all …]
|