Home
last modified time | relevance | path

Searched refs:NV (Results 1 – 25 of 332) sorted by relevance

12345678910>>...14

/third_party/flutter/skia/src/gpu/gl/
DGrGLAssembleGLInterfaceAutogen.cpp174 GET_PROC_SUFFIX(BlendBarrier, NV); in GrGLMakeAssembledGLInterface()
246 GET_PROC_SUFFIX(TextureBarrier, NV); in GrGLMakeAssembledGLInterface()
349 GET_PROC_SUFFIX(CoverFillPath, NV); in GrGLMakeAssembledGLInterface()
350 GET_PROC_SUFFIX(CoverFillPathInstanced, NV); in GrGLMakeAssembledGLInterface()
351 GET_PROC_SUFFIX(CoverStrokePath, NV); in GrGLMakeAssembledGLInterface()
352 GET_PROC_SUFFIX(CoverStrokePathInstanced, NV); in GrGLMakeAssembledGLInterface()
353 GET_PROC_SUFFIX(DeletePaths, NV); in GrGLMakeAssembledGLInterface()
354 GET_PROC_SUFFIX(GenPaths, NV); in GrGLMakeAssembledGLInterface()
355 GET_PROC_SUFFIX(IsPath, NV); in GrGLMakeAssembledGLInterface()
356 GET_PROC_SUFFIX(PathCommands, NV); in GrGLMakeAssembledGLInterface()
[all …]
DGrGLAssembleGLESInterfaceAutogen.cpp172 GET_PROC_SUFFIX(BlendBarrier, NV); in GrGLMakeAssembledGLESInterface()
238 GET_PROC_SUFFIX(TextureBarrier, NV); in GrGLMakeAssembledGLESInterface()
369 GET_PROC_SUFFIX(CoverFillPath, NV); in GrGLMakeAssembledGLESInterface()
370 GET_PROC_SUFFIX(CoverFillPathInstanced, NV); in GrGLMakeAssembledGLESInterface()
371 GET_PROC_SUFFIX(CoverStrokePath, NV); in GrGLMakeAssembledGLESInterface()
372 GET_PROC_SUFFIX(CoverStrokePathInstanced, NV); in GrGLMakeAssembledGLESInterface()
373 GET_PROC_SUFFIX(DeletePaths, NV); in GrGLMakeAssembledGLESInterface()
374 GET_PROC_SUFFIX(GenPaths, NV); in GrGLMakeAssembledGLESInterface()
375 GET_PROC_SUFFIX(IsPath, NV); in GrGLMakeAssembledGLESInterface()
376 GET_PROC_SUFFIX(PathCommands, NV); in GrGLMakeAssembledGLESInterface()
[all …]
/third_party/mbedtls/tests/suites/
Dtest_suite_entropy.data7 Create NV seed_file
16 Entropy write/update seed file: base NV seed file
73 Check NV seed standard IO
76 Check NV seed manually #1
79 Check NV seed manually #2
82 Check NV seed manually #3
Dtest_suite_psa_crypto_init.data1 Create NV seed file
56 NV seed only: less than minimum
59 NV seed only: less than one block
62 NV seed only: just enough
65 Recreate NV seed file
Dtest_suite_entropy.function67 * NV seed read/write functions that use a buffer instead of a file
90 * NV seed read/write helpers that fill the base seedfile
323 /* If the NV seed functionality is enabled, there are two entropy
324 * updates: before and after updating the NV seed. */
371 /* If the NV seed functionality is enabled, there are two entropy
372 * updates: before and after updating the NV seed. */
410 /* Check if platform NV read and write manipulate the same data */
419 /* Check if platform NV write and raw read manipulate the same data */
460 // Make sure we read/write NV seed from our buffers
471 // Set the initial NV seed to read
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DInliner.cpp389 const ore::NV &Arg) { in operator <<()
401 R << "(cost=" << ore::NV("Cost", IC.getCost()) in operator <<()
402 << ", threshold=" << ore::NV("Threshold", IC.getThreshold()) << ")"; in operator <<()
405 R << ": " << ore::NV("Reason", Reason); in operator <<()
439 << NV("Callee", Callee) << " not inlined into " in shouldInline()
440 << NV("Caller", Caller) << " because it should never be inlined " in shouldInline()
451 << NV("Callee", Callee) << " not inlined into " in shouldInline()
452 << NV("Caller", Caller) << " because too costly to inline " << IC; in shouldInline()
465 << "Not inlining. Cost of inlining " << NV("Callee", Callee) in shouldInline()
466 << " increases the cost of inlining " << NV("Caller", Caller) in shouldInline()
[all …]
DPartialInlining.cpp431 << ore::NV("Block", BlockList.front()->getName()) in computeOutliningColdRegionsInfo()
523 << ore::NV("Callee", F) << " inline cost-savings smaller than " in computeOutliningColdRegionsInfo()
524 << ore::NV("Cost", MinOutlineRegionCost); in computeOutliningColdRegionsInfo()
787 << NV("Callee", Cloner.OrigFunc) in shouldPartialInline()
796 << NV("Callee", Cloner.OrigFunc) << " not partially inlined into " in shouldPartialInline()
797 << NV("Caller", Caller) in shouldPartialInline()
806 << NV("Callee", Cloner.OrigFunc) << " not partially inlined into " in shouldPartialInline()
807 << NV("Caller", Caller) << " because too costly to inline (cost=" in shouldPartialInline()
808 << NV("Cost", IC.getCost()) << ", threshold=" in shouldPartialInline()
809 << NV("Threshold", IC.getCostDelta() + IC.getCost()) << ")"; in shouldPartialInline()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineFunctionPass.cpp87 R << NV("Pass", getPassName()) in runOnFunction()
88 << ": Function: " << NV("Function", F.getName()) << ": " in runOnFunction()
90 << NV("MIInstrsBefore", CountBefore) << " to " in runOnFunction()
91 << NV("MIInstrsAfter", CountAfter) in runOnFunction()
92 << "; Delta: " << NV("Delta", Delta); in runOnFunction()
DMachineOutliner.cpp965 R << "Did not outline " << NV("Length", StringLen) << " instructions" in emitNotOutliningCheaperRemark()
966 << " from " << NV("NumOccurrences", CandidatesForRepeatedSeq.size()) in emitNotOutliningCheaperRemark()
969 << NV("OutliningCost", OF.getOutliningCost()) << ")" in emitNotOutliningCheaperRemark()
971 << NV("NotOutliningCost", OF.getNotOutlinedCost()) << ")" in emitNotOutliningCheaperRemark()
976 R << NV((Twine("OtherStartLoc") + Twine(i)).str(), in emitNotOutliningCheaperRemark()
992 R << "Saved " << NV("OutliningBenefit", OF.getBenefit()) << " bytes by " in emitOutlinedFunctionRemark()
993 << "outlining " << NV("Length", OF.getNumInstrs()) << " instructions " in emitOutlinedFunctionRemark()
994 << "from " << NV("NumOccurrences", OF.getOccurrenceCount()) in emitOutlinedFunctionRemark()
1001 R << NV((Twine("StartLoc") + Twine(i)).str(), in emitOutlinedFunctionRemark()
DStackProtector.cpp268 << ore::NV("Function", F) in RequiresStackProtector()
288 << ore::NV("Function", F) in RequiresStackProtector()
325 << ore::NV("Function", F) in RequiresStackProtector()
340 << ore::NV("Function", F) in RequiresStackProtector()
/third_party/skia/src/gpu/gl/
DGrGLAssembleGLESInterfaceAutogen.cpp182 GET_PROC_SUFFIX(BlendBarrier, NV); in GrGLMakeAssembledGLESInterface()
264 GET_PROC_SUFFIX(TextureBarrier, NV); in GrGLMakeAssembledGLESInterface()
305 GET_PROC_SUFFIX(BlitFramebuffer, NV); in GrGLMakeAssembledGLESInterface()
373 GET_PROC_SUFFIX(CoverageModulation, NV); in GrGLMakeAssembledGLESInterface()
460 GET_PROC_SUFFIX(DeleteFences, NV); in GrGLMakeAssembledGLESInterface()
461 GET_PROC_SUFFIX(FinishFence, NV); in GrGLMakeAssembledGLESInterface()
462 GET_PROC_SUFFIX(GenFences, NV); in GrGLMakeAssembledGLESInterface()
463 GET_PROC_SUFFIX(SetFence, NV); in GrGLMakeAssembledGLESInterface()
464 GET_PROC_SUFFIX(TestFence, NV); in GrGLMakeAssembledGLESInterface()
DGrGLAssembleGLInterfaceAutogen.cpp194 GET_PROC_SUFFIX(BlendBarrier, NV); in GrGLMakeAssembledGLInterface()
274 GET_PROC_SUFFIX(TextureBarrier, NV); in GrGLMakeAssembledGLInterface()
366 GET_PROC_SUFFIX(CoverageModulation, NV); in GrGLMakeAssembledGLInterface()
489 GET_PROC_SUFFIX(DeleteFences, NV); in GrGLMakeAssembledGLInterface()
490 GET_PROC_SUFFIX(FinishFence, NV); in GrGLMakeAssembledGLInterface()
491 GET_PROC_SUFFIX(GenFences, NV); in GrGLMakeAssembledGLInterface()
492 GET_PROC_SUFFIX(SetFence, NV); in GrGLMakeAssembledGLInterface()
493 GET_PROC_SUFFIX(TestFence, NV); in GrGLMakeAssembledGLInterface()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DAssumptionCache.cpp147 void AssumptionCache::transferAffectedValuesInCache(Value *OV, Value *NV) { in transferAffectedValuesInCache() argument
148 auto &NAVV = getOrInsertAffectedValues(NV); in transferAffectedValuesInCache()
159 void AssumptionCache::AffectedValueCallbackVH::allUsesReplacedWith(Value *NV) { in allUsesReplacedWith() argument
160 if (!isa<Instruction>(NV) && !isa<Argument>(NV)) in allUsesReplacedWith()
165 AC->transferAffectedValuesInCache(getValPtr(), NV); in allUsesReplacedWith()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DIndirectCallPromotion.cpp273 << ore::NV("target md5sum", Target) << " not found"; in getPromotionCandidatesForCallSite()
285 << NV("TargetFunction", TargetFunction) << " with count of " in getPromotionCandidatesForCallSite()
286 << NV("Count", Count) << ": " << Reason; in getPromotionCandidatesForCallSite()
325 << "Promote indirect call to " << NV("DirectCallee", DirectCallee) in promoteIndirectCall()
326 << " with count " << NV("Count", Count) << " out of " in promoteIndirectCall()
327 << NV("TotalCount", TotalCount); in promoteIndirectCall()
DPGOMemOPSizeOpt.cpp405 << "optimized " << NV("Intrinsic", StringRef(getMIName(MI))) in perform()
406 << " with count " << NV("Count", SumForOpt) << " out of " in perform()
407 << NV("Total", TotalCount) << " for " << NV("Versions", Version) in perform()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopVersioningLICM.cpp421 << NV("RuntimeChecks", LAI->getNumRuntimePointerChecks()) in legalLoopInstructions()
423 << NV("Threshold", VectorizerParams::RuntimeMemoryCheckThreshold); in legalLoopInstructions()
453 << NV("LoadAndStoreCounter", in legalLoopInstructions()
456 << NV("Threshold", InvariantThreshold); in legalLoopInstructions()
526 << NV("RuntimeChecks", LAI->getNumRuntimePointerChecks()); in isLegalForVersioning()
/third_party/mesa3d/docs/relnotes/
D5.1171 program.[ch] - generic ARB/NV program code
177 nvprogram.[ch] - NV program API functions
178 nvvertprog.h - NV vertex program definitions
179 nvfragprog.h - NV fragment program definitions
180 nvvertparse.[ch] - NV vertex program parser
181 nvfragparse.[ch] - NV fragment program parser
182 nvvertexec.[ch] - NV vertex program execution
183 swrast/s_nvfragprog.[ch] - NV fragment program execution
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_NV_shader_subgroup_partitioned.adoc13 {spirv}/NV/SPV_NV_shader_subgroup_partitioned.html[`SPV_NV_shader_subgroup_partitioned`]
26 {spirv}/NV/SPV_NV_shader_subgroup_partitioned.html[`SPV_NV_shader_subgroup_partitioned`]
DVK_NV_shader_subgroup_partitioned.txt13 {spirv}/NV/SPV_NV_shader_subgroup_partitioned.html[`SPV_NV_shader_subgroup_partitioned`]
26 {spirv}/NV/SPV_NV_shader_subgroup_partitioned.html[`SPV_NV_shader_subgroup_partitioned`]
DVK_NV_sample_mask_override_coverage.adoc15 {spirv}/NV/SPV_NV_sample_mask_override_coverage.html[`SPV_NV_sample_mask_override_coverage`]
17 {GLregistry}/NV/NV_sample_mask_override_coverage.txt[`GL_NV_sample_mask_override_coverage`]
DVK_NV_sample_mask_override_coverage.txt15 {spirv}/NV/SPV_NV_sample_mask_override_coverage.html[`SPV_NV_sample_mask_override_coverage`]
17 …https://www.khronos.org/registry/OpenGL/extensions/NV/NV_sample_mask_override_coverage.txt[`GL_NV_…
DVK_NV_win32_keyed_mutex.adoc165 ** Updated sample code based on the NV external memory extensions.
166 ** Renamed from NVX to NV extension.
168 ** Updated sample code to use the NV external memory extensions.
DVK_NV_win32_keyed_mutex.txt167 - Updated sample code based on the NV external memory extensions.
168 - Renamed from NVX to NV extension.
170 - Updated sample code to use the NV external memory extensions.
DVK_NV_compute_shader_derivatives.adoc15 {spirv}/NV/SPV_NV_compute_shader_derivatives.html[`SPV_NV_compute_shader_derivatives`]
24 {spirv}/NV/SPV_NV_compute_shader_derivatives.html[`SPV_NV_compute_shader_derivatives`]
DVK_NV_compute_shader_derivatives.txt15 {spirv}/NV/SPV_NV_compute_shader_derivatives.html[`SPV_NV_compute_shader_derivatives`]
24 {spirv}/NV/SPV_NV_compute_shader_derivatives.html[`SPV_NV_compute_shader_derivatives`]

12345678910>>...14