/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_target_nvc0.cpp | 447 offset += insn->src(s).get()->reg.data.offset; in insnCanLoadOffset()
|
/third_party/python/Tools/demo/ |
H A D | sortvisu.py | 597 self.array.setspeed(self.v_speed.get())
|
/third_party/python/Lib/ |
H A D | nntplib.py | 196 name = _OVERVIEW_FMT_ALTERNATIVES.get(name, name) 331 reader-specific commands, such as `group'. If you get 468 print('*get*', repr(line)) 478 """Internal: get a response from the server. 494 """Internal: get a response plus following text from the server. 540 """Internal: send a command and get the response. 546 """Internal: send a command and get the response plus following text. 552 """Internal: send a command and get the response plus following text. 562 """Internal: get the overview format. Queries the server if not 945 # try to get the [all...] |
H A D | statistics.py | 190 partials_get = partials.get
|
/third_party/python/Lib/test/libregrtest/ |
H A D | main.py | 632 totals[k] += int(suite.get(k, 0))
|
/third_party/python/Include/internal/ |
H A D | pycore_runtime_init.h | 892 INIT_ID(get), \
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineImageTests.cpp | 836 createImageCountTests(formatGroup.get(), testCtx, allocationKind, pipelineConstructionType, samplingType, imageViewType, format); in createImageFormatTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/ |
H A D | vktProtectedMemFillUpdateCopyBufferTests.cpp | 287 vk.cmdExecuteCommands(*cmdBuffer, 1u, &secondaryCmdBuffer.get()); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/ |
H A D | vktSparseResourcesTestsUtil.cpp | 389 VK_CHECK(vk.waitForFences(device, 1u, &fence.get(), DE_TRUE, ~0ull)); in submitCommandsAndWait()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
H A D | ModifyStruct.cpp | 366 reflection->addOriginalName(structure.uniqueId().get(), structure.name().data());
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | ResourcesHLSL.cpp | 715 if (uniformBlockOptimizedMap.count(interfaceBlock.uniqueId().get()) != 0) in uniformBlocksHeader()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Program.h | 418 const sh::ShaderVariable *get(ShaderType stage) const in get() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | Analysis.cpp | 111 // Base case: we can get an EVT for this LLVM IR type. 151 // Base case: we can get an LLT for this LLVM IR type. in computeValueLLTs() 325 // have to remove those initial indices to get the location we're in getNoopInput() 538 // Debug info intrinsics do not get in the way of tail call optimization. in isInTailCallPosition() 696 CallVal = UndefValue::get(SlotType); in returnTypeIsEligibleForTailCall()
|
H A D | MachineOutliner.cpp | 1105 Function *F = Function::Create(FunctionType::get(Type::getVoidTy(C), false), in createOutlinedFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AccelTable.cpp | 35 // First get the number of unique hashes. in computeBucketCount() 564 DD.useSplitDwarf() ? CU.value()->getSkeleton() : CU.value().get(); in emitDWARF5AccelTable()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizerInfo.cpp | 391 /// Helper function to get LLT for the given type index. 398 // same type. So, get the last operand if TypeIdx == 1. in getTypeFromTypeIdx() 593 // If we want to get rid of the below loop, we should have stronger asserts in findAction() 699 const MCInstrDesc &MCID = MII.get(Opcode); in verify()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGDumper.cpp | 389 case ISD::GET_DYNAMIC_AREA_OFFSET: return "get.dynamic.area.offset"; in getOperationName() 406 switch (cast<CondCodeSDNode>(this)->get()) { in getOperationName()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | ConstantsContext.h | 150 : ConstantExpr(VectorType::get( in ShuffleVectorConstantExpr()
|
H A D | Instruction.cpp | 706 MDNode::get(ProfileData->getContext(), Ops)); in swapProfMetadata()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
H A D | MCObjectStreamer.cpp | 44 return Assembler.get(); in getAssemblerPtr()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/ |
H A D | DarwinAsmParser.cpp | 786 OS = NewOS.get(); in parseDirectiveSecureLogUnique()
|
/third_party/skia/src/core/ |
H A D | SkMipmap.cpp | 709 // So subtract 1 from the mip level to get the index stored by SkMipmap. in ComputeLevelSize() 853 buffer.writeDataAsByteArray(encode_to_data(level.fPixmap).get()); in serialize()
|
/third_party/skia/src/gpu/ |
H A D | GrDistanceFieldGenFromVector.cpp | 44 * You can get the winding number for each texel of the scanline 634 // get the bounding box, outset by distance field pad, and clip to total bounds in calculate_distance_field_data() 771 DFData* dataPtr = (DFData*) dfStorage.get();
|
/third_party/skia/src/gpu/ops/ |
H A D | ShadowRRectOp.cpp | 426 // corner get skewed to a diamond rather than a square. To correct for that, in fillInRRectVerts() 696 view = std::get<0>(GrMakeUncachedBitmapProxyView(rContext, bitmap)); in create_falloff_texture()
|
/third_party/skia/src/effects/imagefilters/ |
H A D | SkBlurImageFilter.cpp | 936 input = ImageToColorSpace(input.get(), ctx.colorType(), ctx.colorSpace(), in onFilterImage()
|