Searched refs:gpu_shader5_or_es31_or_integer_functions (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/compiler/glsl/ |
D | builtin_functions.cpp | 311 gpu_shader5_or_es31_or_integer_functions(const _mesa_glsl_parse_state *state) in gpu_shader5_or_es31_or_integer_functions() function 5542 MAKE_SIG(type, gpu_shader5_or_es31_or_integer_functions, 3, value, offset, in _bitfieldExtract() 5563 MAKE_SIG(type, gpu_shader5_or_es31_or_integer_functions, 4, base, insert, in _bitfieldInsert() 5576 UNOP(bitfieldReverse, ir_unop_bitfield_reverse, gpu_shader5_or_es31_or_integer_functions) in UNOP() argument 5581 return unop(gpu_shader5_or_es31_or_integer_functions, ir_unop_bit_count, in UNOP() 5588 return unop(gpu_shader5_or_es31_or_integer_functions, ir_unop_find_lsb, in _findLSB() 5595 return unop(gpu_shader5_or_es31_or_integer_functions, ir_unop_find_msb, in _findMSB() 5615 return binop(x_type->is_double() ? fp64 : gpu_shader5_or_es31_or_integer_functions, in _ldexp() 5637 MAKE_SIG(x_type, gpu_shader5_or_es31_or_integer_functions, 2, x, exponent); in _frexp() 5686 MAKE_SIG(type, gpu_shader5_or_es31_or_integer_functions, 3, x, y, carry); in _uaddCarry() [all …]
|