Searched refs:response_expected (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/intel/compiler/ |
D | brw_eu.h | 628 bool response_expected) in brw_dp_untyped_atomic_desc() argument 646 SET_BITS(response_expected, 5, 5); in brw_dp_untyped_atomic_desc() 655 bool response_expected) in brw_dp_untyped_atomic_float_desc() argument 666 SET_BITS(response_expected, 5, 5); in brw_dp_untyped_atomic_float_desc() 894 bool response_expected) in brw_dp_a64_untyped_atomic_desc() argument 905 SET_BITS(response_expected, 5, 5); in brw_dp_a64_untyped_atomic_desc() 915 bool response_expected) in brw_dp_a64_untyped_atomic_float_desc() argument 925 SET_BITS(response_expected, 5, 5); in brw_dp_a64_untyped_atomic_float_desc() 936 bool response_expected) in brw_dp_typed_atomic_desc() argument 959 SET_BITS(response_expected, 5, 5); in brw_dp_typed_atomic_desc() [all …]
|
D | brw_eu_emit.c | 3088 bool response_expected, in brw_untyped_atomic() argument 3101 brw_surface_payload_size(response_expected, exec_size); in brw_untyped_atomic() 3105 response_expected); in brw_untyped_atomic()
|