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

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_instruction_selection.cpp11690 std::stack<if_context, std::vector<if_context>> if_contexts; local in function:aco::select_gs_copy_shader
11705 if_contexts.emplace();
11706 begin_uniform_if_then(&ctx, &if_contexts.top(), cond);
11743 begin_uniform_if_else(&ctx, &if_contexts.top());
11748 while (!if_contexts.empty()) {
11749 end_uniform_if(&ctx, &if_contexts.top());
11750 if_contexts.pop();

Completed in 22 milliseconds