Home
last modified time | relevance | path

Searched refs:begin (Results 5176 - 5200 of 6001) sorted by relevance

1...<<201202203204205206207208209210>>...241

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DOutputASM.cpp807 for(TIntermSequence::iterator sit = sequence.begin(); sit != sequence.end(); sit++) in visitBinary()
2012 TIntermSequence::iterator it = sequence.begin(); in visitSwitch()
2256 return registerSize(*((*(type.getStruct()->fields().begin()))->type()), 0); in registerSize()
2260 return registerSize(*((*(type.getInterfaceBlock()->fields().begin()))->type()), 0); in registerSize()
2314 for(ActiveUniformBlocks::const_iterator it = shaderObject->activeUniformBlocks.begin(); it != shaderObject->activeUniformBlocks.end(); ++it) in getBlockId()
3231 for(VaryingList::iterator v = activeVaryings.begin(); v != activeVaryings.end(); v++) in declareVarying()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp528 if (I == MBB.begin() || !isUnpredicatedTerminator(*--I)) { in analyzeBranch()
590 if (I != MBB.begin() && isUnpredicatedTerminator(*--I)) in analyzeBranch()
689 if (I == MBB.begin()) return 1; in removeBranch()
1393 for (MachineBasicBlock::iterator I = MBB.begin(), IE = MBB.end();
1577 for (TargetRegisterClass::iterator I = RC->begin(),
1782 MachineBasicBlock::iterator E = MI, B = CmpInstr.getParent()->begin();
/third_party/astc-encoder/Source/
H A Dtinyexr.h8957 unsigned short *outb = out; // begin in hufDecode()
11381 if (std::find(layer_names.begin(), layer_names.end(), full_name) == layer_names.end()) in GetLayers()
12361 data_list[ii].insert(data_list[ii].end(), header.begin(), header.end());
12362 data_list[ii].insert(data_list[ii].end(), buf.begin(),
12363 buf.begin() + data_len);
12391 data_list[ii].insert(data_list[ii].end(), header.begin(), header.end());
12392 data_list[ii].insert(data_list[ii].end(), block.begin(),
12393 block.begin() + data_len);
12416 data_list[ii].insert(data_list[ii].end(), header.begin(), header.end());
12417 data_list[ii].insert(data_list[ii].end(), block.begin(),
[all...]
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan.hpp300 , m_ptr( list.begin() ) in m_ptr()
307 , m_ptr( list.begin() ) in m_ptr()
326 const T * begin() const VULKAN_HPP_NOEXCEPT
438 , m_ptr( list.begin() ) in m_ptr()
447 , m_ptr( list.begin() ) in m_ptr()
456 , m_ptr( list.begin() ) in m_ptr()
465 , m_ptr( list.begin() ) in m_ptr()
482 const T * begin() const VULKAN_HPP_NOEXCEPT
537 using ArrayProxy<T>::begin;
541 return reinterpret_cast<T const *>( static_cast<uint8_t const *>( begin() )
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/
H A DvktMultiViewRenderTests.cpp637 de::Random(m_seed).shuffle(m_vertexIndices.begin(), m_vertexIndices.end()); in createVertexData()
641 m_vertexColor.assign(vertexColor.begin(), vertexColor.end()); in createVertexData()
645 m_vertexCoord.assign(vertexCoord.begin(), vertexCoord.end()); in createVertexData()
1017 for (map<VkShaderStageFlagBits, ShaderModuleSP>::iterator it=shaderModule.begin(); it!=shaderModule.end(); ++it) in madeShaderModule()
3129 std::copy(begin(src), end(src), begin(*dst1)); in unpackValues()
4745 partBMasks.insert(partBMasks.end(), baseMasks.begin() + 1, baseMasks.end()); in tripleDepthStencilMasks()
4748 tripledMasks.insert(tripledMasks.end(), partBMasks.begin(), partBMasks.end()); in tripleDepthStencilMasks()
4749 tripledMasks.insert(tripledMasks.end(), partBMasks.begin(), partBMasks.end()); in tripleDepthStencilMasks()
/third_party/skia/third_party/externals/imgui/
H A Dimgui_demo.cpp1400 IM_ASSERT(my_str->begin() == data->Buf); in ShowDemoWindowWidgets()
1402 data->Buf = my_str->begin(); in ShowDemoWindowWidgets()
1412 return ImGui::InputTextMultiline(label, my_str->begin(), (size_t)my_str->size(), size, flags | ImGuiInputTextFlags_CallbackResize, Funcs::MyResizeCallback, (void*)my_str); in ShowDemoWindowWidgets()
1423 ImGui::Text("Data: %p\nSize: %d\nCapacity: %d", (void*)my_str.begin(), my_str.size(), my_str.capacity()); in ShowDemoWindowWidgets()
1861 static float begin = 10, end = 90; in ShowDemoWindowWidgets() local
1863 ImGui::DragFloatRange2("range float", &begin, &end, 0.25f, 0.0f, 100.0f, "Min: %.1f %%", "Max: %.1f %%", ImGuiSliderFlags_AlwaysClamp); in ShowDemoWindowWidgets()
2345 // Calling IsItemHovered() after begin returns the hovered status of the title bar. in ShowDemoWindowWidgets()
2358 "IsItemHovered() after begin = %d (== is title bar hovered)\n" in ShowDemoWindowWidgets()
2359 "IsItemActive() after begin = %d (== is window being clicked/moved)\n", in ShowDemoWindowWidgets()
2387 HelpMarker("Use child windows to begin int in ShowDemoWindowLayout()
[all...]
/third_party/vk-gl-cts/modules/egl/
H A DteglGLES2SharingThreadedTests.cpp110 m_textures.erase(m_textures.begin() + index); in popTexture()
119 m_buffers.erase(m_buffers.begin() + index); in popBuffer()
128 m_shaders.erase(m_shaders.begin() + index); in popShader()
137 m_programs.erase(m_programs.begin() + index); in popProgram()
552 m_surfaces.erase(m_surfaces.begin() + index); in popSurface()
559 m_contexts.erase(m_contexts.begin() + index); in popContext()
566 m_images.erase(m_images.begin() + index); in popImage()
2600 OperationId op = m_random.chooseWeighted<OperationId, std::vector<OperationId> ::iterator>(operations.begin(), operations.end(), weights.begin()); in addRandomOperation()
/arkcompiler/runtime_core/assembler/
H A Dassembly-emitter.cpp1319 std::count_if(func.ins.begin(), func.ins.end(), [](auto it) { return it.opcode != Opcode::INVALID; })); in EmitFunctions()
1718 std::sort(local_variable_info.begin(), local_variable_info.end(), in CollectLocalVariable()
1755 auto iter = local_variable_info.begin(); in BuildLineNumberProgram()
/arkcompiler/runtime_core/disassembler/
H A Ddisassembler.cpp647 std::find_if(method_annotation.begin(), method_annotation.end(), in AddAnnotationElement()
696 std::find_if(annotations.begin(), annotations.end(), in GetSerializedMethodAnnotation()
856 LOG(ERROR, DISASSEMBLER) << "> invalid try block begin offset! address is: 0x" << std::hex in LocateTryBlock()
913 LOG(ERROR, DISASSEMBLER) << "> invalid catch block begin offset! address is: 0x" << std::hex in LocateCatchBlock()
971 method->params.insert(method->params.begin(), pandasm::Function::Parameter(this_type, file_language_)); in GetMetaData()
/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/
H A Dcodegen_test.cpp1572 EXPECT_TRUE(std::none_of(function.ins.begin(), function.ins.end(), in TEST_F()
1574 EXPECT_TRUE(std::any_of(function.ins.begin(), function.ins.end(), in TEST_F()
1610 EXPECT_TRUE(std::none_of(function.ins.begin(), function.ins.end(), in TEST_F()
/arkcompiler/toolchain/tooling/agent/
H A Ddebugger_impl.cpp2086 auto begin = reinterpret_cast<const uint8_t *>((varValue.c_str())); in ConvertToLocal() local
2087 auto end = begin + varValue.length(); // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in ConvertToLocal()
2088 double d = DebuggerApi::StringToDouble(begin, end, 0); in ConvertToLocal()
/third_party/libcoap/examples/
H A Dcoap-server.c2979 coap_tick_t begin, end; in main() local
2981 coap_ticks(&begin); in main()
3001 result = (int)(end - begin); in main()
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-array-gen.cc177 for (auto it = labels.begin(); it != labels.end(); ++i, ++it) { in GenerateIteratingTypedArrayBuiltinBody()
466 TNode<BInt> begin = SmiToBInt(Parameter<Smi>(Descriptor::kBegin)); in TF_BUILTIN() local
471 Return(ExtractFastJSArray(context, array, begin, count)); in TF_BUILTIN()
/third_party/node/deps/v8/src/execution/
H A Dframes.cc1783 for (auto it = translated.begin(); it != translated.end(); it++) { in Summarize()
1792 TranslatedFrame::iterator translated_values = it->begin(); in Summarize()
2064 memcpy(func_name, raw_func_name.begin(), func_name_len); in Print()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingDescriptorUpdateASTests.cpp1186 for (BinaryCollection::Iterator it = collection.begin(); it != collection.end(); ++it) in initPipeline()
1654 for (BinaryCollection::Iterator it = collection.begin(); it != collection.end(); ++it) in initPipeline()
2057 for (BinaryCollection::Iterator it = collection.begin(); it != collection.end(); ++it) in initPipeline()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineAttachmentFeedbackLoopLayoutTests.cpp944 m_renderPass.begin(vk, *m_cmdBuffer, makeRect2D(0, 0, renderSize.x(), renderSize.y()), (deUint32)attachmentClearValues.size(), &attachmentClearValues[0]); in setup()
949 m_renderPass.begin(vk, *m_cmdBuffer, makeRect2D(0, 0, renderSize.x(), renderSize.y()), 0u, DE_NULL); in setup()
1484 m_renderPass.begin(vk, *m_cmdBuffer, makeRect2D(0, 0, renderSize.x(), renderSize.y()), 0u, DE_NULL); in setup()
H A DvktPipelineMultisampleMixedAttachmentSamplesTests.cpp1068 renderPass.begin(vk, *cmdBuffer, renderArea, static_cast<deUint32>(clearValues.size()), dataOrNullPtr(clearValues), VK_SUBPASS_CONTENTS_INLINE, &renderPassSampleLocationsBeginInfo); in draw()
1070 renderPass.begin(vk, *cmdBuffer, renderArea, static_cast<deUint32>(clearValues.size()), dataOrNullPtr(clearValues)); in draw()
1659 renderPass.begin(vk, *cmdBuffer, renderArea, static_cast<deUint32>(clearValues.size()), dataOrNullPtr(clearValues)); in drawResolve()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
H A DvktBindingDescriptorUpdateASTests.cpp1186 for (BinaryCollection::Iterator it = collection.begin(); it != collection.end(); ++it) in initPipeline()
1654 for (BinaryCollection::Iterator it = collection.begin(); it != collection.end(); ++it) in initPipeline()
2057 for (BinaryCollection::Iterator it = collection.begin(); it != collection.end(); ++it) in initPipeline()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp576 if (FuncInfo.InsertPt != FuncInfo.MBB->begin()) in leaveLocalValueArea()
2264 if (!isa<PHINode>(SuccBB->begin())) in handlePHINodesInSuccessorBlocks()
2273 MachineBasicBlock::iterator MBBI = SuccMBB->begin(); in handlePHINodesInSuccessorBlocks()
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShader.cpp1659 uint32_t instructionPosition = insn.distanceFrom(this->begin()); in emitProlog()
1693 void SpirvShader::EmitInstructions(InsnIterator begin, InsnIterator end, EmitState *state) const in EmitInstructions() argument
1695 for(auto insn = begin; insn != end; insn++) in EmitInstructions()
/third_party/python/Lib/tkinter/test/test_ttk/
H A Dtest_widgets.py1105 begin = '<Left>'
1108 begin = '<Alt-a>'
1110 self.nb.event_generate(begin)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A DAPInt.cpp574 StringRef::iterator p = str.begin();
2053 StringRef::iterator p = str.begin();
2222 std::reverse(Str.begin()+StartDig, Str.end());
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DAPInt.cpp502 StringRef::iterator p = str.begin();
2124 StringRef::iterator p = str.begin();
2278 std::reverse(Str.begin()+StartDig, Str.end());
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp372 Words.assign(Values.begin(), Values.end()); in buildHvxVectorReg()
402 ArrayRef<Constant*> Tmp((Constant**)Consts.begin(), in buildHvxVectorReg()
1108 SmallVector<SDValue,4> SV(U.begin(), U.end()); in LowerHvxConcatVectors()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp1338 auto NextGPR32 = GPR32ArgRegs.begin(); in fastLowerArguments()
1339 auto NextFGR32 = FGR32ArgRegs.begin(); in fastLowerArguments()
1340 auto NextAFGR64 = AFGR64ArgRegs.begin(); in fastLowerArguments()

Completed in 138 milliseconds

1...<<201202203204205206207208209210>>...241