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

  /external/mesa3d/src/intel/compiler/
brw_vec4_cmod_propagation.cpp 175 read_flag = read_flag || scan_inst->reads_flag();
brw_vec4_dead_code_eliminate.cpp 146 if (inst->reads_flag(c)) {
brw_ir_vec4.h 303 bool reads_flag() function in class:brw::vec4_instruction
308 bool reads_flag(unsigned c) function in class:brw::vec4_instruction
brw_vec4_cse.cpp 238 if (entry->generator->reads_flag() ||
brw_vec4_live_variables.cpp 89 if (inst->reads_flag(c) &&
brw_schedule_instructions.cpp     [all...]

Completed in 2224 milliseconds