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

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_dead_code_eliminate.cpp 45 !(flag_live[0] & inst->flags_written()) &&
120 flag_live[0] &= ~inst->flags_written();
brw_fs_cmod_propagation.cpp 127 scan_inst->flags_written()) {
160 if (scan_inst->flags_written())
brw_fs_cse.cpp 321 if (inst->flags_written()) {
324 (entry->generator->flags_written() &&
brw_fs_live_variables.cpp 139 bd->flag_def[0] |= inst->flags_written() & ~bd->flag_use[0];
brw_ir_fs.h 363 unsigned flags_written() const;
brw_schedule_instructions.cpp     [all...]
brw_fs.cpp 883 fs_inst::flags_written() const function in class:fs_inst
    [all...]

Completed in 265 milliseconds