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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_liverange.cpp383 current_unpaired_if_write_scope(nullptr),
418 if (current_unpaired_if_write_scope) {
423 if (scope->is_child_of(current_unpaired_if_write_scope))
428 if (current_unpaired_if_write_scope->id() == scope->id())
515 if (!current_unpaired_if_write_scope ||
516 (current_unpaired_if_write_scope->id() != scope.id() &&
517 scope.is_child_of_ifelse_id_sibling(current_unpaired_if_write_scope))) {
519 current_unpaired_if_write_scope = &scope;
535 (scope.id() == current_unpaired_if_write_scope->id())) {
566 current_unpaired_if_write_scope
[all...]
H A Dsfn_liverange.h186 const prog_scope *current_unpaired_if_write_scope; member in class:r600::temp_comp_access
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi_temprename.cpp216 const prog_scope *current_unpaired_if_write_scope; member in class:__anone335a9c70110::temp_comp_access
655 current_unpaired_if_write_scope(nullptr),
689 if (current_unpaired_if_write_scope) {
694 if (scope->is_child_of(current_unpaired_if_write_scope))
699 if (current_unpaired_if_write_scope->id() == scope->id())
786 if (!current_unpaired_if_write_scope ||
787 (current_unpaired_if_write_scope->id() != scope.id() &&
788 scope.is_child_of_ifelse_id_sibling(current_unpaired_if_write_scope))) {
790 current_unpaired_if_write_scope = &scope;
806 (scope.id() == current_unpaired_if_write_scope
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi_temprename.cpp216 const prog_scope *current_unpaired_if_write_scope; member in class:__anond2bc787a0110::temp_comp_access
655 current_unpaired_if_write_scope(nullptr),
689 if (current_unpaired_if_write_scope) {
694 if (scope->is_child_of(current_unpaired_if_write_scope))
699 if (current_unpaired_if_write_scope->id() == scope->id())
786 if (!current_unpaired_if_write_scope ||
787 (current_unpaired_if_write_scope->id() != scope.id() &&
788 scope.is_child_of_ifelse_id_sibling(current_unpaired_if_write_scope))) {
790 current_unpaired_if_write_scope = &scope;
806 (scope.id() == current_unpaired_if_write_scope
[all...]

Completed in 12 milliseconds