| /third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
| H A D | vkPrograms.cpp | 289 // first in cacheInsert() 349 bool first = true; in shaderCacheFirstRunCheck() local 352 // 1) The cache and cache mutex only have to be initialized once by the first thread that arrives here. in shaderCacheFirstRunCheck() 354 // cache mutex, only to try to lock the cache mutex while the first thread is still initializing it. To prevent this, we must in shaderCacheFirstRunCheck() 390 first = false; in shaderCacheFirstRunCheck() 406 if (first) in shaderCacheFirstRunCheck()
|
| /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()) 275 return static_cast<int>(std::distance(sorted.begin(), first)); 300 // Binary search the index of the first point in supersetSorted with x in the [subPt.x() - epsilon, subPt.x() + epsilon] range.
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| H A D | MachineCSE.cpp | 644 unsigned OldReg = CSEPair.first; in ProcessBlockCSE() 660 if (!MI->getOperand(PhysDef.first).isDead()) in ProcessBlockCSE() 661 CSMI->getOperand(PhysDef.first).setIsDead(false); in ProcessBlockCSE()
|
| H A D | TailDuplicator.cpp | 210 MachineBasicBlock *SrcBB = LI->second[j].first; in tailDuplicateAndUpdate() 510 MachineBasicBlock *SrcBB = LI->second[j].first; in updateSuccessorsPHIs() 907 // Process PHI instructions first. in tailDuplicate() 970 // Process PHI instructions first. in tailDuplicate() 991 auto C = BuildMI(*MBB, Loc, DebugLoc(), CopyD, CI.first) in appendCopies()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
| H A D | ConstantsContext.h | 601 return hash_combine(Val.first, Val.second.getHash()); in getHashValue() 605 return Val.first; in getHashValue() 611 if (LHS.first != RHS->getType()) in isEqual()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/ |
| H A D | ELFAsmParser.cpp | 501 // Set the defaults first. in ParseSectionArguments() 629 cast_or_null<MCSectionELF>(CurrentSection.first)) in ParseSectionArguments() 660 if (PreviousSection.first == nullptr) in ParseDirectivePrevious() 662 getStreamer().SwitchSection(PreviousSection.first, PreviousSection.second); in ParseDirectivePrevious() 695 // optional in the first case, however, GAS will silently treat the comma as in ParseDirectiveType() 697 // the first form only accepts STT_<TYPE_IN_UPPER_CASE>, in reality, GAS in ParseDirectiveType()
|
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
| H A D | libGLESv2.hpp | 89 void (GL_APIENTRY *glDrawArrays)(GLenum mode, GLint first, GLsizei count); 91 void (GL_APIENTRY *glDrawArraysInstancedEXT)(GLenum mode, GLint first, GLsizei count, GLsizei instanceCount); 94 void (GL_APIENTRY *glDrawArraysInstancedANGLE)(GLenum mode, GLint first, GLsizei count, GLsizei instanceCount);
|
| /third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
| H A D | LLVMJIT.cpp | 188 jitTargetMachineBuilder.getFeatures().AddFeature(feature.first(), feature.second); in get() 586 auto name = symbol.first; 609 void *address = dlsym(RTLD_DEFAULT, (*symbol.first).data());
|
| /third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
| H A D | transformation_flatten_conditional_branch.cpp | 115 if (InstructionNeedsPlaceholder(ir_context, *inst_to_info.first)) { in IsApplicable() 131 value_def->type_id() != inst_to_info.first->type_id() || in IsApplicable() 133 ir_context, inst_to_info.first, in IsApplicable() 221 // false branch. If the true branch is to be laid out first, we need to visit in Apply() 222 // the false branch first, because each branch is moved to right after the in Apply() 226 // Similarly, we need to visit the true branch first, if we want it to be in Apply() 233 // Get the ids of the starting blocks of the first and last branches to be in Apply() 234 // laid out. The first branch is the true branch iff in Apply() 257 // Get a reference to the last block in the first branch that will be laid out in Apply() 273 // Get the id of the first bloc in Apply() [all...] |
| /third_party/skia/third_party/externals/spirv-tools/source/opt/ |
| H A D | inline_pass.cpp | 493 // Move the OpLoopMerge from the last block back to the first, where in MoveLoopMergeInstToFirstBlock() 495 auto& first = new_blocks->front(); in MoveLoopMergeInstToFirstBlock() local 497 assert(first != last); in MoveLoopMergeInstToFirstBlock() 499 // Insert a modified copy of the loop merge into the first block. in MoveLoopMergeInstToFirstBlock() 504 first->tail().InsertBefore(std::move(cp_inst)); in MoveLoopMergeInstToFirstBlock() 533 // blocks in the loop. Instead, it should be placed at the end of the first in GenInlineCode() 571 // block into the first block. We also wait to avoid in GenInlineCode()
|
| H A D | ir_context.cpp | 280 Instruction* user = p.first; in ReplaceAllUsesWithPredicate() 729 for (auto it = range.first; it != range.second; ++it) { in RemoveFromIdToName() 748 .first->second; in GetLoopDescriptor()
|
| H A D | upgrade_memory_model.cpp | 79 // Upgrade modf and frexp first since they generate new stores. in UpgradeInstructions() 207 // There are two memory access operands. The first is for the target and in UpgradeMemoryAndImages() 239 // visible flags are used the first scope operand is for availability in UpgradeMemoryAndImages() 335 cached_result.first = false; in TraceInstruction() 373 cached_result.first = true; in TraceInstruction() 399 cached_result.first = is_coherent; in TraceInstruction()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
| H A D | transformation_flatten_conditional_branch.cpp | 115 if (InstructionNeedsPlaceholder(ir_context, *inst_to_info.first)) { in IsApplicable() 131 value_def->type_id() != inst_to_info.first->type_id() || in IsApplicable() 133 ir_context, inst_to_info.first, in IsApplicable() 221 // false branch. If the true branch is to be laid out first, we need to visit in Apply() 222 // the false branch first, because each branch is moved to right after the in Apply() 226 // Similarly, we need to visit the true branch first, if we want it to be in Apply() 233 // Get the ids of the starting blocks of the first and last branches to be in Apply() 234 // laid out. The first branch is the true branch iff in Apply() 257 // Get a reference to the last block in the first branch that will be laid out in Apply() 273 // Get the id of the first bloc in Apply() [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| H A D | inline_pass.cpp | 493 // Move the OpLoopMerge from the last block back to the first, where in MoveLoopMergeInstToFirstBlock() 495 auto& first = new_blocks->front(); in MoveLoopMergeInstToFirstBlock() local 497 assert(first != last); in MoveLoopMergeInstToFirstBlock() 499 // Insert a modified copy of the loop merge into the first block. in MoveLoopMergeInstToFirstBlock() 504 first->tail().InsertBefore(std::move(cp_inst)); in MoveLoopMergeInstToFirstBlock() 533 // blocks in the loop. Instead, it should be placed at the end of the first in GenInlineCode() 571 // block into the first block. We also wait to avoid in GenInlineCode()
|
| H A D | ir_context.cpp | 280 Instruction* user = p.first; in ReplaceAllUsesWithPredicate() 729 for (auto it = range.first; it != range.second; ++it) { in RemoveFromIdToName() 748 .first->second; in GetLoopDescriptor()
|
| H A D | upgrade_memory_model.cpp | 79 // Upgrade modf and frexp first since they generate new stores. in UpgradeInstructions() 207 // There are two memory access operands. The first is for the target and in UpgradeMemoryAndImages() 239 // visible flags are used the first scope operand is for availability in UpgradeMemoryAndImages() 335 cached_result.first = false; in TraceInstruction() 373 cached_result.first = true; in TraceInstruction() 399 cached_result.first = is_coherent; in TraceInstruction()
|
| /third_party/skia/third_party/externals/libjpeg-turbo/ |
| H A D | jdhuff_opt.c | 211 int first = p; // the index of the first code of this length. in jpeg_make_d_ac_derived_tbl() local 230 left = (1 << offset_bit) - (htbl->bits[l] - (p - first)); in jpeg_make_d_ac_derived_tbl() 250 first = p; in jpeg_make_d_ac_derived_tbl()
|
| /third_party/skia/tests/ |
| H A D | PathOpsExtendedTest.cpp | 425 bool first = true; in json_path_out() local 427 if (first) { in json_path_out() 428 first = false; in json_path_out()
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
| H A D | DeviceVk.cpp | 543 VkFence fence = mFencesInFlight.front().first; in CheckAndUpdateCompletedSerials() 869 VkFence fence = mFencesInFlight.front().first; in WaitForIdleForDestruction() 962 fn.DestroyFence(mVkDevice, *mFencesInFlight.front().first, nullptr); in DestroyImpl()
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| H A D | hb-ot-math-table.hh | 712 _.first.extract (_.second, mult, font); in get_parts() 781 _.second = {_.first.variantGlyph, font->em_mult (_.first.advanceMeasurement, mult)}; in get_variants()
|
| /third_party/python/Lib/test/ |
| H A D | test_generators.py | 655 This may be surprising at first: 907 ... first, rest = x[0], x[1:] 908 ... # A combination does or doesn't contain first. 911 ... c.insert(0, first) 913 ... # If it doesn't contain first, it's a k comb of rest. 1100 in increasing order, where i,j,k >= 0. Trickier than it may look at first! 1204 ... next(g) # throw first away 1227 - produce at least a first element without presupposing the existence of 1285 ... next(fibTail) # throw first away 1709 # Generate the first mov 1710 def first(): global() function [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
| H A D | BlockFrequencyInfoImpl.cpp | 356 if (!addToDist(Dist, OuterLoop, Loop.getHeader(), I.first, in addLoopSuccessorsToDist() 508 // RPO, the head scale will be updated by the loop scale first, and then the in unwrapLoop() 695 auto &Irr = *I->first; in findIrreducibleHeaders() 722 auto &Irr = *I.first; in findIrreducibleHeaders()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
| H A D | LoopUnrollAndJam.cpp | 267 // We keep track of the entering/first and exiting/last block of each of in UnrollAndJamLoop() 355 const_cast<Value *>(It == 1 ? VI->first : LastValueMap[VI->first]); in UnrollAndJamLoop() 356 LastValueMap[VI->first] = VI->second; in UnrollAndJamLoop()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
| H A D | STLExtras.h | 325 /// \brief Function object to check whether the first component of a std::pair 326 /// compares less than the first component of another std::pair. 329 return lhs.first < rhs.first; in operator ()() 596 return std::hash<First>()(P.first) * 31 + std::hash<Second>()(P.second); in operator ()()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
| H A D | MachOEmitter.cpp | 420 return a.first < b.first; in writeLinkEditData() 424 ZeroToOffset(OS, writeOp.first); in writeLinkEditData()
|