Searched refs:response_expected (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/intel/compiler/ |
D | brw_eu.h | 633 bool response_expected) in brw_dp_untyped_atomic_desc() argument 651 SET_BITS(response_expected, 5, 5); in brw_dp_untyped_atomic_desc() 660 bool response_expected) in brw_dp_untyped_atomic_float_desc() argument 671 SET_BITS(response_expected, 5, 5); in brw_dp_untyped_atomic_float_desc() 906 bool response_expected) in brw_dp_a64_untyped_atomic_desc() argument 920 SET_BITS(response_expected, 5, 5); in brw_dp_a64_untyped_atomic_desc() 931 bool response_expected) in brw_dp_a64_untyped_atomic_float_desc() argument 945 SET_BITS(response_expected, 5, 5); in brw_dp_a64_untyped_atomic_float_desc() 956 bool response_expected) in brw_dp_typed_atomic_desc() argument 979 SET_BITS(response_expected, 5, 5); in brw_dp_typed_atomic_desc() [all …]
|
D | brw_eu_emit.c | 3135 bool response_expected, in brw_untyped_atomic() argument 3148 brw_surface_payload_size(response_expected, exec_size); in brw_untyped_atomic() 3152 response_expected); in brw_untyped_atomic()
|