tree-wide: replace MAYBE_UNUSED with ASSERTED
Suggested-by: Jason Ekstrand <jason@jlekstrand.net> Signed-off-by: Eric Engestrom <eric.engestrom@intel.com> Reviewed-by: Matt Turner <mattst88@gmail.com>
This commit is contained in:
@@ -1417,7 +1417,7 @@ encode_slm_size(unsigned gen, uint32_t bytes)
|
||||
* '2^n - 1' for some n.
|
||||
*/
|
||||
static inline bool
|
||||
brw_stage_has_packed_dispatch(MAYBE_UNUSED const struct gen_device_info *devinfo,
|
||||
brw_stage_has_packed_dispatch(ASSERTED const struct gen_device_info *devinfo,
|
||||
gl_shader_stage stage,
|
||||
const struct brw_stage_prog_data *prog_data)
|
||||
{
|
||||
|
Reference in New Issue
Block a user