Home
last modified time | relevance | path

Searched defs:begin (Results 826 - 850 of 950) sorted by relevance

1...<<3132333435363738

/third_party/python/Lib/idlelib/
H A Dpyshell.py1142 def begin(self): member in PyShell
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/
H A DvktDeviceObjectReservationTests.cpp147 createSemaphores(const DeviceInterface& vkd, const VkDevice device, std::vector<SemaphoreSp>::iterator begin, std::vector<SemaphoreSp>::iterator end) createSemaphores() argument
156 createCommandBuffers(const DeviceInterface& vkd, const VkDevice device, const VkCommandPool commandPool, std::vector<CommandBufferSp>::iterator begin, std::vector<CommandBufferSp>::iterator end) createCommandBuffers() argument
176 createFences(const DeviceInterface& vkd, const VkDevice device, std::vector<FenceSp>::iterator begin, std::vector<FenceSp>::iterator end) createFences() argument
193 allocateDeviceMemory(const DeviceInterface& vkd, const VkDevice device, VkDeviceSize size, std::vector<DeviceMemorySp>::iterator begin, std::vector<DeviceMemorySp>::iterator end) allocateDeviceMemory() argument
212 createBuffers(const DeviceInterface& vkd, const VkDevice device, VkDeviceSize size, std::vector<BufferSp>::iterator begin, std::vector<BufferSp>::iterator end) createBuffers() argument
236 createImages(const DeviceInterface& vkd, const VkDevice device, deUint32 size, std::vector<ImageSp>::iterator begin, std::vector<ImageSp>::iterator end) createImages() argument
271 createEvents(const DeviceInterface& vkd, const VkDevice device, std::vector<EventSp>::iterator begin, std::vector<EventSp>::iterator end) createEvents() argument
280 createQueryPools(const DeviceInterface& vkd, const VkDevice device, std::vector<QueryPoolSp>::iterator begin, std::vector<QueryPoolSp>::iterator end) createQueryPools() argument
300 createBufferViews(const DeviceInterface& vkd, const VkDevice device, const VkBuffer buffer, const VkDeviceSize size, std::vector<BufferViewSp>::iterator begin, std::vector<BufferViewSp>::iterator end) createBufferViews() argument
323 createImageViews(const DeviceInterface& vkd, const VkDevice device, const VkImage image, const VkFormat format, std::vector<ImageViewSp>::iterator begin, std::vector<ImageViewSp>::iterator end) createImageViews() argument
348 createPipelineLayouts(const DeviceInterface& vkd, const VkDevice device, std::vector<PipelineLayoutSp>::iterator begin, std::vector<PipelineLayoutSp>::iterator end) createPipelineLayouts() argument
369 createRenderPasses(const DeviceInterface& vkd, const VkDevice device, VkAttachmentDescription* colorAttachment, std::vector<RenderPassSp>::iterator begin, std::vector<RenderPassSp>::iterator end) createRenderPasses() argument
413 createGraphicsPipelines(const DeviceInterface& vkd, const VkDevice device, VkShaderModule vertexShaderModule, VkShaderModule fragmentShaderModule, VkRenderPass renderPass, VkPipelineLayout pipelineLayout, VkDeviceSize poolEntrySize, de::SharedPtr<vk::ResourceInterface> resourceInterface, std::vector<PipelineSp>::iterator begin, std::vector<PipelineSp>::iterator end) createGraphicsPipelines() argument
591 createComputePipelines(const DeviceInterface& vkd, const VkDevice device, VkShaderModule shaderModule, VkPipelineLayout pipelineLayout, VkDeviceSize poolEntrySize, de::SharedPtr<vk::ResourceInterface> resourceInterface, std::vector<PipelineSp>::iterator begin, std::vector<PipelineSp>::iterator end) createComputePipelines() argument
639 createDescriptorSetLayouts(const DeviceInterface& vkd, const VkDevice device, std::vector<DescriptorSetLayoutSp>::iterator begin, std::vector<DescriptorSetLayoutSp>::iterator end) createDescriptorSetLayouts() argument
667 createSamplers(const DeviceInterface& vkd, const VkDevice device, std::vector<SamplerSp>::iterator begin, std::vector<SamplerSp>::iterator end) createSamplers() argument
699 createDescriptorPools(const DeviceInterface& vkd, const VkDevice device, deUint32 maxSets, std::vector<DescriptorPoolSp>::iterator begin, std::vector<DescriptorPoolSp>::iterator end) createDescriptorPools() argument
725 createDescriptorSets(const DeviceInterface& vkd, const VkDevice device, const VkDescriptorPool descriptorPool, const VkDescriptorSetLayout setLayout, std::vector<DescriptorSetSp>::iterator begin, std::vector<DescriptorSetSp>::iterator end) createDescriptorSets() argument
746 createFramebuffers(const DeviceInterface& vkd, const VkDevice device, const VkRenderPass renderPass, const VkImageView imageView, std::vector<FramebufferSp>::iterator begin, std::vector<FramebufferSp>::iterator end) createFramebuffers() argument
772 createCommandPools(const DeviceInterface& vkd, const VkDevice device, std::vector<CommandPoolSp>::iterator begin, std::vector<CommandPoolSp>::iterator end) createCommandPools() argument
790 createSamplerYcbcrConversions(const DeviceInterface& vkd, const VkDevice device, std::vector<SamplerYcbcrConversionSp>::iterator begin, std::vector<SamplerYcbcrConversionSp>::iterator end) createSamplerYcbcrConversions() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/common/
H A Dmathutil.h726 Iterator begin() const { return Iterator(mLow); } in begin() function in gl::Range
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp250 iterator begin() { return Blocks.begin(); } in begin() function in __anon24043::BlockChain
251 const_iterator begin() const { return Blocks.begin(); } in begin() function in __anon24043::BlockChain
[all...]
H A DScheduleDAGInstrs.cpp186 enterRegion(MachineBasicBlock *bb, MachineBasicBlock::iterator begin, MachineBasicBlock::iterator end, unsigned regioninstrs) enterRegion() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DCOFFObjectFile.cpp382 const coff_relocation *begin = getFirstReloc(Sec, Data, base()); in section_rel_begin() local
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidation_state.h388 void RegisterDecorationsForId(uint32_t id, InputIt begin, InputIt end) { in RegisterDecorationsForId() argument
396 RegisterDecorationsForStructMember(uint32_t struct_id, uint32_t member_index, InputIt begin, InputIt end) RegisterDecorationsForStructMember() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_wrapper.h698 ANGLE_INLINE VkResult CommandBuffer::begin(const VkCommandBufferBeginInfo &info) in begin() function in rx::DescriptorSetIndex::priv::CommandBuffer
/third_party/skia/src/gpu/text/
H A DGrTextBlob.cpp376 std::tuple<bool, int> GlyphVector::regenerateAtlas(int begin, int end, in regenerateAtlas() argument
714 DirectMaskSubRun::regenerateAtlas(int begin, int end, GrMeshDrawTarget* target) const { in regenerateAtlas() argument
1010 regenerateAtlas(int begin, int end, GrMeshDrawTarget* target) const regenerateAtlas() argument
1329 regenerateAtlas( int begin, int end, GrMeshDrawTarget *target) const regenerateAtlas() argument
1850 regenerateAtlas(int begin, int end, GrMeshDrawTarget* target) const regenerateAtlas() argument
2046 regenerateAtlas( int begin, int end, GrMeshDrawTarget* target) const regenerateAtlas() argument
2291 regenerateAtlas( int begin, int end, GrMeshDrawTarget *target) const regenerateAtlas() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShader.cpp1693 void SpirvShader::EmitInstructions(InsnIterator begin, InsnIterator end, EmitState *state) const in EmitInstructions() argument
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DRenderer.hpp97 inline void begin() in begin() function
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkCommandBuffer.cpp1238 VkResult CommandBuffer::begin(VkCommandBufferUsageFlags flags, const VkCommandBufferInheritanceInfo *pInheritanceInfo) in begin() function in vk::CommandBuffer
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidation_state.h388 void RegisterDecorationsForId(uint32_t id, InputIt begin, InputIt end) { in RegisterDecorationsForId() argument
396 RegisterDecorationsForStructMember(uint32_t struct_id, uint32_t member_index, InputIt begin, InputIt end) RegisterDecorationsForStructMember() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h109 iterator begin() const { return N ? iterator(N->op_begin()) : iterator(); } in begin() function in llvm::DITypeRefArray
H A DMetadata.h628 iterator begin() const { return getString().begin(); } in begin() function in llvm::MDString
1266 iterator begin() const { return N ? iterator(N->op_begin()) : iterator(); } in begin() function in llvm::MDTupleTypedArrayWrapper
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/
H A DInstruction.h325 unsigned begin() const { return Begin; } in begin() function in llvm::mca::CycleSegment
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h495 std::vector<CoverageSegment>::const_iterator begin() const { in begin() function in llvm::coverage::CoverageData
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DCommandLine.h1556 iterator begin() { return Storage.begin(); } in begin() function in llvm::list_storage
1561 const_iterator begin() const { return Storage.begin(); } in begin() function in llvm::list_storage
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/
H A DRecord.h714 const_iterator begin() const { return getTrailingObjects<Init *>(); } in begin() function in llvm::final
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h522 iterator begin() { return IRPositions.begin(); } in begin() function in SubsumingPositionIterator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DMetadata.h609 iterator begin() const { return getString().begin(); } in begin() function in llvm::MDString
1221 iterator begin() const { return N ? iterator(N->op_begin()) : iterator(); } in begin() function in llvm::MDTupleTypedArrayWrapper
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DCommandLine.h1383 iterator begin() { return Storage.begin(); } in begin() function in llvm::list_storage
1387 const_iterator begin() const { return Storage.begin(); } in begin() function in llvm::list_storage
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceOperand.h557 Iterator begin() { return Iterator(V); } in begin() function in Ice::RegNumT::RegNumBVIterImpl
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DVirtualFileSystem.cpp650 const_iterator begin() const { return Entries.begin(); } in begin() function in llvm::vfs::detail::InMemoryDirectory
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h550 iterator begin() { return Queue.begin(); } in begin() function in llvm::ReadyQueue

Completed in 68 milliseconds

1...<<3132333435363738