Searched refs:read_before_write (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dloop_analysis.h135 bool read_before_write; member in class:loop_variable
177 && !this->read_before_write
H A Dloop_analysis.cpp248 this->read_before_write = true;
332 * the variable, and set its \c read_before_write field appropriately based on
345 lv->read_before_write = !in_assignee;
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dloop_analysis.h135 bool read_before_write; member in class:loop_variable
177 && !this->read_before_write
H A Dloop_analysis.cpp294 this->read_before_write = true;
379 * the variable, and set its \c read_before_write field appropriately based on
392 lv->read_before_write = !in_assignee;

Completed in 6 milliseconds