Home
last modified time | relevance | path

Searched refs:back (Results 551 - 575 of 2281) sorted by relevance

1...<<21222324252627282930>>...92

/third_party/spirv-tools/source/opt/
H A Dir_loader.cpp114 (!spv_inst->dbg_line_insts().back().IsNoLine())) { in AddInstruction()
116 spv_inst->dbg_line_insts().back().Clone(module()->context())); in AddInstruction()
125 spv_inst->dbg_line_insts().back().Clone(module()->context())); in AddInstruction()
/third_party/spirv-tools/test/opt/
H A Ddef_use_test.cpp75 while (!text.empty() && text.back() == '\n') text.pop_back(); in DisassembleInst()
602 while (!text.empty() && text.back() == '\n') text.pop_back(); in DisassembleModule()
656 { // replace and then replace back
1316 EXPECT_EQ(spv::Op::OpSwitch, GetUseOpcodes(context, id).back()); in TEST()
/third_party/json/tests/src/
H A Dunit-msgpack.cpp845 CHECK(result.back() != '\x00');
878 CHECK(result.back() != '\x00');
911 CHECK(result.back() != '\x00');
946 CHECK(result.back() != '\x00');
1207 CHECK(result.back() != '\x00');
1244 CHECK(result.back() != '\x00');
1282 CHECK(result.back() != '\x00');
1319 CHECK(result.back() != '\x00');
1353 CHECK(result.back() != '\x00');
1388 CHECK(result.back() !
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DBuildSPIRV.cpp534 // External textures are treated as 2D textures in the vulkan back-end. in getSpirvType()
745 const unsigned int length = type.arraySizes.back(); in declareType()
1456 mSpirvCurrentFunctionBlocks.back().labelId = getNewId({}); in startNewFunction()
1551 SpirvConditional &conditional = mConditionalStack.back(); in startConditional()
1570 SpirvConditional &conditional = mConditionalStack.back(); in nextConditionalBlock()
1580 mSpirvCurrentFunctionBlocks.back().labelId = blockId; in nextConditionalBlock()
1588 ASSERT(mConditionalStack.back().nextBlockToWrite == mConditionalStack.back().blockIds.size()); in endConditional()
1616 return conditional.blockIds.back(); in getBreakTargetId()
1813 const spirv::IdRef mergeBlock = getCurrentConditional()->blockIds.back(); in writeBranchConditionalBlockEnd()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp836 BasicBlock *DirtyBB = DirtyBlocks.back(); in getNonLocalCallDependency()
1056 NonLocalDepEntry Val = Cache.back(); in SortNonLocalDepInfoCache()
1066 NonLocalDepEntry Val = Cache.back(); in SortNonLocalDepInfoCache()
1339 PHITransAddr &PredPointer = PredList.back().second; in getNonLocalPointerDepFromBB()
1614 ReverseLocalDeps[ReverseDepsToAdd.back().first].insert( in removeInstruction()
1615 ReverseDepsToAdd.back().second); in removeInstruction()
1645 ReverseNonLocalDeps[ReverseDepsToAdd.back().first].insert( in removeInstruction()
1646 ReverseDepsToAdd.back().second); in removeInstruction()
1688 ReverseNonLocalPtrDeps[ReversePtrDepsToAdd.back().first].insert( in removeInstruction()
1689 ReversePtrDepsToAdd.back() in removeInstruction()
[all...]
/kernel/linux/linux-5.10/arch/arm/mach-omap1/
H A Dsram.S49 lock: ldrh r4, [r2], #0 @ read back dpll value
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/
H A Di40e_osdep.h23 dev_dbg(&((struct i40e_pf *)hw->back)->pdev->dev, S, ##A); \
/kernel/linux/linux-6.6/arch/arm/mach-omap1/
H A Dsram.S49 lock: ldrh r4, [r2], #0 @ read back dpll value
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/
H A Di40e_osdep.h23 dev_dbg(&((struct i40e_pf *)hw->back)->pdev->dev, S, ##A); \
/third_party/glslang/gtests/
H A DLink.FromFile.cpp63 auto* shader = shaders.back().get(); in TEST_P()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_llvm_helper.cpp111 radv_llvm_per_thread_info &tinfo = radv_llvm_per_thread_list.back(); in radv_init_llvm_compiler()
/third_party/node/deps/v8/src/parsing/
H A Dfunc-name-inferrer.cc43 CHECK(names_stack_.back().name()->IsOneByteEqualTo("async")); in RemoveAsyncKeywordFromEnd()
/third_party/node/deps/v8/src/torque/
H A Dtype-oracle.cc70 return Get().generic_type_instantiation_namespaces_.back().get(); in CreateGenericTypeInstantiationNamespace()
/third_party/node/deps/v8/src/utils/
H A Ddetachable-vector.h77 T& back() const { return at(size_ - 1); } in back() function in v8::internal::DetachableVector
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/Test/
H A DSimple.pm53 =back
/third_party/openssl/util/perl/OpenSSL/Test/
H A DSimple.pm53 =back
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/util/
H A DvktConstexprVectorUtil.hpp70 inline constexpr const_reference back() const noexcept { return values[count - 1]; }
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DIdGen.cpp54 if (mNewNameBuffer.back() != '_') in createNewName()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/d3d/
H A DWrapSwitchStatementsInBlocks.cpp86 ASSERT(declaration != statementList->back()); in visitSwitch()
H A DSeparateArrayInitialization.cpp52 TIntermBinary *initNode = sequence->back()->getAsBinaryNode(); in visitDeclaration()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DLoopTraversal.cpp42 MachineBasicBlock *ActiveMBB = &*Workqueue.back(); in traverse()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugPubTable.cpp29 Set &SetData = Sets.back(); in DWARFDebugPubTable()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/
H A DPipeline.cpp78 Stage *Last = Stages.back().get(); in appendStage()
/third_party/vk-gl-cts/executor/
H A DxeXMLWriter.cpp182 m_rawDst << "</" << m_elementStack.back() << ">"; in operator <<()
/third_party/skia/src/gpu/
H A DGrStagingBufferManager.cpp42 buffer = &fBuffers.back(); in allocateStagingBufferSlice()

Completed in 20 milliseconds

1...<<21222324252627282930>>...92