Home
last modified time | relevance | path

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

12345678

/third_party/mesa3d/src/gallium/frontends/clover/api/
H A Dprogram.cpp72 if (any_of([&](const device &dev) { in validate_build_common()
110 any_of(is_zero(), range(strings, count))) in clCreateProgramWithSource()
140 if (any_of([&](const device &dev) { in clCreateProgramWithBinary()
168 if (any_of(key_equals(CL_INVALID_VALUE), result)) in clCreateProgramWithBinary()
171 if (any_of(key_equals(CL_INVALID_BINARY), result)) in clCreateProgramWithBinary()
233 if (any_of([&](const device &dev) { in clCreateProgramWithBuiltInKernels()
284 } else if (any_of([&](const device &dev){ in clBuildProgram()
326 if (!any_of(key_equals(name), headers)) in clCompileProgram()
389 if (create_library && any_of([&](const program &prog) { in validate_link_devices()
404 else if (any_of(has_binar in validate_link_devices()
[all...]
H A Dkernel.cpp249 any_of([&](const event &ev) { in validate_common()
254 if (any_of([](kernel::argument &arg) { in validate_common()
262 if (!any_of(type_equals(binary::section::text_executable), b.secs)) in validate_common()
295 if (any_of(is_zero(), block_size) || in validate_block_size()
296 any_of(greater(), block_size, q.device().max_block_size())) in validate_block_size()
299 if (any_of(modulus(), grid_size, block_size)) in validate_block_size()
379 if (!any_of(std::mem_fn(&device::svm_support), obj(d_kern).program().devices())) in clSetKernelArgSVMPointer()
397 if (!any_of(std::mem_fn(&device::svm_support), obj(d_kern).program().devices())) in clSetKernelExecInfo()
H A Dsampler.cpp34 if (!any_of(std::mem_fn(&device::image_support), ctx.devices())) in clCreateSampler()
H A Dmemory.cpp177 if (!any_of(std::mem_fn(&device::image_support), ctx.devices())) in clCreateImageWithProperties()
589 if (!any_of(std::mem_fn(&device::svm_support), ctx.devices())) in clSVMAlloc()
633 if (!any_of(std::mem_fn(&device::svm_support), ctx.devices())) in clSVMFree()
H A Dtransfer.cpp62 if (any_of(is_zero(), region)) in size()
74 if (any_of([&](const event &ev) { in validate_common()
90 if (any_of(greater(), map(multiplies(), pitch, region), tail(pitch))) in validate_object()
97 if (any_of(is_zero(), region)) in validate_object()
118 if (any_of(greater(), orig + region, size)) in validate_object()
121 if (any_of(is_zero(), region)) in validate_object()
173 if (any_of(greater(), map(multiplies(), pitch, region), tail(pitch))) in validate_object()
940 if (any_of([&](const memory_obj &m) {
/third_party/node/test/cctest/
H A Dtest_per_process.cc23 ASSERT_TRUE(std::any_of(sources.cbegin(), sources.cend(), [](auto p) { in TEST_F()
27 ASSERT_TRUE(std::any_of(sources.cbegin(), sources.cend(), [](auto p) { in TEST_F()
/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Dprogram.cpp114 if (any_of(type_equals(binary::section::text_intermediate), bin.secs)) in binary_type()
116 else if (any_of(type_equals(binary::section::text_library), bin.secs)) in binary_type()
118 else if (any_of(type_equals(binary::section::text_executable), bin.secs)) in binary_type()
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidate_function.cpp164 bool foundAliased = std::any_of( in ValidateFunctionParameter()
169 bool foundRestrict = std::any_of( in ValidateFunctionParameter()
196 bool foundAliased = std::any_of( in ValidateFunctionParameter()
201 bool foundRestrict = std::any_of( in ValidateFunctionParameter()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_function.cpp164 bool foundAliased = std::any_of( in ValidateFunctionParameter()
169 bool foundRestrict = std::any_of( in ValidateFunctionParameter()
196 bool foundAliased = std::any_of( in ValidateFunctionParameter()
201 bool foundRestrict = std::any_of( in ValidateFunctionParameter()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dfuzzer_pass_add_composite_inserts.cpp204 return std::any_of(type.AsStruct()->element_types().begin(), in ContainsPointer()
222 return std::any_of(type.AsStruct()->element_types().begin(), in ContainsRuntimeArray()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dfuzzer_pass_add_composite_inserts.cpp204 return std::any_of(type.AsStruct()->element_types().begin(), in ContainsPointer()
222 return std::any_of(type.AsStruct()->element_types().begin(), in ContainsRuntimeArray()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DCodeMoverUtils.cpp143 if (std::any_of(InstsToCheck.begin(), InstsToCheck.end(), in isSafeToMoveBefore()
163 if (std::any_of(InstsToCheck.begin(), InstsToCheck.end(), in isSafeToMoveBefore()
/third_party/spirv-tools/source/fuzz/
H A Dfuzzer_pass_add_composite_inserts.cpp205 return std::any_of(type.AsStruct()->element_types().begin(), in ContainsPointer()
223 return std::any_of(type.AsStruct()->element_types().begin(), in ContainsRuntimeArray()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonRegisterInfo.cpp275 return !any_of(LIS.getInterval(DstReg), HasCall) && in shouldCoalesce()
276 !any_of(LIS.getInterval(SrcReg), HasCall); in shouldCoalesce()
284 return any_of(LIS.getInterval(LargeReg), HasCall) || in shouldCoalesce()
285 !any_of(LIS.getInterval(SmallReg), HasCall); in shouldCoalesce()
/third_party/spirv-tools/source/val/
H A Dvalidate_function.cpp166 bool foundAliased = std::any_of( in ValidateFunctionParameter()
171 bool foundRestrict = std::any_of( in ValidateFunctionParameter()
198 bool foundAliased = std::any_of( in ValidateFunctionParameter()
203 bool foundRestrict = std::any_of( in ValidateFunctionParameter()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DValueLatticeUtils.cpp31 return !any_of(GV->users(), [&](User *U) { in canTrackGlobalVariableInterprocedurally()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
H A DVPlanSLP.cpp104 if (any_of(Operands, [this](VPValue *Op) { in areVectorizable()
111 if (any_of(Operands, in areVectorizable()
198 if (any_of(Values, [Opcode](VPValue *V) { in getOpcode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/
H A DPipeline.cpp32 return any_of(Stages, [](const std::unique_ptr<Stage> &S) { in hasWorkToProcess()
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Dpass_utils.cpp76 return std::any_of(std::begin(kDebugOpcodes), std::end(kDebugOpcodes), in ContainsDebugOpcode()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Dpass_utils.cpp76 return std::any_of(std::begin(kDebugOpcodes), std::end(kDebugOpcodes), in ContainsDebugOpcode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DProcess.cpp53 if (any_of(IgnoreList, [&](StringRef S) { return fs::equivalent(S, Dir); })) in FindInEnvPath()
/third_party/spirv-tools/test/opt/
H A Dpass_utils.cpp76 return std::any_of(std::begin(kDebugOpcodes), std::end(kDebugOpcodes), in ContainsDebugOpcode()
/third_party/json/tests/src/
H A Dunit-algorithms.cpp33 SECTION("std::any_of")
35 CHECK(std::any_of(j_array.begin(), j_array.end(), [](const json & value)
39 CHECK(std::any_of(j_object.begin(), j_object.end(), [](const json & value)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86CmovConversion.cpp188 if (!llvm::any_of(Group, [&](MachineInstr *I) { return I->mayLoad(); })) in runOnMachineFunction()
321 llvm::any_of( in collectCmovCandidates()
661 if (llvm::any_of(Group, [&](MachineInstr *I) { in convertCmovInstsToBranches()
/third_party/mesa3d/src/amd/compiler/
H A Daco_dead_code_analysis.cpp89 if (std::any_of(instr->definitions.begin(), instr->definitions.end(), in is_dead()

Completed in 19 milliseconds

12345678