/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/ |
H A D | vktTessellationCoordinatesTests.cpp | 272 const std::vector<tcu::Vec3>::const_iterator first = std::lower_bound(sorted.begin(), sorted.end(), ref, vec3XLessThan); 273 if (first == sorted.end()) 689 const size_t maxNumVertices = static_cast<int>(std::max_element(allReferenceTessCoords.begin(), allReferenceTessCoords.end(), SizeLessThan<std::vector<tcu::Vec3> >())->size());
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
H A D | vktImageAtomicSpirvShaders.cpp | 6604 DE_ASSERT(iter != kShadersMap.end()); in getSpirvAtomicOpShader() 6658 print("; %s" % (glsl_line,), end="") 6669 print("%s" % (spirv_line, ), end="")
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | Analysis.cpp | 65 // elt and recurse inside the element with the end of the indices list in ComputeLinearIndex() 323 std::equal(InsertLoc.begin(), InsertLoc.end(), ValLoc.rbegin())) { in getNoopInput() 364 // that we end up back at the tail call instruction itself. in slotOnlyDiscardsData() 518 // The block must end in a return statement or unreachable. in isInTailCallPosition() 524 // longjmp on x86), it can end up causing miscompilation that has not in isInTailCallPosition() 535 for (BasicBlock::const_iterator BBI = std::prev(ExitBB->end(), 2);; --BBI) { in isInTailCallPosition() 541 // A lifetime end or assume intrinsic should not stop tail call in isInTailCallPosition() 685 // that end up not generating any code. in returnTypeIsEligibleForTailCall() 777 if (MBBI == MBB.end() || MBBI->getOpcode() != TII->getCatchReturnOpcode()) in getEHScopeMembership()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | Value.cpp | 147 BasicBlock::const_iterator BI = BB->begin(), BE = BB->end(); in isUsedInBasicBlock() 192 assert(I != Ctx.pImpl->ValueNames.end() && in getValueName() 528 } // end anonymous namespace 838 E = Handles.end(); I != E; ++I) { in AddToUseList()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/ |
H A D | esextcGeometryShaderInput.cpp | 629 for (testContainer::iterator it = m_tests.begin(); it != m_tests.end(); ++it) in init() 673 for (testContainer::iterator it = m_tests.begin(); it != m_tests.end(); ++it) in iterate() 744 for (testContainer::iterator it = m_tests.begin(); it != m_tests.end(); ++it) in deinit()
|
/third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
H A D | device.cc | 390 required_extensions.end()); in AreAllExtensionsSupported() 719 std::find(required_features.begin(), required_features.end(), in Initialize() 720 kSubgroupSizeControl) != required_features.end(); in Initialize()
|
H A D | engine_vulkan.cc | 69 required_extensions.end()); in AreAllExtensionsSupported() 298 if (it != info.shader_info.end()) in SetShader() 302 if (shaders_.find(shader_name) != shaders_.end()) { in SetShader()
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkOpsRenderPass.cpp | 141 // Start with the right side of rect so we know if we end up going pass the maxWidth. in adjust_bounds_to_granularity() 160 // Start with the bottom side of rect so we know if we end up going pass the maxHeight. in adjust_bounds_to_granularity() 212 fCurrentSecondaryCommandBuffer->end(fGpu); in beginRenderPass() 487 // If we end up in a situation where we are calling clear without a scissior then in general it in onClear() 601 fCurrentSecondaryCommandBuffer->end(fGpu); in inlineUpload() 617 fCurrentSecondaryCommandBuffer->end(fGpu); in onEnd()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | scalar_analysis.cpp | 167 if (itr != recurrent_node_map_.end()) return itr->second; in AnalyzeInstruction() 367 if (itr != node_cache_.end()) { in GetCachedOrAdd() 904 for (const SENode* operand : make_range(++node->begin(), node->end())) { in VisitExpr()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | scalar_analysis.cpp | 167 if (itr != recurrent_node_map_.end()) return itr->second; in AnalyzeInstruction() 367 if (itr != node_cache_.end()) { in GetCachedOrAdd() 904 for (const SENode* operand : make_range(++node->begin(), node->end())) { in VisitExpr()
|
/third_party/skia/third_party/externals/libpng/ |
H A D | pngtrans.c | 462 png_const_bytep end, table; in png_do_packswap() local 464 end = row + row_info->rowbytes; in png_do_packswap() 478 for (rp = row; rp < end; rp++) in png_do_packswap() 492 * end (not in the middle) of each pixel. 499 png_bytep ep = row + row_info->rowbytes; /* One beyond end of row */ in png_do_strip_channel() 502 * it is copied to. ep always points just beyond the end of the row, so in png_do_strip_channel()
|
/third_party/skia/src/sksl/codegen/ |
H A D | SkSLPipelineStageCodeGenerator.cpp | 248 if (it != fVariableNames.end()) { in writeVariableReference() 312 if (it != fFunctionNames.end()) { in functionName() 454 return it != fStructNames.end() ? it->second : String(type.name()); in typeName()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
H A D | ShaderModuleD3D12.cpp | 92 map.end()); in Serialize() 289 if (it != remappedBindingPoints.end()) { in Create() 646 if (it != data->remappings.end()) { in TranslateToHLSL()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | CompileOnDemandLayer.h | 309 LogicalDylibs.end(), in addModule() 327 assert(I != LogicalDylibs.end() && "VModuleKey K not valid here"); in removeModule() 368 for (auto LDE = LogicalDylibs.end(); LDI != LDE; ++LDI) { in updatePointer() 766 } // end namespace orc 767 } // end namespace llvm
|
H A D | OrcRemoteTargetClient.h | 365 if (I == StubIndexes.end()) 377 if (I == StubIndexes.end()) 386 assert(I != StubIndexes.end() && "No stub pointer for symbol"); 696 } // end namespace remote 697 } // end namespace orc 698 } // end namespace llvm
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | IVDescriptors.cpp | 386 Worklist.append(PHIs.begin(), PHIs.end()); in AddReductionVar() 387 Worklist.append(NonPHIs.begin(), NonPHIs.end()); in AddReductionVar() 410 // will end up with different kinds of operations in the recurrence in AddReductionVar() 727 if (SinkAfter.find(I) != SinkAfter.end()) in isFirstOrderRecurrence()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | SeparateConstOffsetFromGEP.cpp | 154 // them. So we end up with a better addressing mode. 462 } // end anonymous namespace 1128 for (BasicBlock::iterator I = B.begin(), IE = B.end(); I != IE;) in runOnFunction() 1146 if (Pos == DominatingExprs.end()) in findClosestMatchingDominator() 1204 for (auto I = BB->begin(); I != BB->end(); ) { in reuniteExts()
|
H A D | StructurizeCFG.cpp | 289 } // end anonymous namespace 349 for (auto I = RPOT.begin(), E = RPOT.end(); I != E; ++I) { in orderNodes() 382 std::reverse(Order.begin(), Order.end()); in orderNodes() 385 /// Determine the end of the loops 741 if (!NeedEmpty || Entry->getFirstInsertionPt() == Entry->end()) in needPrefix() 874 // Create an extra loop end node
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | PredicateInfo.cpp | 211 // LN_beginning), so we won't be in this function. For assumes, we will end in getMiddleDef() 264 // when we hit the end of the phi uses for a given def. in stackIsInScope() 546 for (auto RenameIter = RenameStack.end() - Start; in materializeStack() 547 RenameIter != RenameStack.end(); ++RenameIter) { in materializeStack() 586 // that defs end up getting pushed before hitting the correct uses. This does 724 if (OIN == ValueInfoNums.end()) { in getOrCreateValueInfo()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUSubtarget.cpp | 527 // Being able to dereference past the end is useful for emitting scalar loads. in getKernArgSegmentSize() 830 if (SU != Succs[I] && llvm::find(Succs, SU) == Succs.end()) in canAddEdge() 838 if (llvm::find(Succs, SU) != Succs.end()) in canAddEdge() 897 auto E = DAG->SUnits.end();
|
H A D | SIShrinkInstructions.cpp | 560 for (MachineFunction::iterator BI = MF.begin(), BE = MF.end(); in runOnMachineFunction() 565 for (I = MBB.begin(); I != MBB.end(); I = Next) { in runOnMachineFunction() 607 Next != MBB.end() && in runOnMachineFunction() 630 // it won't know if the src == dest constraint will end up being in runOnMachineFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | Thumb2InstrInfo.cpp | 113 if (MBBI == MBB.end()) in isLegalToSplitMBBAt() 140 if (I != MBB.end()) DL = I->getDebugLoc(); in storeRegToStackSlot() 188 if (I != MBB.end()) DL = I->getDebugLoc(); in loadRegFromStackSlot()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonMachineScheduler.cpp | 310 for (SUnit::succ_iterator I = SU->Succs.begin(), E = SU->Succs.end(); in releaseBottomNode() 406 // TODO: Check if this SU must end a dispatch group. in bumpNode() 503 for (ReadyQueue::iterator I = Q.begin(), E = Q.end(); I != E; ++I) { in readyQueueVerboseDump() 777 for (ReadyQueue::iterator I = Q.begin(), E = Q.end(); I != E; ++I) { in pickNodeFromQueue()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/AsmParser/ |
H A D | WebAssemblyAsmParser.cpp | 265 error(Twine("Unmatched block construct(s) at function end: ") + in ensureEmptyNestingStack() 437 if (Sep.getLoc().getPointer() != Name.end() || 446 Id.getLoc().getPointer() != Name.end()) 454 WebAssemblyOperand::Token, NameLoc, SMLoc::getFromPointer(Name.end()), 899 } // end anonymous namespace
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86FixupLEAs.cpp | 212 for (MachineBasicBlock::iterator I = MBB.begin(); I != MBB.end(); ++I) { in runOnMachineFunction() 228 for (MachineBasicBlock::iterator I = MBB.begin(); I != MBB.end(); ++I) in runOnMachineFunction() 262 I = --MBB.end(); in getPreviousInstr()
|