Searched refs:gpu_shader5_or_es31_or_integer_functions (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/mesa3d/src/compiler/glsl/ |
H A D | builtin_functions.cpp | 463 gpu_shader5_or_es31_or_integer_functions(const _mesa_glsl_parse_state *state) in gpu_shader5_or_es31_or_integer_functions() function 8261 MAKE_SIG(type, gpu_shader5_or_es31_or_integer_functions, 3, value, offset, in _bitfieldExtract() 8282 MAKE_SIG(type, gpu_shader5_or_es31_or_integer_functions, 4, base, insert, in _bitfieldInsert() 8299 MAKE_SIG(type, gpu_shader5_or_es31_or_integer_functions, 1, x); in _bitfieldReverse() 8309 MAKE_SIG(glsl_ivec_type(type->vector_elements), gpu_shader5_or_es31_or_integer_functions, 1, x); in _bitCount() 8319 MAKE_SIG(glsl_ivec_type(type->vector_elements), gpu_shader5_or_es31_or_integer_functions, 1, x); in _findLSB() 8329 MAKE_SIG(glsl_ivec_type(type->vector_elements), gpu_shader5_or_es31_or_integer_functions, 1, x); in _findMSB() 8377 gpu_shader_half_float : gpu_shader5_or_es31_or_integer_functions); in _ldexp() 8392 gpu_shader_half_float : gpu_shader5_or_es31_or_integer_functions); in _frexp() 8408 MAKE_SIG(type, gpu_shader5_or_es31_or_integer_functions, 3, x, y, carry); in _uaddCarry() [all …]
|