HomeSort by relevance Sort by last modified time
    Searched refs:flags_read (Results 1 - 7 of 7) sorted by null

  /external/mesa3d/src/intel/compiler/
brw_fs_cmod_propagation.cpp 188 read_flag = read_flag || scan_inst->flags_read(devinfo);
brw_fs_dead_code_eliminate.cpp 137 flag_live[0] |= inst->flags_read(devinfo);
brw_fs_live_variables.cpp 129 bd->flag_use[0] |= inst->flags_read(v->devinfo) & ~bd->flag_def[0];
brw_fs_cse.cpp 323 if (entry->generator->flags_read(devinfo) ||
brw_ir_fs.h 356 unsigned flags_read(const gen_device_info *devinfo) const;
brw_schedule_instructions.cpp     [all...]
brw_fs.cpp 910 fs_inst::flags_read(const gen_device_info *devinfo) const function in class:fs_inst
    [all...]

Completed in 118 milliseconds