Home
last modified time | relevance | path

Searched refs:gpu_shader5_or_es31_or_integer_functions (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/compiler/glsl/
Dbuiltin_functions.cpp419 gpu_shader5_or_es31_or_integer_functions(const _mesa_glsl_parse_state *state) in gpu_shader5_or_es31_or_integer_functions() function
6861 MAKE_SIG(type, gpu_shader5_or_es31_or_integer_functions, 3, value, offset, in _bitfieldExtract()
6882 MAKE_SIG(type, gpu_shader5_or_es31_or_integer_functions, 4, base, insert, in _bitfieldInsert()
6895 UNOP(bitfieldReverse, ir_unop_bitfield_reverse, gpu_shader5_or_es31_or_integer_functions) in UNOP() argument
6900 return unop(gpu_shader5_or_es31_or_integer_functions, ir_unop_bit_count, in UNOP()
6907 return unop(gpu_shader5_or_es31_or_integer_functions, ir_unop_find_lsb, in _findLSB()
6914 return unop(gpu_shader5_or_es31_or_integer_functions, ir_unop_find_msb, in _findMSB()
6956 return binop(x_type->is_double() ? fp64 : gpu_shader5_or_es31_or_integer_functions, in _ldexp()
6978 MAKE_SIG(x_type, gpu_shader5_or_es31_or_integer_functions, 2, x, exponent); in _frexp()
7027 MAKE_SIG(type, gpu_shader5_or_es31_or_integer_functions, 3, x, y, carry); in _uaddCarry()
[all …]