/third_party/mesa3d/src/gallium/frontends/clover/api/ |
H A D | program.cpp | 72 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 D | kernel.cpp | 249 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 D | sampler.cpp | 34 if (!any_of(std::mem_fn(&device::image_support), ctx.devices())) in clCreateSampler()
|
H A D | memory.cpp | 177 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 D | transfer.cpp | 62 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 D | test_per_process.cc | 23 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 D | program.cpp | 114 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 D | validate_function.cpp | 164 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 D | validate_function.cpp | 164 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 D | fuzzer_pass_add_composite_inserts.cpp | 204 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 D | fuzzer_pass_add_composite_inserts.cpp | 204 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 D | CodeMoverUtils.cpp | 143 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 D | fuzzer_pass_add_composite_inserts.cpp | 205 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 D | HexagonRegisterInfo.cpp | 275 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 D | validate_function.cpp | 166 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 D | ValueLatticeUtils.cpp | 31 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 D | VPlanSLP.cpp | 104 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 D | Pipeline.cpp | 32 return any_of(Stages, [](const std::unique_ptr<Stage> &S) { in hasWorkToProcess()
|
/third_party/skia/third_party/externals/spirv-tools/test/opt/ |
H A D | pass_utils.cpp | 76 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 D | pass_utils.cpp | 76 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 D | Process.cpp | 53 if (any_of(IgnoreList, [&](StringRef S) { return fs::equivalent(S, Dir); })) in FindInEnvPath()
|
/third_party/spirv-tools/test/opt/ |
H A D | pass_utils.cpp | 76 return std::any_of(std::begin(kDebugOpcodes), std::end(kDebugOpcodes), in ContainsDebugOpcode()
|
/third_party/json/tests/src/ |
H A D | unit-algorithms.cpp | 33 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 D | X86CmovConversion.cpp | 188 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 D | aco_dead_code_analysis.cpp | 89 if (std::any_of(instr->definitions.begin(), instr->definitions.end(), in is_dead()
|