Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_eu_validate.c165 dst_is_null(const struct gen_device_info *devinfo, const brw_inst *inst) in dst_is_null() function
454 ERROR_IF(!dst_is_null(devinfo, inst) && in send_restrictions()
941 if (desc->ndst != 0 && !dst_is_null(devinfo, inst)) in general_restrictions_on_region_parameters()
1072 if (desc->ndst != 0 && !dst_is_null(devinfo, inst)) { in general_restrictions_on_region_parameters()
1429 if (desc->ndst == 0 || dst_is_null(devinfo, inst)) in region_alignment_rules()
Dbrw_fs_generator.cpp327 const bool dst_is_null = dst.file == BRW_ARCHITECTURE_REGISTER_FILE && in generate_send() local
329 const unsigned rlen = dst_is_null ? 0 : inst->size_written / REG_SIZE; in generate_send()