HomeSort by: relevance | last modified time | path
    Searched refs:all_of (Results 1 - 15 of 15) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/api/
memory.cpp 221 if (all_of([=](const device &dev) {
235 if (all_of([=](const device &dev) {
250 if (all_of([=](const device &dev) {
404 const bool system_svm = all_of(std::mem_fn(&device::has_system_svm),
536 bool can_emulate = all_of(std::mem_fn(&device::has_system_svm), ctx.devices());
566 bool can_emulate = all_of(std::mem_fn(&device::has_system_svm), ctx.devices());
kernel.cpp 402 const bool has_system_svm = all_of(std::mem_fn(&device::has_system_svm),
program.cpp 398 else if (all_of(has_binary, progs))
transfer.cpp 193 if (all_of(interval_overlaps(),
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/util/
algorithm.hpp 174 all_of(F &&f, Rs &&... rs) { function in namespace:clover
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/util/
algorithm.hpp 173 all_of(F &&f, Rs &&... rs) { function in namespace:clover
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/api/
memory.cpp 178 if (all_of([=](const device &dev) {
193 if (all_of([=](const device &dev) {
program.cpp 302 else if (all_of(has_binary, progs))
transfer.cpp 163 if (all_of(interval_overlaps(),
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/core/
format.cpp 160 if (all_of([=](const device &dev) {
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/core/core/
format.cpp 153 if (all_of([=](const device &dev) {
  /xsrc/external/mit/MesaLib/dist/src/amd/compiler/
aco_optimizer_postRA.cpp 71 bool all_same = std::all_of(
117 std::all_of(ctx.instr_idx_by_regs[ctx.current_block->index].begin() + r,
aco_lower_phis.cpp 97 if (std::all_of(ops.begin() + 1, ops.end(), [&](Operand same) { return same == ops[0]; }))
aco_register_allocation.cpp 907 bool is_valid = std::all_of(std::next(reg_win.begin()), reg_win.end(), is_free);
926 std::all_of(&entry.second[i], &entry.second[std::min(4u, i + rc.bytes())],
1931 bool all_same = std::all_of(phi->operands.cbegin() + 1, phi->operands.cend(), OpsSame);
aco_optimizer.cpp 509 std::all_of(instr->definitions.begin(), instr->definitions.end(),
1626 if (std::all_of(instr->operands.begin(), instr->operands.end(),

Completed in 60 milliseconds