Searched refs:shader_ballot (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/compiler/glsl/ |
D | builtin_functions.cpp | 502 shader_ballot(const _mesa_glsl_parse_state *state) in shader_ballot() function 6146 MAKE_INTRINSIC(glsl_type::uint64_t_type, ir_intrinsic_ballot, shader_ballot, in _ballot_intrinsic() 6156 MAKE_SIG(glsl_type::uint64_t_type, shader_ballot, 1, value); in _ballot() 6169 MAKE_INTRINSIC(type, ir_intrinsic_read_first_invocation, shader_ballot, in _read_first_invocation_intrinsic() 6179 MAKE_SIG(type, shader_ballot, 1, value); in _read_first_invocation() 6193 MAKE_INTRINSIC(type, ir_intrinsic_read_invocation, shader_ballot, in _read_invocation_intrinsic() 6204 MAKE_SIG(type, shader_ballot, 2, value, invocation); in _read_invocation()
|