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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/api/
H A Dprogram.cpp43 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 Dkernel.cpp208 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 Dsampler.cpp34 if (!any_of(std::mem_fn(&device::image_support), ctx.devices()))
H A Dtransfer.cpp57 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 Dmemory.cpp138 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 Dprogram.cpp110 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 Devent.cpp242 any_of([](const event &ev) {
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/core/
H A Dprogram.cpp114 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 Devent.cpp247 any_of([](const event &ev) {
H A Dkernel.cpp43 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 Dkernel.cpp249 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 Dprogram.cpp72 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 Dsampler.cpp34 if (!any_of(std::mem_fn(&device::image_support), ctx.devices()))
H A Dmemory.cpp177 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 Dtransfer.cpp62 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 Dmetadata.hpp63 return clover::any_of(is_kernel_node_for(f),
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_dead_code_analysis.cpp88 if (std::any_of(instr->definitions.begin(), instr->definitions.end(),
H A Daco_insert_NOPs.cpp560 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 Daco_ssa_elimination.cpp323 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 Dalgorithm.hpp188 any_of(F &&f, Rs &&... rs) { function in namespace:clover
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/util/
H A Dalgorithm.hpp189 any_of(F &&f, Rs &&... rs) { function in namespace:clover

Completed in 19 milliseconds