/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | vk_utils.cpp | 769 ANGLE_VK_TRY(context, shaderAndSerial->get().init(context->getDevice(), createInfo)); in InitShaderAndSerial() 1625 return vk::LevelIndex(levelGL.get() - baseLevel.get()); in GetLevelIndex() 1669 return gl::LevelIndex(levelVk.get() + baseLevel.get()); in GetLevelIndex()
|
H A D | VertexArrayVk.cpp | 592 gl::Buffer *bufferGL = binding.getBuffer().get(); in syncDirtyAttrib() 805 if (binding.getBuffer().get() != nullptr) in updateStreamedAttribs() 808 bufferVk = vk::GetImpl(binding.getBuffer().get()); in updateStreamedAttribs() 828 ASSERT(binding.getBuffer().get() == nullptr); in updateStreamedAttribs() 841 ASSERT(binding.getBuffer().get() == nullptr); in updateStreamedAttribs()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | loop_peeling.cpp | 357 in_loop->AddBasicBlock(new_bb.get()); in CreateBlockBefore() 361 context_->set_instr_block(new_bb->GetLabelInst(), new_bb.get()); in CreateBlockBefore() 380 context_, new_bb.get(), in CreateBlockBefore() 383 cfg.RegisterBlock(new_bb.get()); in CreateBlockBefore() 389 BasicBlock* ret = new_bb.get(); in CreateBlockBefore() 691 // can, get the direction (before/after) and by which factor. in ProcessLoop()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | loop_peeling.cpp | 357 in_loop->AddBasicBlock(new_bb.get()); in CreateBlockBefore() 361 context_->set_instr_block(new_bb->GetLabelInst(), new_bb.get()); in CreateBlockBefore() 380 context_, new_bb.get(), in CreateBlockBefore() 383 cfg.RegisterBlock(new_bb.get()); in CreateBlockBefore() 389 BasicBlock* ret = new_bb.get(); in CreateBlockBefore() 691 // can, get the direction (before/after) and by which factor. in ProcessLoop()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
H A D | operand_capabilities_test.cpp | 46 const auto env = std::get<0>(GetParam()); in TEST_P() 52 grammar.lookupOperand(std::get<1>(GetParam()).type, in TEST_P() 53 std::get<1>(GetParam()).value, &entry)); in TEST_P() 58 Eq(ElementsIn(std::get<1>(GetParam()).expected_capabilities))) in TEST_P() 59 << " capability value " << std::get<1>(GetParam()).value; in TEST_P()
|
/third_party/skia/tests/ |
H A D | PictureTest.cpp | 225 check_save_state(reporter, copy.get(), 2, 1, 3); in DEF_TEST() 231 check_save_state(reporter, final.get(), 1, 2, 3); in DEF_TEST() 234 check_save_state(reporter, copy.get(), 2, 1, 3); in DEF_TEST() 247 check_balance(reporter, copy.get()); in DEF_TEST() 603 // With the bug present, at (55, 55) we would get a fully opaque red in DEF_TEST() 721 sk_sp<SkPicture> deserializedPicture(SkPicture::MakeFromStream(rstream.get())); in DEF_TEST()
|
H A D | SkSLInterpreterTest.cpp | 102 args[sig.fParameterSlots + i] = out.get() + i; in test() 106 p.eval(1, args.get()); in test() 108 verify_values(r, src, out.get(), expected, sig.fReturnSlots, exactCompare); in test() 878 outTypes[0] = fCompiler.context().fTypes.fFloat.get(); 928 outTypes[0] = fCompiler.context().fTypes.fFloat.get();
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | Error.h | 532 reference get() { in get() function in llvm::Expected 538 const_reference get() const { in get() function in llvm::Expected 540 return const_cast<Expected<T> *>(this)->get(); in get() 621 pointer toPointer(wrap *Val) { return &Val->get(); } in toPointer() 623 const_pointer toPointer(const wrap *Val) const { return &Val->get(); } in toPointer() 626 assert(!HasError && "Cannot get value when an error exists!"); in getStorage() 631 assert(!HasError && "Cannot get value when an error exists!"); in getStorage() 636 assert(HasError && "Cannot get error when a value exists!"); in getErrorStorage() 641 assert(HasError && "Cannot get error when a value exists!"); in getErrorStorage()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
H A D | SampleProfReader.cpp | 206 // mangled names, but we may not always get them. This happens when in readImpl() 1247 auto Buffer = std::move(BufferOrErr.get()); in setupMemoryBuffer() 1271 return create(BufferOrError.get(), C, RemapFilename); in create() 1291 return create(BufferOrError.get(), Reader, C); in create() 1309 if (Error E = Remappings->read(*B.get())) { in create() 1357 Reader->Remapper = std::move(ReaderOrErr.get()); in create()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | Thumb2SizeReduction.cpp | 480 auto MIB = BuildMI(MBB, MI, dl, TII->get(Entry.NarrowOpc1)) in ReduceLoadStore() 582 MachineInstrBuilder MIB = BuildMI(MBB, MI, dl, TII->get(Opc)); in ReduceLoadStore() 652 TII->get(ARM::tADDrSPi)) in ReduceSpecial() 791 const MCInstrDesc &NewMCID = TII->get(Entry.NarrowOpc2); in ReduceTo2Addr() 884 const MCInstrDesc &NewMCID = TII->get(Entry.NarrowOpc1); in ReduceToNarrow()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
H A D | MipsSEISelDAGToDAG.cpp | 133 BuildMI(MBB, &MI, MI.getDebugLoc(), TII->get(Mips::OR64)) in emitMCountABI() 141 BuildMI(MBB, &MI, MI.getDebugLoc(), TII->get(Mips::OR)) in emitMCountABI() 146 BuildMI(MBB, &MI, MI.getDebugLoc(), TII->get(Mips::ADDiu)) in emitMCountABI() 289 // If the first operand is a FI, get the TargetFI Node in selectAddrFrameIndexOffset() 314 // if Address is FI, get the TargetFrameIndex. in selectAddrRegImm() 886 // Manually match MipsISD::Ins nodes to get the correct instruction. It has in trySelect() 1229 IntegerType::get(MF->getFunction().getContext(), 32); in trySelect() 1230 const ConstantInt *Const32 = ConstantInt::get(Int32Ty, 32); in trySelect()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | MemorySSA.h | 717 /// Given a memory Mod/Ref'ing instruction, get the MemorySSA 719 /// node that exists for that block, if there is one. Otherwise, this will get 740 return MA == LiveOnEntryDef.get(); in isLiveOnEntryDef() 744 return LiveOnEntryDef.get(); in getLiveOnEntryDef() 804 return It == PerBlockAccesses.end() ? nullptr : It->second.get(); in getWritableBlockAccesses() 810 return It == PerBlockDefs.end() ? nullptr : It->second.get(); in getWritableBlockDefs() 937 MemorySSA &getMSSA() { return *MSSA.get(); } in getMSSA() 1094 // This is a bit ugly, but for MemoryPHI's, unlike PHINodes, you can't get the 1097 // iterator to avoid callers having to linear walk to get the block. 1102 assert(MP && "Tried to get ph in getPhiArgBlock() [all...] |
/third_party/skia/experimental/sktext/src/ |
H A D | Text.cpp | 286 std::numeric_limits<SkScalar>::max(), shapedText.get()); 336 this->addLine(wrappedText.get(), unicodeText->getUnicode(), line, spaces, true); 410 this->addLine(wrappedText.get(), unicodeText->getUnicode(), line, spaces, false); 430 this->addLine(wrappedText.get(), unicodeText->getUnicode(), line, spaces, false); 636 this->visit(selectableText.get());
|
/third_party/rust/crates/rust-openssl/openssl/src/x509/ |
H A D | tests.rs | 582 "unable to get certificate CRL" in test_verify_fails_with_crl_flag_set_and_no_crl() 938 "unable to get local issuer certificate" in test_verify_param_set_depth_fails_verification() 1157 let dp = dps.get(0).unwrap(); in test_dist_point() 1160 let dp_gn = dp_gns.get(0).unwrap(); in test_dist_point() 1163 let dp = dps.get(1).unwrap(); in test_dist_point() 1166 let dp_gn = dp_gns.get(0).unwrap(); in test_dist_point() 1168 assert!(dps.get(2).is_none()) in test_dist_point()
|
/third_party/spirv-tools/source/opt/ |
H A D | loop_peeling.cpp | 358 in_loop->AddBasicBlock(new_bb.get()); in CreateBlockBefore() 362 context_->set_instr_block(new_bb->GetLabelInst(), new_bb.get()); in CreateBlockBefore() 381 context_, new_bb.get(), in CreateBlockBefore() 384 cfg.RegisterBlock(new_bb.get()); in CreateBlockBefore() 390 BasicBlock* ret = new_bb.get(); in CreateBlockBefore() 692 // can, get the direction (before/after) and by which factor. in ProcessLoop()
|
/third_party/spirv-tools/test/ |
H A D | operand_capabilities_test.cpp | 75 const auto env = std::get<0>(GetParam()); in TEST_P() 81 grammar.lookupOperand(std::get<1>(GetParam()).type, in TEST_P() 82 std::get<1>(GetParam()).value, &entry)); in TEST_P() 87 Eq(ElementsIn(std::get<1>(GetParam()).expected_capabilities))) in TEST_P() 88 << " enum value " << std::get<1>(GetParam()).value; in TEST_P()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/ |
H A D | vktProtectedMemShaderImageAccessTests.cpp | 530 vk::Unique<vk::VkShaderModule> computeShader (vk::createShaderModule(vk, device, ctx.getBinaryCollection().get("comp"), 0)); in executeComputeTest() 753 vk::Move<vk::VkShaderModule> vertexShader = createShaderModule(vk, device, ctx.getBinaryCollection().get("vert"), 0); in executeFragmentTest() 754 vk::Move<vk::VkShaderModule> fragmentShader = createShaderModule(vk, device, ctx.getBinaryCollection().get("frag"), 0); in executeFragmentTest() 1071 vk.cmdBindVertexBuffers(*cmdBuffer, 0u, 1u, &vertexBuffer->get(), &vertexBufferOffset); in executeFragmentTest() 1072 vk.cmdBindVertexBuffers(*cmdBuffer, 1u, 1u, &vertexBuffer->get(), &vertexBufferOffset); in executeFragmentTest()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/query_pool/ |
H A D | vktQueryPoolConcurrentTests.cpp | 184 vk::Unique<vk::VkShaderModule> vs(vk::createShaderModule(vk, device, m_context.getBinaryCollection().get("vert"), 0)); in StateObjects() 185 vk::Unique<vk::VkShaderModule> fs(vk::createShaderModule(vk, device, m_context.getBinaryCollection().get("frag"), 0)); in StateObjects() 414 submitCommandsAndWait(vk, device, queue, cmdBuffer.get()); 721 vk.cmdExecuteCommands(*cmdBufferPrimary, 1u, &cmdBufferSecondary.get()); 741 submitCommandsAndWait(vk, device, queue, cmdBufferPrimary.get());
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/ |
H A D | vktSubgroupsBasicTests.cpp | 2235 addFunctionCaseWithPrograms(computeGroup.get(), testName, "", supportedCheck, initPrograms, test, caseDef); in createSubgroupsBasicTests() 2254 addFunctionCaseWithPrograms(meshGroup.get(), testName, "", supportedCheck, initPrograms, test, caseDef); in createSubgroupsBasicTests() 2274 addFunctionCaseWithPrograms(graphicGroup.get(), op, "", supportedCheck, initPrograms, test, caseDef); in createSubgroupsBasicTests() 2287 addFunctionCaseWithPrograms(raytracingGroup.get(), op, "", supportedCheck, initPrograms, test, caseDef); in createSubgroupsBasicTests() 2305 addFunctionCaseWithPrograms(framebufferGroup.get(), testName, "", supportedCheck, initFrameBufferPrograms, noSSBOtest, caseDef); in createSubgroupsBasicTests()
|
/kernel/linux/linux-5.10/sound/pci/cs46xx/ |
H A D | cs46xx_lib.c | 9 * - Sometimes the SPDIF input DSP tasks get's unsynchronized 10 * and the SPDIF get somewhat "distorcionated", or/and left right channel 11 * are swapped. To get around this problem when it happens, mute and unmute 2247 .get = snd_cs46xx_vol_get, 2251 .get = snd_cs46xx_vol_dac_get, 2260 .get = snd_cs46xx_vol_get, 2273 .get = snd_cs46xx_adc_capture_get, 2280 .get = snd_cs46xx_pcm_capture_get, 2287 .get = snd_cs46xx_iec958_get, 2295 .get [all...] |
/kernel/linux/linux-6.6/sound/pci/cs46xx/ |
H A D | cs46xx_lib.c | 9 * - Sometimes the SPDIF input DSP tasks get's unsynchronized 10 * and the SPDIF get somewhat "distorcionated", or/and left right channel 11 * are swapped. To get around this problem when it happens, mute and unmute 2233 .get = snd_cs46xx_vol_get, 2237 .get = snd_cs46xx_vol_dac_get, 2246 .get = snd_cs46xx_vol_get, 2259 .get = snd_cs46xx_adc_capture_get, 2266 .get = snd_cs46xx_pcm_capture_get, 2273 .get = snd_cs46xx_iec958_get, 2281 .get [all...] |
/third_party/skia/third_party/externals/tint/src/resolver/ |
H A D | resolver_test.cc | 1529 const Params& params = std::get<0>(GetParam()); in TEST_P() 1530 BinaryExprSide side = std::get<1>(GetParam()); in TEST_P() 1561 // TODO(amaiorano): Bring this back once we have a way to get the canonical in TEST_P() 1583 std::get<0>(GetParam()); in TEST_P() 1585 std::get<1>(GetParam()); in TEST_P() 1586 const ast::BinaryOp op = std::get<2>(GetParam()); in TEST_P() 1628 bool vec_by_mat = std::get<0>(GetParam()); in TEST_P() 1629 uint32_t vec_size = std::get<1>(GetParam()); in TEST_P() 1630 uint32_t mat_rows = std::get<2>(GetParam()); in TEST_P() 1631 uint32_t mat_cols = std::get< in TEST_P() [all...] |
/third_party/node/deps/v8/src/compiler/ |
H A D | wasm-compiler.cc | 102 // do not get compressed. 696 Node* WasmGraphBuilder::GetInstance() { return instance_node_.get(); } in GetInstance() 731 DCHECK_NOT_NULL(env_); // Wrappers don't get stack checks. in StackCheck() 774 graph()->NewNode(stack_check_call_operator_.get(), in StackCheck() 775 stack_check_code_node_.get(), effect(), if_false); in StackCheck() 5638 // Call node to have no control inputs, which means it could get scheduled in ArrayNewWithRtt() 6283 gasm_->Call(int32_to_heapnumber_operator_.get(), target, value); 6317 ? gasm_->Call(tagged_non_smi_to_int32_operator_.get(), 6319 : gasm_->Call(tagged_non_smi_to_int32_operator_.get(), 6337 return gasm_->Call(float32_to_number_operator_.get(), targe [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | Instructions.cpp | 135 replaceAllUsesWith(UndefValue::get(getType())); in removeIncomingValue() 167 return UndefValue::get(getType()); in hasConstantValue() 496 Vals.push_back(MDB.createConstant(ConstantInt::get( in updateProfWeight() 509 ConstantInt::get(Type::getInt64Ty(getContext()), in updateProfWeight() 512 setMetadata(LLVMContext::MD_prof, MDNode::get(getContext(), Vals)); in updateProfWeight() 536 ArraySize = ConstantInt::get(IntPtrTy, 1); in createMalloc() 823 BlockAddress *Old = BlockAddress::get(OldBB); in updateArgBlockAddresses() 824 BlockAddress *New = BlockAddress::get(B); in updateArgBlockAddresses() 1200 Amt = ConstantInt::get(Type::getInt32Ty(Context), 1); in getAISize() 1230 : UnaryInstruction(PointerType::get(T in AllocaInst() [all...] |
/applications/standard/calendardata/calendarmanager/test/unittest/src/ |
H A D | event_attendee_test.cpp | 43 auto ret = CalendarManager::GetInstance().DeleteCalendar(*calendar.get()); in TearDownTestSuite()
|