| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/api/ |
| H A D | program.cpp | 43 if (any_of([&](const device &dev) { 58 any_of(is_zero(), range(strings, count))) 88 if (any_of([&](const device &dev) { 116 if (any_of(key_equals(CL_INVALID_VALUE), result)) 119 if (any_of(key_equals(CL_INVALID_BINARY), result)) 139 if (any_of([&](const device &dev) { 189 } else if (any_of([&](const device &dev){ 230 if (!any_of(key_equals(name), headers)) 293 if (create_library && any_of([&](const program &prog) { 308 else if (any_of(has_binar [all...] |
| H A D | kernel.cpp | 208 any_of([&](const event &ev) { 213 if (any_of([](kernel::argument &arg) { 221 if (!any_of(type_equals(module::section::text_executable), m.secs)) 233 if (!d_grid_size || any_of(is_zero(), grid_size)) 257 if (any_of(is_zero(), block_size) || 258 any_of(greater(), block_size, q.device().max_block_size())) 261 if (any_of(modulus(), grid_size, block_size))
|
| H A D | sampler.cpp | 34 if (!any_of(std::mem_fn(&device::image_support), ctx.devices()))
|
| H A D | transfer.cpp | 57 if (any_of(is_zero(), region)) 69 if (any_of([&](const event &ev) { 85 if (any_of(greater(), map(multiplies(), pitch, region), tail(pitch))) 92 if (any_of(is_zero(), region)) 110 if (any_of(greater(), orig + region, size)) 113 if (any_of(is_zero(), region)) 127 if (any_of(greater(), map(multiplies(), pitch, region), tail(pitch)))
|
| H A D | memory.cpp | 138 if (!any_of(std::mem_fn(&device::image_support), ctx.devices()))
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/core/core/ |
| H A D | program.cpp | 110 if (any_of(type_equals(module::section::text_intermediate), binary.secs)) 112 else if (any_of(type_equals(module::section::text_library), binary.secs)) 114 else if (any_of(type_equals(module::section::text_executable), binary.secs))
|
| H A D | event.cpp | 242 any_of([](const event &ev) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/core/ |
| H A D | program.cpp | 114 if (any_of(type_equals(binary::section::text_intermediate), bin.secs)) 116 else if (any_of(type_equals(binary::section::text_library), bin.secs)) 118 else if (any_of(type_equals(binary::section::text_executable), bin.secs))
|
| H A D | event.cpp | 247 any_of([](const event &ev) {
|
| H A D | kernel.cpp | 43 if (!any_of(f, b.secs)) 71 if (any_of(is_zero(), grid_size)) 144 if (any_of(is_zero(), grid_size))
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/api/ |
| H A D | kernel.cpp | 249 any_of([&](const event &ev) { 254 if (any_of([](kernel::argument &arg) { 262 if (!any_of(type_equals(binary::section::text_executable), b.secs)) 295 if (any_of(is_zero(), block_size) || 296 any_of(greater(), block_size, q.device().max_block_size())) 299 if (any_of(modulus(), grid_size, block_size)) 379 if (!any_of(std::mem_fn(&device::svm_support), obj(d_kern).program().devices())) 397 if (!any_of(std::mem_fn(&device::svm_support), obj(d_kern).program().devices()))
|
| H A D | program.cpp | 72 if (any_of([&](const device &dev) { 110 any_of(is_zero(), range(strings, count))) 140 if (any_of([&](const device &dev) { 168 if (any_of(key_equals(CL_INVALID_VALUE), result)) 171 if (any_of(key_equals(CL_INVALID_BINARY), result)) 233 if (any_of([&](const device &dev) { 284 } else if (any_of([&](const device &dev){ 326 if (!any_of(key_equals(name), headers)) 389 if (create_library && any_of([&](const program &prog) { 404 else if (any_of(has_binar [all...] |
| H A D | sampler.cpp | 34 if (!any_of(std::mem_fn(&device::image_support), ctx.devices()))
|
| H A D | memory.cpp | 177 if (!any_of(std::mem_fn(&device::image_support), ctx.devices())) 519 if (!any_of(std::mem_fn(&device::svm_support), ctx.devices())) 563 if (!any_of(std::mem_fn(&device::svm_support), ctx.devices()))
|
| H A D | transfer.cpp | 62 if (any_of(is_zero(), region)) 74 if (any_of([&](const event &ev) { 90 if (any_of(greater(), map(multiplies(), pitch, region), tail(pitch))) 97 if (any_of(is_zero(), region)) 116 if (any_of(greater(), orig + region, size)) 119 if (any_of(is_zero(), region)) 157 if (any_of(greater(), map(multiplies(), pitch, region), tail(pitch))) 924 if (any_of([&](const memory_obj &m) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/llvm/ |
| H A D | metadata.hpp | 63 return clover::any_of(is_kernel_node_for(f),
|
| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/ |
| H A D | aco_dead_code_analysis.cpp | 88 if (std::any_of(instr->definitions.begin(), instr->definitions.end(),
|
| H A D | aco_insert_NOPs.cpp | 560 return std::any_of(instr->definitions.begin(), instr->definitions.end(), 602 return std::any_of(instr->definitions.begin(), instr->definitions.end(), 610 return std::any_of(instr->definitions.begin(), instr->definitions.end(),
|
| H A D | aco_ssa_elimination.cpp | 323 std::any_of(block.linear_succs.begin(), block.linear_succs.end(),
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/util/ |
| H A D | algorithm.hpp | 188 any_of(F &&f, Rs &&... rs) { function in namespace:clover
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/util/ |
| H A D | algorithm.hpp | 189 any_of(F &&f, Rs &&... rs) { function in namespace:clover
|