Home
last modified time | relevance | path

Searched refs:get (Results 14501 - 14525 of 15331) sorted by relevance

1...<<581582583584585586587588589590>>...614

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DVerifier.cpp167 Write(MD.get()); in Write()
648 FunctionType::get(Type::getVoidTy(Context), false)-> in visitGlobalVariable()
898 Count.get<ConstantInt*>()->getSExtValue() >= -1, in visitDISubrange()
1660 AttributeSet::get(Context, IncompatibleAttrs).getAsString(), in verifyParameterAttrs()
1922 // Global Values get visited separately, but we do need to make sure in visitConstantExprsRecursively()
3662 FromPad = ConstantTokenNone::get(II->getContext()); in visitEHPadPredecessors()
3872 UnwindPad = ConstantTokenNone::get(FPI.getContext()); in visitFuncletPadInst()
3942 SwitchUnwindPad = ConstantTokenNone::get(FPI.getContext()); in visitFuncletPadInst()
4297 // know they are legal for the intrinsic!) get the intrinsic name through the in visitIntrinsicCall()
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DSubzeroReactor.cpp827 void *ptr = c.data.get();
846 void *ptr = buf.get();
1060 ::context->getGlobals()->merge(globals.get());
1065 objectWriter->writeFunctionCode(currFunc->getFunctionName(), currFunc->getInternal(), assembler.get());
1076 // Done compiling functions, get entry pointers to each of them
3330 // Value *replicate = Nucleus::createShuffleVector(vector, UndefValue::get(Int2::type()), Nucleus::createConstantVector(shuffle, 2));
4860 coroData->useInternalScheduler = (marl::Scheduler::get() == nullptr);
4950 auto routine = rr::acquireRoutine({ ::function, awaitFunc.get(), destroyFunc.get() },
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DValueTracking.cpp913 // is unsigned less than zero). Signal a conflict and get out of here. in computeKnownBitsFromAssume()
2784 Constant *BaseVal = ConstantInt::get(T, Base); in ComputeMultiple()
2787 Multiple = ConstantInt::get(T, 1); in ComputeMultiple()
2792 Multiple = ConstantInt::get(T, CI->getZExtValue() / Base); in ComputeMultiple()
2823 Op1 = ConstantInt::get(V->getContext(), API); in ComputeMultiple()
3358 auto *UndefInt8 = UndefValue::get(Type::getInt8Ty(Ctx)); in isBytewiseValue()
3402 return ConstantInt::get(Ctx, CI->getValue().trunc(8)); in isBytewiseValue()
3519 Value *To = UndefValue::get(IndexedType); in BuildSubAggregate()
5583 // The branch should get simplified. Don't bother simplifying this condition. in isImpliedByDomCondition()
/third_party/vulkan-loader/tests/
H A Dloader_layer_tests.cpp57 .set_disable_environment(disable_env_var.get()) in TEST()
58 .set_enable_environment(enable_env_var.get())), in TEST()
101 .set_disable_environment(disable_env_var.get())), in TEST()
138 .set_disable_environment(disable_env_var.get()) in TEST()
172 .set_disable_environment(disable_env_var.get()) in TEST()
209 .set_disable_environment(disable_env_var.get()) in TEST()
247 .set_disable_environment(disable_env_var.get()) in TEST()
4133 // Verify that layers enabled through VK_INSTANCE_LAYERS which were not found get the proper error message
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Drender_backend_vk.cpp143 queue_(queue.get()) in RenderBackendVk()
524 if (const GpuSemaphoreVk* gs = (const GpuSemaphoreVk*)externalSemaphores[sigIdx].get();
746 // get secondary command buffers from correct indices and execute
1930 // get descriptor counts
2787 const GpuBufferVk* gpuBuffer = static_cast<GpuBufferVk*>(perfGpuTimerData_.gpuBuffer.get());
/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dshader_manager.cpp1539 return computeShaders_[index].gsp.get();
1554 return shaders_[index].gsp.get();
1599 return modules[index].get();
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl2_rendering_context_impl.cpp1124 LOGD("WebGL getIndexedParameter get nullptr"); in GetIndexedParameter()
1889 glGetActiveUniformBlockName(programId, uniformBlockIndex, length, &size, buf.get()); in GetActiveUniformBlockName()
1891 programId, uniformBlockIndex, buf.get()); in GetActiveUniformBlockName()
1892 string str(buf.get(), size); in GetActiveUniformBlockName()
/kernel/linux/linux-5.10/net/sched/
H A Dcls_api.c2112 fh = tp->ops->get(tp, t->tcm_handle); in tc_new_tfilter()
2300 fh = tp->ops->get(tp, t->tcm_handle); in tc_del_tfilter()
2431 fh = tp->ops->get(tp, t->tcm_handle); in tc_get_tfilter()
2802 /* Add/delete/get a chain */
/kernel/linux/linux-6.6/net/sunrpc/
H A Dxprtsock.c2075 * reconnecting process will get it for us. in xs_set_memalloc()
2714 * Wake them first here to ensure they get our tk_status code. in xs_tcp_tls_setup_socket()
3672 .get = param_get_uint,
3691 .get = param_get_uint,
3707 .get = param_get_uint,
/kernel/linux/linux-6.6/net/sched/
H A Dcls_api.c2289 fh = tp->ops->get(tp, t->tcm_handle); in tc_new_tfilter()
2479 fh = tp->ops->get(tp, t->tcm_handle); in tc_del_tfilter()
2610 fh = tp->ops->get(tp, t->tcm_handle); in tc_get_tfilter()
2987 /* Add/delete/get a chain */
/third_party/json/tools/cpplint/
H A Dcpplint.py39 In particular, we can get very confused by /* and // inside strings!
1029 return (_global_error_suppressions.get(category, False) or
1030 linenum in _error_suppressions.get(category, set()) or
1031 linenum in _error_suppressions.get(None, set()))
1574 the name so that we get header guards that don't include things like
1868 # Having // <empty> comments makes the lines non-empty, so we will not get
1902 # get rid of /* ... */
2865 # get false negatives when existing comment is a substring of the
3264 # get in the way of brace matching. See the testBuildClass test in
3561 of vertical space and comments just to get throug
[all...]
/third_party/mesa3d/src/amd/compiler/
H A Daco_spill.cpp375 ctx.remat[def.getTemp()] = remat_info{instr.get()}; in get_rematerialize_info()
376 ctx.unused_remats.insert(instr.get()); in get_rematerialize_info()
1851 } else if (!ctx.unused_remats.count(it->get())) { in assign_spill_slots()
H A Daco_instruction_selection.cpp422 Temp tmp_dst = bld.tmp(RegClass::get(RegType::vgpr, 2 * num_components)); in expand_vector()
443 RegClass src_rc = RegClass::get(RegType::vgpr, component_bytes); in expand_vector()
444 RegClass dst_rc = RegClass::get(dst.type(), component_bytes); in expand_vector()
595 RegClass rc = RegClass::get(RegType::vgpr, (is_16bit ? 2 : 4) * def->num_components); in get_ssa_temp_tex()
747 return emit_extract_vector(ctx, vec, 0, RegClass::get(vec.type(), elem_size * size));
1400 RegClass elem_rc = RegClass::get(RegType::vgpr, instr->dest.dest.ssa.bit_size / 8u);
3431 Temp tmp = dst.bytes() == 8 ? bld.tmp(RegClass::get(dst.type(), 4)) : dst;
3931 // which get truncated the lsb if double and msb if int
4194 tmp[0] = bld.tmp(RegClass::get(reg_type, tmp_size));
4203 RegClass::get(reg_typ
[all...]
/third_party/node/src/
H A Dnode_file.cc579 FS_ASYNC_TRACE_BEGIN0(UV_FS_READ, current_read_.get()) in ReadStart()
592 CHECK_EQ(handle->current_read_.get(), req_wrap); in ReadStart()
2140 // 2. The write is synchronous, otherwise the string might get neutered in WriteString()
2799 return binding_data_.get(); in binding_data()
/third_party/node/deps/v8/src/ic/
H A Dic.cc424 // If the object is undefined or null it's illegal to try to get any in Load()
538 Handle<Object> result(script_context->get(lookup_result.slot_index), in Load()
677 // Filter out deprecated maps to ensure their instances get migrated. in UpdatePolymorphicIC()
1414 // Filter out deprecated maps to ensure their instances get migrated. in LoadElementPolymorphicHandlers()
1704 Handle<Object> previous_value(script_context->get(lookup_result.slot_index), in Store()
1820 // of StoreIC so their logic doesn't get mixed here. in Store()
1893 // of StoreIC so their logic doesn't get mixed here. in Store()
2496 // so the logic doesn't get mixed here. in Store()
2568 // so the logic doesn't get mixed here. in Store()
2976 Handle<Object> previous_value(script_context->get(lookup_resul in RUNTIME_FUNCTION()
[all...]
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_lowering_nv50.cpp186 // XXX: These get executed even if they shouldn't be in expandIntegerMUL()
543 // get error of 1st result in handleDIV()
701 BasicBlock *root = BasicBlock::get(func->cfg.getRoot()); in visit()
1022 bld.mkQuadop(qOps[l][0], crd[c], l, i->dPdx[c].get(), crd[c]); in handleTXD()
1025 bld.mkQuadop(qOps[l][1], crd[c], l, i->dPdy[c].get(), crd[c]); in handleTXD()
1627 // addresses forces things to get sufficiently flushed. in handleMEMBAR()
1894 // bit more, since we have to get the appropriate 8 bits from the in handleSULDP()
1911 // we have to make sure to get sign-extension, so we actually have to in handleSULDP()
2012 // Make sure we get at least one of each value allocated for the in handleSUSTP()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DVulkanPerformanceCounterTest.cpp413 glBindFramebuffer(GL_FRAMEBUFFER, msaaFBO.get()); in TEST_P()
416 glBindTexture(GL_TEXTURE_2D_MULTISAMPLE, texture.get()); in TEST_P()
420 texture.get(), 0); in TEST_P()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-layout-gpos-table.hh662 out->klass = klass_mapping->get (klass); in subset()
1501 unsigned klass1 = (this+classDef1).get (cp); in collect_variation_indices()
1509 unsigned klass2 = (this+classDef2).get (cp); in collect_variation_indices()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp584 Subtarget->getInstrInfo()->get(N->getMachineOpcode()); in getOperandRegClass()
2048 ISD::CondCode CC = cast<CondCodeSDNode>(Cond.getOperand(2))->get(); in isCBranchSCC()
2668 MCInstrDesc Desc = SII->get(Opc); in isVGPRImm()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1444 // get the matching correct in some cases. in CreateMemForInlineAsm()
2950 // We can get a smaller encoding by using VEX.R instead of VEX.B if one of in processInstruction()
2979 // We can get a smaller encoding by using VEX.R instead of VEX.B if one of in processInstruction()
3167 const MCInstrDesc &MCID = MII.get(Opc); in checkTargetMatchPredicate()
3434 X86Operand *X86Op = static_cast<X86Operand *>(Op.get()); in MatchAndEmitIntelInstruction()
3462 auto *X86Op = static_cast<X86Operand *>(Operands[1].get()); in MatchAndEmitIntelInstruction()
/third_party/skia/tools/viewer/
H A DViewer.cpp1354 return cache->get(); in filterTextBlob()
1528 slideSurface = offscreenSurface.get(); in drawSlide()
1587 slideCanvas->drawPicture(SkPicture::MakeFromData(data.get())); in drawSlide()
/third_party/skia/modules/skparagraph/src/
H A DTextLine.cpp101 return f0.GetTypeface().get() == f1.GetTypeface().get() && in IsRSFontEquals()
567 std::get<SkPaint>(record.fPaint).setColor(style.getColor());
1332 // TODO: This is where we get smart about selecting a part of a cluster
1460 // Extra efforts to get the ellipsis text style
2373 // If it is not the first line, you need to get the GlyphsIndex of the first character.
2409 // Look for the first non-space character from the end and get its advance and index
/third_party/spirv-tools/test/val/
H A Dval_decoration_test.cpp6867 const char* const decoration = std::get<0>(GetParam()); in TEST_P()
6868 const char* const vuid = std::get<1>(GetParam()); in TEST_P()
6869 const TestResult& test_result = std::get<2>(GetParam()); in TEST_P()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktDynamicRenderingTests.cpp625 VK_CHECK(vk.waitForFences(device, 1u, &fence.get(), DE_TRUE, ~0ull)); in submitCommandsAndWait()
973 m_vertexModule = createShaderModule(vk, device, m_context.getBinaryCollection().get("vert"), 0u); in initialize()
974 m_fragmentModule = createShaderModule(vk, device, m_context.getBinaryCollection().get("frag"), 0u); in initialize()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingShaderAccessTests.cpp648 submitCommandsAndWait(m_vki, m_device, m_queue, cmd.get()); in readRenderTarget()
702 submitCommandsAndWait(m_vki, m_device, m_queue, cmd.get()); in iterate()
774 vk::Move<vk::VkShaderModule> module = createShaderModule(vki, device, programCollection.get(name), (vk::VkShaderModuleCreateFlags)0); in addStage()
1017 m_vki.cmdExecuteCommands(*mainCmd, 1, &passCmd.get()); in renderToTarget()
1024 submitCommandsAndWait(m_vki, m_device, m_queue, mainCmd.get()); in renderToTarget()
2142 const vk::Unique<vk::VkShaderModule> computeModule (vk::createShaderModule(vki, device, programCollection.get("compute"), (vk::VkShaderModuleCreateFlags)0u));
2329 submitCommandsAndWait(m_vki, m_device, queue, cmd.get());
2374 submitCommandsAndWait(m_vki, m_device, queue, cmd.get());
9705 createTestsFunc(dimensionSingleDescriptorSetGroup.get(),
9715 createTestsFunc(dimensionMultipleDescriptorSetsGroup.get(),
[all...]

Completed in 132 milliseconds

1...<<581582583584585586587588589590>>...614