Searched refs:can_remove (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_lower_to_hw_instr.cpp2205 bool can_remove = block->index < target; local in function:aco::lower_to_hw_instr
2208 for (unsigned i = block->index + 1; can_remove && i < branch->target[0]; i++) {
2214 can_remove = false;
2220 can_remove = false;
2226 can_remove = false;
2230 can_remove = false;
2232 if (!can_remove)
2237 if (can_remove)
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dspirv_to_nir.c6168 can_remove(nir_variable *var, void *data) function in typeref:typename:bool
6317 .can_remove_var = can_remove,

Completed in 12 milliseconds