Home
last modified time | relevance | path

Searched refs:get (Results 10451 - 10475 of 10773) sorted by relevance

1...<<411412413414415416417418419420>>...431

/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/mesa3d/src/amd/compiler/
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...]
H A Daco_lower_to_hw_instr.cpp1247 Definition(lo_reg, RegClass::get(RegType::vgpr, def.physReg().byte())); in do_copy()
1249 Definition(lo_reg, RegClass::get(RegType::vgpr, lo_half.bytes() + op.bytes())); in do_copy()
1733 RegClass::get(RegType::vgpr, other->second.bytes))); in handle_operands()
1735 RegClass::get(RegType::vgpr, other->second.bytes))); in handle_operands()
/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...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/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());
9718 createTestsFunc(dimensionSingleDescriptorSetGroup.get(),
9728 createTestsFunc(dimensionMultipleDescriptorSetsGroup.get(),
[all...]
/third_party/googletest/googletest/src/
H A Dgtest.cc517 "placed in a library that may be linked in to get other utilities.)"; in InsertSyntheticTestCase()
590 "example, being placed in a library that may be linked in to get other " in CheckForInstantiations()
937 // instead of GetTypeId< ::testing::Test>() to get the type ID of
1042 return per_thread_test_part_result_reporter_.get();
1285 return internal::StringStreamToString(ss_.get());
4916 // Use the getaddrinfo() to get a linked list of IP addresses for
5596 if (internal_run_death_test_flag_.get() != nullptr)
5795 (internal_run_death_test_flag_.get() != nullptr);
/third_party/node/deps/openssl/openssl/crypto/aes/asm/
H A Daesv8-armx.pl2220 # previously, then decrypt the last second cipher block to get the
2867 // Encrypt the composite block to get the last second encrypted text block
3546 // Decrypt the last secod block to get the last plain text block
3575 // to get the last encrypted block.
3587 // Decrypt the composite block to get the last second plain text block
/third_party/openssl/crypto/aes/asm/
H A Daesv8-armx.pl2236 # previously, then decrypt the last second cipher block to get the
2883 // Encrypt the composite block to get the last second encrypted text block
3562 // Decrypt the last secod block to get the last plain text block
3591 // to get the last encrypted block.
3603 // Decrypt the composite block to get the last second plain text block
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
H A DAsmParser.cpp980 if (std::get<2>(LocSym)->isUndefined()) { in Run()
983 CppHashInfo = std::get<1>(LocSym); in Run()
984 printError(std::get<0>(LocSym), "directional label undefined"); in Run()
4493 /// definition so the positional parameters get used if that was what was
5670 // The only .repl that should get here are the ones created by in parseDirectiveEndr()
5802 const MCInstrDesc &Desc = MII->get(Info.Opcode); in parseMSInlineAsm()
/third_party/skia/src/gpu/gl/
H A DGrGLCaps.cpp377 GrShaderCaps* shaderCaps = fShaderCaps.get(); in init()
530 // TODO: get transfer buffers working in Chrome in init()
870 GrShaderCaps* shaderCaps = fShaderCaps.get(); in initGLSL()
1076 GrShaderCaps* shaderCaps = static_cast<GrShaderCaps*>(fShaderCaps.get()); in initBlendEqationSupport()
3283 count, temp.get()); in setupSampleCounts()
3771 // The particular lines that get dropped from test images varies across different devices. in applyDriverCorrectnessWorkarounds()
3938 // for some intermediate values to get acceptable results. in applyDriverCorrectnessWorkarounds()
3980 // using gl_FragCoord at all to get around it. in applyDriverCorrectnessWorkarounds()
4104 ctxInfo.renderer() == GrGLRenderer::kAdreno4xx_other || // We get garbage on Adreno405. in applyDriverCorrectnessWorkarounds()
4276 // SkSL::Program memory. To get bette in applyDriverCorrectnessWorkarounds()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DInstructions.h10 // Instruction class. This is meant to be an easy way to get access to all
1037 return 0U; // get index for modifying correct operand. in getPointerOperandIndex()
1055 Type *PtrTy = PointerType::get(checkGEPType(getIndexedType(ElTy, IdxList)), in getGEPReturnType()
1060 return VectorType::get(PtrTy, NumElem); in getGEPReturnType()
1065 return VectorType::get(PtrTy, NumElem); in getGEPReturnType()
2360 return 0U; // get index for modifying correct operand in getAggregateOperandIndex()
2481 return 0U; // get index for modifying correct operand in getAggregateOperandIndex()
2491 return 1U; // get index for modifying correct operand in getInsertedValueOperandIndex()
3063 assert(isConditional() && "Cannot get condition of an uncond branch!"); in getCondition()
3076 return cast_or_null<BasicBlock>((&Op<-1>() - i)->get()); in getSuccessor()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp61 // Try to get first reg. in CC_Sparc_Assign_Split_64()
72 // Try to get second reg. in CC_Sparc_Assign_Split_64()
90 // Try to get first reg. in CC_Sparc_Assign_Ret_Split_64()
96 // Try to get second reg. in CC_Sparc_Assign_Ret_Split_64()
2194 // Load RetPtr to get the return value. in LowerF128Op()
2431 ISD::CondCode CC = cast<CondCodeSDNode>(Op.getOperand(1))->get(); in LowerBR_CC()
2469 ISD::CondCode CC = cast<CondCodeSDNode>(Op.getOperand(4))->get(); in LowerSELECT_CC()
2575 // value we get here has already had rounding applied. So, we need in LowerDYNAMIC_STACKALLOC()
3153 BuildMI(ThisMBB, dl, TII.get(BROpcode)) in expandSelectCC()
3161 BuildMI(*SinkMBB, SinkMBB->begin(), dl, TII.get(S in expandSelectCC()
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cGPUShaderFP64Tests.cpp3570 /** Inspect program to get: buffer_size, offset, strides and block index
13041 static void get(const glw::GLvoid* buffer, T& out) in get() function in gl4cts::FunctionObject::unpack
13056 static void get(const glw::GLvoid* buffer, tcu::Matrix<glw::GLdouble, Rows, Cols>& out) in get() function in gl4cts::FunctionObject::unpack
13120 unpack<ArgT>::get(argument_src, arg); in call()
13300 unpack<Arg1T>::get(argument_src, arg_1); in call()
13301 unpack<Arg2T>::get((glw::GLubyte*)argument_src + argument_1_stride, arg_2); in call()
13429 unpack<arg1T>::get(argument_src, arg_1); in call()
13430 unpack<arg2T>::get((glw::GLubyte*)argument_src + argument_2_offset, arg_2); in call()
13431 unpack<arg3T>::get((glw::GLubyte*)argument_src + argument_3_offset, arg_3); in call()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp177 /// the work lists because they might get more simplified now.
1459 // If we get back the same node we passed in, rather than a new node or in Run()
1914 return SDValue(N, 0); // Return N so it doesn't get rechecked! in visitMERGE_VALUES()
2023 ISD::CondCode CC = cast<CondCodeSDNode>(SetCC->getOperand(2))->get(); in foldAddSubBoolOfMaskedVal()
2470 // rather than 'add 0/-1' (the zext should get folded). in visitADDLikeCommutative()
3198 // rather than 'sub 0/1' (the sext should get folded). in visitSUB()
3635 // If DIVREM is going to get expanded into a libcall, in useDivRem()
3663 // otherwise, the DIVREM may get target-legalized into something in useDivRem()
4547 ISD::CondCode CC0 = cast<CondCodeSDNode>(N0CC)->get(); in foldLogicOfSetCCs()
4548 ISD::CondCode CC1 = cast<CondCodeSDNode>(N1CC)->get(); in foldLogicOfSetCCs()
[all...]
H A DLegalizeIntegerTypes.cpp490 // If the input also needs to be promoted, do that first so we can get a in PromoteIntRes_EXTRACT_VECTOR_ELT()
491 // get a good idea for the output type. in PromoteIntRes_EXTRACT_VECTOR_ELT()
910 // the input type also needs to be promoted. So get the promoted type for in PromoteIntRes_SETCC()
1418 PromoteSetCCOperands(LHS, RHS, cast<CondCodeSDNode>(N->getOperand(1))->get()); in PromoteIntOp_BR_CC()
1536 PromoteSetCCOperands(LHS, RHS, cast<CondCodeSDNode>(N->getOperand(4))->get()); in PromoteIntOp_SELECT_CC()
1548 PromoteSetCCOperands(LHS, RHS, cast<CondCodeSDNode>(N->getOperand(2))->get()); in PromoteIntOp_SETCC()
2108 // Use a little trick to get the bits that move from Lo to Hi. First in ExpandShiftWithKnownAmountBit()
3089 // shift right by the amount of the scale to get the result in that scale. in ExpandIntRes_MULFIX()
3104 // amount and get Lo and Hi using two funnel shifts. Or for the special case in ExpandIntRes_MULFIX()
3951 ISD::CondCode CCCode = cast<CondCodeSDNode>(N->getOperand(1))->get(); in ExpandIntOp_BR_CC()
[all...]
/third_party/node/src/
H A Djs_native_api_v8.cc239 return defaultArrayBufferAllocator.get(); in GetOrCreateDefaultArrayBufferAllocator()
1355 return v8impl::g_platform.get(); in platform()
1417 v8::V8::InitializePlatform(v8impl::g_platform.get()); in OH_JSVM_Init()
2087 *result = v8::platform::PumpMessageLoop(v8impl::g_platform.get(), isolate); in OH_JSVM_PumpMessageLoop()
3242 // Should not get here unless V8 has added some new kind of value.
4013 // Attempts to get a referenced value. If the reference is weak, the value might
5226 std::get<v8::Global<v8::Script>>(jsvmData->taggedPointer).Reset();
5371 *data = serialized_bytes.buffer.get();
/third_party/node/deps/v8/src/compiler/
H A Dsimplified-lowering.cc396 // For any non-phi node just wait until we get all inputs typed. We only in UpdateFeedbackType()
3957 // We just get rid of the sigma here, choosing the best representation in VisitNode()
4184 // lowering. Once this phase becomes a vanilla reducer, it should get source
5011 return to_number_code_.get(); in ToNumberCode()
5021 return to_number_convert_big_int_code_.get(); in ToNumberConvertBigIntCode()
5029 return to_numeric_code_.get(); in ToNumericCode()
5042 return to_number_operator_.get(); in ToNumberOperator()
5056 return to_number_convert_big_int_operator_.get(); in ToNumberConvertBigIntOperator()
5069 return to_numeric_operator_.get(); in ToNumericOperator()

Completed in 175 milliseconds

1...<<411412413414415416417418419420>>...431