Home
last modified time | relevance | path

Searched refs:dst_is_null (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_eu_validate.c129 dst_is_null(const struct gen_device_info *devinfo, const brw_inst *inst) in dst_is_null() function
511 if (desc->ndst != 0 && !dst_is_null(devinfo, inst)) in general_restrictions_on_region_parameters()
642 if (desc->ndst != 0 && !dst_is_null(devinfo, inst)) { in general_restrictions_on_region_parameters()
782 if (desc->ndst == 0 || dst_is_null(devinfo, inst)) in region_alignment_rules()