Searched refs:MAKE_INTRINSIC (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dbuiltin_functions.cpp4982 #define MAKE_INTRINSIC(return_type, id, avail, ...) \ macro
7215 MAKE_INTRINSIC(glsl_type::uint_type, id, avail, 1, counter);
7225 MAKE_INTRINSIC(glsl_type::uint_type, id, avail, 2, counter, data);
7236 MAKE_INTRINSIC(glsl_type::uint_type, id, avail, 3, counter, compare, data);
7247 MAKE_INTRINSIC(type, id, avail, 2, atomic, data);
7259 MAKE_INTRINSIC(type, id, avail, 3, atomic, data1, data2);
7586 MAKE_INTRINSIC(glsl_type::void_type, id, avail, 0);
7604 MAKE_INTRINSIC(glsl_type::uint64_t_type, ir_intrinsic_ballot, shader_ballot,
7627 MAKE_INTRINSIC(type, ir_intrinsic_read_first_invocation, shader_ballot,
7651 MAKE_INTRINSIC(typ
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dbuiltin_functions.cpp4492 #define MAKE_INTRINSIC(return_type, id, avail, ...) \ macro
6688 MAKE_INTRINSIC(glsl_type::uint_type, id, avail, 1, counter);
6698 MAKE_INTRINSIC(glsl_type::uint_type, id, avail, 2, counter, data);
6709 MAKE_INTRINSIC(glsl_type::uint_type, id, avail, 3, counter, compare, data);
6720 MAKE_INTRINSIC(type, id, avail, 2, atomic, data);
6732 MAKE_INTRINSIC(type, id, avail, 3, atomic, data1, data2);
7052 MAKE_INTRINSIC(glsl_type::void_type, id, avail, 0);
7070 MAKE_INTRINSIC(glsl_type::uint64_t_type, ir_intrinsic_ballot, shader_ballot,
7093 MAKE_INTRINSIC(type, ir_intrinsic_read_first_invocation, shader_ballot,
7117 MAKE_INTRINSIC(typ
[all...]

Completed in 114 milliseconds