Searched refs:dst_is_null (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| H A D | brw_eu_validate.c | 153 dst_is_null(const struct gen_device_info *devinfo, const brw_inst *inst) function in typeref:typename:bool 374 ERROR_IF(!dst_is_null(devinfo, inst) && 857 if (desc->ndst != 0 && !dst_is_null(devinfo, inst)) 988 if (desc->ndst != 0 && !dst_is_null(devinfo, inst)) { 1345 if (desc->ndst == 0 || dst_is_null(devinfo, inst))
|
| H A D | brw_fs_generator.cpp | 268 const bool dst_is_null = dst.file == BRW_ARCHITECTURE_REGISTER_FILE && local in function:fs_generator::generate_send 270 const unsigned rlen = dst_is_null ? 0 : inst->size_written / REG_SIZE;
|
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_eu_validate.c | 166 dst_is_null(const struct intel_device_info *devinfo, const brw_inst *inst) function in typeref:typename:bool 457 ERROR_IF(!dst_is_null(devinfo, inst) && 944 if (desc->ndst != 0 && !dst_is_null(devinfo, inst)) 1075 if (desc->ndst != 0 && !dst_is_null(devinfo, inst)) { 1432 if (desc->ndst == 0 || dst_is_null(devinfo, inst)) 2021 ERROR_IF(dst_is_null(devinfo, inst) &&
|
| H A D | brw_fs_generator.cpp | 327 const bool dst_is_null = dst.file == BRW_ARCHITECTURE_REGISTER_FILE && local in function:fs_generator::generate_send 329 const unsigned rlen = dst_is_null ? 0 : inst->size_written / REG_SIZE;
|
Completed in 18 milliseconds