/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | BuildSPIRV.cpp | 1675 mExecutionModes.set(executionMode); in addExecutionMode() 1680 mExtensions.set(extension); in addExtension() 1744 // If the resource declaration requires set & binding, add the DescriptorSet and Binding in writeInterfaceVariableDecorations()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | Attributes.cpp | 782 assert(B.getAlignment() && "Alignment must be set"); in get() 786 assert(B.getStackAlignment() && "StackAlignment must be set"); in get() 1737 AttrClass::set(Caller, AttrClass::getKind(), false); in setAND() 1749 AttrClass::set(Caller, AttrClass::getKind(), true); in setOR() 1841 /// set this attribute in the caller post inlining.
|
H A D | Metadata.cpp | 705 // This node is not uniqued. Just set the operand and be done with it. in handleChangedOperand() 1104 void MDAttachmentMap::set(unsigned ID, MDNode &MD) { 1241 Info.set(KindID, *Node);
|
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
H A D | validate_decorations.cpp | 1224 std::set<PerIDKey> seen_per_id; 1225 std::set<PerMemberKey> seen_per_member;
|
/third_party/skia/third_party/externals/swiftshader/include/EGL/ |
H A D | eglext.h | 470 typedef void (EGLAPIENTRYP PFNEGLSETBLOBCACHEFUNCSANDROIDPROC) (EGLDisplay dpy, EGLSetBlobFuncANDROID set, EGLGetBlobFuncANDROID get); 472 EGLAPI void EGLAPIENTRY eglSetBlobCacheFuncsANDROID (EGLDisplay dpy, EGLSetBlobFuncANDROID set, EGLGetBlobFuncANDROID get);
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | renderer_utils.cpp | 33 // Both D3D and Vulkan support the same set of standard sample positions for 1, 2, 4, 8, and 16 568 incompleteTexture.set(context, nullptr); in onDestroy() 661 // To avoid the undefined spec behavior for shadow samplers with a depth texture, we set the in getIncompleteTexture() 669 mIncompleteTextures[format][type].set(context, t.release()); in getIncompleteTexture()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | vk_wrapper.h | 601 VkResult set(VkDevice device) const; 1674 ANGLE_INLINE VkResult Event::set(VkDevice device) const in set() function in rx::DescriptorSetIndex::Event
|
/third_party/skia/src/core/ |
H A D | SkBlurMF.cpp | 497 center.set(smallW, smallH); in filterRectsToNine() 501 center.set(smallW + (innerIR.left() - srcM.fBounds.left()), in filterRectsToNine() 1314 // In this case something has gone disastrously wrong so set up to drop the draw in find_or_create_rrect_blur_mask_fp()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
H A D | validate_decorations.cpp | 1224 std::set<PerIDKey> seen_per_id; 1225 std::set<PerMemberKey> seen_per_member;
|
/third_party/skia/third_party/externals/icu/source/tools/genrb/ |
H A D | reslist.cpp | 32 #include <set> 426 /* Put this string into the set for finding duplicates. */ in handlePreflightStrings() 621 // then set the fKey16 field accordingly. in write16() 1029 * write indexes[URES_INDEX_ATTRIBUTES] with URES_ATT_NO_FALLBACK set or not set in write() 1376 std::set<int32_t> keysInUse; in compactKeys() 1591 // We enumerate a set of strings, so there are no duplicates. in compactStringsV2() 1740 // Suffixes of pool strings have been set already. in compactStringsV2()
|
/third_party/skia/src/pdf/ |
H A D | SkPDFDevice.cpp | 227 // drawing method and maintain the state needed between set up and finish. 687 fCurrentMatrixOrigin.set(0.0f, 0.0f); in writeGlyph() 1161 // PDF treats a shader as a color, so we only set one or the other. in populate_graphic_state_entry_from_paint() 1167 // We don't have to set a shader just for a color. in populate_graphic_state_entry_from_paint() 1676 fDocument->fPDFBitmapMap.set(key, pdfimage); in internalDrawImageRect()
|
/third_party/skia/src/pathops/ |
H A D | SkOpCoincidence.cpp | 113 // set the range of this span 114 void SkCoincidentSpans::set(SkCoincidentSpans* next, const SkOpPtT* coinPtTStart, in set() function in SkCoincidentSpans 276 coinRec->set(this->fHead, coinPtTStart, coinPtTEnd, oppPtTStart, oppPtTEnd); in add()
|
/third_party/skia/src/ports/ |
H A D | SkFontHost_FreeType.cpp | 126 // Subpixel anti-aliasing may be unfiltered until the LCD filter is set. in FreeTypeLibrary() 288 LOG_INFO("INFO: font %s has variations, but specified variations could not be set.\n", in setupAxes() 332 // FreeType will set the charmap to the "most unicode" cmap if it exists. in Make() 333 // If there are no unicode cmaps, the charmap is set to nullptr. in Make() 447 info->fPostScriptName.set(FT_Get_Postscript_Name(face)); in onGetAdvancedMetrics() 692 // At least some versions of FreeType set face->units_per_EM to 0 for bitmap only fonts. 1527 // check to see if the embolden bit is set 1919 name->set(face->family_name);
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
H A D | CommandBufferVk.cpp | 139 VkDescriptorSet set = ToBackend(mBindGroups[dirtyIndex])->GetHandle(); in Apply() local 146 1, &*set, mDynamicOffsetCounts[dirtyIndex], dynamicOffset); in Apply() 509 // Reset all query set used on current render pass together before beginning render pass in RecordCommands() 656 // subresources should all be GENERAL instead of what we set now. Currently in RecordCommands() 767 // VK_QUERY_RESULT_WAIT_BIT is set. In order to resolve the unavailable queries in RecordCommands()
|
/third_party/skia/third_party/externals/dawn/src/tests/ |
H A D | DawnTest.cpp | 494 std::set<std::pair<wgpu::BackendType, std::string>> adapterNameSet; in SelectPreferredAdapterProperties() 522 // If we ever have Swiftshader GL (unlikely), we could set the DeviceType properly. in SelectPreferredAdapterProperties() 880 std::set<std::string> supportedFeaturesSet; 1011 // The device will be destroyed soon after, so we want to set the expectation. 1330 // Sample the input texture and write out depth. |result| will only be set to 1 if we 1360 // TODO(jiawei.shao@intel.com): The Intel Mesa Vulkan driver can't set gl_FragDepth unless 1558 // Helper classes to set expectations
|
/third_party/python/Lib/test/ |
H A D | test_nntplib.py | 1494 self.assertEqual(set(nntplib.__all__), set(target_api))
|
H A D | test_regrtest.py | 443 self.assertEqual(set(executed), set(tests), output) 560 Check that regrtest appears to find the expected set of tests. 1500 self.assertIsNotNone(guard, f"{setup.UNICODE_GUARD_ENV} not set")
|
/third_party/python/Lib/logging/ |
H A D | __init__.py | 67 # If you don't want threading information in the log, set this to zero 72 # If you don't want multiprocessing information in the log, set this to zero 77 # If you don't want process information in the log, set this to zero 85 # Default levels and level names, these can be replaced with any positive set 180 # have __file__ set, for some reason (see Issue #21736). Thus, we get the 471 fields = set() 503 fields = set() 619 instance, set the 'converter' attribute to a function with the same 622 set the 'converter' attribute in the Formatter class. 850 # set t [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | SelectionDAGNodes.h | 140 /// set the SDNode 176 /// be set and the runtime size will be a positive integer multiple of the 323 inline void set(const SDValue &V); 324 /// Like set, but only supports initializing a newly-allocated 327 /// Like set, but only sets the Node portion of the value, 477 /// Clear any flags in this flag set that aren't also set in Flags. 505 // We define a set of mini-helper classes to help us interpret the bits in our 876 // ordering (> 0), during legalization (results in values set to in hasPredecessorHelper() 877 // 0), new nodes (set t in hasPredecessorHelper() 1223 inline void SDUse::set(const SDValue &V) { set() function in llvm::SDUse [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonHardwareLoops.cpp | 59 #include <set> 173 /// If successful, it will return true and set the \p Reg, \p IVBump 256 /// value. Return true if yes, and false otherwise. When returning true, set 807 // "Normalized" distance, i.e. with the bump set to +-1. in computeCount() 1273 // MachineBasicBlock and BasicBlock objects need the flag set. in convertToHardwareLoop() 1275 // This line is needed to set the hasAddressTaken flag on the BasicBlock in convertToHardwareLoop() 1619 using RegisterInductionSet = std::set<RegisterInduction>; in fixupInductionVariable()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86FloatingPoint.cpp | 80 return MachineFunctionProperties().set( 91 // LiveBundle. It represents a set of CFG edges where the live FP stack 98 // The set of live FP registers in a LiveBundle is calculated by bundleCFG, 270 /// Adjust the live registers to be the set in Mask. 389 /// live-out sets for the FP registers. Consistent means that the set of 390 /// registers live-out from a block is identical to the live-in set of all 506 /// setupBlockStack - Use the live bundles to set up our model of the stack 1338 "Stack conditions not set up right!"); in handleTwoArgFP() 1712 Defs.set(Reg); in setKillFlags()
|
H A D | X86SpeculativeLoadHardening.cpp | 644 // fallthrough, and set this is the "else" successor. in collectBlockCondInfo() 1202 /// indirect jump -- the destination is loaded into icache based on the bits set 1220 // However, they set flags and are perhaps the most surprisingly constant in isDataInvariant() 1235 // However, these set flags. in isDataInvariant() 1254 // set flags. in isDataInvariant() 1279 // and set flags. in isDataInvariant() 1308 // Basic arithmetic is constant time on the input but does set flags. in isDataInvariant() 1356 // don't set EFLAGS. in isDataInvariant() 1359 // Unlike other arithmetic, NOT doesn't set EFLAGS. in isDataInvariant() 1373 // Arithmetic instructions that are both constant time and don't set flag in isDataInvariant() [all...] |
/third_party/skia/tools/fonts/ |
H A D | TestSVGTypeface.cpp | 65 fCMap.set(datum.fUnicode, i); in TestSVGTypeface() 907 * with unitsPerEm set to 1024 or numbers not divisible by 100 when the 1328 fColors->set(color, colorIndex);
|
/third_party/skia/third_party/externals/egl-registry/api/EGL/ |
H A D | eglext.h | 470 typedef void (EGLAPIENTRYP PFNEGLSETBLOBCACHEFUNCSANDROIDPROC) (EGLDisplay dpy, EGLSetBlobFuncANDROID set, EGLGetBlobFuncANDROID get); 472 EGLAPI void EGLAPIENTRY eglSetBlobCacheFuncsANDROID (EGLDisplay dpy, EGLSetBlobFuncANDROID set, EGLGetBlobFuncANDROID get);
|
/third_party/python/Lib/test/test_warnings/ |
H A D | __init__.py | 70 # The 'warnings' module must be explicitly set so that the proper 95 self.assertSetEqual(set(self.module.__all__), 96 set(target_api))
|