Home
last modified time | relevance | path

Searched refs:get (Results 5226 - 5250 of 16426) sorted by relevance

1...<<201202203204205206207208209210>>...658

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
H A DLTOModule.cpp48 SymTab.addModule(Mod.get()); in LTOModule()
68 BufferOrErr.get()->getMemBufferRef()); in isBitcodeFile()
117 std::unique_ptr<MemoryBuffer> Buffer = std::move(BufferOrErr.get()); in createFromFile()
139 std::unique_ptr<MemoryBuffer> Buffer = std::move(BufferOrErr.get()); in createFromOpenFileSlice()
347 const GlobalValue *V = Sym.get<GlobalValue *>(); in addDefinedDataSymbol()
405 const Function *F = cast<Function>(Sym.get<GlobalValue *>()); in addDefinedFunctionSymbol()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
H A DDisplay.cpp60 Display *Display::get(EGLDisplay dpy) in get() function in egl::Display
243 const egl::Config *configuration = mConfigSet.get(config); in getConfigAttrib()
292 const Config *configuration = mConfigSet.get(config); in createWindowSurface()
350 const Config *configuration = mConfigSet.get(config); in createPBufferSurface()
569 const egl::Config *config = mConfigSet.get(configHandle); in createContext()
647 return mConfigSet.get(config) != nullptr; in isValidConfig()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dloop_fusion.cpp46 locations.insert(std::get<0>(kv)); in GetLocationsAccessed()
50 locations.insert(std::get<0>(kv)); in GetLocationsAccessed()
426 auto load_locs_0 = LocationToMemOps(std::get<0>(loads_stores_0)); in IsLegal()
427 auto store_locs_0 = LocationToMemOps(std::get<1>(loads_stores_0)); in IsLegal()
429 auto load_locs_1 = LocationToMemOps(std::get<0>(loads_stores_1)); in IsLegal()
430 auto store_locs_1 = LocationToMemOps(std::get<1>(loads_stores_1)); in IsLegal()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dloop_fusion.cpp46 locations.insert(std::get<0>(kv)); in GetLocationsAccessed()
50 locations.insert(std::get<0>(kv)); in GetLocationsAccessed()
426 auto load_locs_0 = LocationToMemOps(std::get<0>(loads_stores_0)); in IsLegal()
427 auto store_locs_0 = LocationToMemOps(std::get<1>(loads_stores_0)); in IsLegal()
429 auto load_locs_1 = LocationToMemOps(std::get<0>(loads_stores_1)); in IsLegal()
430 auto store_locs_1 = LocationToMemOps(std::get<1>(loads_stores_1)); in IsLegal()
/third_party/skia/tests/
H A DWritePixelsTest.cpp319 call_writepixels(surface.get()); in DEF_TEST()
429 test_write_pixels(reporter, surface.get(), info); in DEF_TEST()
442 test_write_pixels(reporter, surface.get(), ii); in test_write_pixels()
472 test_write_pixels(reporter, surface.get(), ii); in test_write_pixels_non_texture()
590 memset(storage.get(), 0, badRowBytes * surf->height()); in DEF_TEST()
593 !surf->getCanvas()->writePixels(srcII, storage.get(), badRowBytes, 0, 0)); in DEF_TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.h85 static const AMDGPUSubtarget &get(const MachineFunction &MF);
86 static const AMDGPUSubtarget &get(const TargetMachine &TM,
426 return CallLoweringInfo.get();
430 return InstSelector.get();
434 return Legalizer.get();
438 return RegBankInfo.get();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DA15SDOptimizer.cpp339 // Looks through full copies to get the instruction that defines the input
352 // Look through full copies and PHIs to get the set of non-copy MachineInstrs
423 TII->get(QPR ? ARM::VDUPLN32q : ARM::VDUPLN32d), Out) in createDupLane()
440 TII->get(TargetOpcode::COPY), Out) in createExtractSubreg()
454 TII->get(TargetOpcode::REG_SEQUENCE), Out) in createRegSequence()
469 BuildMI(MBB, InsertBefore, DL, TII->get(ARM::VEXTd32), Out) in createVExt()
484 TII->get(TargetOpcode::INSERT_SUBREG), Out) in createInsertSubreg()
500 TII->get(TargetOpcode::IMPLICIT_DEF), Out); in createImplicitDef()
593 // First, get all the reads of D-registers done by this instruction. in runOnInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
H A DSystemZElimCompare.cpp229 Branch->setDesc(TII->get(BRCT)); in convertToBRCT()
272 Branch->setDesc(TII->get(LATOpcode)); in convertToLoadAndTrap()
293 // Rebuild to get the CC operand in the right place. in convertToLoadAndTest()
294 auto MIB = BuildMI(*MI.getParent(), MI, MI.getDebugLoc(), TII->get(Opcode)); in convertToLoadAndTest()
332 MI.setDesc(TII->get(ConvOpc)); in convertToLogical()
367 const MCInstrDesc &Desc = TII->get(Opcode); in adjustCCMasksForInstr()
667 Branch->setDesc(TII->get(FusedOpcode)); in fuseCompareOperations()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp98 ResumeFnType(FunctionType::get(Type::getVoidTy(Context), Int8Ptr, in LowererBase()
100 NullPtr(ConstantPointerNull::get(Int8Ptr)) {} in LowererBase()
110 auto *IndexVal = ConstantInt::get(Type::getInt8Ty(Context), Index); in makeSubFnCall()
177 Elide ? ConstantPointerNull::get(Type::getInt8PtrTy(CoroId->getContext())) in replaceCoroFree()
329 auto *Undef = UndefValue::get(Type::getInt8PtrTy(F.getContext())); in buildFrom()
338 CS->replaceAllUsesWith(UndefValue::get(CS->getType())); in buildFrom()
/third_party/skia/third_party/externals/icu/source/common/
H A Dserv.cpp369 ICUService::get(const UnicodeString& descriptor, UErrorCode& status) const in get() function in ICUService
371 return get(descriptor, NULL, status); in get()
375 ICUService::get(const UnicodeString& descriptor, UnicodeString* actualReturn, UErrorCode& status) const in get() function in ICUService
393 // before returning it. All other public get functions should call this one.
492 result = (CacheEntry*)serviceCache->get(currentDescriptor); in getKey()
698 ICUServiceFactory* f = (ICUServiceFactory*)map->get(id); in getDisplayName()
710 f = (ICUServiceFactory*)map->get(us); in getDisplayName()
/third_party/typescript/tests/baselines/reference/
H A DderivedClassSuperProperties.js269 get prop() {
285 get [this.propName]() {
301 get prop() {
801 get prop() {
823 get: function () {
849 get prop() {
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dsign.rs185 return Err(ErrorStack::get()); in new_intern()
284 /// `sign` to get the exact length.
324 /// method to get an upper bound on the required size.
358 /// method to get an upper bound on the required size.
478 return Err(ErrorStack::get()); in new_intern()
586 ErrorStack::get(); // discard error stack in verify()
589 _ => Err(ErrorStack::get()), in verify()
612 ErrorStack::get(); in verify_oneshot()
615 _ => Err(ErrorStack::get()), in verify_oneshot()
/third_party/spirv-tools/source/opt/
H A Dloop_fusion.cpp45 locations.insert(std::get<0>(kv)); in GetLocationsAccessed()
49 locations.insert(std::get<0>(kv)); in GetLocationsAccessed()
428 auto load_locs_0 = LocationToMemOps(std::get<0>(loads_stores_0)); in IsLegal()
429 auto store_locs_0 = LocationToMemOps(std::get<1>(loads_stores_0)); in IsLegal()
431 auto load_locs_1 = LocationToMemOps(std::get<0>(loads_stores_1)); in IsLegal()
432 auto store_locs_1 = LocationToMemOps(std::get<1>(loads_stores_1)); in IsLegal()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmCompositeInsertTests.cpp610 addComputeVectorCompositeInsertTests(group.get()); in createCompositeInsertComputeGroup()
611 addComputeMatrixCompositeInsertTests(group.get()); in createCompositeInsertComputeGroup()
612 addComputeNestedStructCompositeInsertTests(group.get()); in createCompositeInsertComputeGroup()
620 addGraphicsVectorCompositeInsertTests(group.get()); in createCompositeInsertGraphicsGroup()
621 addGraphicsMatrixCompositeInsertTests(group.get()); in createCompositeInsertGraphicsGroup()
622 addGraphicsNestedStructCompositeInsertTests(group.get()); in createCompositeInsertGraphicsGroup()
/third_party/skia/third_party/externals/angle2/scripts/
H A Dprocess_angle_perf_results.py87 if build_properties.get('git_revision'):
144 if json_results.get('version') == 3:
148 if not bool(json_results.get('tests')):
450 logging.warn('Failed to get a CPU count for this bot. See crbug.com/947035.')
532 if not benchmark_enabled_map.get(benchmark_name, False):
561 if not benchmark_enabled_map.get(benchmark_name, False):
582 results = async_result.get(timeout=4000)
667 # TODO(jmadill): Figure out if we can get a dashboard URL here. http://anglebug.com/6090
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleImageTests.cpp1013 const ShaderWrapper vertexModule (ShaderWrapper (vk, device, context.getBinaryCollection().get("vert"), 0u));
1014 const ShaderWrapper fragmentModule (ShaderWrapper (vk, device, context.getBinaryCollection().get("frag"), 0u));
1046 vk.cmdBindVertexBuffers(*cmdBuffer, 0u, 1u, &vertexBuffer.get(), &vertexBufferOffset);
1232 .addSingleSamplerBinding(VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER, VK_SHADER_STAGE_FRAGMENT_BIT, &colorSampler.get())
1246 const ShaderWrapper vertexModule (ShaderWrapper (vk, device, context.getBinaryCollection().get("sample_vert"), 0u));
1247 const ShaderWrapper fragmentModule (ShaderWrapper (vk, device, context.getBinaryCollection().get("sample_frag"), 0u));
1249 renderPass.createFramebuffer(vk, device, 1u, &checksumImage.get(), &checksumImageView.get(), static_cast<deUint32>(caseDef.renderSize.x()), static_cast<deUint32>(caseDef.renderSize.y()));
1298 vk.cmdBindDescriptorSets(*cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, *pipelineLayout, 0u, 1u, &descriptorSet.get(), 0u, DE_NULL);
1301 vk.cmdBindVertexBuffers(*cmdBuffer, 0u, 1u, &vertexBuffer.get(),
[all...]
H A DvktPipelineMultisampleMixedAttachmentSamplesTests.cpp528 // Overdraw at the same position to get the desired stencil in generateSubpixelTriangles()
933 images.push_back(wd.perSubpass[subpassNdx]->colorImage.get()); in draw()
934 images.push_back(wd.perSubpass[subpassNdx]->depthStencilImage.get()); in draw()
935 attachments.push_back(wd.perSubpass[subpassNdx]->colorImageView.get()); in draw()
936 attachments.push_back(wd.perSubpass[subpassNdx]->depthStencilImageView.get()); in draw()
1020 const ShaderWrapper vertexModule (ShaderWrapper (vk, device, context.getBinaryCollection().get("vert"), 0u)); in draw()
1021 const ShaderWrapper fragmentModule (ShaderWrapper (vk, device, context.getBinaryCollection().get("frag"), 0u)); in draw()
1079 vk.cmdBindVertexBuffers(*cmdBuffer, 0u, 1u, &wd.perSubpass[subpassNdx]->vertexBuffer.get(), &vertexBufferOffset); in draw()
1106 .addSingleSamplerBinding(VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER, VK_SHADER_STAGE_COMPUTE_BIT, &defaultSampler.get()) in dispatchImageCheck()
1107 .addSingleSamplerBinding(VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER, VK_SHADER_STAGE_COMPUTE_BIT, &defaultSampler.get()) in dispatchImageCheck()
[all...]
/third_party/python/Lib/urllib/
H A Drequest.py19 get a file-like object back. One difference is that you can also pass
414 return self.headers.get(
416 self.unredirected_hdrs.get(header_name, default))
460 lookup = self.handle_error.get(protocol, {})
493 handlers = chain.get(kind, ())
514 for processor in self.process_request.get(protocol, []):
523 for processor in self.process_response.get(protocol, []):
736 if (visited.get(newurl, 0) >= self.max_repeats or
742 visited[newurl] = visited.get(newurl, 0) + 1
851 domains = self.passwd.get(real
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineBlendTests.cpp682 &m_colorAttachmentView.get(), // const VkImageView* pAttachments;
707 m_vertexShaderModule = createShaderModule(vk, vkDevice, m_context.getBinaryCollection().get("color_vert"), 0);
708 m_fragmentShaderModule = createShaderModule(vk, vkDevice, m_context.getBinaryCollection().get("color_frag"), 0);
861 vk.cmdBindVertexBuffers(*m_cmdBuffer, 0, 1, &m_vertexBuffer.get(), &vertexBufferOffset);
880 submitCommandsAndWait(vk, vkDevice, queue, m_cmdBuffer.get()); in iterate()
1276 &m_colorAttachmentView.get(), // const VkImageView* pAttachments;
1301 m_vertexShaderModule = createShaderModule(vk, vkDevice, m_context.getBinaryCollection().get("color_vert"), 0);
1302 m_fragmentShaderModule = createShaderModule(vk, vkDevice, m_context.getBinaryCollection().get("color_frag"), 0);
1464 vk.cmdBindVertexBuffers(*m_cmdBuffer, 0, 1, &m_vertexBuffer.get(), &vertexBufferOffset);
1483 submitCommandsAndWait(vk, vkDevice, queue, m_cmdBuffer.get()); in iterate()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvif/
H A Dclb069.h7 __u32 get; member
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/include/nvif/
H A Dclb069.h7 __u32 get; member
/third_party/jerryscript/tests/jerry/es2015/
H A Dregression-test-issue-2911.js19 assert(m.get("st" + "rItem") === obj);
H A Dregression-test-issue-3625.js17 get: function() {
/third_party/jerryscript/tests/jerry-test-suite/11/11.01/11.01.05/
H A D11.01.05-008.js17 get a() {
/third_party/jerryscript/tests/jerry/
H A Dget-value.js25 { get : function () { return this; }, configurable : true });

Completed in 31 milliseconds

1...<<201202203204205206207208209210>>...658