Advertisement
Guest User

Untitled

a guest
Jun 28th, 2017
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 314.35 KB | None | 0 0
  1. C:.
  2. │ tree.txt
  3. ├───Audio
  4. │ ├───portcls
  5. │ │ ├───inc
  6. │ │ │ kso.h
  7. │ │ │ ksshellp.h
  8. │ │ │ pcwpptr.h
  9. │ │ │ perf.h
  10. │ │ │ portclsp.h
  11. │ │ │ tracelogging.h
  12. │ │ │ verifier.h
  13. │ │ │
  14. │ │ ├───main
  15. │ │ │ callback.cpp
  16. │ │ │ dma.cpp
  17. │ │ │ event.cpp
  18. │ │ │ irpstrm.cpp
  19. │ │ │ kso.cpp
  20. │ │ │ minihelp.cpp
  21. │ │ │ perf.cpp
  22. │ │ │ portcls.cpp
  23. │ │ │ portcls.def
  24. │ │ │ portcls.rc
  25. │ │ │ porthelp.cpp
  26. │ │ │ porttbl.cpp
  27. │ │ │ power.cpp
  28. │ │ │ private.h
  29. │ │ │ property.cpp
  30. │ │ │ registry.cpp
  31. │ │ │ resource.cpp
  32. │ │ │ runtime.cpp
  33. │ │ │ service.cpp
  34. │ │ │ shmisc.cpp
  35. │ │ │ sync.cpp
  36. │ │ │ tracelogging.cpp
  37. │ │ │ validate.cpp
  38. │ │ │ validate.h
  39. │ │ │
  40. │ │ ├───miniport
  41. │ │ │ ├───fmsynth
  42. │ │ │ │ miniport.cpp
  43. │ │ │ │ miniport.h
  44. │ │ │ │ private.h
  45. │ │ │ │
  46. │ │ │ └───uart
  47. │ │ │ miniport.cpp
  48. │ │ │ MPU.cpp
  49. │ │ │ private.h
  50. │ │ │
  51. │ │ └───ports
  52. │ │ └───dmus
  53. │ │ allocatr.cpp
  54. │ │ allocatr.h
  55. │ │ basicmxf.h
  56. │ │ captsink.cpp
  57. │ │ captsink.h
  58. │ │ feedin.cpp
  59. │ │ feedin.h
  60. │ │ feedout.cpp
  61. │ │ feedout.h
  62. │ │ filter.cpp
  63. │ │ mxf.h
  64. │ │ packer.cpp
  65. │ │ packer.h
  66. │ │ parse.h
  67. │ │ pin.cpp
  68. │ │ port.cpp
  69. │ │ private.h
  70. │ │ sequencr.cpp
  71. │ │ sequencr.h
  72. │ │ splitter.h
  73. │ │ unpacker.cpp
  74. │ │ unpacker.h
  75. │ │
  76. │ └───Test
  77. │ ├───AC3Tst
  78. │ │ AC3Tst.cpp
  79. │ │ AC3Tst.h
  80. │ │ AC3Tst.rc
  81. │ │ kstests.cpp
  82. │ │ regress.cpp
  83. │ │ resource.h
  84. │ │ tests.h
  85. │ │ version.rc
  86. │ │ wotests.cpp
  87. │ │
  88. │ ├───AdapterPowerManagement
  89. │ │ AdapterPowerManagement3.cpp
  90. │ │ AdapterPowerManagement3.h
  91. │ │ AdapterPowerManagementTest.cpp
  92. │ │ AdapterPowerManagementTest.h
  93. │ │ CallController.cpp
  94. │ │ CallController.h
  95. │ │ common.h
  96. │ │ DeviceResponsivenessTest.cpp
  97. │ │ DeviceResponsivenessTest.h
  98. │ │ DeviceSupport.cpp
  99. │ │ DeviceSupport.h
  100. │ │ FmController.cpp
  101. │ │ FmController.h
  102. │ │ PortClsEventLogger.cpp
  103. │ │ PortClsEventLogger.h
  104. │ │ SetupApiHelper.cpp
  105. │ │ SetupApiHelper.h
  106. │ │ version.rc
  107. │ │
  108. │ ├───AudioLogo
  109. │ │ AudioLogo.cpp
  110. │ │ AudioLogo.h
  111. │ │ AudioLogo.rc
  112. │ │ Common.h
  113. │ │ Endpoint.cpp
  114. │ │ Glitch.cpp
  115. │ │ PullMode.cpp
  116. │ │ Render.cpp
  117. │ │ Resource.h
  118. │ │ TestCases.h
  119. │ │
  120. │ ├───DRMTest
  121. │ │ adapter.cpp
  122. │ │ common.h
  123. │ │ device.cpp
  124. │ │ device.h
  125. │ │ drmapi.cpp
  126. │ │ drmapi.h
  127. │ │ drmtest.h
  128. │ │ drmtest.ico
  129. │ │ drmtest.rc
  130. │ │ include.cpp
  131. │ │ kshlp.cpp
  132. │ │ kshlp.h
  133. │ │ KSTest.cpp
  134. │ │ KSTest.h
  135. │ │ main.cpp
  136. │ │ PropertyStore.cpp
  137. │ │ PropertyStore.h
  138. │ │ resource.h
  139. │ │ testcases.h
  140. │ │ testflag.h
  141. │ │ util.cpp
  142. │ │ util.h
  143. │ │ version.rc
  144. │ │
  145. │ ├───EffectsDiscovery
  146. │ │ common.h
  147. │ │ EffectsDiscoveryCPPTestCore.cpp
  148. │ │ EffectsDiscoveryCPPTestCore.h
  149. │ │ EffectsDiscoveryCPPTests.cpp
  150. │ │ EffectsDiscoveryCPPTests.h
  151. │ │ EffectsDiscoveryTaefClass.cpp
  152. │ │ EffectsDiscoveryTaefClass.h
  153. │ │ enter.cpp
  154. │ │ enter.h
  155. │ │ stringify.cpp
  156. │ │ stringify.h
  157. │ │ version.rc
  158. │ │
  159. │ ├───ExtFxTst
  160. │ │ APO.cpp
  161. │ │ AudioRateConvertCMPT.cpp
  162. │ │ AudioVolume.cpp
  163. │ │ base.cpp
  164. │ │ base.h
  165. │ │ common.h
  166. │ │ DevSpecific.cpp
  167. │ │ External.cpp
  168. │ │ ExtSysFxTest.cpp
  169. │ │ ExtSysFxTest.h
  170. │ │ ExtSysFxTest.rc
  171. │ │ Resource.h
  172. │ │ sigverif.cpp
  173. │ │ TestCases.h
  174. │ │ version.rc
  175. │ │
  176. │ ├───Gaudit
  177. │ │ allocator.cpp
  178. │ │ allocator.h
  179. │ │ audio.cpp
  180. │ │ audio.h
  181. │ │ audioengine.cpp
  182. │ │ audioengine.h
  183. │ │ audiogfx.cpp
  184. │ │ audiogfx.h
  185. │ │ channels.cpp
  186. │ │ channels.h
  187. │ │ common.h
  188. │ │ connection.cpp
  189. │ │ connection.h
  190. │ │ createp.cpp
  191. │ │ createp.h
  192. │ │ drmaudio.cpp
  193. │ │ drmaudio.h
  194. │ │ drmstruct.h
  195. │ │ ds3dbuffer.cpp
  196. │ │ ds3dbuffer.h
  197. │ │ ds3dlistener.cpp
  198. │ │ ds3dlistener.h
  199. │ │ eqbands.cpp
  200. │ │ eqbands.h
  201. │ │ framework.cpp
  202. │ │ Gaudit.cpp
  203. │ │ Gaudit.ico
  204. │ │ Gaudit.rc
  205. │ │ helper.cpp
  206. │ │ helper.h
  207. │ │ kmixer.cpp
  208. │ │ kmixer.h
  209. │ │ ksio.cpp
  210. │ │ ksio.h
  211. │ │ pins.cpp
  212. │ │ pins.h
  213. │ │ Resource.h
  214. │ │ synth.cpp
  215. │ │ synth.h
  216. │ │ synthdls.cpp
  217. │ │ synthdls.h
  218. │ │ sysaudio.cpp
  219. │ │ sysaudio.h
  220. │ │ testcase.h
  221. │ │ testcases.h
  222. │ │ topology.cpp
  223. │ │ topology.h
  224. │ │ topologynode.cpp
  225. │ │ topologynode.h
  226. │ │ util.cpp
  227. │ │ utils.h
  228. │ │ version.rc
  229. │ │ wdmaudio.cpp
  230. │ │ wdmaudio.h
  231. │ │
  232. │ ├───HAPTest
  233. │ │ aac.h
  234. │ │ aoac.cpp
  235. │ │ aoac.h
  236. │ │ Apoevents.cpp
  237. │ │ buffer.cpp
  238. │ │ CSHelperClass.cpp
  239. │ │ CSHelperClass.h
  240. │ │ Events.cpp
  241. │ │ formats.cpp
  242. │ │ HAPTest.cpp
  243. │ │ HAPTest.h
  244. │ │ hardware.cpp
  245. │ │ HWAudioEngineEventLogger.cpp
  246. │ │ HWAudioEngineEventLogger.h
  247. │ │ initguid.cpp
  248. │ │ log.h
  249. │ │ loopbackprotect.cpp
  250. │ │ mix.cpp
  251. │ │ multiarray.h
  252. │ │ raw.cpp
  253. │ │ Registry.cpp
  254. │ │ resourcelist.cpp
  255. │ │ version.rc
  256. │ │ volume.cpp
  257. │ │
  258. │ ├───kspostst
  259. │ │ EnhancedWaveRT_PinTest.cpp
  260. │ │ guid.cpp
  261. │ │ halfdup.cpp
  262. │ │ halfdup.h
  263. │ │ KsPosTestTaef.cpp
  264. │ │ KsPosTestTaef.h
  265. │ │ locallimits.h
  266. │ │ pintest.cpp
  267. │ │ PreComp.h
  268. │ │ TestResource.cpp
  269. │ │ TestResource.h
  270. │ │ TestResourceBuild.cpp
  271. │ │ tests.h
  272. │ │ timetest.cpp
  273. │ │ usbstream.h
  274. │ │
  275. │ ├───KsTopTest
  276. │ │ common.h
  277. │ │ filtertests.cpp
  278. │ │ filtertests.h
  279. │ │ FilterTopGraph.cpp
  280. │ │ FilterTopGraph.h
  281. │ │ KsTopGraph.cpp
  282. │ │ KsTopGraph.h
  283. │ │ KsTopTest.cpp
  284. │ │ KsTopTest.h
  285. │ │ KsTopTest.ico
  286. │ │ KsTopTest.rc
  287. │ │ nodetests.cpp
  288. │ │ nodetests.h
  289. │ │ pintests.cpp
  290. │ │ pintests.h
  291. │ │ proptests.cpp
  292. │ │ proptests.h
  293. │ │ Resource.h
  294. │ │ TestCases.cpp
  295. │ │ TestCases.h
  296. │ │ version.rc
  297. │ │
  298. │ ├───LatencyTest
  299. │ │ categories.cpp
  300. │ │ categories.h
  301. │ │ device.cpp
  302. │ │ device.h
  303. │ │ latencytest.cpp
  304. │ │ latencytest.h
  305. │ │ log.h
  306. │ │ options.h
  307. │ │ pch.h
  308. │ │ roundtriplatency.cpp
  309. │ │ roundtriplatency.h
  310. │ │ timestamp.cpp
  311. │ │ timestamp.h
  312. │ │ version.rc
  313. │ │ wasapicapture.cpp
  314. │ │ wasapicapture.h
  315. │ │ wasapirender.cpp
  316. │ │ wasapirender.h
  317. │ │
  318. │ ├───Lullaby
  319. │ │ Lullaby.cpp
  320. │ │ Lullaby.h
  321. │ │ Lullaby.rc
  322. │ │ lullaby2.manifest
  323. │ │ LullabyCaptureTests.cpp
  324. │ │ LullabyRenderTests.cpp
  325. │ │ LullabyTests.cpp
  326. │ │ resource.h
  327. │ │ StdAfx.h
  328. │ │ TestFunctions.h
  329. │ │ utilities.h
  330. │ │ UtilityTestComponents.cpp
  331. │ │
  332. │ ├───Tools
  333. │ │ └───Audiospew
  334. │ │ endpoint-id.cpp
  335. │ │ endpoint-id.h
  336. │ │ log.h
  337. │ │ main.cpp
  338. │ │ parse.h
  339. │ │ parsewaveformat.cpp
  340. │ │
  341. │ ├───uaatest
  342. │ │ aznode.h
  343. │ │ AzVerbUtils.cpp
  344. │ │ AzVerbUtils.h
  345. │ │ buffer.h
  346. │ │ codec.cpp
  347. │ │ codec.h
  348. │ │ controller.h
  349. │ │ hdaudio.cpp
  350. │ │ HdAudioMemorySpace.cpp
  351. │ │ HdAudioMemorySpace.h
  352. │ │ HdHitlog.cpp
  353. │ │ HdHitlog.h
  354. │ │ HdHitPlugin.cpp
  355. │ │ HdHitPlugin.h
  356. │ │ hdmi.cpp
  357. │ │ hdRegTest.cpp
  358. │ │ HdRegTest.h
  359. │ │ install.cpp
  360. │ │ install.h
  361. │ │ log.cpp
  362. │ │ log.h
  363. │ │ power.cpp
  364. │ │ power.h
  365. │ │ resource.h
  366. │ │ SetupDi.cpp
  367. │ │ SetupDi.h
  368. │ │ stringify.cpp
  369. │ │ stringify.h
  370. │ │ testcase.h
  371. │ │ uaatest.cpp
  372. │ │ uaatest.h
  373. │ │ uaatest.rc
  374. │ │ util.cpp
  375. │ │ util.h
  376. │ │
  377. │ ├───UMACore
  378. │ │ APIGenericAPO.cpp
  379. │ │ APIGenericAPO.h
  380. │ │ APISrcAPO.cpp
  381. │ │ APISrcAPO.h
  382. │ │ AudioEngineTest.cpp
  383. │ │ AudioEngineTest.rc
  384. │ │ BaseFormat.cpp
  385. │ │ BaseFormat.h
  386. │ │ ErrorCodes.h
  387. │ │ FormatFl32Int16.cpp
  388. │ │ FormatFl32Int16.h
  389. │ │ FormatFl32Int20.cpp
  390. │ │ FormatFl32Int20.h
  391. │ │ FormatFl32Int24.cpp
  392. │ │ FormatFl32Int24.h
  393. │ │ FormatFl32Int24wide.cpp
  394. │ │ FormatFl32Int24wide.h
  395. │ │ FormatFl32Int32.cpp
  396. │ │ FormatFl32Int32.H
  397. │ │ FormatFl32Uint8.cpp
  398. │ │ FormatFl32Uint8.h
  399. │ │ FormatFl64Int16.cpp
  400. │ │ FormatFl64Int16.h
  401. │ │ FormatFl64Int32.cpp
  402. │ │ FormatFl64Int32.h
  403. │ │ FormatInt16Fl32.cpp
  404. │ │ FormatInt16Fl32.h
  405. │ │ FormatInt16Fl64.cpp
  406. │ │ FormatInt16Fl64.h
  407. │ │ FormatInt20Fl32.cpp
  408. │ │ FormatInt20Fl32.h
  409. │ │ FormatInt24Fl32.cpp
  410. │ │ FormatInt24Fl32.h
  411. │ │ FormatInt24wideFl32.cpp
  412. │ │ FormatInt24wideFl32.h
  413. │ │ FormatInt32Fl32.cpp
  414. │ │ FormatInt32Fl32.h
  415. │ │ FormatInt32Fl64.cpp
  416. │ │ FormatInt32Fl64.h
  417. │ │ FormatUint8Fl32.cpp
  418. │ │ FormatUint8Fl32.h
  419. │ │ guid.cpp
  420. │ │ KSEndpointBase.cpp
  421. │ │ KSEndpointBase.h
  422. │ │ KSEndpointCapture.cpp
  423. │ │ KSEndpointCapture.h
  424. │ │ KSEndpointRender.cpp
  425. │ │ KSEndpointRender.h
  426. │ │ LocalGraph.cpp
  427. │ │ MatrixAPO.cpp
  428. │ │ MatrixAPO.h
  429. │ │ MeterAPO.cpp
  430. │ │ MeterAPO.h
  431. │ │ MixerAPO.cpp
  432. │ │ MixerAPO.h
  433. │ │ Pump.cpp
  434. │ │ Pump.h
  435. │ │ resource.h
  436. │ │ SRCApo_Functional.cpp
  437. │ │ StdAfx.h
  438. │ │ tstfns.h
  439. │ │ VolumeAPO.cpp
  440. │ │ VolumeAPO.h
  441. │ │
  442. │ ├───UMATest
  443. │ │ ActivateAudioInterfaceTests.cpp
  444. │ │ AudioClient2APITests.cpp
  445. │ │ AudioClient2APITests.h
  446. │ │ AudioClientAPITests.cpp
  447. │ │ AudioClientAPITests.h
  448. │ │ AudioEndpointVolumeAPITests.cpp
  449. │ │ AudioMeterInformationAPITests.cpp
  450. │ │ AudioSessionControlAPITests.cpp
  451. │ │ AudioSessionEventHandler.cpp
  452. │ │ AudioSessionEventHandler.h
  453. │ │ AudioSessionManagementAPITests.cpp
  454. │ │ AudioSessionStress.cpp
  455. │ │ AudioStreamVolumeAPITests.cpp
  456. │ │ bldcheck.c
  457. │ │ ChannelAudioVolumeAPITests.cpp
  458. │ │ ClockRateAdjustTests.cpp
  459. │ │ DuckingTests.cpp
  460. │ │ DummyDuckingClient.h
  461. │ │ EndpointEventingTests.cpp
  462. │ │ EndpointStreamingPropertyTests.cpp
  463. │ │ EndpointStreamingPropertyTests.h
  464. │ │ EndpointVolumeEventHandler.cpp
  465. │ │ EndpointVolumeEventHandler.h
  466. │ │ guid.cpp
  467. │ │ ksinstance.cpp
  468. │ │ ksinstance.h
  469. │ │ LonghaulStreaming.cpp
  470. │ │ PolicyConfigAPITests.cpp
  471. │ │ PolicyConfigAPITests.h
  472. │ │ resource.h
  473. │ │ SecurityTests.cpp
  474. │ │ SessionEventingTests.cpp
  475. │ │ SessionManagerEventHandler.cpp
  476. │ │ SessionManagerEventHandler.h
  477. │ │ SessionVolumeStress.cpp
  478. │ │ SessionVolumeStress.h
  479. │ │ SimpleAudioVolumeAPITests.cpp
  480. │ │ StdAfx.h
  481. │ │ StreamingControlTestFramework.cpp
  482. │ │ StreamingControlTestFramework.h
  483. │ │ StreamingFunctionalTests.cpp
  484. │ │ StreamingHelper.cpp
  485. │ │ StreamingHelper.h
  486. │ │ TestFunctions.h
  487. │ │ TestParams.cpp
  488. │ │ TestParams.h
  489. │ │ TestUtilities.cpp
  490. │ │ TestUtilities.h
  491. │ │ umatest.cpp
  492. │ │ umateststreaming.cpp
  493. │ │
  494. │ ├───USBAudLogo
  495. │ │ audiohidtestclient.cpp
  496. │ │ audiohidtestclient.h
  497. │ │ common.h
  498. │ │ guid.cpp
  499. │ │ main.cpp
  500. │ │ main.rc
  501. │ │ perf.cpp
  502. │ │ stdafx.h
  503. │ │ tests.cpp
  504. │ │ tests.h
  505. │ │ USBAudioHidTest.cpp
  506. │ │
  507. │ ├───VoiceActivationManagerTests
  508. │ │ Precomp.h
  509. │ │ TaefModule.cpp
  510. │ │ VoiceActivationManagerTests.cpp
  511. │ │ VoiceActivationManagerTests.h
  512. │ │
  513. │ └───WaveTest
  514. │ comptest.cpp
  515. │ DataIntersectionTest.h
  516. │ guid.cpp
  517. │ halfdup.cpp
  518. │ halfdup.h
  519. │ Helpers.h
  520. │ pincreate.cpp
  521. │ pintest.cpp
  522. │ PreComp.h
  523. │ resource.h
  524. │ TaefModule.cpp
  525. │ TestResource.cpp
  526. │ TestResource.h
  527. │ TestResourceBuild.cpp
  528. │ tests.h
  529. │ timetest.cpp
  530. │ WaveTestTaef.cpp
  531. │ WaveTestTaef.h
  532. │ whqlLimits.h
  533. ├───avcore
  534. │ └───quality
  535. │ ├───MFTDiag
  536. │ │ └───Modules
  537. │ │ ├───Compliance
  538. │ │ │ ├───Lib
  539. │ │ │ │ mftdcompliance.cpp
  540. │ │ │ │ MFTDCompliance.h
  541. │ │ │ │ resource.h
  542. │ │ │ │
  543. │ │ │ ├───Taef
  544. │ │ │ │ MFTDComplianceTaef.cpp
  545. │ │ │ │ MFTDComplianceTaef.h
  546. │ │ │ │
  547. │ │ │ └───TAEFDLL
  548. │ │ │ MFTDComplianceTaef.cpp
  549. │ │ │ MFTDComplianceTaef.h
  550. │ │ │
  551. │ │ ├───DXVA
  552. │ │ │ ├───LIB
  553. │ │ │ │ DXVATests.cpp
  554. │ │ │ │ DXVATests.h
  555. │ │ │ │ DXVATests.xml
  556. │ │ │ │
  557. │ │ │ ├───LIB_HEVC
  558. │ │ │ │ DXVAHEVCTests.xml
  559. │ │ │ │
  560. │ │ │ ├───TAEFDLL
  561. │ │ │ │ WLKDecDXVA.cpp
  562. │ │ │ │ WLKDecDXVA.h
  563. │ │ │ │
  564. │ │ │ └───TAEFDLL_HEVC
  565. │ │ │ WLKDecDXVA_HEVC.cpp
  566. │ │ │ WLKDecDXVA_HEVC.h
  567. │ │ │
  568. │ │ ├───DXVA-HD
  569. │ │ │ ├───LIB
  570. │ │ │ │ DXVAHDTests.cpp
  571. │ │ │ │ DXVAHDTests.h
  572. │ │ │ │ DXVAHDTests.xml
  573. │ │ │ │
  574. │ │ │ └───TAEFDLL
  575. │ │ │ WLKDecDXVAHD.cpp
  576. │ │ │ WLKDecDXVAHD.h
  577. │ │ │
  578. │ │ ├───MediaEngineTests
  579. │ │ │ MediaPipelineTests.xml
  580. │ │ │ MFTDMediaEngine.cpp
  581. │ │ │ MFTDMediaEngine.h
  582. │ │ │ MFTDMediaEngineTest.cpp
  583. │ │ │ MFTDMediaEngineTest.h
  584. │ │ │
  585. │ │ ├───Playback
  586. │ │ │ ├───LiB
  587. │ │ │ │ mftplaybacktests.cpp
  588. │ │ │ │ MFTPlaybackTests.h
  589. │ │ │ │ Playback.xml
  590. │ │ │ │
  591. │ │ │ └───TAEFDLL
  592. │ │ │ MFTDPlaybackTaef.cpp
  593. │ │ │ MFTDPlaybackTaef.h
  594. │ │ │
  595. │ │ ├───Transcode
  596. │ │ │ ├───LiB
  597. │ │ │ │ mftcompsessiontests.cpp
  598. │ │ │ │ mftcompsessionTests.h
  599. │ │ │ │ Transcode.xml
  600. │ │ │ │
  601. │ │ │ └───TAEFDLL
  602. │ │ │ MFTDTranscodeTaef.cpp
  603. │ │ │ MFTDTranscodeTaef.h
  604. │ │ │
  605. │ │ └───VisualValidation
  606. │ │ ├───LIB
  607. │ │ │ mftvisvaltests.cpp
  608. │ │ │ MFTVisValTests.h
  609. │ │ │ MFTVisValTests_Priv.h
  610. │ │ │ VisVal.xml
  611. │ │ │
  612. │ │ └───TAEFDLL
  613. │ │ MFTDVisValTaef.cpp
  614. │ │ MFTDVisValTaef.h
  615. │ │
  616. │ └───tests
  617. │ └───cpack
  618. │ └───video
  619. │ └───encoders
  620. │ └───H264EncMFTW8
  621. │ H264EncMFTW8.cpp
  622. ├───base
  623. │ ├───busdrv
  624. │ │ └───sd
  625. │ │ ├───inc
  626. │ │ │ sdbuslib.h
  627. │ │ │
  628. │ │ ├───lib
  629. │ │ │ sdbus.c
  630. │ │ │
  631. │ │ └───sys
  632. │ │ dispatch.c
  633. │ │ enum.c
  634. │ │ fdopnp.c
  635. │ │ power.c
  636. │ │ sqm.c
  637. │ │ wake.c
  638. │ │
  639. │ └───diagnosis
  640. │ └───offlinecrashdump
  641. │ └───test
  642. │ apreg64.cpp
  643. │ apreg64.h
  644. │ common.h
  645. │ dbgClient.cpp
  646. │ dbgClient.h
  647. │ DbgUtil.cpp
  648. │ DiskUtil.cpp
  649. │ DiskUtil.h
  650. │ DumpExtract32.cpp
  651. │ DumpExtract64.cpp
  652. │ Dumputil.cpp
  653. │ Dumputil.h
  654. │ kddebug.cpp
  655. │ OffdumpTool.cpp
  656. │ sources
  657. │ VDSUtil.cpp
  658. │ version.rc
  659. ├───drivers
  660. │ ├───busdrv
  661. │ │ └───pci
  662. │ │ arbiters.c
  663. │ │ arbmemory.c
  664. │ │ arbport.c
  665. │ │ aspm.c
  666. │ │ atomics.c
  667. │ │ bridge.c
  668. │ │ busapi.c
  669. │ │ busnumbers.c
  670. │ │ busnumspread.c
  671. │ │ buspnp.c
  672. │ │ buspower.c
  673. │ │ buspower.h
  674. │ │ config.c
  675. │ │ configraw.c
  676. │ │ configraw.h
  677. │ │ consolelock.c
  678. │ │ ctrldev.c
  679. │ │ debug.c
  680. │ │ delay.c
  681. │ │ devapi.c
  682. │ │ devpnp.c
  683. │ │ devpower.c
  684. │ │ diag.c
  685. │ │ dispatch.c
  686. │ │ enum.c
  687. │ │ expressbridge.c
  688. │ │ expressport.c
  689. │ │ guid.c
  690. │ │ hack.c
  691. │ │ hotplug.c
  692. │ │ id.c
  693. │ │ ide.c
  694. │ │ init.c
  695. │ │ interface.c
  696. │ │ interrupt.c
  697. │ │ isrdpc.c
  698. │ │ legacy.c
  699. │ │ ltr.c
  700. │ │ pcip.h
  701. │ │ pciprop.c
  702. │ │ pcisym.c
  703. │ │ PCI_Power.vdx
  704. │ │ resizablebar.c
  705. │ │ resizablebar.h
  706. │ │ resource.c
  707. │ │ rom.c
  708. │ │ root.c
  709. │ │ root.h
  710. │ │ sriov.c
  711. │ │ state.c
  712. │ │ tph.c
  713. │ │ tracelog.c
  714. │ │ type0.c
  715. │ │ type1.c
  716. │ │ type2.c
  717. │ │ utils.c
  718. │ │ verifier.c
  719. │ │ vmproxy.c
  720. │ │ whea.c
  721. │ │
  722. │ ├───gpio
  723. │ │ └───gpioclx
  724. │ │ └───sys
  725. │ │ acpievt.c
  726. │ │ callbacks.c
  727. │ │ classext.c
  728. │ │ client.c
  729. │ │ client.h
  730. │ │ clientinvk.c
  731. │ │ clientinvk.h
  732. │ │ driver.c
  733. │ │ gpioclx.c
  734. │ │ gpioclxi.h
  735. │ │ hub.c
  736. │ │ hub.h
  737. │ │ intdebounce.c
  738. │ │ intdebounce.h
  739. │ │ interrupt.c
  740. │ │ io.c
  741. │ │ pch.h
  742. │ │ power.c
  743. │ │ privdefs.c
  744. │ │ privdefs.h
  745. │ │ trace.c
  746. │ │ trace.h
  747. │ │ utils.c
  748. │ │
  749. │ ├───spb
  750. │ │ ├───miniport
  751. │ │ │ └───hidi2c
  752. │ │ │ acpi.cpp
  753. │ │ │ acpi.h
  754. │ │ │ bus.cpp
  755. │ │ │ bus.h
  756. │ │ │ device.cpp
  757. │ │ │ device.h
  758. │ │ │ driver.cpp
  759. │ │ │ driver.h
  760. │ │ │ internal.h
  761. │ │ │ interrupt.cpp
  762. │ │ │ interrupt.h
  763. │ │ │ power.cpp
  764. │ │ │ power.h
  765. │ │ │ queue.cpp
  766. │ │ │ queue.h
  767. │ │ │ registry.cpp
  768. │ │ │ registry.h
  769. │ │ │ trace.h
  770. │ │ │
  771. │ │ └───spbcx
  772. │ │ └───sys
  773. │ │ controller.cpp
  774. │ │ controller.h
  775. │ │ driver.cpp
  776. │ │ driver.h
  777. │ │ internal.h
  778. │ │ request.cpp
  779. │ │ request.h
  780. │ │ requestapi.cpp
  781. │ │ target.cpp
  782. │ │ target.h
  783. │ │ targetapi.cpp
  784. │ │ verifier.cpp
  785. │ │ verifier.h
  786. │ │
  787. │ ├───storage
  788. │ │ └───port
  789. │ │ └───raid
  790. │ │ └───miniport
  791. │ │ └───storufs
  792. │ │ debug.c
  793. │ │ debug.h
  794. │ │ phy.c
  795. │ │ phy.h
  796. │ │ ufs.c
  797. │ │ ufs.h
  798. │ │ ufshci.h
  799. │ │ upiu.c
  800. │ │ upiu.h
  801. │ │ util.c
  802. │ │ util.h
  803. │ │
  804. │ └───wdm
  805. │ └───usb
  806. │ ├───hcd
  807. │ │ ├───dump
  808. │ │ │ usbdump.c
  809. │ │ │
  810. │ │ ├───inc
  811. │ │ │ hcdiguid.h
  812. │ │ │ usbhcdi.h
  813. │ │ │ usbpriv.h
  814. │ │ │
  815. │ │ ├───miniport
  816. │ │ │ └───usbehci
  817. │ │ │ └───driver
  818. │ │ │ async.c
  819. │ │ │ common.h
  820. │ │ │ dbg.c
  821. │ │ │ dbg.h
  822. │ │ │ ehci.h
  823. │ │ │ int.c
  824. │ │ │ iso.c
  825. │ │ │ mpinit.c
  826. │ │ │ periodic.c
  827. │ │ │ roothub.c
  828. │ │ │ sstool.c
  829. │ │ │ syminfo.c
  830. │ │ │ usbehci.C
  831. │ │ │ usbehci.H
  832. │ │ │ usbehcidump.c
  833. │ │ │ usbehcidump.h
  834. │ │ │
  835. │ │ └───usbport
  836. │ │ └───driver
  837. │ │ busif.c
  838. │ │ cancel.c
  839. │ │ cancel.h
  840. │ │ cmnbuf.c
  841. │ │ common.h
  842. │ │ config.c
  843. │ │ core.c
  844. │ │ core.h
  845. │ │ dbg.c
  846. │ │ dbg.h
  847. │ │ device.c
  848. │ │ dma.c
  849. │ │ dmtimer.c
  850. │ │ endpoint.c
  851. │ │ endpoint.h
  852. │ │ errata.h
  853. │ │ hrtimer.c
  854. │ │ int.c
  855. │ │ ioctl.c
  856. │ │ iso.c
  857. │ │ lookaside.c
  858. │ │ lookaside.h
  859. │ │ miniport.c
  860. │ │ miniport.h
  861. │ │ pnp.c
  862. │ │ power.c
  863. │ │ prototyp.h
  864. │ │ roothub.c
  865. │ │ roothub.h
  866. │ │ RTPMPublic_AutoGen.h
  867. │ │ RTPM_AutoGen.c
  868. │ │ RTPM_AutoGen.h
  869. │ │ RTPM_AutoGenDbg.h
  870. │ │ rtpower.c
  871. │ │ sched.c
  872. │ │ sched.h
  873. │ │ service.c
  874. │ │ SMEngine.c
  875. │ │ SMStructs.h
  876. │ │ status.c
  877. │ │ syminfo.c
  878. │ │ trace.h
  879. │ │ urb.c
  880. │ │ usb2.c
  881. │ │ usb2.h
  882. │ │ usb2cmn.h
  883. │ │ usbport.c
  884. │ │ usbport.h
  885. │ │ wmilog.c
  886. │ │ wmilog.h
  887. │ │ worker.c
  888. │ │ xdpc.c
  889. │ │ xdpc.h
  890. │ │ xsplit.c
  891. │ │ xsplit.h
  892. │ │
  893. │ ├───hub
  894. │ │ ├───inc
  895. │ │ │ tstpoint.h
  896. │ │ │
  897. │ │ └───usbhub
  898. │ │ BUS.C
  899. │ │ bus.h
  900. │ │ busfunc.c
  901. │ │ busfunc.h
  902. │ │ busif.c
  903. │ │ busif.h
  904. │ │ busifdef.h
  905. │ │ busm.c
  906. │ │ busm.h
  907. │ │ connect.c
  908. │ │ dioctl.c
  909. │ │ dioctl.h
  910. │ │ dq.h
  911. │ │ enum1.c
  912. │ │ enum2.c
  913. │ │ etw.c
  914. │ │ etw.h
  915. │ │ ex.C
  916. │ │ ex.h
  917. │ │ exdef.h
  918. │ │ extboot.c
  919. │ │ extboot.h
  920. │ │ fdopwr.c
  921. │ │ fdopwr.h
  922. │ │ hrtimer.c
  923. │ │ hrtimer.h
  924. │ │ hub.c
  925. │ │ hub.h
  926. │ │ hubutil.h
  927. │ │ idstring.c
  928. │ │ idstring.h
  929. │ │ ioctl.c
  930. │ │ ioctl.h
  931. │ │ lock.c
  932. │ │ lock.h
  933. │ │ log.c
  934. │ │ log.h
  935. │ │ logdef.h
  936. │ │ msos.c
  937. │ │ msos.h
  938. │ │ overc.c
  939. │ │ overc.h
  940. │ │ pch.h
  941. │ │ pchange.c
  942. │ │ pchange.h
  943. │ │ pdo.c
  944. │ │ pdo.h
  945. │ │ pdopwr.c
  946. │ │ pdopwr.h
  947. │ │ pind.c
  948. │ │ pind.h
  949. │ │ pnp.c
  950. │ │ pnp.h
  951. │ │ refobj.c
  952. │ │ refobj.h
  953. │ │ reg.h
  954. │ │ reset.c
  955. │ │ reset.h
  956. │ │ ssdev.c
  957. │ │ ssdev.h
  958. │ │ sshub.c
  959. │ │ sshub.h
  960. │ │ syminfo.c
  961. │ │ tags.h
  962. │ │ timer.c
  963. │ │ timer.h
  964. │ │ trace.h
  965. │ │ usbd.c
  966. │ │ usbd.h
  967. │ │ usbhub.h
  968. │ │ uxd.c
  969. │ │ uxd.h
  970. │ │ wmi.c
  971. │ │ wmi.h
  972. │ │
  973. │ ├───inc
  974. │ │ extimer.h
  975. │ │ hcdi.h
  976. │ │ msos20desc.h
  977. │ │ msosdesc.h
  978. │ │ telemetry.h
  979. │ │ usbboot.h
  980. │ │ usbbugcode.h
  981. │ │ usbcommon.h
  982. │ │ usbdlibi.h
  983. │ │ usbintrl.h
  984. │ │ usbkdver.h
  985. │ │ usbver.h
  986. │ │
  987. │ └───usb3
  988. │ ├───hub
  989. │ │ └───src
  990. │ │ acpi.c
  991. │ │ acpi.h
  992. │ │ connector.c
  993. │ │ connector.h
  994. │ │ descvalidation.c
  995. │ │ descvalidation.h
  996. │ │ devicexfer.c
  997. │ │ devicexfer.h
  998. │ │ driver.c
  999. │ │ driver.h
  1000. │ │ DSMPublic_AutoGen.h
  1001. │ │ DSM_AutoGen.c
  1002. │ │ DSM_AutoGen.h
  1003. │ │ hsmmux.c
  1004. │ │ hsmmux.h
  1005. │ │ HSMPublic_AutoGen.h
  1006. │ │ HSM_AutoGen.c
  1007. │ │ HSM_AutoGen.h
  1008. │ │ hubboot.c
  1009. │ │ hubboot.h
  1010. │ │ hubdef.h
  1011. │ │ hubfdo.c
  1012. │ │ hubfdo.h
  1013. │ │ HubIdle.c
  1014. │ │ HubIdle.h
  1015. │ │ hubmisc.c
  1016. │ │ hubmisc.h
  1017. │ │ hubpdo.c
  1018. │ │ hubpdo.h
  1019. │ │ hubxfer.c
  1020. │ │ hubxfer.h
  1021. │ │ idstring.c
  1022. │ │ idstring.h
  1023. │ │ ISMPublic_AutoGen.h
  1024. │ │ ISM_AutoGen.c
  1025. │ │ ISM_AutoGen.h
  1026. │ │ parent.c
  1027. │ │ parent.h
  1028. │ │ pch.h
  1029. │ │ PSM20_AutoGen.c
  1030. │ │ PSM20_AutoGen.h
  1031. │ │ PSM30_AutoGen.c
  1032. │ │ PSM30_AutoGen.h
  1033. │ │ PSMPublic_AutoGen.h
  1034. │ │ SMEngine.c
  1035. │ │ SMStructs.h
  1036. │ │ syminfo.c
  1037. │ │ tracing.h
  1038. │ │ ucx.c
  1039. │ │ ucx.h
  1040. │ │ wer.c
  1041. │ │ wer.h
  1042. │ │
  1043. │ ├───inc
  1044. │ │ dbg.h
  1045. │ │ project.h
  1046. │ │ usb300.h
  1047. │ │
  1048. │ ├───ucx
  1049. │ │ └───sys
  1050. │ │ ├───driver
  1051. │ │ │ controller.c
  1052. │ │ │ controller.h
  1053. │ │ │ endpoint.c
  1054. │ │ │ endpoint.h
  1055. │ │ │ etw.c
  1056. │ │ │ etw.h
  1057. │ │ │ etwenable.h
  1058. │ │ │ pch.h
  1059. │ │ │ roothub.c
  1060. │ │ │ roothub.h
  1061. │ │ │ StateMachineControllerReset.c
  1062. │ │ │ StateMachineControllerReset.h
  1063. │ │ │ StateMachineControllerResetStateEntryFuncs.c
  1064. │ │ │ StateMachineEngine.c
  1065. │ │ │ StateMachineEngine.h
  1066. │ │ │ StateMachineUcxEndpoint.c
  1067. │ │ │ StateMachineUcxEndpoint.h
  1068. │ │ │ StateMachineUcxEndpointStateEntryFuncs.c
  1069. │ │ │ streams.c
  1070. │ │ │ streams.h
  1071. │ │ │ syminfo.c
  1072. │ │ │ ucx.c
  1073. │ │ │ ucx.h
  1074. │ │ │ ucxdbg.h
  1075. │ │ │ urb.c
  1076. │ │ │ urb.h
  1077. │ │ │ usbdevice.c
  1078. │ │ │ usbdevice.h
  1079. │ │ │ usbdi.c
  1080. │ │ │ usbdi.h
  1081. │ │ │ userioctls.c
  1082. │ │ │ xrb.c
  1083. │ │ │ xrb.h
  1084. │ │ │
  1085. │ │ └───inc
  1086. │ │ hubinterface.h
  1087. │ │ ucxclass.h
  1088. │ │ ucxversion.h
  1089. │ │
  1090. │ └───usbxhci
  1091. │ ├───inc
  1092. │ │ xhciwmi.h
  1093. │ │
  1094. │ └───sys
  1095. │ └───driver
  1096. │ bulk.c
  1097. │ bulk.h
  1098. │ command.c
  1099. │ command.h
  1100. │ commandfilter.c
  1101. │ commandfilter.h
  1102. │ commonbuffer.c
  1103. │ commonbuffer.h
  1104. │ control.c
  1105. │ control.h
  1106. │ controller.c
  1107. │ controller.h
  1108. │ counter.c
  1109. │ counter.h
  1110. │ crashdump.c
  1111. │ crashdump.h
  1112. │ crashdumpcommand.c
  1113. │ crashdumpcommand.h
  1114. │ crashdumpcommon.h
  1115. │ crashdumpendpoint.c
  1116. │ crashdumpendpoint.h
  1117. │ crashdumpeventring.c
  1118. │ crashdumpeventring.h
  1119. │ crashdumpregister.c
  1120. │ crashdumpregister.h
  1121. │ crashdumpusbdevice.c
  1122. │ crashdumpusbdevice.h
  1123. │ deviceslot.c
  1124. │ deviceslot.h
  1125. │ driver.c
  1126. │ driver.h
  1127. │ endpoint.c
  1128. │ endpoint.h
  1129. │ ESMPublic_AutoGen.h
  1130. │ ESM_AutoGen.c
  1131. │ ESM_AutoGen.h
  1132. │ etw.c
  1133. │ etw.h
  1134. │ etwenable.h
  1135. │ interrupter.c
  1136. │ interrupter.h
  1137. │ iocontrol.c
  1138. │ iocontrol.h
  1139. │ isoch.c
  1140. │ isoch.h
  1141. │ pch.h
  1142. │ register.c
  1143. │ register.h
  1144. │ requestdata.h
  1145. │ roothub.c
  1146. │ roothub.h
  1147. │ SMEngine.c
  1148. │ SMStructs.h
  1149. │ StageQueue.c
  1150. │ StageQueue.h
  1151. │ syminfo.c
  1152. │ tags.h
  1153. │ TR.c
  1154. │ TR.h
  1155. │ tracing.h
  1156. │ usbdevice.c
  1157. │ usbdevice.h
  1158. │ usbxhci.h
  1159. ├───minkernel
  1160. │ ├───boot
  1161. │ │ └───environ
  1162. │ │ ├───app
  1163. │ │ │ ├───bootmgr
  1164. │ │ │ │ │ bcd.c
  1165. │ │ │ │ │ bmbgdisp.c
  1166. │ │ │ │ │ bootmgr.c
  1167. │ │ │ │ │ bootmgr.h
  1168. │ │ │ │ │ display.c
  1169. │ │ │ │ │ error.c
  1170. │ │ │ │ │ fvedisp.c
  1171. │ │ │ │ │ resume.c
  1172. │ │ │ │ │
  1173. │ │ │ │ └───efi
  1174. │ │ │ │ entry.c
  1175. │ │ │ │ util.c
  1176. │ │ │ │
  1177. │ │ │ ├───lib
  1178. │ │ │ │ └───charge
  1179. │ │ │ │ battery.c
  1180. │ │ │ │ battery.h
  1181. │ │ │ │ charge.c
  1182. │ │ │ │ chargelib.c
  1183. │ │ │ │ chargelib.h
  1184. │ │ │ │ chargelibex.h
  1185. │ │ │ │ efibattery.c
  1186. │ │ │ │ efiusbfn.c
  1187. │ │ │ │ efiusbfndescriptor.c
  1188. │ │ │ │ efiusbfnsupport.c
  1189. │ │ │ │ efiwrappers.c
  1190. │ │ │ │ efiwrappers.h
  1191. │ │ │ │ graphics.c
  1192. │ │ │ │ graphics.h
  1193. │ │ │ │ usbfn.h
  1194. │ │ │ │ usbfnsupport.h
  1195. │ │ │ │
  1196. │ │ │ └───osloader
  1197. │ │ │ │ bootstat.c
  1198. │ │ │ │ config.c
  1199. │ │ │ │ debug.c
  1200. │ │ │ │ display.c
  1201. │ │ │ │ entropy.c
  1202. │ │ │ │ error.c
  1203. │ │ │ │ fipsmode.c
  1204. │ │ │ │ ldrblock.c
  1205. │ │ │ │ load.c
  1206. │ │ │ │ mcupdate.c
  1207. │ │ │ │ osbgdisp.c
  1208. │ │ │ │ osextens.c
  1209. │ │ │ │ oskstack.c
  1210. │ │ │ │ osloader.c
  1211. │ │ │ │ osloader.h
  1212. │ │ │ │ registry.c
  1213. │ │ │ │ resmcntx.c
  1214. │ │ │ │ schema.c
  1215. │ │ │ │ si.c
  1216. │ │ │ │ utility.c
  1217. │ │ │ │
  1218. │ │ │ ├───arm
  1219. │ │ │ │ armentry.c
  1220. │ │ │ │ armxfer.asm
  1221. │ │ │ │ detect.c
  1222. │ │ │ │ osxferc.c
  1223. │ │ │ │
  1224. │ │ │ └───efi
  1225. │ │ │ fwconfig.c
  1226. │ │ │ fwupdate.c
  1227. │ │ │ osfirmw.c
  1228. │ │ │ sbootfw.c
  1229. │ │ │
  1230. │ │ └───lib
  1231. │ │ ├───arch
  1232. │ │ │ │ context.c
  1233. │ │ │ │
  1234. │ │ │ ├───arm
  1235. │ │ │ │ archapi.c
  1236. │ │ │ │ ctxarm.c
  1237. │ │ │ │ ioaccess.c
  1238. │ │ │ │ transita.asm
  1239. │ │ │ │ transitc.c
  1240. │ │ │ │ vector.asm
  1241. │ │ │ │
  1242. │ │ │ └───efi
  1243. │ │ │ ctxefiarm.c
  1244. │ │ │
  1245. │ │ ├───firmware
  1246. │ │ │ └───efi
  1247. │ │ │ efiapi.c
  1248. │ │ │ efiblock.c
  1249. │ │ │ eficon.c
  1250. │ │ │ efidebug.c
  1251. │ │ │ efifw.c
  1252. │ │ │ efiinit.c
  1253. │ │ │ efilib.c
  1254. │ │ │ efipci.c
  1255. │ │ │ efiprot.c
  1256. │ │ │ efipxe.c
  1257. │ │ │ efirng.c
  1258. │ │ │ efisc.c
  1259. │ │ │ efitcg.c
  1260. │ │ │ efitree.c
  1261. │ │ │
  1262. │ │ ├───io
  1263. │ │ │ ├───device
  1264. │ │ │ │ │ blkcache.c
  1265. │ │ │ │ │ block.h
  1266. │ │ │ │ │ blockapi.c
  1267. │ │ │ │ │ device.c
  1268. │ │ │ │ │ device.h
  1269. │ │ │ │ │ disk.h
  1270. │ │ │ │ │ diskapi.c
  1271. │ │ │ │ │ locate.c
  1272. │ │ │ │ │ partapi.c
  1273. │ │ │ │ │ partition.h
  1274. │ │ │ │ │ ramapi.c
  1275. │ │ │ │ │
  1276. │ │ │ │ └───efi
  1277. │ │ │ │ block.c
  1278. │ │ │ │ disk.c
  1279. │ │ │ │ partition.c
  1280. │ │ │ │
  1281. │ │ │ └───file
  1282. │ │ │ fatboot.c
  1283. │ │ │ fatboot.h
  1284. │ │ │ file.c
  1285. │ │ │ file.h
  1286. │ │ │ ntfsboot.c
  1287. │ │ │ ntfsboot.h
  1288. │ │ │ wimboot.c
  1289. │ │ │ wimboot.h
  1290. │ │ │ wimintegrity.c
  1291. │ │ │
  1292. │ │ ├───misc
  1293. │ │ │ │ archack.c
  1294. │ │ │ │ bsdlog.c
  1295. │ │ │ │ hash.c
  1296. │ │ │ │ imgapp.c
  1297. │ │ │ │ imgload.c
  1298. │ │ │ │ libapi.c
  1299. │ │ │ │ loader.c
  1300. │ │ │ │ log.c
  1301. │ │ │ │ pdsup.c
  1302. │ │ │ │ resource.c
  1303. │ │ │ │ status.c
  1304. │ │ │ │ string.c
  1305. │ │ │ │ table.c
  1306. │ │ │ │ time_cmn.c
  1307. │ │ │ │ utility.c
  1308. │ │ │ │
  1309. │ │ │ └───efi
  1310. │ │ │ image.c
  1311. │ │ │ time.c
  1312. │ │ │
  1313. │ │ ├───mm
  1314. │ │ │ │ blkalloc.c
  1315. │ │ │ │ malloc.c
  1316. │ │ │ │ memdesc.c
  1317. │ │ │ │ memutils.c
  1318. │ │ │ │ pagalloc.c
  1319. │ │ │ │ translat.c
  1320. │ │ │ │ transmin.c
  1321. │ │ │ │
  1322. │ │ │ ├───arm
  1323. │ │ │ │ procuarm.c
  1324. │ │ │ │ procuarm.h
  1325. │ │ │ │ tranapp.c
  1326. │ │ │ │
  1327. │ │ │ └───efi
  1328. │ │ │ memory.c
  1329. │ │ │
  1330. │ │ └───platform
  1331. │ │ │ pciconfig.c
  1332. │ │ │ platinit.c
  1333. │ │ │
  1334. │ │ └───efi
  1335. │ │ eficfg.c
  1336. │ │
  1337. │ └───ntos
  1338. │ ├───io
  1339. │ │ └───pnpmgr
  1340. │ │ action.c
  1341. │ │ action.h
  1342. │ │ assign.c
  1343. │ │ assign.h
  1344. │ │ async.c
  1345. │ │ async.h
  1346. │ │ bootcfg.c
  1347. │ │ bootcfg.h
  1348. │ │ callback.c
  1349. │ │ conflict.c
  1350. │ │ conflict.h
  1351. │ │ connlock.c
  1352. │ │ debug.h
  1353. │ │ depend.c
  1354. │ │ depend.h
  1355. │ │ device.c
  1356. │ │ device.h
  1357. │ │ dockdevice.c
  1358. │ │ dockdevice.h
  1359. │ │ enum.c
  1360. │ │ enum.h
  1361. │ │ event.c
  1362. │ │ event.h
  1363. │ │ eventremove.c
  1364. │ │ eventremove.h
  1365. │ │ hwconfig.c
  1366. │ │ hwconfig.h
  1367. │ │ hwprofile.c
  1368. │ │ interface.c
  1369. │ │ interface.h
  1370. │ │ ioapi.c
  1371. │ │ irp.c
  1372. │ │ irp.h
  1373. │ │ locks.c
  1374. │ │ locks.h
  1375. │ │ macro.h
  1376. │ │ notify.c
  1377. │ │ notify.h
  1378. │ │ pagepath.c
  1379. │ │ pagepath.h
  1380. │ │ pnpinit.c
  1381. │ │ pnpinit.h
  1382. │ │ pnpmgrp.h
  1383. │ │ pooltags.h
  1384. │ │ power.c
  1385. │ │ property.c
  1386. │ │ property.h
  1387. │ │ queue.c
  1388. │ │ queue.h
  1389. │ │ rebalance.c
  1390. │ │ rebalance.h
  1391. │ │ register.c
  1392. │ │ register.h
  1393. │ │ registry.c
  1394. │ │ registry.h
  1395. │ │ relations.c
  1396. │ │ relations.h
  1397. │ │ relationsp.h
  1398. │ │ remlock.c
  1399. │ │ remlock.h
  1400. │ │ remove.c
  1401. │ │ remove.h
  1402. │ │ replace.c
  1403. │ │ replace.h
  1404. │ │ start.c
  1405. │ │ start.h
  1406. │ │ utils.c
  1407. │ │ utils.h
  1408. │ │ verifier.c
  1409. │ │ verifier.h
  1410. │ │
  1411. │ └───ke
  1412. │ allproc.c
  1413. │ apcint.asm
  1414. │ apcuser.c
  1415. │ callout.asm
  1416. │ cpu.c
  1417. │ ctxswap.asm
  1418. │ decode.c
  1419. │ emulate.asm
  1420. │ exceptn.c
  1421. │ flush.c
  1422. │ flushtb.c
  1423. │ idle.asm
  1424. │ initkr.c
  1425. │ intsupc.c
  1426. │ ipi.c
  1427. │ kiarm.h
  1428. │ misc.c
  1429. │ miscs.asm
  1430. │ procstat.asm
  1431. │ region.c
  1432. │ services.stb
  1433. │ start.asm
  1434. │ table.stb
  1435. │ threadbg.asm
  1436. │ thredini.c
  1437. │ trap.asm
  1438. │ vector.asm
  1439. │ zero.asm
  1440. ├───nethlk
  1441. │ └───Tests
  1442. │ │ readme.txt
  1443. │ │
  1444. │ ├───Dot11W
  1445. │ │ Dot11W.cs
  1446. │ │
  1447. │ ├───Microsoft.Test.Networking.DataPathTests
  1448. │ │ BroadcastListener.cs
  1449. │ │ DataPathTests.cs
  1450. │ │ MulticastListener.cs
  1451. │ │ RemoteManager.cs
  1452. │ │ Server.cs
  1453. │ │ Sockets.cs
  1454. │ │ TcpListener.cs
  1455. │ │ UdpListener.cs
  1456. │ │
  1457. │ ├───Microsoft.Test.Networking.WakeScenarioTests
  1458. │ │ WakeEnums.cs
  1459. │ │ WakeScenarioHelper.cs
  1460. │ │ WakeScenarioTest.cs
  1461. │ │
  1462. │ ├───Microsoft.Test.Networking.Wireless.Association
  1463. │ │ Association.cs
  1464. │ │ whckassociation.cs
  1465. │ │
  1466. │ ├───Microsoft.Test.Networking.Wireless.Roaming
  1467. │ │ Roaming.cs
  1468. │ │ whckroaming.cs
  1469. │ │
  1470. │ ├───Microsoft.Test.Networking.Wireless.Scanning
  1471. │ │ Scanning.cs
  1472. │ │ whckscanning.cs
  1473. │ │
  1474. │ ├───microsoft.test.networking.wireless.stress
  1475. │ │ AirplaneModeStress.cs
  1476. │ │ AssemblyInfo.cs
  1477. │ │ ConnectDisconnectStress.cs
  1478. │ │ ScanStress.cs
  1479. │ │ SleepStress.cs
  1480. │ │ StressModule.cs
  1481. │ │ WlanHLKStress.cs
  1482. │ │
  1483. │ └───Microsoft.Test.Networking.Wireless.WiFiDirect
  1484. │ BasicPairingTests.cs
  1485. │ basicreconnecttests.cs
  1486. │ DiscoveryScenario.cs
  1487. │ DiscoveryTests.cs
  1488. │ Enumerations.cs
  1489. │ LegacyPairingScenario.cs
  1490. │ LegacyPairingTests.cs
  1491. │ PairingScenario.cs
  1492. │ ReconnectScenario.cs
  1493. │ RemoteServer.cs
  1494. │ ServicesConnectFutureTests.cs
  1495. │ ServicesConnectScenario.cs
  1496. │ ServicesConnectTests.cs
  1497. │ ServicesDisconnectScenario.cs
  1498. │ ServicesDiscoverConnectScenario.cs
  1499. │ ServicesDiscoveryScenario.cs
  1500. │ ServicesDiscoveryTests.cs
  1501. │ ServicesOpenSocketScenario.cs
  1502. │ ServicesOpenSocketSendDataScenario.cs
  1503. │ ServicesPublishDiscoverConnectScenario.cs
  1504. │ ServicesPublishDiscoverScenario.cs
  1505. │ ServicesPublishScenario.cs
  1506. │ ServicesSendDataScenario.cs
  1507. │ ServicesUnpublishScenario.cs
  1508. │ TestIeManager.cs
  1509. │ Utilities.cs
  1510. │ WiFiDirectDataPathTester.cs
  1511. │ WiFiDirectServicesManager.cs
  1512. │ WiFiDirectServicesWrappers.cs
  1513. │ WiFiDirectTestController.cs
  1514. │ WiFiDirectTestLogger.cs
  1515. ├───network
  1516. │ └───wlan
  1517. │ └───sys
  1518. │ └───wdi
  1519. │ ├───driver
  1520. │ │ ActionFrame.cpp
  1521. │ │ ActionFrame.hpp
  1522. │ │ ActiveJobsList.cpp
  1523. │ │ ActiveJobsList.hpp
  1524. │ │ Adapter.cpp
  1525. │ │ Adapter.hpp
  1526. │ │ ANQPQuery.cpp
  1527. │ │ ANQPQuery.hpp
  1528. │ │ BSSList.cpp
  1529. │ │ BSSList.hpp
  1530. │ │ coalesce.cpp
  1531. │ │ coalesce.hpp
  1532. │ │ CommonTypes.hpp
  1533. │ │ Connect.cpp
  1534. │ │ Connect.hpp
  1535. │ │ CppUtil.cpp
  1536. │ │ CppUtil.hpp
  1537. │ │ ctlPlane.cpp
  1538. │ │ ctlPlane.hpp
  1539. │ │ datapath.cpp
  1540. │ │ datapath.hpp
  1541. │ │ DeviceCommand.cpp
  1542. │ │ DeviceCommand.hpp
  1543. │ │ DeviceCommandScheduler.cpp
  1544. │ │ DeviceCommandScheduler.hpp
  1545. │ │ Dot11Oids.cpp
  1546. │ │ Dot11Oids.hpp
  1547. │ │ Dot11Utils.cpp
  1548. │ │ Dot11Utils.hpp
  1549. │ │ Driver.cpp
  1550. │ │ Driver.hpp
  1551. │ │ Event.cpp
  1552. │ │ Event.hpp
  1553. │ │ EventQueue.cpp
  1554. │ │ EventQueue.hpp
  1555. │ │ FrameworkHelpers.cpp
  1556. │ │ FrameworkHelpers.hpp
  1557. │ │ Interfaces.hpp
  1558. │ │ Job.cpp
  1559. │ │ Job.hpp
  1560. │ │ Lock.cpp
  1561. │ │ Lock.hpp
  1562. │ │ Miniport.cpp
  1563. │ │ Miniport.hpp
  1564. │ │ NdisHook.cpp
  1565. │ │ NdisHook.hpp
  1566. │ │ NdisOids.cpp
  1567. │ │ NdisOids.hpp
  1568. │ │ NetworkHistory.cpp
  1569. │ │ NetworkHistory.hpp
  1570. │ │ NotificationManager.cpp
  1571. │ │ NotificationManager.hpp
  1572. │ │ offload.cpp
  1573. │ │ offload.hpp
  1574. │ │ OIDTable_.hpp
  1575. │ │ PeerList.cpp
  1576. │ │ PeerList.hpp
  1577. │ │ Pnp.cpp
  1578. │ │ Pnp.hpp
  1579. │ │ Port.cpp
  1580. │ │ Port.hpp
  1581. │ │ Power.cpp
  1582. │ │ Power.hpp
  1583. │ │ precomp.hpp
  1584. │ │ PropertyCache.cpp
  1585. │ │ PropertyCache.hpp
  1586. │ │ radio.cpp
  1587. │ │ radio.hpp
  1588. │ │ RandomMacForScan.cpp
  1589. │ │ RandomMacForScan.hpp
  1590. │ │ Registry.cpp
  1591. │ │ Registry.hpp
  1592. │ │ Request.cpp
  1593. │ │ Request.hpp
  1594. │ │ Reset.cpp
  1595. │ │ Reset.hpp
  1596. │ │ resume.cpp
  1597. │ │ resume.hpp
  1598. │ │ rxfrag.cpp
  1599. │ │ rxfrag.hpp
  1600. │ │ rxmgr.cpp
  1601. │ │ rxmgr.hpp
  1602. │ │ Scan.cpp
  1603. │ │ Scan.hpp
  1604. │ │ SerializedJobsList.cpp
  1605. │ │ SerializedJobsList.hpp
  1606. │ │ Task.cpp
  1607. │ │ Task.hpp
  1608. │ │ Timer.cpp
  1609. │ │ Timer.hpp
  1610. │ │ txmgr.cpp
  1611. │ │ txmgr.hpp
  1612. │ │ WabiUtil.cpp
  1613. │ │ WabiUtil.hpp
  1614. │ │ wake.cpp
  1615. │ │ wake.hpp
  1616. │ │ wdiapi.cpp
  1617. │ │ wdilib.cpp
  1618. │ │ wdilib.hpp
  1619. │ │ wdilibwpp.hpp
  1620. │ │ wdiprivate.hpp
  1621. │ │ wdisym.cpp
  1622. │ │ WdiWiFi.cpp
  1623. │ │ WfdClient.hpp
  1624. │ │ WfdCommon.cpp
  1625. │ │ WfdCommon.hpp
  1626. │ │ WfdDevice.cpp
  1627. │ │ WfdDevice.hpp
  1628. │ │ WfdGroupOwner.cpp
  1629. │ │ WfdGroupOwner.hpp
  1630. │ │
  1631. │ └───tlvgeneratorparser
  1632. │ precomp.hpp
  1633. │ TlvFramework.hpp
  1634. │ TlvGenerated_.cpp
  1635. │ TlvGenerated_.hpp
  1636. │ TLVGeneratorParser.cpp
  1637. │ TLVGeneratorParser.hpp
  1638. │ tlvlibwpp.hpp
  1639. │ TlvVersioningHelpers.hpp
  1640. ├───Tests
  1641. │ └───Graphics
  1642. │ └───Graphics
  1643. │ ├───Base
  1644. │ │ └───Tests
  1645. │ │ ├───brightness
  1646. │ │ │ brightness.cpp
  1647. │ │ │ Brightness.rc
  1648. │ │ │ brightnesspch.h
  1649. │ │ │ BrightnessTest.cpp
  1650. │ │ │ BrightnessTest.h
  1651. │ │ │ dlist.cpp
  1652. │ │ │ dlist.h
  1653. │ │ │ sources
  1654. │ │ │ WMIHelper.cpp
  1655. │ │ │ WMIHelper.h
  1656. │ │ │ WmiInstance.hpp
  1657. │ │ │
  1658. │ │ ├───Brightness2
  1659. │ │ │ Brightness2.cpp
  1660. │ │ │ Brightness2.h
  1661. │ │ │ brightness2.rc
  1662. │ │ │ sources
  1663. │ │ │ WMIHelper.cpp
  1664. │ │ │ WMIHelper.h
  1665. │ │ │
  1666. │ │ ├───Brightness2OS
  1667. │ │ │ Brightness2OS.cpp
  1668. │ │ │ Brightness2OS.h
  1669. │ │ │ brightness2OS.rc
  1670. │ │ │ sources
  1671. │ │ │
  1672. │ │ ├───CCDAPI
  1673. │ │ │ ├───MinimumDisplaySpec
  1674. │ │ │ │ AbstractAdapterTest.cpp
  1675. │ │ │ │ AbstractAdapterTest.h
  1676. │ │ │ │ AbstractTest.cpp
  1677. │ │ │ │ AbstractTest.h
  1678. │ │ │ │ Check10by7.cpp
  1679. │ │ │ │ Check10by7.h
  1680. │ │ │ │ CheckAdapterReportedModes.cpp
  1681. │ │ │ │ CheckAdapterReportedModes.h
  1682. │ │ │ │ CheckColorDepth.cpp
  1683. │ │ │ │ CheckColorDepth.h
  1684. │ │ │ │ CheckDualResolution.cpp
  1685. │ │ │ │ CheckDualResolution.h
  1686. │ │ │ │ CheckPostAdapterBIOSColorDepth.cpp
  1687. │ │ │ │ CheckPostAdapterBIOSColorDepth.h
  1688. │ │ │ │ CheckTabletNativeResolution.cpp
  1689. │ │ │ │ CheckTabletNativeResolution.h
  1690. │ │ │ │ CustomTestFactors.cpp
  1691. │ │ │ │ CustomTestFactors.h
  1692. │ │ │ │ Display.Monitor.Modes.cpp
  1693. │ │ │ │ Display.Monitor.Modes.h
  1694. │ │ │ │ EdidTestBase.cpp
  1695. │ │ │ │ EdidTestBase.h
  1696. │ │ │ │ Logging.h
  1697. │ │ │ │ main.cpp
  1698. │ │ │ │ MinimumMemoryTest.cpp
  1699. │ │ │ │ MinimumMemoryTest.h
  1700. │ │ │ │ MinimumResolutionTest.cpp
  1701. │ │ │ │ MinimumResolutionTest.h
  1702. │ │ │ │ MinimumResolutionTest.rc
  1703. │ │ │ │ MonitorEdidInfo.cpp
  1704. │ │ │ │ MonitorEdidInfo.h
  1705. │ │ │ │ sources
  1706. │ │ │ │ TestResult.h
  1707. │ │ │ │
  1708. │ │ │ └───SetDisplayConfig
  1709. │ │ │ main.cpp
  1710. │ │ │ SetDisplayConfig.cpp
  1711. │ │ │ SetDisplayConfig.h
  1712. │ │ │ SetDisplayConfig.rc
  1713. │ │ │ sources
  1714. │ │ │
  1715. │ │ ├───coherency
  1716. │ │ │ main.cpp
  1717. │ │ │ Main.rc
  1718. │ │ │ sources
  1719. │ │ │
  1720. │ │ ├───ConformanceTests
  1721. │ │ │ │ dirs
  1722. │ │ │ │
  1723. │ │ │ ├───DMAsplit
  1724. │ │ │ │ DMAsplit.cpp
  1725. │ │ │ │ DMAsplit.h
  1726. │ │ │ │ kitContent.kml
  1727. │ │ │ │ main.cpp
  1728. │ │ │ │ Main.rc
  1729. │ │ │ │ sources
  1730. │ │ │ │
  1731. │ │ │ ├───eviction
  1732. │ │ │ │ eviction.cpp
  1733. │ │ │ │ eviction.h
  1734. │ │ │ │ main.cpp
  1735. │ │ │ │ Main.rc
  1736. │ │ │ │ sources
  1737. │ │ │ │
  1738. │ │ │ ├───Preemption
  1739. │ │ │ │ CausePreemption.cpp
  1740. │ │ │ │ CausePreemption.h
  1741. │ │ │ │ main.cpp
  1742. │ │ │ │ Main.rc
  1743. │ │ │ │ Reference.cpp
  1744. │ │ │ │ Reference.h
  1745. │ │ │ │ sources
  1746. │ │ │ │ TestPreemption.cpp
  1747. │ │ │ │ TestPreemption.h
  1748. │ │ │ │
  1749. │ │ │ └───Utilities
  1750. │ │ │ BackBufferCompare.cpp
  1751. │ │ │ BackBufferCompare.h
  1752. │ │ │ Image.cpp
  1753. │ │ │ Image.h
  1754. │ │ │ sources
  1755. │ │ │
  1756. │ │ ├───CrossProc
  1757. │ │ │ AdapterDisplayInfo.cpp
  1758. │ │ │ AdapterDisplayInfo.h
  1759. │ │ │ common.h
  1760. │ │ │ crossproc.ini
  1761. │ │ │ CrossProcSwizzlingRangeContention.ini
  1762. │ │ │ FusHelper.cpp
  1763. │ │ │ FusHelper.h
  1764. │ │ │ IncludeFusFramework.idl
  1765. │ │ │ main.cpp
  1766. │ │ │ Main.rc
  1767. │ │ │ owner.cpp
  1768. │ │ │ owner.h
  1769. │ │ │ sources
  1770. │ │ │ stdafx.h
  1771. │ │ │ user.cpp
  1772. │ │ │ user.h
  1773. │ │ │ utils.cpp
  1774. │ │ │ utils.h
  1775. │ │ │
  1776. │ │ ├───Eviction
  1777. │ │ │ EvictBlt.cpp
  1778. │ │ │ EvictBlt.h
  1779. │ │ │ main.cpp
  1780. │ │ │ Main.rc
  1781. │ │ │ sources
  1782. │ │ │
  1783. │ │ ├───fpo
  1784. │ │ │ listener.cpp
  1785. │ │ │ listener.h
  1786. │ │ │ main.cpp
  1787. │ │ │ Main.rc
  1788. │ │ │ sources
  1789. │ │ │
  1790. │ │ ├───GDItest_hw
  1791. │ │ │ CCompDC.cpp
  1792. │ │ │ CCompDC.h
  1793. │ │ │ gditest_hw.cpp
  1794. │ │ │ gditest_hw.h
  1795. │ │ │ gditest_hw.ico
  1796. │ │ │ gditest_hw.rc
  1797. │ │ │ makefile
  1798. │ │ │ Resource.h
  1799. │ │ │ small.ico
  1800. │ │ │ sources
  1801. │ │ │ stdafx.cpp
  1802. │ │ │ stdafx.h
  1803. │ │ │ WttLogSimple.cpp
  1804. │ │ │ WttLogSimple.h
  1805. │ │ │
  1806. │ │ ├───LDDMModeChange
  1807. │ │ │ DisplayModeStructures.cpp
  1808. │ │ │ DisplayModeStructures.h
  1809. │ │ │ Main.cpp
  1810. │ │ │ Main.rc
  1811. │ │ │ RandomModeChange.cpp
  1812. │ │ │ RandomModeChange.h
  1813. │ │ │ RandomMultiMon.cpp
  1814. │ │ │ RandomMultiMon.h
  1815. │ │ │ SharedSurfaceLock.cpp
  1816. │ │ │ SharedSurfaceLock.h
  1817. │ │ │ sources
  1818. │ │ │ UnmanagedPrimarySurface.cpp
  1819. │ │ │ UnmanagedPrimarySurface.h
  1820. │ │ │
  1821. │ │ ├───LockConfirm
  1822. │ │ │ LockConfirm.cpp
  1823. │ │ │ LockConfirm.h
  1824. │ │ │ main.cpp
  1825. │ │ │ Main.rc
  1826. │ │ │ sources
  1827. │ │ │
  1828. │ │ ├───PersistentDB
  1829. │ │ │ └───PersistentReset
  1830. │ │ │ CDSDevMode.cpp
  1831. │ │ │ CDSDevMode.h
  1832. │ │ │ CDSReset.cpp
  1833. │ │ │ CDSReset.h
  1834. │ │ │ main.cpp
  1835. │ │ │ Main.rc
  1836. │ │ │ SDCReset.cpp
  1837. │ │ │ SDCReset.h
  1838. │ │ │ sources
  1839. │ │ │
  1840. │ │ ├───PnPStopTests
  1841. │ │ │ ├───PnPMultiModeSwitchTest
  1842. │ │ │ │ main.cpp
  1843. │ │ │ │ Main.rc
  1844. │ │ │ │ PnPMultiModeSwitchTest.cpp
  1845. │ │ │ │ PnPMultiModeSwitchTest.h
  1846. │ │ │ │ sources
  1847. │ │ │ │
  1848. │ │ │ ├───PnPStop
  1849. │ │ │ │ main.cpp
  1850. │ │ │ │ Main.rc
  1851. │ │ │ │ PnPStop.cpp
  1852. │ │ │ │ PnPStop.h
  1853. │ │ │ │ sources
  1854. │ │ │ │
  1855. │ │ │ └───PnPStopVGA
  1856. │ │ │ main.cpp
  1857. │ │ │ Main.rc
  1858. │ │ │ PnPStopVGA.cpp
  1859. │ │ │ PnPStopVGA.h
  1860. │ │ │ sources
  1861. │ │ │
  1862. │ │ ├───schbillboard
  1863. │ │ │ allocoverhead.cpp
  1864. │ │ │ allocoverhead.h
  1865. │ │ │ badapp.cpp
  1866. │ │ │ badapp.h
  1867. │ │ │ billboard.cpp
  1868. │ │ │ billboard.h
  1869. │ │ │ main.cpp
  1870. │ │ │ overcommit.cpp
  1871. │ │ │ overcommit.h
  1872. │ │ │ pager.cpp
  1873. │ │ │ pager.h
  1874. │ │ │ preempt.cpp
  1875. │ │ │ preempt.h
  1876. │ │ │ resource.rc
  1877. │ │ │ schsecurity.cpp
  1878. │ │ │ schsecurity.h
  1879. │ │ │ sources
  1880. │ │ │
  1881. │ │ ├───sched_bvt
  1882. │ │ │ d3dapp.cpp
  1883. │ │ │ d3dapp.h
  1884. │ │ │ d3denumeration.cpp
  1885. │ │ │ d3denumeration.h
  1886. │ │ │ d3dfont.cpp
  1887. │ │ │ d3dfont.h
  1888. │ │ │ d3dsettings.cpp
  1889. │ │ │ d3dsettings.h
  1890. │ │ │ d3dutil.cpp
  1891. │ │ │ d3dutil.h
  1892. │ │ │ DirectX.ico
  1893. │ │ │ dxutil.cpp
  1894. │ │ │ dxutil.h
  1895. │ │ │ lunar_back.jpg
  1896. │ │ │ lunar_bottom.JPG
  1897. │ │ │ lunar_front.JPG
  1898. │ │ │ lunar_left.JPG
  1899. │ │ │ lunar_right.JPG
  1900. │ │ │ resource.h
  1901. │ │ │ saucer02.x
  1902. │ │ │ saucer_color.jpg
  1903. │ │ │ saucer_light.jpg
  1904. │ │ │ sched_bvt.cpp
  1905. │ │ │ sched_bvt.fx
  1906. │ │ │ sched_bvt.h
  1907. │ │ │ sched_bvt.rc
  1908. │ │ │ skybox2.x
  1909. │ │ │ sources
  1910. │ │ │
  1911. │ │ ├───schmanager
  1912. │ │ │ main.cpp
  1913. │ │ │ Main.rc
  1914. │ │ │ ManagerClient.cpp
  1915. │ │ │ ManagerClient.h
  1916. │ │ │ PreemptionEvent.cpp
  1917. │ │ │ PreemptionEvent.h
  1918. │ │ │ sources
  1919. │ │ │
  1920. │ │ ├───SchTaef
  1921. │ │ │ └───NodeMetaData
  1922. │ │ │ Main.cpp
  1923. │ │ │ sources
  1924. │ │ │
  1925. │ │ ├───SchWGTFTests
  1926. │ │ │ └───WGFPayloadTDR
  1927. │ │ │ Compute_a_TDR.cpp
  1928. │ │ │ Compute_a_TDR.h
  1929. │ │ │ CS_Shaders.h
  1930. │ │ │ etwPayload.cpp
  1931. │ │ │ etwPayload.h
  1932. │ │ │ Globals.h
  1933. │ │ │ Graphics_TDR.cpp
  1934. │ │ │ Graphics_TDR.h
  1935. │ │ │ internal.h
  1936. │ │ │ KernelAPIThunks.cpp
  1937. │ │ │ KernelAPIThunks.h
  1938. │ │ │ KernelAPIThunkTypes.h
  1939. │ │ │ sources
  1940. │ │ │ TdrDelayTimeLong.reg
  1941. │ │ │ TdrDelayTimeNormal.reg
  1942. │ │ │ TdrLimitTimeLong.reg
  1943. │ │ │ TdrLimitTimeNormal.reg
  1944. │ │ │ WGFPayloadTDR.cpp
  1945. │ │ │ WGFPayloadTDR.h
  1946. │ │ │ WGFPayloadTDR.rc
  1947. │ │ │ WGFPayloadTDRResources.h
  1948. │ │ │
  1949. │ │ ├───SimulateTDR
  1950. │ │ │ main.cpp
  1951. │ │ │ Main.rc
  1952. │ │ │ sources
  1953. │ │ │
  1954. │ │ ├───surfboard
  1955. │ │ │ main.cpp
  1956. │ │ │ Main.rc
  1957. │ │ │ sources
  1958. │ │ │ surfboardcomponent.cpp
  1959. │ │ │ surfboardcomponent.h
  1960. │ │ │
  1961. │ │ ├───SuspendCpuAccessVidMM
  1962. │ │ │ main.cpp
  1963. │ │ │ Main.rc
  1964. │ │ │ sources
  1965. │ │ │
  1966. │ │ ├───unmappedaperture
  1967. │ │ │ main.cpp
  1968. │ │ │ Main.rc
  1969. │ │ │ sources
  1970. │ │ │
  1971. │ │ ├───VidMMTests
  1972. │ │ │ └───WGFVidMMWDDM1_2
  1973. │ │ │ sources
  1974. │ │ │ VidMMWDDM1_2.cpp
  1975. │ │ │ VidMMWDDM1_2.h
  1976. │ │ │ VidMMWDDM1_2.rc
  1977. │ │ │
  1978. │ │ └───WirelessDisplays
  1979. │ │ └───TestsHCK
  1980. │ │ └───HCK
  1981. │ │ arrow_128.cur
  1982. │ │ arrow_256.cur
  1983. │ │ arrow_64.cur
  1984. │ │ arrow_il_32.cur
  1985. │ │ arrow_il_48.cur
  1986. │ │ arrow_l_32.cur
  1987. │ │ arrow_l_48.cur
  1988. │ │ arrow_xl_64.cur
  1989. │ │ beam_il_32.cur
  1990. │ │ beam_il_48.cur
  1991. │ │ busy_il_32.cur
  1992. │ │ busy_il_48.cur
  1993. │ │ mask_64.cur
  1994. │ │ mask_xor_48.cur
  1995. │ │ MiracastHCKTests.h
  1996. │ │ MiracastHCKTests.rc
  1997. │ │ random_128.cur
  1998. │ │ random_256.cur
  1999. │ │ random_strip.cur
  2000. │ │ resource.h
  2001. │ │ single_pixel.cur
  2002. │ │ sources
  2003. │ │
  2004. │ └───DirectX
  2005. │ ├───Common
  2006. │ │ │ common.mk
  2007. │ │ │ dirs
  2008. │ │ │
  2009. │ │ ├───3dmath
  2010. │ │ │ 3dmath.cpp
  2011. │ │ │ sources
  2012. │ │ │
  2013. │ │ ├───CContentGenerator
  2014. │ │ │ CContentGenerator.cpp
  2015. │ │ │ sources
  2016. │ │ │
  2017. │ │ ├───CommonD3DTestBase
  2018. │ │ │ CommonD3DTestBase.cpp
  2019. │ │ │ CommonD3DTestBase.h
  2020. │ │ │ sources
  2021. │ │ │
  2022. │ │ ├───D3D9TestFramework
  2023. │ │ │ │ dirs
  2024. │ │ │ │ framework.vcproj
  2025. │ │ │ │ Framework71.vcproj
  2026. │ │ │ │ testframe.mk
  2027. │ │ │ │
  2028. │ │ │ ├───buffers
  2029. │ │ │ │ bufferspch.h
  2030. │ │ │ │ cindexbuffer.cpp
  2031. │ │ │ │ cindexbuffer8.cpp
  2032. │ │ │ │ cindexbuffer9.cpp
  2033. │ │ │ │ cnindexbuffer.cpp
  2034. │ │ │ │ cnvertexbuffer.cpp
  2035. │ │ │ │ cvertexbuffer.cpp
  2036. │ │ │ │ cvertexbuffer6.cpp
  2037. │ │ │ │ cvertexbuffer7.cpp
  2038. │ │ │ │ cvertexbuffer8.cpp
  2039. │ │ │ │ cvertexbuffer9.cpp
  2040. │ │ │ │ sources
  2041. │ │ │ │
  2042. │ │ │ ├───commandline
  2043. │ │ │ │ ccommandline.cpp
  2044. │ │ │ │ sources
  2045. │ │ │ │
  2046. │ │ │ ├───d3d
  2047. │ │ │ │ cd3d.cpp
  2048. │ │ │ │ cd3d6.cpp
  2049. │ │ │ │ cd3d7.cpp
  2050. │ │ │ │ cd3d8.cpp
  2051. │ │ │ │ cd3d9.cpp
  2052. │ │ │ │ d3dpch.h
  2053. │ │ │ │ sources
  2054. │ │ │ │
  2055. │ │ │ ├───d3dtest
  2056. │ │ │ │ capitest.cpp
  2057. │ │ │ │ cd3dtest.cpp
  2058. │ │ │ │ cmanualtest.cpp
  2059. │ │ │ │ d3dtestpch.h
  2060. │ │ │ │ sources
  2061. │ │ │ │ wrappers.cpp
  2062. │ │ │ │
  2063. │ │ │ ├───d3dx
  2064. │ │ │ │ cd3dx.cpp
  2065. │ │ │ │ sources
  2066. │ │ │ │
  2067. │ │ │ ├───device
  2068. │ │ │ │ cdevice.cpp
  2069. │ │ │ │ cdevice6.cpp
  2070. │ │ │ │ cdevice7.cpp
  2071. │ │ │ │ cdevice8.cpp
  2072. │ │ │ │ cdevice9.cpp
  2073. │ │ │ │ cdeviced3dx8.cpp
  2074. │ │ │ │ cdeviced3dx9.cpp
  2075. │ │ │ │ cshaders.cpp
  2076. │ │ │ │ cstateblock.cpp
  2077. │ │ │ │ devicepch.h
  2078. │ │ │ │ devwrappers.cpp
  2079. │ │ │ │ render.cpp
  2080. │ │ │ │ sources
  2081. │ │ │ │
  2082. │ │ │ ├───DXGLogger
  2083. │ │ │ │ DXG9Logger.cpp
  2084. │ │ │ │ sources
  2085. │ │ │ │
  2086. │ │ │ ├───effect
  2087. │ │ │ │ ceffect.cpp
  2088. │ │ │ │ ceffect9.cpp
  2089. │ │ │ │ cneffect.cpp
  2090. │ │ │ │ sources
  2091. │ │ │ │
  2092. │ │ │ ├───handle
  2093. │ │ │ │ chandle.cpp
  2094. │ │ │ │ sources
  2095. │ │ │ │
  2096. │ │ │ ├───hlutils
  2097. │ │ │ │ cflagcombinations.cpp
  2098. │ │ │ │ ctestfactor.cpp
  2099. │ │ │ │ d_util.cpp
  2100. │ │ │ │ sources
  2101. │ │ │ │
  2102. │ │ │ ├───image
  2103. │ │ │ │ cimage.cpp
  2104. │ │ │ │ imagepch.h
  2105. │ │ │ │ sources
  2106. │ │ │ │
  2107. │ │ │ ├───imagecompare
  2108. │ │ │ │ cimagecompare.cpp
  2109. │ │ │ │ sources
  2110. │ │ │ │
  2111. │ │ │ ├───include
  2112. │ │ │ │ cbuffers.h
  2113. │ │ │ │ ccommandline.h
  2114. │ │ │ │ cd3d.h
  2115. │ │ │ │ cd3ddef.h
  2116. │ │ │ │ cd3dtest.h
  2117. │ │ │ │ cd3dwindowframework.h
  2118. │ │ │ │ cd3dx.h
  2119. │ │ │ │ cdevice.h
  2120. │ │ │ │ ceffect.h
  2121. │ │ │ │ cflagcombinations.h
  2122. │ │ │ │ chandle.h
  2123. │ │ │ │ cimage.h
  2124. │ │ │ │ cimagecompare.h
  2125. │ │ │ │ cobject.h
  2126. │ │ │ │ cobjectunknown.h
  2127. │ │ │ │ cquery.h
  2128. │ │ │ │ cresource.h
  2129. │ │ │ │ csurface.h
  2130. │ │ │ │ cswapchain.h
  2131. │ │ │ │ CTestCaseResourceManager.h
  2132. │ │ │ │ ctestfactor.h
  2133. │ │ │ │ ctestmanager.h
  2134. │ │ │ │ ctextures.h
  2135. │ │ │ │ cwindow.h
  2136. │ │ │ │ d3dutils.h
  2137. │ │ │ │ dxg9logger.h
  2138. │ │ │ │ d_util.h
  2139. │ │ │ │ framework.h
  2140. │ │ │ │ frameworkresource.h
  2141. │ │ │ │ frameworktypes.h
  2142. │ │ │ │ fsurface.h
  2143. │ │ │ │ interface.h
  2144. │ │ │ │ legacytref.h
  2145. │ │ │ │ str.h
  2146. │ │ │ │ testutils.h
  2147. │ │ │ │
  2148. │ │ │ ├───link
  2149. │ │ │ │ d3dframework.rc
  2150. │ │ │ │ sources
  2151. │ │ │ │
  2152. │ │ │ ├───object
  2153. │ │ │ │ cobject.cpp
  2154. │ │ │ │ interface.cpp
  2155. │ │ │ │ objectpch.h
  2156. │ │ │ │ sources
  2157. │ │ │ │
  2158. │ │ │ ├───query
  2159. │ │ │ │ cnquery.cpp
  2160. │ │ │ │ cquery.cpp
  2161. │ │ │ │ cquery6.cpp
  2162. │ │ │ │ cquery7.cpp
  2163. │ │ │ │ cquery8.cpp
  2164. │ │ │ │ cquery9.cpp
  2165. │ │ │ │ querypch.h
  2166. │ │ │ │ sources
  2167. │ │ │ │
  2168. │ │ │ ├───resource
  2169. │ │ │ │ CResource.cpp
  2170. │ │ │ │ CResource9.cpp
  2171. │ │ │ │ ResourcePCH.h
  2172. │ │ │ │ sources
  2173. │ │ │ │
  2174. │ │ │ ├───resources
  2175. │ │ │ │ bitmap1.bmp
  2176. │ │ │ │ d3d.ico
  2177. │ │ │ │ d3dframework.rc
  2178. │ │ │ │
  2179. │ │ │ ├───surface
  2180. │ │ │ │ cnsurface.cpp
  2181. │ │ │ │ csurface.cpp
  2182. │ │ │ │ csurface6.cpp
  2183. │ │ │ │ csurface7.cpp
  2184. │ │ │ │ csurface8.cpp
  2185. │ │ │ │ csurface9.cpp
  2186. │ │ │ │ cvolume.cpp
  2187. │ │ │ │ cvolume8.cpp
  2188. │ │ │ │ cvolume9.cpp
  2189. │ │ │ │ fsurface.cpp
  2190. │ │ │ │ sources
  2191. │ │ │ │ surfacepch.h
  2192. │ │ │ │
  2193. │ │ │ ├───swapchain
  2194. │ │ │ │ cnswapchain.cpp
  2195. │ │ │ │ cswapchain.cpp
  2196. │ │ │ │ cswapchain6.cpp
  2197. │ │ │ │ cswapchain7.cpp
  2198. │ │ │ │ cswapchain8.cpp
  2199. │ │ │ │ cswapchain9.cpp
  2200. │ │ │ │ sources
  2201. │ │ │ │ swapchainpch.h
  2202. │ │ │ │
  2203. │ │ │ ├───testmanager
  2204. │ │ │ │ ctest.cpp
  2205. │ │ │ │ ctestmanager.cpp
  2206. │ │ │ │ sources
  2207. │ │ │ │ testmanagerpch.h
  2208. │ │ │ │
  2209. │ │ │ ├───testutils
  2210. │ │ │ │ CTestCaseResourceManager.cpp
  2211. │ │ │ │ legacytestutils.cpp
  2212. │ │ │ │ sources
  2213. │ │ │ │ testutils.cpp
  2214. │ │ │ │ testutilspch.h
  2215. │ │ │ │
  2216. │ │ │ ├───textures
  2217. │ │ │ │ ccubetexture.cpp
  2218. │ │ │ │ ccubetexture7.cpp
  2219. │ │ │ │ ccubetexture8.cpp
  2220. │ │ │ │ ccubetexture9.cpp
  2221. │ │ │ │ cntexture.cpp
  2222. │ │ │ │ ctexture.cpp
  2223. │ │ │ │ ctexture6.cpp
  2224. │ │ │ │ ctexture7.cpp
  2225. │ │ │ │ ctexture8.cpp
  2226. │ │ │ │ ctexture9.cpp
  2227. │ │ │ │ cvoltexture.cpp
  2228. │ │ │ │ cvoltexture8.cpp
  2229. │ │ │ │ cvoltexture9.cpp
  2230. │ │ │ │ sources
  2231. │ │ │ │ texturespch.h
  2232. │ │ │ │
  2233. │ │ │ ├───window
  2234. │ │ │ │ clogwindow.cpp
  2235. │ │ │ │ crebarwindow.cpp
  2236. │ │ │ │ ctabwindow.cpp
  2237. │ │ │ │ cwindow.cpp
  2238. │ │ │ │ sources
  2239. │ │ │ │ windowpch.h
  2240. │ │ │ │
  2241. │ │ │ └───windowframework
  2242. │ │ │ cd3dwindowframework.cpp
  2243. │ │ │ sources
  2244. │ │ │ windowframeworkpch.h
  2245. │ │ │ winmain.cpp
  2246. │ │ │
  2247. │ │ ├───d3dconvert
  2248. │ │ │ d3dconvert.cpp
  2249. │ │ │ sources
  2250. │ │ │
  2251. │ │ ├───D3DFormatConverter
  2252. │ │ │ D3DFormatConverter.cpp
  2253. │ │ │ sources
  2254. │ │ │
  2255. │ │ ├───D3DTiff
  2256. │ │ │ D3DTiff.cpp
  2257. │ │ │ sources
  2258. │ │ │
  2259. │ │ ├───DXVACommon
  2260. │ │ │ DXVACommon.cpp
  2261. │ │ │ sources
  2262. │ │ │
  2263. │ │ ├───formathelper
  2264. │ │ │ FormatDesc.hpp
  2265. │ │ │ FormatDescImpl.cpp
  2266. │ │ │ FormatHelper.cpp
  2267. │ │ │ FormatHelper.vcproj
  2268. │ │ │ sources
  2269. │ │ │
  2270. │ │ ├───include
  2271. │ │ │ 3dmath.h
  2272. │ │ │ CContentGenerator.h
  2273. │ │ │ CContentGeneratorTypes.h
  2274. │ │ │ CDXVA_DeviceCaps.h
  2275. │ │ │ Common.hpp
  2276. │ │ │ cshaderdebugger.h
  2277. │ │ │ d3dconvert.h
  2278. │ │ │ D3DFormatConverter.h
  2279. │ │ │ D3DTiff.h
  2280. │ │ │ Direct3DFailureCategoryStrings.h
  2281. │ │ │ DXVACommon.h
  2282. │ │ │ DXVACommonTypes.h
  2283. │ │ │ FormatHelper.h
  2284. │ │ │ ImageDataConverter.h
  2285. │ │ │ includeresource.h
  2286. │ │ │ ShaderUtils.h
  2287. │ │ │ shapelib.h
  2288. │ │ │ WGFHelpers.h
  2289. │ │ │
  2290. │ │ ├───ModeHelperFunctions
  2291. │ │ │ Common1.cpp
  2292. │ │ │ Common2.cpp
  2293. │ │ │ ModeHelperFunctions.sln
  2294. │ │ │ ModeHelperFunctions.vcproj
  2295. │ │ │ sources
  2296. │ │ │
  2297. │ │ ├───ProxyRef10
  2298. │ │ │ ProxyRef10.cpp
  2299. │ │ │ ProxyRef10.h
  2300. │ │ │ ProxyRef10.razzle.vcproj
  2301. │ │ │ sources
  2302. │ │ │
  2303. │ │ ├───ProxyRef11
  2304. │ │ │ ProxyRef11.cpp
  2305. │ │ │ ProxyRef11.h
  2306. │ │ │ sources
  2307. │ │ │
  2308. │ │ ├───ResourceViewer
  2309. │ │ │ ResourceViewer.cpp
  2310. │ │ │ ResourceViewer.h
  2311. │ │ │ sources
  2312. │ │ │
  2313. │ │ ├───ResourceViewerNoShell
  2314. │ │ │ ResourceViewer.cpp
  2315. │ │ │ ResourceViewer.h
  2316. │ │ │ sources
  2317. │ │ │
  2318. │ │ ├───shader
  2319. │ │ │ cshaderdebugger.cpp
  2320. │ │ │ ShaderUtils.cpp
  2321. │ │ │ sources
  2322. │ │ │
  2323. │ │ ├───shapelib
  2324. │ │ │ shapelib.cpp
  2325. │ │ │ shapelib.razzle.vcproj
  2326. │ │ │ sources
  2327. │ │ │
  2328. │ │ ├───tiledresourcehelper
  2329. │ │ │ sources
  2330. │ │ │ TiledResourceHelper.cpp
  2331. │ │ │ TiledResourceHelper.h
  2332. │ │ │
  2333. │ │ └───WGFTestFramework
  2334. │ │ │ dirs
  2335. │ │ │ WGFTestFramework.vcproj
  2336. │ │ │ WGFTestFramework2k5.vcproj
  2337. │ │ │
  2338. │ │ ├───AddOns
  2339. │ │ │ │ dirs
  2340. │ │ │ │
  2341. │ │ │ └───CustomTestApp
  2342. │ │ │ CustomTest.hpp
  2343. │ │ │ CustomTest.inl
  2344. │ │ │ CustomTestApp.cpp
  2345. │ │ │ CustomTestApp.hpp
  2346. │ │ │ CustomTestApp.inl
  2347. │ │ │ D3D8CustomTest.hpp
  2348. │ │ │ D3D8CustomTest.inl
  2349. │ │ │ D3D8CustomTestApp.cpp
  2350. │ │ │ D3D8CustomTestApp.hpp
  2351. │ │ │ D3D8CustomTestApp.inl
  2352. │ │ │ D3D9AdapterTopology.cpp
  2353. │ │ │ D3D9AdapterTopology.hpp
  2354. │ │ │ D3D9CustomTest.hpp
  2355. │ │ │ D3D9CustomTest.inl
  2356. │ │ │ D3D9CustomTestApp.cpp
  2357. │ │ │ D3D9CustomTestApp.hpp
  2358. │ │ │ D3D9CustomTestApp.inl
  2359. │ │ │ D3D9ToGDIAdapterTopologyMap.cpp
  2360. │ │ │ D3D9ToGDIAdapterTopologyMap.hpp
  2361. │ │ │ DXGIAdapterTopology.cpp
  2362. │ │ │ DXGIAdapterTopology.hpp
  2363. │ │ │ DXGICustomTest.hpp
  2364. │ │ │ DXGICustomTest.inl
  2365. │ │ │ DXGICustomTestApp.cpp
  2366. │ │ │ DXGICustomTestApp.hpp
  2367. │ │ │ DXGICustomTestApp.inl
  2368. │ │ │ DXGIToGDIAdapterTopologyMap.cpp
  2369. │ │ │ DXGIToGDIAdapterTopologyMap.hpp
  2370. │ │ │ GDIAdapterTopology.cpp
  2371. │ │ │ GDIAdapterTopology.hpp
  2372. │ │ │ Makefile
  2373. │ │ │ sources
  2374. │ │ │
  2375. │ │ ├───Core
  2376. │ │ │ │ CommandLine.cpp
  2377. │ │ │ │ Error.cpp
  2378. │ │ │ │ FlagCombinations.cpp
  2379. │ │ │ │ FloatUtils.cpp
  2380. │ │ │ │ Framework.cpp
  2381. │ │ │ │ fwtypes.cpp
  2382. │ │ │ │ Logger.cpp
  2383. │ │ │ │ memmgr.cpp
  2384. │ │ │ │ pch.h
  2385. │ │ │ │ Shell.cpp
  2386. │ │ │ │ sources
  2387. │ │ │ │ Test.cpp
  2388. │ │ │ │ TestClassFactory.cpp
  2389. │ │ │ │ TestGroupManager.cpp
  2390. │ │ │ │ WGFTestCore.razzle.vcproj
  2391. │ │ │ │
  2392. │ │ │ └───include
  2393. │ │ │ CommandLine.h
  2394. │ │ │ Error.h
  2395. │ │ │ FlagCombinations.h
  2396. │ │ │ FloatUtils.h
  2397. │ │ │ Framework.h
  2398. │ │ │ fwtypes.h
  2399. │ │ │ logger.h
  2400. │ │ │ memmgr.h
  2401. │ │ │ new_off.h
  2402. │ │ │ new_on.h
  2403. │ │ │ Shell.h
  2404. │ │ │ Test.h
  2405. │ │ │ TestClassFactory.h
  2406. │ │ │ TestGroupManager.h
  2407. │ │ │ WGFTestCore.h
  2408. │ │ │
  2409. │ │ ├───d3d11test
  2410. │ │ │ D3D11EnumsInfo.cpp
  2411. │ │ │ D3D11EnumsInfo.h
  2412. │ │ │ D3D11Test.cpp
  2413. │ │ │ D3D11Test.h
  2414. │ │ │ D3D11Test.razzle.vcproj
  2415. │ │ │ D3D11Test.vcproj
  2416. │ │ │ D3D11Test.xml
  2417. │ │ │ D3D11TestGlobals.xml
  2418. │ │ │ D3D11ValueSets.cpp
  2419. │ │ │ D3D11ValueSets.h
  2420. │ │ │ D3DDepthHelper.cpp
  2421. │ │ │ D3DDepthHelper.h
  2422. │ │ │ D3DMSHelper.cpp
  2423. │ │ │ D3DMSHelper.h
  2424. │ │ │ D3DResourceFlagsValueSet.cpp
  2425. │ │ │ D3DResourceFlagsValueSet.h
  2426. │ │ │ D3DSampleLocation.cpp
  2427. │ │ │ D3DSampleLocation.h
  2428. │ │ │ D3DTest.xml
  2429. │ │ │ D3DTestGlobals.xml
  2430. │ │ │ D3DTestHelpers.cpp
  2431. │ │ │ D3DTestHelpers.h
  2432. │ │ │ d3dx10strings.cpp
  2433. │ │ │ d3dx10strings.h
  2434. │ │ │ DXGIBufferCompare.cpp
  2435. │ │ │ DXGIBufferCompare.h
  2436. │ │ │ DXGIFloatTypes.cpp
  2437. │ │ │ DXGIFloatTypes.h
  2438. │ │ │ DXGILatestConfig.xml
  2439. │ │ │ EnumsInfoCpp.def
  2440. │ │ │ EnumsInfoH.def
  2441. │ │ │ InfoQueueHelper.cpp
  2442. │ │ │ InfoQueueHelper.h
  2443. │ │ │ makewrappers.bat
  2444. │ │ │ NamedValueOverrides.xml
  2445. │ │ │ NResult.cpp
  2446. │ │ │ NResult.h
  2447. │ │ │ pch.h
  2448. │ │ │ PresentHelper.cpp
  2449. │ │ │ PresentHelper.h
  2450. │ │ │ sources
  2451. │ │ │ ValueSetCpp.def
  2452. │ │ │ ValueSetH.def
  2453. │ │ │
  2454. │ │ ├───D3D11TestDM
  2455. │ │ │ D3D11Test.cpp
  2456. │ │ │ D3D11Test.h
  2457. │ │ │ D3D11Test.razzle.vcproj
  2458. │ │ │ D3D11Test.vcproj
  2459. │ │ │ D3D11Test.xml
  2460. │ │ │ D3D11TestGlobals.xml
  2461. │ │ │ D3D11ValueSets.cpp
  2462. │ │ │ D3D11ValueSets.h
  2463. │ │ │ D3DDepthHelper.cpp
  2464. │ │ │ D3DDepthHelper.h
  2465. │ │ │ D3DMSHelper.cpp
  2466. │ │ │ D3DMSHelper.h
  2467. │ │ │ D3DResourceFlagsValueSet.cpp
  2468. │ │ │ D3DResourceFlagsValueSet.h
  2469. │ │ │ D3DSampleLocation.cpp
  2470. │ │ │ D3DSampleLocation.h
  2471. │ │ │ D3DTest.xml
  2472. │ │ │ D3DTestGlobals.xml
  2473. │ │ │ D3DTestHelpers.cpp
  2474. │ │ │ D3DTestHelpers.h
  2475. │ │ │ d3dx10strings.cpp
  2476. │ │ │ d3dx10strings.h
  2477. │ │ │ DXGIBufferCompare.cpp
  2478. │ │ │ DXGIBufferCompare.h
  2479. │ │ │ DXGIFloatTypes.cpp
  2480. │ │ │ DXGIFloatTypes.h
  2481. │ │ │ DXGILatestConfig.xml
  2482. │ │ │ EnumsInfoCpp.def
  2483. │ │ │ EnumsInfoH.def
  2484. │ │ │ InfoQueueHelper.cpp
  2485. │ │ │ InfoQueueHelper.h
  2486. │ │ │ makewrappers.bat
  2487. │ │ │ NamedValueOverrides.xml
  2488. │ │ │ NResult.cpp
  2489. │ │ │ NResult.h
  2490. │ │ │ pch.h
  2491. │ │ │ PresentHelper.cpp
  2492. │ │ │ PresentHelper.h
  2493. │ │ │ sources
  2494. │ │ │ StringsCpp.def
  2495. │ │ │ StringsH.def
  2496. │ │ │ ValueSetCpp.def
  2497. │ │ │ ValueSetH.def
  2498. │ │ │
  2499. │ │ ├───D3DTest
  2500. │ │ │ C10Device1Extras.cpp
  2501. │ │ │ C10DeviceExtras.cpp
  2502. │ │ │ C11DeviceExtras.cpp
  2503. │ │ │ CDeviceExtras.cpp
  2504. │ │ │ CMultiDeviceExtras.cpp
  2505. │ │ │ D3D10Convert.cpp
  2506. │ │ │ D3D10Convert.h
  2507. │ │ │ D3D10EnumsInfo.cpp
  2508. │ │ │ D3D10EnumsInfo.h
  2509. │ │ │ D3D10on11Test.xml
  2510. │ │ │ D3D10Test.cpp
  2511. │ │ │ D3D10Test.h
  2512. │ │ │ D3D10ValueSets.cpp
  2513. │ │ │ D3D10ValueSets.h
  2514. │ │ │ D3D10Wrapped.cpp
  2515. │ │ │ D3D10Wrapped.h
  2516. │ │ │ D3D10WrappedGlobals.cpp
  2517. │ │ │ D3D10WrappedGlobals.h
  2518. │ │ │ D3D11Convert.cpp
  2519. │ │ │ D3D11Convert.h
  2520. │ │ │ D3D11EnumsInfo.cpp
  2521. │ │ │ D3D11EnumsInfo.h
  2522. │ │ │ d3d11test.cpp
  2523. │ │ │ d3d11test.h
  2524. │ │ │ D3D11ValueSets.cpp
  2525. │ │ │ D3D11ValueSets.h
  2526. │ │ │ D3D11Wrapped.cpp
  2527. │ │ │ D3D11Wrapped.h
  2528. │ │ │ D3DDepthHelper.cpp
  2529. │ │ │ D3DDepthHelper.h
  2530. │ │ │ D3DEnumsInfo.cpp
  2531. │ │ │ D3DEnumsInfo.h
  2532. │ │ │ D3DMSHelper.cpp
  2533. │ │ │ D3DMSHelper.h
  2534. │ │ │ D3DMultiWrapped.cpp
  2535. │ │ │ D3DMultiWrapped.h
  2536. │ │ │ D3DResourceFlagsValueSet.cpp
  2537. │ │ │ D3DResourceFlagsValueSet.h
  2538. │ │ │ D3DSampleLocation.cpp
  2539. │ │ │ D3DSampleLocation.h
  2540. │ │ │ D3DTest.cpp
  2541. │ │ │ D3DTest.h
  2542. │ │ │ D3DTest.razzle.vcproj
  2543. │ │ │ D3DTest.vcproj
  2544. │ │ │ D3DTest.xml
  2545. │ │ │ D3DTestGlobals.xml
  2546. │ │ │ D3DTestHelpers.cpp
  2547. │ │ │ D3DTestHelpers.h
  2548. │ │ │ D3DValueSets.cpp
  2549. │ │ │ D3DValueSets.h
  2550. │ │ │ D3DWrapped.cpp
  2551. │ │ │ D3DWrapped.h
  2552. │ │ │ d3dwrappedtypes.h
  2553. │ │ │ d3dx10strings.cpp
  2554. │ │ │ d3dx10strings.h
  2555. │ │ │ d3dx10wrapped.cpp
  2556. │ │ │ d3dx10wrapped.h
  2557. │ │ │ DXGIBufferCompare.cpp
  2558. │ │ │ DXGIBufferCompare.h
  2559. │ │ │ DXGIFloatTypes.cpp
  2560. │ │ │ DXGIFloatTypes.h
  2561. │ │ │ DXGILatestConfig.xml
  2562. │ │ │ EnumsInfoCpp.def
  2563. │ │ │ EnumsInfoH.def
  2564. │ │ │ InfoQueueHelper.cpp
  2565. │ │ │ InfoQueueHelper.h
  2566. │ │ │ makewrappers.bat
  2567. │ │ │ NamedValueOverrides.xml
  2568. │ │ │ NResult.cpp
  2569. │ │ │ NResult.h
  2570. │ │ │ pch.h
  2571. │ │ │ PresentHelper.cpp
  2572. │ │ │ PresentHelper.h
  2573. │ │ │ sources
  2574. │ │ │ ValueSetCpp.def
  2575. │ │ │ ValueSetH.def
  2576. │ │ │
  2577. │ │ ├───DXGITest
  2578. │ │ │ D3DWrappers.h
  2579. │ │ │ DXGITest.cpp
  2580. │ │ │ DXGITest.h
  2581. │ │ │ DXGITestFramework.cpp
  2582. │ │ │ DXGITestFramework.h
  2583. │ │ │ sources
  2584. │ │ │
  2585. │ │ ├───GraphicsTest
  2586. │ │ │ DXGILatestConfig.xml
  2587. │ │ │ DXGIValueSets.cpp
  2588. │ │ │ DXGIValueSets.h
  2589. │ │ │ DXGIValueSetsGenerated.cpp
  2590. │ │ │ GraphicsTest.cpp
  2591. │ │ │ GraphicsTest.h
  2592. │ │ │ makewrappers.bat
  2593. │ │ │ MinMaxRange.cpp
  2594. │ │ │ MinMaxRange.h
  2595. │ │ │ sources
  2596. │ │ │
  2597. │ │ ├───GraphicsTestDM
  2598. │ │ │ DXGILatestConfig.xml
  2599. │ │ │ DXGIValueSets.cpp
  2600. │ │ │ DXGIValueSets.h
  2601. │ │ │ DXGIValueSetsGenerated.cpp
  2602. │ │ │ GraphicsTest.cpp
  2603. │ │ │ GraphicsTest.h
  2604. │ │ │ GraphicsTestDM.h
  2605. │ │ │ makewrappers.bat
  2606. │ │ │ MinMaxRange.cpp
  2607. │ │ │ MinMaxRange.h
  2608. │ │ │ MinMaxRangeDM.h
  2609. │ │ │ sources
  2610. │ │ │
  2611. │ │ ├───HResultHelp
  2612. │ │ │ HResultHelp.cpp
  2613. │ │ │ HResultHelp.h
  2614. │ │ │ sources
  2615. │ │ │
  2616. │ │ ├───Samples
  2617. │ │ │ │ dirs
  2618. │ │ │ │ samples.mk
  2619. │ │ │ │
  2620. │ │ │ └───billkris
  2621. │ │ │ │ dirs
  2622. │ │ │ │
  2623. │ │ │ └───Simple
  2624. │ │ │ Simple.cpp
  2625. │ │ │ Simple.rc
  2626. │ │ │ Simple.vcproj
  2627. │ │ │ Simple.xml
  2628. │ │ │ sources
  2629. │ │ │ VarCore.xml
  2630. │ │ │
  2631. │ │ └───WGFTestUI
  2632. │ │ bitmap1.bmp
  2633. │ │ bitmap2.bmp
  2634. │ │ cursor1.cur
  2635. │ │ directx.ico
  2636. │ │ pch.h
  2637. │ │ resource.h
  2638. │ │ sources
  2639. │ │ splitter.bmp
  2640. │ │ toolbar.bmp
  2641. │ │ toolbar1.bmp
  2642. │ │ WGFTestUI.h
  2643. │ │ WGFTestUI.razzle.vcproj
  2644. │ │ WGFTestUI.rc
  2645. │ │ WGFTestUI.vcproj
  2646. │ │ WGFTestUIDeviceWindow.cpp
  2647. │ │ WGFTestUIDeviceWindow.h
  2648. │ │ WGFTestUIFiltersDialog.cpp
  2649. │ │ WGFTestUIFiltersDialog.h
  2650. │ │ WGFTestUIGoToDialog.cpp
  2651. │ │ WGFTestUIGoToDialog.h
  2652. │ │ WGFTestUIGroups.cpp
  2653. │ │ WGFTestUIGroups.h
  2654. │ │ WGFTestUIHelpDialog.cpp
  2655. │ │ WGFTestUIHelpDialog.h
  2656. │ │ WGFTestUIKeyList.cpp
  2657. │ │ WGFTestUIKeyList.h
  2658. │ │ WGFTestUILog.cpp
  2659. │ │ WGFTestUILog.h
  2660. │ │ WGFTestUIMain.cpp
  2661. │ │ WGFTestUIOptionsDialog.cpp
  2662. │ │ WGFTestUIOptionsDialog.h
  2663. │ │ WGFTestUIParametersDialog.cpp
  2664. │ │ WGFTestUIParametersDialog.h
  2665. │ │ WGFTestUIShell.cpp
  2666. │ │ WGFTestUIShell.h
  2667. │ │ WGFTestUIStatus.cpp
  2668. │ │ WGFTestUIStatus.h
  2669. │ │ WGFTestUITestCases.cpp
  2670. │ │ WGFTestUITestCases.h
  2671. │ │ WGFTestUIWindow.cpp
  2672. │ │ WGFTestUIWindow.h
  2673. │ │
  2674. │ ├───d3d
  2675. │ │ │ d3d.mk
  2676. │ │ │ d3d11.mk
  2677. │ │ │ dirs
  2678. │ │ │
  2679. │ │ ├───conf
  2680. │ │ │ │ conf11.mk
  2681. │ │ │ │ dirs
  2682. │ │ │ │ runconf.bat
  2683. │ │ │ │
  2684. │ │ │ ├───AsyncConf
  2685. │ │ │ │ Async.sh
  2686. │ │ │ │ AsyncConf.cpp
  2687. │ │ │ │ AsyncConf.h
  2688. │ │ │ │ AsyncConf.razzle.vc8.vcproj
  2689. │ │ │ │ AsyncConf.razzle.vcproj
  2690. │ │ │ │ AsyncConf.rc
  2691. │ │ │ │ CounterConfTest.cpp
  2692. │ │ │ │ kitContent.kml
  2693. │ │ │ │ PredicateConfTest.cpp
  2694. │ │ │ │ QueryConfTest.cpp
  2695. │ │ │ │ sources
  2696. │ │ │ │
  2697. │ │ │ ├───blend
  2698. │ │ │ │ BasicBlend.cpp
  2699. │ │ │ │ blend.cpp
  2700. │ │ │ │ blend.h
  2701. │ │ │ │ blend.razzle.vc8.vcproj
  2702. │ │ │ │ blend.razzle.vcproj
  2703. │ │ │ │ blend.rc
  2704. │ │ │ │ BlendCode.cpp
  2705. │ │ │ │ BlendStates.cpp
  2706. │ │ │ │ kitContent.kml
  2707. │ │ │ │ logic.sh
  2708. │ │ │ │ LogicOps.cpp
  2709. │ │ │ │ ps_blend.psh
  2710. │ │ │ │ ps_blend_fl9x.psh
  2711. │ │ │ │ ps_copy.psh
  2712. │ │ │ │ sources
  2713. │ │ │ │ vs.vsh
  2714. │ │ │ │ vs_fl9x.vsh
  2715. │ │ │ │
  2716. │ │ │ ├───clipping
  2717. │ │ │ │ Clipping.cpp
  2718. │ │ │ │ Clipping.h
  2719. │ │ │ │ Clipping.razzle.vc8.vcproj
  2720. │ │ │ │ Clipping.razzle.vcproj
  2721. │ │ │ │ Clipping.rc
  2722. │ │ │ │ kitContent.kml
  2723. │ │ │ │ LineClipTest.cpp
  2724. │ │ │ │ PointClipTest.cpp
  2725. │ │ │ │ ps.psh
  2726. │ │ │ │ sources
  2727. │ │ │ │ TriangleClipTest.cpp
  2728. │ │ │ │ vs_clipcullmix.vsh
  2729. │ │ │ │ vs_clipdist.vsh
  2730. │ │ │ │ vs_culldist.vsh
  2731. │ │ │ │ vs_depth_clip.vsh
  2732. │ │ │ │ vs_pos_only.vsh
  2733. │ │ │ │ vs_w_clip.vsh
  2734. │ │ │ │
  2735. │ │ │ ├───ComputeShader
  2736. │ │ │ │ │ ACVertexShaderPassThrough.fx
  2737. │ │ │ │ │ AppendConsume.cpp
  2738. │ │ │ │ │ AppendConsume.fx
  2739. │ │ │ │ │ AppendConsume.h
  2740. │ │ │ │ │ AppendStructured.fx
  2741. │ │ │ │ │ AppendStructuredPS.fx
  2742. │ │ │ │ │ Atomicity.cpp
  2743. │ │ │ │ │ Atomicity.h
  2744. │ │ │ │ │ breeder.bmp
  2745. │ │ │ │ │ ConsumeStructured.fx
  2746. │ │ │ │ │ ConsumeStructuredPS.fx
  2747. │ │ │ │ │ CounterUAV.cpp
  2748. │ │ │ │ │ CounterUAV.fx
  2749. │ │ │ │ │ CounterUAV.h
  2750. │ │ │ │ │ Dispatch.cpp
  2751. │ │ │ │ │ Dispatch.h
  2752. │ │ │ │ │ GroupSharedMemory.cpp
  2753. │ │ │ │ │ GroupSharedMemory.h
  2754. │ │ │ │ │ interaction.cpp
  2755. │ │ │ │ │ Interaction.h
  2756. │ │ │ │ │ interaction.sh
  2757. │ │ │ │ │ kitContent.kml
  2758. │ │ │ │ │ MemoryBarrier.fx
  2759. │ │ │ │ │ MemoryBarrierPS.fx
  2760. │ │ │ │ │ MemoryBarrierSync.cpp
  2761. │ │ │ │ │ MemoryBarrierSync.h
  2762. │ │ │ │ │ sources
  2763. │ │ │ │ │ UAV.cpp
  2764. │ │ │ │ │ UAV.h
  2765. │ │ │ │ │ UAVBuffer.cpp
  2766. │ │ │ │ │ UAVBufferRW.cpp
  2767. │ │ │ │ │ UAVBufferRW.fx
  2768. │ │ │ │ │ UAVBufferRWCS.cpp
  2769. │ │ │ │ │ UAVBufferRWPS.cpp
  2770. │ │ │ │ │ UAVBufferSrc.cpp
  2771. │ │ │ │ │ UAVBufferSrc.fx
  2772. │ │ │ │ │ UAVBufferSrcCS.cpp
  2773. │ │ │ │ │ UAVBufferSrcPS.cpp
  2774. │ │ │ │ │ UAVBufferTyped.cpp
  2775. │ │ │ │ │ UAVBufferTyped.fx
  2776. │ │ │ │ │ UAVBufferTypedCS.cpp
  2777. │ │ │ │ │ UAVBufferTypedPS.cpp
  2778. │ │ │ │ │ UAVTyped.cpp
  2779. │ │ │ │ │ UAVTyped.fx
  2780. │ │ │ │ │ WGFCompute.cpp
  2781. │ │ │ │ │ WGFCompute.h
  2782. │ │ │ │ │ WGFCompute.rc
  2783. │ │ │ │ │
  2784. │ │ │ │ └───WGFComputeShader
  2785. │ │ │ │ WGFComputeShader.sln
  2786. │ │ │ │ WGFComputeShader.vcproj
  2787. │ │ │ │
  2788. │ │ │ ├───D3DWDDM
  2789. │ │ │ │ Adapter.cpp
  2790. │ │ │ │ Adapter.h
  2791. │ │ │ │ D3D9DriverRuntimeVersionTest.cpp
  2792. │ │ │ │ D3D9DriverRuntimeVersionTest.h
  2793. │ │ │ │ d3dwddm.cpp
  2794. │ │ │ │ d3dwddm.h
  2795. │ │ │ │ D3DWDDM.rc
  2796. │ │ │ │ D3DWDDMDriverVersionTest.cpp
  2797. │ │ │ │ D3DWDDMDriverVersionTest.h
  2798. │ │ │ │ DetoursTest.cpp
  2799. │ │ │ │ DetoursTest.h
  2800. │ │ │ │ kitContent.kml
  2801. │ │ │ │ sources
  2802. │ │ │ │ WGF11D3DWDDM.exe.manifest
  2803. │ │ │ │
  2804. │ │ │ ├───DepthStencil
  2805. │ │ │ │ bias.cpp
  2806. │ │ │ │ bias.h
  2807. │ │ │ │ clamp.cpp
  2808. │ │ │ │ clamp.h
  2809. │ │ │ │ depth.cpp
  2810. │ │ │ │ depth.h
  2811. │ │ │ │ depth.psh
  2812. │ │ │ │ depth.vsh
  2813. │ │ │ │ depth_point.gsh
  2814. │ │ │ │ depth_tri.gsh
  2815. │ │ │ │ kitContent.kml
  2816. │ │ │ │ odepth.psh
  2817. │ │ │ │ odepth.vsh
  2818. │ │ │ │ res.rc
  2819. │ │ │ │ sources
  2820. │ │ │ │ state.cpp
  2821. │ │ │ │ state.h
  2822. │ │ │ │ Stencil.cpp
  2823. │ │ │ │ Stencil.h
  2824. │ │ │ │ stencilps.psh
  2825. │ │ │ │ stencilvs.vsh
  2826. │ │ │ │ testapp.cpp
  2827. │ │ │ │ testapp.h
  2828. │ │ │ │ views.cpp
  2829. │ │ │ │ views.gsh
  2830. │ │ │ │ views.h
  2831. │ │ │ │ views.psh
  2832. │ │ │ │ views.vsh
  2833. │ │ │ │ WGFDepthStencil.2k5.razzle.vcproj
  2834. │ │ │ │
  2835. │ │ │ ├───filter
  2836. │ │ │ │ AnisoFilter.cpp
  2837. │ │ │ │ BasicFilter.cpp
  2838. │ │ │ │ filter.cpp
  2839. │ │ │ │ filter.h
  2840. │ │ │ │ filter.razzle.vc8.vcproj
  2841. │ │ │ │ filter.razzle.vcproj
  2842. │ │ │ │ filter.rc
  2843. │ │ │ │ FilterCode.cpp
  2844. │ │ │ │ gs_sample_cmp.gsh
  2845. │ │ │ │ gs_sample_grad.gsh
  2846. │ │ │ │ gs_sample_level.gsh
  2847. │ │ │ │ kitContent.kml
  2848. │ │ │ │ MinLOD.cpp
  2849. │ │ │ │ minlod.sh
  2850. │ │ │ │ MipFilter.cpp
  2851. │ │ │ │ MipGen.cpp
  2852. │ │ │ │ ps_basic.psh
  2853. │ │ │ │ ps_basic_L9.psh
  2854. │ │ │ │ ps_copy.psh
  2855. │ │ │ │ ps_copy_L9.psh
  2856. │ │ │ │ ps_passthru.psh
  2857. │ │ │ │ ps_sample_bias.psh
  2858. │ │ │ │ ps_sample_bias_L9.psh
  2859. │ │ │ │ ps_sample_cmp.psh
  2860. │ │ │ │ ps_sample_cmp_main_2_aoff.bsh
  2861. │ │ │ │ ps_sample_cmp_main_2_L0_aoff.bsh
  2862. │ │ │ │ ps_sample_grad.psh
  2863. │ │ │ │ ps_sample_grad_L9.psh
  2864. │ │ │ │ ps_sample_level.psh
  2865. │ │ │ │ ps_sample_level_L9.psh
  2866. │ │ │ │ SamplerStates.cpp
  2867. │ │ │ │ sources
  2868. │ │ │ │ TextureCode.cpp
  2869. │ │ │ │ vs.vsh
  2870. │ │ │ │ vs_L9.vsh
  2871. │ │ │ │ vs_sample_cmp.vsh
  2872. │ │ │ │ vs_sample_grad.vsh
  2873. │ │ │ │ vs_sample_level.vsh
  2874. │ │ │ │
  2875. │ │ │ ├───GeometryShader
  2876. │ │ │ │ GeometryShader.cpp
  2877. │ │ │ │ GeometryShader.h
  2878. │ │ │ │ GeometryShader.razzle.vc8.vcproj
  2879. │ │ │ │ GeometryShader.razzle.vcproj
  2880. │ │ │ │ GeometryShader.rc
  2881. │ │ │ │ GSInstanceID.cpp
  2882. │ │ │ │ GSInstanceID.h
  2883. │ │ │ │ GSMultiOut.cpp
  2884. │ │ │ │ GSMultiOut.h
  2885. │ │ │ │ GSMultiOut.sh
  2886. │ │ │ │ GSPrimID.cpp
  2887. │ │ │ │ GSPrimID.h
  2888. │ │ │ │ GSTopology.cpp
  2889. │ │ │ │ GSTopology.h
  2890. │ │ │ │ GSTopology.sh
  2891. │ │ │ │ InstanceID.sh
  2892. │ │ │ │ kitContent.kml
  2893. │ │ │ │ PrimID.sh
  2894. │ │ │ │ PrimType.sh
  2895. │ │ │ │ sources
  2896. │ │ │ │
  2897. │ │ │ ├───HybridPerf
  2898. │ │ │ │ kitContent.kml
  2899. │ │ │ │ Main.cpp
  2900. │ │ │ │ main.hpp
  2901. │ │ │ │ sources
  2902. │ │ │ │
  2903. │ │ │ ├───InputAssembler
  2904. │ │ │ │ │ dirs
  2905. │ │ │ │ │ Draw.cpp
  2906. │ │ │ │ │ GeneratedValues.cpp
  2907. │ │ │ │ │ HelperFunctions.cpp
  2908. │ │ │ │ │ InputAssembler.cpp
  2909. │ │ │ │ │ InputAssembler.h
  2910. │ │ │ │ │ InputAssembler.rc
  2911. │ │ │ │ │ InputLayouts.cpp
  2912. │ │ │ │ │ Limits.cpp
  2913. │ │ │ │ │ ReadFromUnboundSlot.cpp
  2914. │ │ │ │ │ ValidateProcessedBuffers.cpp
  2915. │ │ │ │ │ WGFInputAssembler.razzle.2008.sln
  2916. │ │ │ │ │ WGFInputAssembler.razzle.2008.vcproj
  2917. │ │ │ │ │ WGFInputAssembler.razzle.2k5.sln
  2918. │ │ │ │ │ WGFInputAssembler.razzle.2k5.vcproj
  2919. │ │ │ │ │
  2920. │ │ │ │ ├───Draw
  2921. │ │ │ │ │ IAGroups.cpp
  2922. │ │ │ │ │ kitContent.kml
  2923. │ │ │ │ │ sources
  2924. │ │ │ │ │
  2925. │ │ │ │ ├───InputAssembler
  2926. │ │ │ │ │ IAGroups.cpp
  2927. │ │ │ │ │ kitContent.kml
  2928. │ │ │ │ │ sources
  2929. │ │ │ │ │
  2930. │ │ │ │ └───VertexShader
  2931. │ │ │ │ IAGroups.cpp
  2932. │ │ │ │ kitContent.kml
  2933. │ │ │ │ sources
  2934. │ │ │ │
  2935. │ │ │ ├───Interfaces
  2936. │ │ │ │ CInterfaceFlowControl.cpp
  2937. │ │ │ │ CInterfaceFlowControl.h
  2938. │ │ │ │ ConstantBufferIndexing.cpp
  2939. │ │ │ │ ConstantBufferIndexing.fx
  2940. │ │ │ │ CSInterfaceFlowControl.fx
  2941. │ │ │ │ FcallLimits.cpp
  2942. │ │ │ │ FcallLimits.h
  2943. │ │ │ │ FCVertexShaderPassThrough.fx
  2944. │ │ │ │ kitContent.kml
  2945. │ │ │ │ ResourceIndexing.cpp
  2946. │ │ │ │ ResourceIndexing.fx
  2947. │ │ │ │ ResourceIndexing.h
  2948. │ │ │ │ SamplerIndexing.cpp
  2949. │ │ │ │ SamplerIndexing.fx
  2950. │ │ │ │ sources
  2951. │ │ │ │ TextureIndexing.cpp
  2952. │ │ │ │ TextureIndexing.fx
  2953. │ │ │ │ WGFInterfaces.cpp
  2954. │ │ │ │ WGFInterfaces.h
  2955. │ │ │ │ WGFInterfaces.rc
  2956. │ │ │ │
  2957. │ │ │ ├───MapDefault
  2958. │ │ │ │ kitContent.kml
  2959. │ │ │ │ MapDefault.cpp
  2960. │ │ │ │ MapDefault.h
  2961. │ │ │ │ MapDefault.rc
  2962. │ │ │ │ sources
  2963. │ │ │ │
  2964. │ │ │ ├───MeasureHPC
  2965. │ │ │ │ a.bat
  2966. │ │ │ │ b.bat
  2967. │ │ │ │ Draw.cpp
  2968. │ │ │ │ Frequency.cpp
  2969. │ │ │ │ Frequency.h
  2970. │ │ │ │ MeasureHPC.sln
  2971. │ │ │ │ MeasureHPC.vcxproj
  2972. │ │ │ │ MeasureHPC.vcxproj.filters
  2973. │ │ │ │ sources
  2974. │ │ │ │ Teapots.cpp
  2975. │ │ │ │ Teapots.h
  2976. │ │ │ │ TimingData.cpp
  2977. │ │ │ │ TimingData.h
  2978. │ │ │ │ TimingData.rc
  2979. │ │ │ │
  2980. │ │ │ ├───PixelShader
  2981. │ │ │ │ GeneratedValues.cpp
  2982. │ │ │ │ GeneratedValues.hlsl
  2983. │ │ │ │ IsFrontFace.cpp
  2984. │ │ │ │ kitContent.kml
  2985. │ │ │ │ PipelineStats.cpp
  2986. │ │ │ │ PixelShader.cpp
  2987. │ │ │ │ PixelShader.h
  2988. │ │ │ │ PixelShader.rc
  2989. │ │ │ │ psuav.hlsl
  2990. │ │ │ │ sources
  2991. │ │ │ │ UAV.cpp
  2992. │ │ │ │ WGFPixelShader.razzle.2k5.sln
  2993. │ │ │ │ WGFPixelShader.razzle.2k5.vcproj
  2994. │ │ │ │
  2995. │ │ │ ├───Precision
  2996. │ │ │ │ Arithmetic.cpp
  2997. │ │ │ │ Arithmetic.h
  2998. │ │ │ │ Convert.cpp
  2999. │ │ │ │ Convert.h
  3000. │ │ │ │ Input.cpp
  3001. │ │ │ │ input.h
  3002. │ │ │ │ kitContent.kml
  3003. │ │ │ │ Mov.cpp
  3004. │ │ │ │ Mov.h
  3005. │ │ │ │ Precision.cpp
  3006. │ │ │ │ Precision.h
  3007. │ │ │ │ Precision.rc
  3008. │ │ │ │ Resource.cpp
  3009. │ │ │ │ Resource.h
  3010. │ │ │ │ sources
  3011. │ │ │ │ swap.cpp
  3012. │ │ │ │ swap.h
  3013. │ │ │ │
  3014. │ │ │ ├───RenderTargets
  3015. │ │ │ │ Clear.cpp
  3016. │ │ │ │ Clear.h
  3017. │ │ │ │ kitContent.kml
  3018. │ │ │ │ RenderTargets.cpp
  3019. │ │ │ │ RenderTargets.gsh
  3020. │ │ │ │ RenderTargets.h
  3021. │ │ │ │ RenderTargets.psh
  3022. │ │ │ │ RenderTargets.rc
  3023. │ │ │ │ RenderTargets.vcproj
  3024. │ │ │ │ RenderTargets.vsh
  3025. │ │ │ │ RenderTargets_FL9X.psh
  3026. │ │ │ │ RenderTargets_FL9X.vsh
  3027. │ │ │ │ RenderTargets_SR_Readback.psh
  3028. │ │ │ │ RenderTargets_SR_Readback_FL9X.psh
  3029. │ │ │ │ sources
  3030. │ │ │ │
  3031. │ │ │ ├───ResourceAccess
  3032. │ │ │ │ ClearView.cpp
  3033. │ │ │ │ ClearView.h
  3034. │ │ │ │ ClearView.inl
  3035. │ │ │ │ Compressed.cpp
  3036. │ │ │ │ Compressed.h
  3037. │ │ │ │ D2DTileableCopy.cpp
  3038. │ │ │ │ D2DTileableCopy.h
  3039. │ │ │ │ Discard.cpp
  3040. │ │ │ │ Discard.h
  3041. │ │ │ │ kitContent.kml
  3042. │ │ │ │ Multisample.cpp
  3043. │ │ │ │ Multisample.h
  3044. │ │ │ │ RectScenarios.cpp
  3045. │ │ │ │ RectScenarios.h
  3046. │ │ │ │ resourceaccess.cpp
  3047. │ │ │ │ ResourceAccess.gsh
  3048. │ │ │ │ resourceaccess.h
  3049. │ │ │ │ ResourceAccess.psh
  3050. │ │ │ │ resourceaccess.rc
  3051. │ │ │ │ resourceaccess.vcproj
  3052. │ │ │ │ ResourceAccess.vsh
  3053. │ │ │ │ ResourceFlush.cpp
  3054. │ │ │ │ ResourceFlush.h
  3055. │ │ │ │ sources
  3056. │ │ │ │
  3057. │ │ │ ├───ResourceFormats
  3058. │ │ │ │ CheckSupport.cpp
  3059. │ │ │ │ kitContent.kml
  3060. │ │ │ │ ResourceFormats.cpp
  3061. │ │ │ │ ResourceFormats.gsh
  3062. │ │ │ │ ResourceFormats.h
  3063. │ │ │ │ ResourceFormats.psh
  3064. │ │ │ │ ResourceFormats.rc
  3065. │ │ │ │ ResourceFormats.vc8.vcproj
  3066. │ │ │ │ ResourceFormats.vcproj
  3067. │ │ │ │ ResourceFormats.vsh
  3068. │ │ │ │ sources
  3069. │ │ │ │
  3070. │ │ │ ├───shader5x
  3071. │ │ │ │ AsmHelper.cpp
  3072. │ │ │ │ AsmHelper.h
  3073. │ │ │ │ AtomicTestCases.h
  3074. │ │ │ │ Bitwise.cpp
  3075. │ │ │ │ Bitwise.h
  3076. │ │ │ │ Condition.cpp
  3077. │ │ │ │ Condition.h
  3078. │ │ │ │ ConstantBuffers.cpp
  3079. │ │ │ │ ConstantBuffers.h
  3080. │ │ │ │ ControlFlow.cpp
  3081. │ │ │ │ ControlFlow.h
  3082. │ │ │ │ DoubleFMATable.h
  3083. │ │ │ │ DoublesArith.cpp
  3084. │ │ │ │ DoublesArith.h
  3085. │ │ │ │ DoublesDDivData.h
  3086. │ │ │ │ DoublesDFMAData.h
  3087. │ │ │ │ DoublesDRCPData.h
  3088. │ │ │ │ FloatArith.cpp
  3089. │ │ │ │ FloatArith.h
  3090. │ │ │ │ FormatDesc.hpp
  3091. │ │ │ │ FormatDescImpl.cpp
  3092. │ │ │ │ Index.cpp
  3093. │ │ │ │ Index.h
  3094. │ │ │ │ IntArith.cpp
  3095. │ │ │ │ IntArith.h
  3096. │ │ │ │ kitContent.kml
  3097. │ │ │ │ LoadStore.cpp
  3098. │ │ │ │ LoadStore.h
  3099. │ │ │ │ MemoryAccessInstructions.cpp
  3100. │ │ │ │ MemoryAccessInstructions.h
  3101. │ │ │ │ Move.cpp
  3102. │ │ │ │ Move.h
  3103. │ │ │ │ Multisample.cpp
  3104. │ │ │ │ Multisample.h
  3105. │ │ │ │ raster.cpp
  3106. │ │ │ │ Raster.h
  3107. │ │ │ │ Registers.cpp
  3108. │ │ │ │ Registers.h
  3109. │ │ │ │ ResourceAccess.cpp
  3110. │ │ │ │ ResourceAccess.h
  3111. │ │ │ │ Shader50.razzle.2k8.vcproj
  3112. │ │ │ │ Shader5x.cpp
  3113. │ │ │ │ Shader5x.h
  3114. │ │ │ │ Shader5x.rc
  3115. │ │ │ │ ShaderInstruction.cpp
  3116. │ │ │ │ ShaderInstruction.h
  3117. │ │ │ │ sources
  3118. │ │ │ │ SumAbsDiff.cpp
  3119. │ │ │ │ SumAbsDiff.h
  3120. │ │ │ │ Swizzle.cpp
  3121. │ │ │ │ Swizzle.h
  3122. │ │ │ │ Topology.cpp
  3123. │ │ │ │ Topology.h
  3124. │ │ │ │ TypeConvert.cpp
  3125. │ │ │ │ TypeConvert.h
  3126. │ │ │ │
  3127. │ │ │ ├───SharedResources
  3128. │ │ │ │ kitContent.kml
  3129. │ │ │ │ SharedRes.razzle.vcproj
  3130. │ │ │ │ SharedResource.cpp
  3131. │ │ │ │ SharedResource.h
  3132. │ │ │ │ SharedResource.rc
  3133. │ │ │ │ SharedResourceChild.cpp
  3134. │ │ │ │ SharedResourceChild.h
  3135. │ │ │ │ sources
  3136. │ │ │ │
  3137. │ │ │ ├───StreamOut
  3138. │ │ │ │ kitContent.kml
  3139. │ │ │ │ MultiBuffer.cpp
  3140. │ │ │ │ MultiBuffer.h
  3141. │ │ │ │ MultiStream.cpp
  3142. │ │ │ │ MultiStream.h
  3143. │ │ │ │ PassThroughVS.fx
  3144. │ │ │ │ ShaderClear.sh
  3145. │ │ │ │ ShaderSource.sh
  3146. │ │ │ │ ShaderSourceMulti.sh
  3147. │ │ │ │ SingleBuffer.cpp
  3148. │ │ │ │ SingleBuffer.h
  3149. │ │ │ │ sources
  3150. │ │ │ │ StreamOut.cpp
  3151. │ │ │ │ StreamOut.h
  3152. │ │ │ │ streamout.rc
  3153. │ │ │ │ StreamOut.sln
  3154. │ │ │ │ StreamOut.vcproj
  3155. │ │ │ │ StreamOutPatches.cpp
  3156. │ │ │ │ StreamOutPatches.h
  3157. │ │ │ │
  3158. │ │ │ ├───SystemCheck
  3159. │ │ │ │ DiscreteListTest.cpp
  3160. │ │ │ │ DiscreteListTest.h
  3161. │ │ │ │ kitContent.kml
  3162. │ │ │ │ MinimumFeatureLevelTest.cpp
  3163. │ │ │ │ MinimumFeatureLevelTest.h
  3164. │ │ │ │ sources
  3165. │ │ │ │ SystemCheck.cpp
  3166. │ │ │ │ SystemCheck.h
  3167. │ │ │ │ SystemCheck.rc
  3168. │ │ │ │
  3169. │ │ │ ├───Tessellation
  3170. │ │ │ │ cp.bat
  3171. │ │ │ │ DomainTest.cpp
  3172. │ │ │ │ HullPhases.cpp
  3173. │ │ │ │ HullTest.cpp
  3174. │ │ │ │ kitContent.kml
  3175. │ │ │ │ ShaderCode.cpp
  3176. │ │ │ │ ShaderCode.h
  3177. │ │ │ │ sources
  3178. │ │ │ │ Tessellation.cpp
  3179. │ │ │ │ Tessellation.h
  3180. │ │ │ │ Tessellation.rc
  3181. │ │ │ │ TessTest.cpp
  3182. │ │ │ │ TestBuffer.h
  3183. │ │ │ │ vs_vertid.sh
  3184. │ │ │ │ WGF11Tessellation.razzle.sln
  3185. │ │ │ │ WGF11Tessellation.razzle.vcproj
  3186. │ │ │ │
  3187. │ │ │ ├───TiledResources
  3188. │ │ │ │ CopyTileMappings.h
  3189. │ │ │ │ CopyTiles.h
  3190. │ │ │ │ Filter.cpp
  3191. │ │ │ │ Filter.h
  3192. │ │ │ │ kitContent.kml
  3193. │ │ │ │ LargeAddress.cpp
  3194. │ │ │ │ LargeAddress.h
  3195. │ │ │ │ makefile.inc
  3196. │ │ │ │ RawStructured.cpp
  3197. │ │ │ │ RawStructured.h
  3198. │ │ │ │ ResourceTiling.h
  3199. │ │ │ │ sources
  3200. │ │ │ │ TiledResources.cpp
  3201. │ │ │ │ TiledResources.csh
  3202. │ │ │ │ TiledResources.h
  3203. │ │ │ │ TiledResources.psh
  3204. │ │ │ │ TiledResources.rc
  3205. │ │ │ │ TiledResources.vsh
  3206. │ │ │ │ TiledResourcesCS.hlsl
  3207. │ │ │ │ TiledResourcesPS.hlsl
  3208. │ │ │ │ TiledResourcesVS.hlsl
  3209. │ │ │ │ UpdateTileMappings.h
  3210. │ │ │ │ UpdateTiles.h
  3211. │ │ │ │ Views.cpp
  3212. │ │ │ │ Views.h
  3213. │ │ │ │
  3214. │ │ │ ├───TimingData
  3215. │ │ │ │ │ a.bat
  3216. │ │ │ │ │ b.bat
  3217. │ │ │ │ │ CustomEvent.cpp
  3218. │ │ │ │ │ CustomEvent.h
  3219. │ │ │ │ │ EndOfPipeline.cpp
  3220. │ │ │ │ │ EndOfPipeline.h
  3221. │ │ │ │ │ Frequency.cpp
  3222. │ │ │ │ │ Frequency.h
  3223. │ │ │ │ │ kitContent.kml
  3224. │ │ │ │ │ MarkerValidation.cpp
  3225. │ │ │ │ │ MarkerValidation.h
  3226. │ │ │ │ │ MultipleEngine.cpp
  3227. │ │ │ │ │ MultipleEngine.h
  3228. │ │ │ │ │ p.bat
  3229. │ │ │ │ │ PState.cpp
  3230. │ │ │ │ │ PState.h
  3231. │ │ │ │ │ RedBlue.cpp
  3232. │ │ │ │ │ RedBlue.h
  3233. │ │ │ │ │ sources
  3234. │ │ │ │ │ Teapots.cpp
  3235. │ │ │ │ │ Teapots.h
  3236. │ │ │ │ │ TimingData.cpp
  3237. │ │ │ │ │ TimingData.h
  3238. │ │ │ │ │ TimingData.rc
  3239. │ │ │ │ │
  3240. │ │ │ │ └───TimingData
  3241. │ │ │ │ TimingData.sln
  3242. │ │ │ │ TimingData.vcxproj
  3243. │ │ │ │ TimingData.vcxproj.filters
  3244. │ │ │ │
  3245. │ │ │ ├───Viewports
  3246. │ │ │ │ BadIndex.cpp
  3247. │ │ │ │ BadIndex.h
  3248. │ │ │ │ gs.gsh
  3249. │ │ │ │ gs_wIndex.gsh
  3250. │ │ │ │ gs_wIndexChange.gsh
  3251. │ │ │ │ kitContent.kml
  3252. │ │ │ │ MultiScissor.cpp
  3253. │ │ │ │ MultiScissor.h
  3254. │ │ │ │ MultiView.cpp
  3255. │ │ │ │ MultiView.h
  3256. │ │ │ │ NoIndex.cpp
  3257. │ │ │ │ NoIndex.h
  3258. │ │ │ │ Overlapping.cpp
  3259. │ │ │ │ Overlapping.h
  3260. │ │ │ │ ps.psh
  3261. │ │ │ │ ps_wIndex.psh
  3262. │ │ │ │ ScaleScissor.cpp
  3263. │ │ │ │ ScaleScissor.h
  3264. │ │ │ │ ScaleView.cpp
  3265. │ │ │ │ ScaleView.h
  3266. │ │ │ │ ScissorPosition.cpp
  3267. │ │ │ │ ScissorPosition.h
  3268. │ │ │ │ sources
  3269. │ │ │ │ SplitStrip.cpp
  3270. │ │ │ │ SplitStrip.h
  3271. │ │ │ │ SubScissor.cpp
  3272. │ │ │ │ SubScissor.h
  3273. │ │ │ │ ViewPorts.cpp
  3274. │ │ │ │ ViewPorts.h
  3275. │ │ │ │ Viewports.razzle.vcproj
  3276. │ │ │ │ Viewports.rc
  3277. │ │ │ │ ViewScissorDefines.h
  3278. │ │ │ │ vs.vsh
  3279. │ │ │ │ vs_wIndex.vsh
  3280. │ │ │ │
  3281. │ │ │ ├───WGFMultisample
  3282. │ │ │ │ │ centroid.cpp
  3283. │ │ │ │ │ centroid.h
  3284. │ │ │ │ │ coverage.cpp
  3285. │ │ │ │ │ coverage.h
  3286. │ │ │ │ │ depth.cpp
  3287. │ │ │ │ │ depth.h
  3288. │ │ │ │ │ dirs
  3289. │ │ │ │ │ fill.cpp
  3290. │ │ │ │ │ fill.h
  3291. │ │ │ │ │ FillLine.cpp
  3292. │ │ │ │ │ FillLine.h
  3293. │ │ │ │ │ gs_array.gsh
  3294. │ │ │ │ │ mask.cpp
  3295. │ │ │ │ │ mask.h
  3296. │ │ │ │ │ multisample.cpp
  3297. │ │ │ │ │ multisample.h
  3298. │ │ │ │ │ multisample.rc
  3299. │ │ │ │ │ occlusion.cpp
  3300. │ │ │ │ │ occlusion.h
  3301. │ │ │ │ │ PixelResult.cpp
  3302. │ │ │ │ │ PixelResult.h
  3303. │ │ │ │ │ present.psh
  3304. │ │ │ │ │ ps.psh
  3305. │ │ │ │ │ ps_centroid_off.psh
  3306. │ │ │ │ │ ps_centroid_on.psh
  3307. │ │ │ │ │ ps_coverage.psh
  3308. │ │ │ │ │ ps_input_coverage.psh
  3309. │ │ │ │ │ ps_odepth.psh
  3310. │ │ │ │ │ resolve.cpp
  3311. │ │ │ │ │ resolve.h
  3312. │ │ │ │ │ samples.cpp
  3313. │ │ │ │ │ samples.h
  3314. │ │ │ │ │ Scenario.cpp
  3315. │ │ │ │ │ Scenario.h
  3316. │ │ │ │ │ vs.vsh
  3317. │ │ │ │ │ WGFMultisample.2k5.sln
  3318. │ │ │ │ │ WGFMultisample.2k5.vcproj
  3319. │ │ │ │ │ WGFMultisample.razzle.2k5.vcproj
  3320. │ │ │ │ │ WGFMultisample.razzle.vcproj
  3321. │ │ │ │ │ WGFMultisample.sln
  3322. │ │ │ │ │ WGFMultisample.vcproj
  3323. │ │ │ │ │ white.dds
  3324. │ │ │ │ │
  3325. │ │ │ │ ├───Fill
  3326. │ │ │ │ │ FillTest.cpp
  3327. │ │ │ │ │ kitContent.kml
  3328. │ │ │ │ │ sources
  3329. │ │ │ │ │
  3330. │ │ │ │ └───Multisample
  3331. │ │ │ │ kitContent.kml
  3332. │ │ │ │ sources
  3333. │ │ │ │ WGFMultisample.cpp
  3334. │ │ │ │
  3335. │ │ │ └───WGFRasterizer
  3336. │ │ │ cullmode.cpp
  3337. │ │ │ cullmode.h
  3338. │ │ │ fillmode.cpp
  3339. │ │ │ fillmode.h
  3340. │ │ │ forcedsamplecount.cpp
  3341. │ │ │ forcedsamplecount.h
  3342. │ │ │ interpolator.cpp
  3343. │ │ │ interpolator.h
  3344. │ │ │ kitContent.kml
  3345. │ │ │ pullModel.cpp
  3346. │ │ │ pullModel.h
  3347. │ │ │ rasterizer.cpp
  3348. │ │ │ rasterizer.h
  3349. │ │ │ rasterizer.rc
  3350. │ │ │ sources
  3351. │ │ │ state.cpp
  3352. │ │ │ state.h
  3353. │ │ │ WGFRasterizer.2k5.razzle.vcproj
  3354. │ │ │
  3355. │ │ └───D3D10Level9
  3356. │ │ └───CreateDevice
  3357. │ │ create.cpp
  3358. │ │ create.h
  3359. │ │ create.vcproj
  3360. │ │ kitContent.kml
  3361. │ │ master.txt
  3362. │ │ res.rc
  3363. │ │ sources
  3364. │ │ testapp.cpp
  3365. │ │ testapp.h
  3366. │ │
  3367. │ ├───D3D9
  3368. │ │ ├───Common
  3369. │ │ │ │ Common.mk
  3370. │ │ │ │ dirs
  3371. │ │ │ │
  3372. │ │ │ ├───CPControl
  3373. │ │ │ │ AuthHelper.cpp
  3374. │ │ │ │ AuthHelper.h
  3375. │ │ │ │ CertHelper.cpp
  3376. │ │ │ │ CertHelper.h
  3377. │ │ │ │ CPControl.cpp
  3378. │ │ │ │ CPControl.h
  3379. │ │ │ │ CryptHlp.cpp
  3380. │ │ │ │ CryptHlp.h
  3381. │ │ │ │ IntelKeyExchange.h
  3382. │ │ │ │ OPMControl.cpp
  3383. │ │ │ │ OPMControl.h
  3384. │ │ │ │ OPMUtil.cpp
  3385. │ │ │ │ OPMUtil.h
  3386. │ │ │ │ rsa32GenRandom.c
  3387. │ │ │ │ sources
  3388. │ │ │ │
  3389. │ │ │ ├───CResFile
  3390. │ │ │ │ CResFile.cpp
  3391. │ │ │ │ sources
  3392. │ │ │ │
  3393. │ │ │ ├───CShapes
  3394. │ │ │ │ boid.cpp
  3395. │ │ │ │ box.cpp
  3396. │ │ │ │ cone.cpp
  3397. │ │ │ │ cshapes.cpp
  3398. │ │ │ │ cshapesfvf.cpp
  3399. │ │ │ │ cshapespch.h
  3400. │ │ │ │ cylinder.cpp
  3401. │ │ │ │ icosohedron.cpp
  3402. │ │ │ │ mesh.cpp
  3403. │ │ │ │ pyramid.cpp
  3404. │ │ │ │ sources
  3405. │ │ │ │ sphere.cpp
  3406. │ │ │ │ teapot.cpp
  3407. │ │ │ │
  3408. │ │ │ ├───CSpline
  3409. │ │ │ │ CSpline.cpp
  3410. │ │ │ │ sources
  3411. │ │ │ │
  3412. │ │ │ ├───CStateCascade
  3413. │ │ │ │ CStateCascade.cpp
  3414. │ │ │ │ sources
  3415. │ │ │ │
  3416. │ │ │ ├───FlagCombinations
  3417. │ │ │ │ CFlagCombinations.cpp
  3418. │ │ │ │ sources
  3419. │ │ │ │
  3420. │ │ │ ├───FPState
  3421. │ │ │ │ FPState.cpp
  3422. │ │ │ │ FPState.def
  3423. │ │ │ │ FPState.rc
  3424. │ │ │ │ kitContent.kml
  3425. │ │ │ │ sources
  3426. │ │ │ │
  3427. │ │ │ ├───Include
  3428. │ │ │ │ CFlags.h
  3429. │ │ │ │ CResFile.h
  3430. │ │ │ │ CShaderDebugger.h
  3431. │ │ │ │ CShapes.h
  3432. │ │ │ │ CShapesFVF.h
  3433. │ │ │ │ CSpline.h
  3434. │ │ │ │ CStateCascade.h
  3435. │ │ │ │ FPState.h
  3436. │ │ │ │ MaxWinModeShim.h
  3437. │ │ │ │ Parser.h
  3438. │ │ │ │ RNumber.h
  3439. │ │ │ │ TestHelpers.h
  3440. │ │ │ │ TestShapes.h
  3441. │ │ │ │ Types.h
  3442. │ │ │ │
  3443. │ │ │ ├───MaxWinModeShim
  3444. │ │ │ │ MaxWinModeShim.cpp
  3445. │ │ │ │ sources
  3446. │ │ │ │
  3447. │ │ │ ├───RNumber
  3448. │ │ │ │ RNumber.cpp
  3449. │ │ │ │ sources
  3450. │ │ │ │
  3451. │ │ │ └───TestShapes
  3452. │ │ │ fanball.cpp
  3453. │ │ │ fanhorn.cpp
  3454. │ │ │ lines.cpp
  3455. │ │ │ pointgrid.cpp
  3456. │ │ │ randomtriangles.cpp
  3457. │ │ │ sources
  3458. │ │ │ testshapes.cpp
  3459. │ │ │ testshapes.dsw
  3460. │ │ │ testshapespch.h
  3461. │ │ │ trithing.cpp
  3462. │ │ │ wavestrip.cpp
  3463. │ │ │
  3464. │ │ └───d3d
  3465. │ │ └───conf
  3466. │ │ │ conf.mk
  3467. │ │ │ dirs
  3468. │ │ │
  3469. │ │ ├───address
  3470. │ │ │ │ address.cpp
  3471. │ │ │ │ address.h
  3472. │ │ │ │ address.rc
  3473. │ │ │ │ border.cpp
  3474. │ │ │ │ clamp.cpp
  3475. │ │ │ │ drawmesh.cpp
  3476. │ │ │ │ independentuv.cpp
  3477. │ │ │ │ kitContent.kml
  3478. │ │ │ │ mirror.cpp
  3479. │ │ │ │ mirroronce.cpp
  3480. │ │ │ │ wrap.cpp
  3481. │ │ │ │ wrapu.cpp
  3482. │ │ │ │ wrapuv.cpp
  3483. │ │ │ │ wrapv.cpp
  3484. │ │ │ │
  3485. │ │ │ └───original
  3486. │ │ │ sources
  3487. │ │ │
  3488. │ │ ├───agp
  3489. │ │ │ agp.cpp
  3490. │ │ │ agp.h
  3491. │ │ │ agp.rc
  3492. │ │ │ drawgrid.cpp
  3493. │ │ │ kitContent.kml
  3494. │ │ │ sources
  3495. │ │ │ texsize.cpp
  3496. │ │ │
  3497. │ │ ├───alphabld
  3498. │ │ │ │ alphabld.cpp
  3499. │ │ │ │ alphabld.h
  3500. │ │ │ │ alphabld.rc
  3501. │ │ │ │ blendfactor.cpp
  3502. │ │ │ │ both.cpp
  3503. │ │ │ │ destalpha.cpp
  3504. │ │ │ │ destcolor.cpp
  3505. │ │ │ │ draw.cpp
  3506. │ │ │ │ false.cpp
  3507. │ │ │ │ invblendfactor.cpp
  3508. │ │ │ │ invdestalpha.cpp
  3509. │ │ │ │ invdestcolor.cpp
  3510. │ │ │ │ invsrcalpha.cpp
  3511. │ │ │ │ invsrccolor.cpp
  3512. │ │ │ │ kitContent.kml
  3513. │ │ │ │ one.cpp
  3514. │ │ │ │ srcalpha.cpp
  3515. │ │ │ │ srcalphasat.cpp
  3516. │ │ │ │ srccolor.cpp
  3517. │ │ │ │ swapeffect.cpp
  3518. │ │ │ │ zero.cpp
  3519. │ │ │ │
  3520. │ │ │ └───original
  3521. │ │ │ sources
  3522. │ │ │
  3523. │ │ ├───alphacmp
  3524. │ │ │ alphacmp.cpp
  3525. │ │ │ alphacmp.h
  3526. │ │ │ alphacmp.rc
  3527. │ │ │ always.cpp
  3528. │ │ │ draw.cpp
  3529. │ │ │ equal.cpp
  3530. │ │ │ greater.cpp
  3531. │ │ │ kitContent.kml
  3532. │ │ │ less.cpp
  3533. │ │ │ sources
  3534. │ │ │
  3535. │ │ ├───alphaprecision
  3536. │ │ │ │ alphafloatrt.cpp
  3537. │ │ │ │ alphafloatrt.h
  3538. │ │ │ │ alphaprecision.cpp
  3539. │ │ │ │ alphaprecision.h
  3540. │ │ │ │ alphaprecision.rc
  3541. │ │ │ │ alphaprecision.vcproj
  3542. │ │ │ │ kitContent.kml
  3543. │ │ │ │
  3544. │ │ │ └───original
  3545. │ │ │ sources
  3546. │ │ │
  3547. │ │ ├───anisotropic
  3548. │ │ │ │ anisotropic.cpp
  3549. │ │ │ │ anisotropic.h
  3550. │ │ │ │ anisotropic.rc
  3551. │ │ │ │ drawing.cpp
  3552. │ │ │ │ hifreq.bmp
  3553. │ │ │ │ kitContent.kml
  3554. │ │ │ │ minmag.cpp
  3555. │ │ │ │ resource.h
  3556. │ │ │ │
  3557. │ │ │ └───original
  3558. │ │ │ sources
  3559. │ │ │
  3560. │ │ ├───basicrst
  3561. │ │ │ basicrst.cpp
  3562. │ │ │ basicrst.h
  3563. │ │ │ basicrst.rc
  3564. │ │ │ basicrst.vssscc
  3565. │ │ │ colorwrite.cpp
  3566. │ │ │ culling.cpp
  3567. │ │ │ dither.cpp
  3568. │ │ │ fill.cpp
  3569. │ │ │ kitContent.kml
  3570. │ │ │ meshd3d.cpp
  3571. │ │ │ meshl.cpp
  3572. │ │ │ meshtl.cpp
  3573. │ │ │ nodiffuse.cpp
  3574. │ │ │ shading.cpp
  3575. │ │ │ sources
  3576. │ │ │ zwrite.cpp
  3577. │ │ │
  3578. │ │ ├───BasicTex
  3579. │ │ │ │ AGP.cpp
  3580. │ │ │ │ BasicTex.cpp
  3581. │ │ │ │ BasicTex.h
  3582. │ │ │ │ BasicTex.rc
  3583. │ │ │ │ Main.cpp
  3584. │ │ │ │ Mapping.cpp
  3585. │ │ │ │
  3586. │ │ │ └───original
  3587. │ │ │ sources
  3588. │ │ │
  3589. │ │ ├───blend
  3590. │ │ │ add.cpp
  3591. │ │ │ blend.cpp
  3592. │ │ │ blend.h
  3593. │ │ │ blend.rc
  3594. │ │ │ decal.cpp
  3595. │ │ │ default.cpp
  3596. │ │ │ draw.cpp
  3597. │ │ │ kitContent.kml
  3598. │ │ │ modulate.cpp
  3599. │ │ │ sources
  3600. │ │ │
  3601. │ │ ├───bltqueue
  3602. │ │ │ bltqueue.cpp
  3603. │ │ │ bltqueue.h
  3604. │ │ │ bltqueue.rc
  3605. │ │ │ dx.bmp
  3606. │ │ │ kitContent.kml
  3607. │ │ │ sources
  3608. │ │ │
  3609. │ │ ├───bump
  3610. │ │ │ │ address.cpp
  3611. │ │ │ │ blend.cpp
  3612. │ │ │ │ bump.cpp
  3613. │ │ │ │ bump.h
  3614. │ │ │ │ bump.rc
  3615. │ │ │ │ kitContent.kml
  3616. │ │ │ │ matrix.cpp
  3617. │ │ │ │ mix.cpp
  3618. │ │ │ │ offset.cpp
  3619. │ │ │ │ scale.cpp
  3620. │ │ │ │
  3621. │ │ │ └───original
  3622. │ │ │ sources
  3623. │ │ │
  3624. │ │ ├───capscheck
  3625. │ │ │ BitMasks.h
  3626. │ │ │ capscheck.cpp
  3627. │ │ │ capscheck.h
  3628. │ │ │ capscheck.rc
  3629. │ │ │ capscheck.vcproj
  3630. │ │ │ capscheck.vcproj.vspscc
  3631. │ │ │ CapStructs.h
  3632. │ │ │ consistency.cpp
  3633. │ │ │ kitContent.kml
  3634. │ │ │ required.cpp
  3635. │ │ │ sources
  3636. │ │ │ versionmatch.cpp
  3637. │ │ │
  3638. │ │ ├───clear
  3639. │ │ │ │ clear.cpp
  3640. │ │ │ │ clear.h
  3641. │ │ │ │ clear.rc
  3642. │ │ │ │ derivedclasses.cpp
  3643. │ │ │ │ describe.cpp
  3644. │ │ │ │ helper_fns.cpp
  3645. │ │ │ │ kitContent.kml
  3646. │ │ │ │
  3647. │ │ │ └───original
  3648. │ │ │ sources
  3649. │ │ │
  3650. │ │ ├───colorfill
  3651. │ │ │ │ auxiliary.cpp
  3652. │ │ │ │ auxiliary.h
  3653. │ │ │ │ colorfilltest.cpp
  3654. │ │ │ │ colorfilltest.h
  3655. │ │ │ │ colorfilltest.rc
  3656. │ │ │ │ colorfilltestmain.cpp
  3657. │ │ │ │ colorfilltestmain.h
  3658. │ │ │ │ colors.cpp
  3659. │ │ │ │ colors.h
  3660. │ │ │ │ dims.cpp
  3661. │ │ │ │ dims.h
  3662. │ │ │ │ dxfmt.cpp
  3663. │ │ │ │ dxfmt.h
  3664. │ │ │ │ dxmultisample.cpp
  3665. │ │ │ │ dxmultisample.h
  3666. │ │ │ │ dxpool.cpp
  3667. │ │ │ │ dxpool.h
  3668. │ │ │ │ dxusage.cpp
  3669. │ │ │ │ dxusage.h
  3670. │ │ │ │ kitContent.kml
  3671. │ │ │ │ lake.bmp
  3672. │ │ │ │ rects.cpp
  3673. │ │ │ │ rects.h
  3674. │ │ │ │ resource.h
  3675. │ │ │ │ surfacetypes.cpp
  3676. │ │ │ │ surfacetypes.h
  3677. │ │ │ │ tex.bmp
  3678. │ │ │ │
  3679. │ │ │ └───original
  3680. │ │ │ sources
  3681. │ │ │
  3682. │ │ ├───colorkey
  3683. │ │ │ colorkey.cpp
  3684. │ │ │ colorkey.h
  3685. │ │ │ colorkey.rc
  3686. │ │ │ drawmesh.cpp
  3687. │ │ │ kitContent.kml
  3688. │ │ │ sources
  3689. │ │ │ testcolors.cpp
  3690. │ │ │
  3691. │ │ ├───compress
  3692. │ │ │ │ compress.cpp
  3693. │ │ │ │ compress.h
  3694. │ │ │ │ compress.rc
  3695. │ │ │ │ drawgrid.cpp
  3696. │ │ │ │ dxtn.cpp
  3697. │ │ │ │ dxtsize.cpp
  3698. │ │ │ │ dxtsize.h
  3699. │ │ │ │ kitContent.kml
  3700. │ │ │ │
  3701. │ │ │ └───original
  3702. │ │ │ sources
  3703. │ │ │
  3704. │ │ ├───contextswitcher
  3705. │ │ │ contextswitcher.cpp
  3706. │ │ │ contextswitcher.h
  3707. │ │ │ contextswitcher.rc
  3708. │ │ │ sources
  3709. │ │ │
  3710. │ │ ├───copyrects
  3711. │ │ │ ccopyrects.cpp
  3712. │ │ │ ccopyrects.h
  3713. │ │ │ ccopyrects.rc
  3714. │ │ │ dims.cpp
  3715. │ │ │ dims.h
  3716. │ │ │ dx8fmt.cpp
  3717. │ │ │ dx8fmt.h
  3718. │ │ │ dx8multisample.cpp
  3719. │ │ │ dx8multisample.h
  3720. │ │ │ dx8pool.cpp
  3721. │ │ │ dx8pool.h
  3722. │ │ │ dx8usage.cpp
  3723. │ │ │ dx8usage.h
  3724. │ │ │ kitContent.kml
  3725. │ │ │ lake.bmp
  3726. │ │ │ main.cpp
  3727. │ │ │ rectsets.cpp
  3728. │ │ │ rectsets.h
  3729. │ │ │ resource.h
  3730. │ │ │ sources
  3731. │ │ │ tex.bmp
  3732. │ │ │
  3733. │ │ ├───CrossProcShare
  3734. │ │ │ │ CrossProcShareTest.rc
  3735. │ │ │ │ dirs
  3736. │ │ │ │ sources.inc
  3737. │ │ │ │
  3738. │ │ │ ├───CrossProcShare
  3739. │ │ │ │ CrossProcShare_Conf.cpp
  3740. │ │ │ │ CrossProcShare_Conf.h
  3741. │ │ │ │ CrossProcShare_IV.cpp
  3742. │ │ │ │ CrossProcShare_IV.h
  3743. │ │ │ │ EXEEntryPoint.cpp
  3744. │ │ │ │ kitContent.kml
  3745. │ │ │ │ sources
  3746. │ │ │ │
  3747. │ │ │ ├───CrossProcShare_Lib
  3748. │ │ │ │ Communication.cpp
  3749. │ │ │ │ Communication.h
  3750. │ │ │ │ CrossProcShareTest.cpp
  3751. │ │ │ │ CrossProcShareTest.h
  3752. │ │ │ │ CrossProcShareTestUtility.cpp
  3753. │ │ │ │ CrossProcShareTest_Client.cpp
  3754. │ │ │ │ Enumresource.cpp
  3755. │ │ │ │ Enumresource.h
  3756. │ │ │ │ sources
  3757. │ │ │ │
  3758. │ │ │ └───CrossProcShare_Pro
  3759. │ │ │ EXEEntryPoint.cpp
  3760. │ │ │ ProtectedProcess.cpp
  3761. │ │ │ ProtectedProcess.h
  3762. │ │ │ sources
  3763. │ │ │
  3764. │ │ ├───cubemap
  3765. │ │ │ blend.cpp
  3766. │ │ │ cubemap.cpp
  3767. │ │ │ cubemap.h
  3768. │ │ │ cubemap.rc
  3769. │ │ │ draw.cpp
  3770. │ │ │ filter.cpp
  3771. │ │ │ kitContent.kml
  3772. │ │ │ mipmap.cpp
  3773. │ │ │ sources
  3774. │ │ │ texgen.cpp
  3775. │ │ │ texture.cpp
  3776. │ │ │
  3777. │ │ ├───d3dquery
  3778. │ │ │ │ ctestptr.cpp
  3779. │ │ │ │ ctestptr.h
  3780. │ │ │ │ kitContent.kml
  3781. │ │ │ │ query.cpp
  3782. │ │ │ │ query.rc
  3783. │ │ │ │ resource.h
  3784. │ │ │ │ speech.bmp
  3785. │ │ │ │ utils.h
  3786. │ │ │ │ Windows8bit.bmp
  3787. │ │ │ │ windows_logo.bmp
  3788. │ │ │ │
  3789. │ │ │ └───original
  3790. │ │ │ sources
  3791. │ │ │
  3792. │ │ ├───depthstencilreadback
  3793. │ │ │ depthstencilreadback.cpp
  3794. │ │ │ depthstencilreadback.h
  3795. │ │ │ depthstencilreadback.rc
  3796. │ │ │ sources
  3797. │ │ │
  3798. │ │ ├───displacementmapping
  3799. │ │ │ addressmodes.cpp
  3800. │ │ │ biastest.cpp
  3801. │ │ │ default.cpp
  3802. │ │ │ displacementmapping.cpp
  3803. │ │ │ displacementmapping.h
  3804. │ │ │ displacementmapping.rc
  3805. │ │ │ kitContent.kml
  3806. │ │ │ maxmipleveltest.cpp
  3807. │ │ │ mipmaptest.cpp
  3808. │ │ │ sources
  3809. │ │ │ tex0.bmp
  3810. │ │ │ tex1.bmp
  3811. │ │ │
  3812. │ │ ├───DynamicResources
  3813. │ │ │ │ dx5_logo.bmp
  3814. │ │ │ │ dx8decl.h
  3815. │ │ │ │ DynamicResources.rc
  3816. │ │ │ │ DynamicTexture.cpp
  3817. │ │ │ │ DynamicTexture.h
  3818. │ │ │ │ DynamicVB.cpp
  3819. │ │ │ │ DynamicVB.h
  3820. │ │ │ │ EntryPoint.cpp
  3821. │ │ │ │ kitContent.kml
  3822. │ │ │ │ StaticDynamicVB.cpp
  3823. │ │ │ │ StaticDynamicVB.h
  3824. │ │ │ │
  3825. │ │ │ └───original
  3826. │ │ │ sources
  3827. │ │ │
  3828. │ │ ├───fillmode
  3829. │ │ │ │ fillmode.cpp
  3830. │ │ │ │ fillmode.h
  3831. │ │ │ │ fillmode.rc
  3832. │ │ │ │ kitContent.kml
  3833. │ │ │ │ line.cpp
  3834. │ │ │ │ path.cpp
  3835. │ │ │ │ path.h
  3836. │ │ │ │ point.cpp
  3837. │ │ │ │ solid.cpp
  3838. │ │ │ │
  3839. │ │ │ └───original
  3840. │ │ │ sources
  3841. │ │ │
  3842. │ │ ├───filter
  3843. │ │ │ │ filter.cpp
  3844. │ │ │ │ filter.h
  3845. │ │ │ │ filter.rc
  3846. │ │ │ │ filter.vcproj
  3847. │ │ │ │ FloatFilter.cpp
  3848. │ │ │ │ FloatTex.fx
  3849. │ │ │ │ GaussianFilter.cpp
  3850. │ │ │ │ Grid128.bmp
  3851. │ │ │ │ Grid128BW.bmp
  3852. │ │ │ │ Grid32.bmp
  3853. │ │ │ │ Grid32bw.bmp
  3854. │ │ │ │ Grid64.bmp
  3855. │ │ │ │ Grid64bw.bmp
  3856. │ │ │ │ kitContent.kml
  3857. │ │ │ │ LinearFilter.cpp
  3858. │ │ │ │ pointfilter.cpp
  3859. │ │ │ │ PyramidalFilter.cpp
  3860. │ │ │ │
  3861. │ │ │ └───original
  3862. │ │ │ sources
  3863. │ │ │
  3864. │ │ ├───fog
  3865. │ │ │ │ fog.cpp
  3866. │ │ │ │ fog.h
  3867. │ │ │ │ fog.rc
  3868. │ │ │ │ kitContent.kml
  3869. │ │ │ │ table.cpp
  3870. │ │ │ │ vertex.cpp
  3871. │ │ │ │ w.cpp
  3872. │ │ │ │
  3873. │ │ │ └───original
  3874. │ │ │ sources
  3875. │ │ │
  3876. │ │ ├───gammacorrect
  3877. │ │ │ │ default.cpp
  3878. │ │ │ │ gammacorrect.cpp
  3879. │ │ │ │ gammacorrect.h
  3880. │ │ │ │ gammacorrect.rc
  3881. │ │ │ │ generatetextures.cpp
  3882. │ │ │ │ kitContent.kml
  3883. │ │ │ │ tex0.bmp
  3884. │ │ │ │ tex1.bmp
  3885. │ │ │ │ tex2.bmp
  3886. │ │ │ │ tex3.bmp
  3887. │ │ │ │
  3888. │ │ │ └───original
  3889. │ │ │ sources
  3890. │ │ │
  3891. │ │ ├───gammarmp
  3892. │ │ │ │ afxres.h
  3893. │ │ │ │ d3dalias.h
  3894. │ │ │ │ dirs
  3895. │ │ │ │ dxfmt.cpp
  3896. │ │ │ │ dxfmt.h
  3897. │ │ │ │ gammarmp.rc
  3898. │ │ │ │ gammatst.bmp
  3899. │ │ │ │ main.cpp
  3900. │ │ │ │ resource.h
  3901. │ │ │ │
  3902. │ │ │ ├───gammarmp8
  3903. │ │ │ │ sources
  3904. │ │ │ │
  3905. │ │ │ └───gammarmp9
  3906. │ │ │ sources
  3907. │ │ │
  3908. │ │ ├───getadapteridentifier
  3909. │ │ │ getadapteridentifier.cpp
  3910. │ │ │ getadapteridentifier.rc
  3911. │ │ │ getadapteridentifiermain.cpp
  3912. │ │ │ getadapteridentifiermain.h
  3913. │ │ │ sources
  3914. │ │ │
  3915. │ │ ├───getdc
  3916. │ │ │ │ casesmanager.cpp
  3917. │ │ │ │ casesmanager.h
  3918. │ │ │ │ getdc.cpp
  3919. │ │ │ │ getdc.h
  3920. │ │ │ │ getdc.rc
  3921. │ │ │ │ getdc.sln
  3922. │ │ │ │ getdc.vcproj
  3923. │ │ │ │ getdctests.cpp
  3924. │ │ │ │ getdcutilities.cpp
  3925. │ │ │ │ getdcvalidate.cpp
  3926. │ │ │ │ kitContent.kml
  3927. │ │ │ │
  3928. │ │ │ └───original
  3929. │ │ │ sources
  3930. │ │ │
  3931. │ │ ├───getrendertargetdata
  3932. │ │ │ backbuffer.cpp
  3933. │ │ │ backbuffercubetexture.cpp
  3934. │ │ │ backbuffertexture.cpp
  3935. │ │ │ blue.bmp
  3936. │ │ │ cubetexturecubetexture.cpp
  3937. │ │ │ cubetexturesurface.cpp
  3938. │ │ │ cubetexturetexture.cpp
  3939. │ │ │ d3dnodes.cpp
  3940. │ │ │ d3dnodes.h
  3941. │ │ │ earthbump.bmp
  3942. │ │ │ getrendertargetdata.cpp
  3943. │ │ │ getrendertargetdata.h
  3944. │ │ │ getrendertargetdata.rc
  3945. │ │ │ kitContent.kml
  3946. │ │ │ oddballs.cpp
  3947. │ │ │ parameters.cpp
  3948. │ │ │ parameters.h
  3949. │ │ │ rendertarget.cpp
  3950. │ │ │ rendertargetcubetexture.cpp
  3951. │ │ │ rendertargettexture.cpp
  3952. │ │ │ resource.h
  3953. │ │ │ sources
  3954. │ │ │ texturecubetexture.cpp
  3955. │ │ │ texturesurface.cpp
  3956. │ │ │ texturetexture.cpp
  3957. │ │ │ utils.h
  3958. │ │ │
  3959. │ │ ├───gradient
  3960. │ │ │ drawgrid.cpp
  3961. │ │ │ gradient.cpp
  3962. │ │ │ gradient.h
  3963. │ │ │ gradient.rc
  3964. │ │ │ kitContent.kml
  3965. │ │ │ sources
  3966. │ │ │ texsize.cpp
  3967. │ │ │
  3968. │ │ ├───hosurf
  3969. │ │ │ hosurf.cpp
  3970. │ │ │ hosurf.h
  3971. │ │ │ hosurf.rc
  3972. │ │ │ hosurf.sln
  3973. │ │ │ hosurf.vcproj
  3974. │ │ │ kitContent.kml
  3975. │ │ │ main.cpp
  3976. │ │ │ npatch.cpp
  3977. │ │ │ rectsurf.cpp
  3978. │ │ │ sources
  3979. │ │ │ tex0.bmp
  3980. │ │ │ tex1.bmp
  3981. │ │ │ trisurf.cpp
  3982. │ │ │
  3983. │ │ ├───lightmap
  3984. │ │ │ │ global.h
  3985. │ │ │ │ kitContent.kml
  3986. │ │ │ │ lightmap.cpp
  3987. │ │ │ │ lightmap.h
  3988. │ │ │ │ lightmap.rc
  3989. │ │ │ │
  3990. │ │ │ └───original
  3991. │ │ │ sources
  3992. │ │ │
  3993. │ │ ├───lines
  3994. │ │ │ │ basictest.cpp
  3995. │ │ │ │ default.cpp
  3996. │ │ │ │ kitContent.kml
  3997. │ │ │ │ lines.cpp
  3998. │ │ │ │ lines.h
  3999. │ │ │ │ lines.rc
  4000. │ │ │ │ multitextest.cpp
  4001. │ │ │ │ pfogtest.cpp
  4002. │ │ │ │ tex0.bmp
  4003. │ │ │ │
  4004. │ │ │ └───original
  4005. │ │ │ sources
  4006. │ │ │
  4007. │ │ ├───lockdepth
  4008. │ │ │ │ kitContent.kml
  4009. │ │ │ │ lockdepth.cpp
  4010. │ │ │ │ lockdepth.h
  4011. │ │ │ │ lockdepth.rc
  4012. │ │ │ │ perlinnoise.cpp
  4013. │ │ │ │ perlinnoise.h
  4014. │ │ │ │
  4015. │ │ │ └───original
  4016. │ │ │ sources
  4017. │ │ │
  4018. │ │ ├───LongFonts
  4019. │ │ │ kitContent.kml
  4020. │ │ │ longfonts.cpp
  4021. │ │ │ longfonts.h
  4022. │ │ │ longfonts.rc
  4023. │ │ │ sources
  4024. │ │ │
  4025. │ │ ├───lostdev
  4026. │ │ │ │ casesmanager.cpp
  4027. │ │ │ │ casesmanager.h
  4028. │ │ │ │ kitContent.kml
  4029. │ │ │ │ lostbasetexture.cpp
  4030. │ │ │ │ lostcubetexture.cpp
  4031. │ │ │ │ lostdepthstencil.cpp
  4032. │ │ │ │ lostdev.cpp
  4033. │ │ │ │ lostdev.h
  4034. │ │ │ │ lostdev.rc
  4035. │ │ │ │ lostdev.sln
  4036. │ │ │ │ lostdev.vcproj
  4037. │ │ │ │ lostdevcases.cpp
  4038. │ │ │ │ lostdevutility.cpp
  4039. │ │ │ │ lostimagesurface.cpp
  4040. │ │ │ │ lostoffscreenplainsurface.cpp
  4041. │ │ │ │ lostrendertarget.cpp
  4042. │ │ │ │ loststateblock.cpp
  4043. │ │ │ │ lostsurface.cpp
  4044. │ │ │ │ losttexture.cpp
  4045. │ │ │ │ lostvertexbuffer.cpp
  4046. │ │ │ │ lostvolumetexture.cpp
  4047. │ │ │ │
  4048. │ │ │ └───original
  4049. │ │ │ sources
  4050. │ │ │
  4051. │ │ ├───luminance
  4052. │ │ │ address.cpp
  4053. │ │ │ luminance.cpp
  4054. │ │ │ luminance.h
  4055. │ │ │ luminance.rc
  4056. │ │ │ sources
  4057. │ │ │
  4058. │ │ ├───mapping
  4059. │ │ │ │ drawing.cpp
  4060. │ │ │ │ kitContent.kml
  4061. │ │ │ │ linear.cpp
  4062. │ │ │ │ mapping.cpp
  4063. │ │ │ │ mapping.h
  4064. │ │ │ │ mapping.rc
  4065. │ │ │ │ point.cpp
  4066. │ │ │ │
  4067. │ │ │ └───original
  4068. │ │ │ sources
  4069. │ │ │
  4070. │ │ ├───memchecker
  4071. │ │ │ kitContent.kml
  4072. │ │ │ memchecker.cpp
  4073. │ │ │ memchecker.h
  4074. │ │ │ resource.rc
  4075. │ │ │ sources
  4076. │ │ │
  4077. │ │ ├───MemPressureReport
  4078. │ │ │ Makefile
  4079. │ │ │ MemPressureReport.cpp
  4080. │ │ │ MemPressureReport.hpp
  4081. │ │ │ MemPressureReport.rc
  4082. │ │ │ MemPressureReport.vcproj
  4083. │ │ │ sources
  4084. │ │ │ Test.cpp
  4085. │ │ │ Test.hpp
  4086. │ │ │
  4087. │ │ ├───mipfilter
  4088. │ │ │ │ drawgrid.cpp
  4089. │ │ │ │ full.cpp
  4090. │ │ │ │ kitContent.kml
  4091. │ │ │ │ maxbias.cpp
  4092. │ │ │ │ min.cpp
  4093. │ │ │ │ mipfilter.cpp
  4094. │ │ │ │ mipfilter.h
  4095. │ │ │ │ mipfilter.rc
  4096. │ │ │ │ nonsquare.cpp
  4097. │ │ │ │
  4098. │ │ │ └───original
  4099. │ │ │ sources
  4100. │ │ │
  4101. │ │ ├───mipgen
  4102. │ │ │ │ kitContent.kml
  4103. │ │ │ │ mipgen.cpp
  4104. │ │ │ │ mipgen.h
  4105. │ │ │ │ mipgen.rc
  4106. │ │ │ │ mipgen.sln
  4107. │ │ │ │ mipgen.vcproj
  4108. │ │ │ │ MipGen.vcproj.vspscc
  4109. │ │ │ │ mipgenemulation.cpp
  4110. │ │ │ │ mipgenemulationcubetex.cpp
  4111. │ │ │ │ mipgenemulationtex.cpp
  4112. │ │ │ │ mipgenhardware.cpp
  4113. │ │ │ │ mipgenhardwarecubetex.cpp
  4114. │ │ │ │ mipgenhardwaretex.cpp
  4115. │ │ │ │
  4116. │ │ │ └───original
  4117. │ │ │ sources
  4118. │ │ │
  4119. │ │ ├───ModeEnumeration
  4120. │ │ │ ModeEnumeration.cpp
  4121. │ │ │ ModeEnumeration.hpp
  4122. │ │ │ ModeEnumeration.rc
  4123. │ │ │ ModeEnumeration.sln
  4124. │ │ │ ModeEnumeration.vcproj
  4125. │ │ │ sources
  4126. │ │ │ Tests.cpp
  4127. │ │ │ Tests.hpp
  4128. │ │ │
  4129. │ │ ├───mrt
  4130. │ │ │ │ blend.cpp
  4131. │ │ │ │ colorwrite.cpp
  4132. │ │ │ │ describe.cpp
  4133. │ │ │ │ draw.cpp
  4134. │ │ │ │ fog.cpp
  4135. │ │ │ │ invalid.cpp
  4136. │ │ │ │ kitContent.kml
  4137. │ │ │ │ metex.cpp
  4138. │ │ │ │ mrt.cpp
  4139. │ │ │ │ mrt.h
  4140. │ │ │ │ mrt.rc
  4141. │ │ │ │ texture.cpp
  4142. │ │ │ │
  4143. │ │ │ └───original
  4144. │ │ │ sources
  4145. │ │ │
  4146. │ │ ├───multihead
  4147. │ │ │ cmultihead.cpp
  4148. │ │ │ cmultihead.h
  4149. │ │ │ cmultiheadconf.cpp
  4150. │ │ │ cmultiheadconf.h
  4151. │ │ │ kitContent.kml
  4152. │ │ │ multihead.rc
  4153. │ │ │ multihead.vcproj
  4154. │ │ │ resource.h
  4155. │ │ │ sources
  4156. │ │ │ Utility.h
  4157. │ │ │ wave.bmp
  4158. │ │ │
  4159. │ │ ├───multisample
  4160. │ │ │ │ Centroid.bmp
  4161. │ │ │ │ Centroid.cpp
  4162. │ │ │ │ kitContent.kml
  4163. │ │ │ │ Mask.cpp
  4164. │ │ │ │ multisample.cpp
  4165. │ │ │ │ multisample.h
  4166. │ │ │ │ multisample.rc
  4167. │ │ │ │ multisample.sln
  4168. │ │ │ │ multisample.vcproj
  4169. │ │ │ │ Multisample.vcproj.vspscc
  4170. │ │ │ │ Points.cpp
  4171. │ │ │ │ Samples.cpp
  4172. │ │ │ │ Toggle.cpp
  4173. │ │ │ │
  4174. │ │ │ └───original
  4175. │ │ │ sources
  4176. │ │ │
  4177. │ │ ├───multi_swapchain
  4178. │ │ │ │ cbase3dobject.cpp
  4179. │ │ │ │ cbase3dobject.h
  4180. │ │ │ │ kitContent.kml
  4181. │ │ │ │ metal.bmp
  4182. │ │ │ │ multi_swapchain.cpp
  4183. │ │ │ │ multi_swapchain.h
  4184. │ │ │ │ multi_swapchain.rc
  4185. │ │ │ │ texture11.bmp
  4186. │ │ │ │ texture11_2.bmp
  4187. │ │ │ │ texture14.bmp
  4188. │ │ │ │ texture2.bmp
  4189. │ │ │ │ texture2_2.bmp
  4190. │ │ │ │ texture6.bmp
  4191. │ │ │ │
  4192. │ │ │ └───original
  4193. │ │ │ sources
  4194. │ │ │
  4195. │ │ ├───mvertex
  4196. │ │ │ │ default.cpp
  4197. │ │ │ │ kitContent.kml
  4198. │ │ │ │ mvertex.cpp
  4199. │ │ │ │ mvertex.h
  4200. │ │ │ │ mvertex.rc
  4201. │ │ │ │ mvertex.vcproj
  4202. │ │ │ │
  4203. │ │ │ └───original
  4204. │ │ │ sources
  4205. │ │ │
  4206. │ │ ├───nonpowtwo
  4207. │ │ │ │ addtestcases.cpp
  4208. │ │ │ │ alphablendtestvariable.cpp
  4209. │ │ │ │ displacementtestmatrix.cpp
  4210. │ │ │ │ displacementtestmatrix.h
  4211. │ │ │ │ filtertestvariable.cpp
  4212. │ │ │ │ globals.cpp
  4213. │ │ │ │ kitContent.kml
  4214. │ │ │ │ mipmaplodbias.cpp
  4215. │ │ │ │ nonpowtwo.rc
  4216. │ │ │ │ nonpowtwoconftest.cpp
  4217. │ │ │ │ nonpowtwoconftest.h
  4218. │ │ │ │ nonpowtwostresstest.cpp
  4219. │ │ │ │ nonpowtwostresstest.h
  4220. │ │ │ │ nonpowtwotest.cpp
  4221. │ │ │ │ nonpowtwotest.h
  4222. │ │ │ │ rendertargettest.cpp
  4223. │ │ │ │ rendertargettest.h
  4224. │ │ │ │ spheretree.cpp
  4225. │ │ │ │ spheretree.h
  4226. │ │ │ │ testcasestruct.h
  4227. │ │ │ │ testmatrix.h
  4228. │ │ │ │ tests.txt
  4229. │ │ │ │ testvariable.h
  4230. │ │ │ │ textureaddressingmode.cpp
  4231. │ │ │ │ texturefunctions.cpp
  4232. │ │ │ │ textureoptestvariable.cpp
  4233. │ │ │ │ texturesizetestvariable.cpp
  4234. │ │ │ │ vshadertestvariable.cpp
  4235. │ │ │ │ wraptestvariable.cpp
  4236. │ │ │ │
  4237. │ │ │ ├───media
  4238. │ │ │ │ env1.bmp
  4239. │ │ │ │ env2.bmp
  4240. │ │ │ │ tex0.bmp
  4241. │ │ │ │ tex1.bmp
  4242. │ │ │ │ tex2.bmp
  4243. │ │ │ │ window.bmp
  4244. │ │ │ │
  4245. │ │ │ └───original
  4246. │ │ │ sources
  4247. │ │ │
  4248. │ │ ├───Occlusion
  4249. │ │ │ Makefile
  4250. │ │ │ Occlusion.cpp
  4251. │ │ │ Occlusion.hpp
  4252. │ │ │ Occlusion.rc
  4253. │ │ │ sources
  4254. │ │ │
  4255. │ │ ├───overdraw
  4256. │ │ │ alpha.cpp
  4257. │ │ │ alphagrid.cpp
  4258. │ │ │ kitContent.kml
  4259. │ │ │ overdraw.cpp
  4260. │ │ │ overdraw.h
  4261. │ │ │ overdraw.rc
  4262. │ │ │ sources
  4263. │ │ │
  4264. │ │ ├───palalpha
  4265. │ │ │ kitContent.kml
  4266. │ │ │ palalpha.cpp
  4267. │ │ │ palalpha.h
  4268. │ │ │ palalpha.rc
  4269. │ │ │ palalpha.vcproj
  4270. │ │ │ palutils.cpp
  4271. │ │ │ palutils8.cpp
  4272. │ │ │ sources
  4273. │ │ │
  4274. │ │ ├───pc99
  4275. │ │ │ │ dirs
  4276. │ │ │ │
  4277. │ │ │ ├───multitexture
  4278. │ │ │ │ kitContent.kml
  4279. │ │ │ │ multi.cpp
  4280. │ │ │ │ multi.h
  4281. │ │ │ │ multi.rc
  4282. │ │ │ │ multi.vcproj
  4283. │ │ │ │ multi.vcproj.vspscc
  4284. │ │ │ │ sources
  4285. │ │ │ │
  4286. │ │ │ ├───specular
  4287. │ │ │ │ │ kitContent.kml
  4288. │ │ │ │ │ sources
  4289. │ │ │ │ │ specular.cpp
  4290. │ │ │ │ │ specular.h
  4291. │ │ │ │ │ specular.rc
  4292. │ │ │ │ │
  4293. │ │ │ │ └───media
  4294. │ │ │ │ 256x256smallchecker.bmp
  4295. │ │ │ │
  4296. │ │ │ └───texturesizes
  4297. │ │ │ kitContent.kml
  4298. │ │ │ sizes.cpp
  4299. │ │ │ sizes.h
  4300. │ │ │ sizes.rc
  4301. │ │ │ sources
  4302. │ │ │
  4303. │ │ ├───perspective
  4304. │ │ │ │ color.cpp
  4305. │ │ │ │ drawmesh.cpp
  4306. │ │ │ │ kitContent.kml
  4307. │ │ │ │ perspective.cpp
  4308. │ │ │ │ perspective.h
  4309. │ │ │ │ perspective.rc
  4310. │ │ │ │ texture.cpp
  4311. │ │ │ │
  4312. │ │ │ └───original
  4313. │ │ │ sources
  4314. │ │ │
  4315. │ │ ├───pointsprite
  4316. │ │ │ │ attenfvfl.cpp
  4317. │ │ │ │ attenfvfls.cpp
  4318. │ │ │ │ batch.cpp
  4319. │ │ │ │ caps.cpp
  4320. │ │ │ │ cull.cpp
  4321. │ │ │ │ fill.cpp
  4322. │ │ │ │ kitContent.kml
  4323. │ │ │ │ mipmap.cpp
  4324. │ │ │ │ path.cpp
  4325. │ │ │ │ path.h
  4326. │ │ │ │ scalefvfl.cpp
  4327. │ │ │ │ scalefvfls.cpp
  4328. │ │ │ │ scalefvftl.cpp
  4329. │ │ │ │ scalefvftls.cpp
  4330. │ │ │ │ sprite.cpp
  4331. │ │ │ │ sprite.h
  4332. │ │ │ │ sprite.rc
  4333. │ │ │ │ transform.cpp
  4334. │ │ │ │ user.cpp
  4335. │ │ │ │ volume.cpp
  4336. │ │ │ │
  4337. │ │ │ └───original
  4338. │ │ │ sources
  4339. │ │ │
  4340. │ │ ├───present
  4341. │ │ │ cpresenttest.cpp
  4342. │ │ │ cpresenttest.h
  4343. │ │ │ kitContent.kml
  4344. │ │ │ resource.rc
  4345. │ │ │ sources
  4346. │ │ │ texture.bmp
  4347. │ │ │
  4348. │ │ ├───present2
  4349. │ │ │ │ BB1.bmp
  4350. │ │ │ │ BB2.bmp
  4351. │ │ │ │ BB3.bmp
  4352. │ │ │ │ BB4.bmp
  4353. │ │ │ │ bitmap1.bmp
  4354. │ │ │ │ clippingwindows.cpp
  4355. │ │ │ │ clippingwindows.h
  4356. │ │ │ │ clippingwindowsFlipEx.cpp
  4357. │ │ │ │ clippingwindowsFlipEx.h
  4358. │ │ │ │ colorconverting.cpp
  4359. │ │ │ │ colorconverting.h
  4360. │ │ │ │ colorconvertingFlipEx.cpp
  4361. │ │ │ │ colorconvertingFlipEx.h
  4362. │ │ │ │ dialogboxmode.cpp
  4363. │ │ │ │ dialogboxmode.h
  4364. │ │ │ │ dirs
  4365. │ │ │ │ dirtyregion.cpp
  4366. │ │ │ │ dirtyregion.h
  4367. │ │ │ │ dirtyregionFlipEx.cpp
  4368. │ │ │ │ dirtyregionFlipEx.h
  4369. │ │ │ │ fullscreenpresent.cpp
  4370. │ │ │ │ fullscreenpresent.h
  4371. │ │ │ │ gammapresent.cpp
  4372. │ │ │ │ gammapresent.h
  4373. │ │ │ │ lake.bmp
  4374. │ │ │ │ lock_donotwait.cpp
  4375. │ │ │ │ lock_donotwait.h
  4376. │ │ │ │ multiheadpresent.cpp
  4377. │ │ │ │ multiheadpresent.h
  4378. │ │ │ │ present.cpp
  4379. │ │ │ │ present.h
  4380. │ │ │ │ Present2_DX_EXEEntryPoint.cpp
  4381. │ │ │ │ Present2_EXEEntryPoint.cpp
  4382. │ │ │ │ Present2_Fullscreen_EXEEntryPoint.cpp
  4383. │ │ │ │ Present2_LH_EXEEntryPoint.cpp
  4384. │ │ │ │ presentdonotwait.cpp
  4385. │ │ │ │ presentdonotwait.h
  4386. │ │ │ │ presentex.cpp
  4387. │ │ │ │ presentex.h
  4388. │ │ │ │ presentFlipEx.cpp
  4389. │ │ │ │ presentFlipEx.h
  4390. │ │ │ │ presentii.rc
  4391. │ │ │ │ presentinterval.cpp
  4392. │ │ │ │ presentinterval.h
  4393. │ │ │ │ presentintervalFullScreen.h
  4394. │ │ │ │ presentintervalWindowed.h
  4395. │ │ │ │ presentintervalWindowedFlipEx.cpp
  4396. │ │ │ │ presentintervalWindowedFlipEx.h
  4397. │ │ │ │ presentintervalWindowedFlipExFlags.cpp
  4398. │ │ │ │ presentintervalWindowedFlipExFlags.h
  4399. │ │ │ │ presentrotate.cpp
  4400. │ │ │ │ presentrotate.h
  4401. │ │ │ │ resource.h
  4402. │ │ │ │ sources.inc
  4403. │ │ │ │
  4404. │ │ │ ├───Present2_Clip
  4405. │ │ │ │ deviceclip.cpp
  4406. │ │ │ │ deviceclip.h
  4407. │ │ │ │ deviceclipFlipEx.cpp
  4408. │ │ │ │ deviceclipFlipEx.h
  4409. │ │ │ │ EXEEntryPoint.cpp
  4410. │ │ │ │ sources
  4411. │ │ │ │
  4412. │ │ │ ├───Present2_Core
  4413. │ │ │ │ kitContent.kml
  4414. │ │ │ │ sources
  4415. │ │ │ │
  4416. │ │ │ ├───Present2_DX
  4417. │ │ │ │ sources
  4418. │ │ │ │
  4419. │ │ │ ├───Present2_FullScreen
  4420. │ │ │ │ kitContent.kml
  4421. │ │ │ │ sources
  4422. │ │ │ │
  4423. │ │ │ ├───Present2_LH
  4424. │ │ │ │ kitContent.kml
  4425. │ │ │ │ sources
  4426. │ │ │ │
  4427. │ │ │ └───Present2_Lib
  4428. │ │ │ Node.h
  4429. │ │ │ presentii.cpp
  4430. │ │ │ presentii.h
  4431. │ │ │ sources
  4432. │ │ │
  4433. │ │ ├───pshader
  4434. │ │ │ │ address.cpp
  4435. │ │ │ │ dstmod.cpp
  4436. │ │ │ │ kitContent.kml
  4437. │ │ │ │ legacy.cpp
  4438. │ │ │ │ limits.cpp
  4439. │ │ │ │ opmod.cpp
  4440. │ │ │ │ pshader.cpp
  4441. │ │ │ │ pshader.h
  4442. │ │ │ │ pshader.rc
  4443. │ │ │ │ readshader.cpp
  4444. │ │ │ │ register.cpp
  4445. │ │ │ │ sources
  4446. │ │ │ │ srcmod.cpp
  4447. │ │ │ │ vertshader.cpp
  4448. │ │ │ │
  4449. │ │ │ └───media
  4450. │ │ │ bem1.bmp
  4451. │ │ │ bem2.bmp
  4452. │ │ │ bem3.bmp
  4453. │ │ │ checker.bmp
  4454. │ │ │ checker2.bmp
  4455. │ │ │ colorchecker.bmp
  4456. │ │ │ dp3.bmp
  4457. │ │ │ dxlogo.bmp
  4458. │ │ │ shady.txt
  4459. │ │ │ skyxneg.bmp
  4460. │ │ │ skyxpos.bmp
  4461. │ │ │ skyyneg.bmp
  4462. │ │ │ skyypos.bmp
  4463. │ │ │ skyzneg.bmp
  4464. │ │ │ skyzpos.bmp
  4465. │ │ │
  4466. │ │ ├───pshader3
  4467. │ │ │ │ core.rc
  4468. │ │ │ │ Detail.png
  4469. │ │ │ │ GroundCover.bmp
  4470. │ │ │ │ include.fx
  4471. │ │ │ │ inst_add.fx.prep
  4472. │ │ │ │ inst_crs.fx.prep
  4473. │ │ │ │ inst_dp2add.fx.prep
  4474. │ │ │ │ inst_dpn.fx.prep
  4475. │ │ │ │ inst_exp.fx.prep
  4476. │ │ │ │ inst_log.fx.prep
  4477. │ │ │ │ inst_lrp.fx.prep
  4478. │ │ │ │ inst_mad.fx.prep
  4479. │ │ │ │ inst_mnxn.fx.prep
  4480. │ │ │ │ inst_nrm.fx.prep
  4481. │ │ │ │ inst_pow.fx.prep
  4482. │ │ │ │ inst_rcp.fx.prep
  4483. │ │ │ │ inst_rsq.fx.prep
  4484. │ │ │ │ inst_setp.fx.prep
  4485. │ │ │ │ inst_sincos.fx.prep
  4486. │ │ │ │ kitContent.kml
  4487. │ │ │ │ landcolors.png
  4488. │ │ │ │ landscape.cpp
  4489. │ │ │ │ prep.py
  4490. │ │ │ │ pshader.cpp
  4491. │ │ │ │ pshader.h
  4492. │ │ │ │ pshader.prep
  4493. │ │ │ │ pshader.py
  4494. │ │ │ │ PShader1x.cpp
  4495. │ │ │ │ RockCover.bmp
  4496. │ │ │ │ Rockmask.png
  4497. │ │ │ │ sources
  4498. │ │ │ │ Starburst.cpp
  4499. │ │ │ │ water.png
  4500. │ │ │ │
  4501. │ │ │ ├───ps1.x
  4502. │ │ │ │ ps1_xcube_inst_tex.fx
  4503. │ │ │ │ ps1_xtex_inst_tex.fx
  4504. │ │ │ │ ps1_xtex_inst_texcoord.fx
  4505. │ │ │ │ ps1_xtex_inst_texld.fx
  4506. │ │ │ │ ps1_xtex_inst_texregn.fx
  4507. │ │ │ │ ps1_xvol_inst_tex.fx
  4508. │ │ │ │ ps1_x_inst_add.fx
  4509. │ │ │ │ ps1_x_inst_cmp.fx
  4510. │ │ │ │ ps1_x_inst_cnd.fx
  4511. │ │ │ │ ps1_x_inst_colorclamp.fx
  4512. │ │ │ │ ps1_x_inst_dpn.fx
  4513. │ │ │ │ ps1_x_inst_lrp.fx
  4514. │ │ │ │ ps1_x_inst_mad.fx
  4515. │ │ │ │ ps1_x_inst_mul.fx
  4516. │ │ │ │ ps1_x_inst_texkill.fx
  4517. │ │ │ │
  4518. │ │ │ ├───ps2.0
  4519. │ │ │ │ Landscape_ps2_0.fx
  4520. │ │ │ │ ps2_0cube_inst_texld.fx
  4521. │ │ │ │ ps2_0cube_inst_texldb.fx
  4522. │ │ │ │ ps2_0cube_inst_texldp.fx
  4523. │ │ │ │ ps2_0tex_inst_texld.fx
  4524. │ │ │ │ ps2_0tex_inst_texldb.fx
  4525. │ │ │ │ ps2_0tex_inst_texldp.fx
  4526. │ │ │ │ ps2_0vol_inst_texld.fx
  4527. │ │ │ │ ps2_0vol_inst_texldb.fx
  4528. │ │ │ │ ps2_0vol_inst_texldp.fx
  4529. │ │ │ │ ps2_0_inst_abs.fx
  4530. │ │ │ │ ps2_0_inst_add.fx
  4531. │ │ │ │ ps2_0_inst_cmp.fx
  4532. │ │ │ │ ps2_0_inst_crs.fx
  4533. │ │ │ │ ps2_0_inst_dp2add.fx
  4534. │ │ │ │ ps2_0_inst_dpN.fx
  4535. │ │ │ │ ps2_0_inst_exp.fx
  4536. │ │ │ │ ps2_0_inst_frc.fx
  4537. │ │ │ │ ps2_0_inst_log.fx
  4538. │ │ │ │ ps2_0_inst_lrp.fx
  4539. │ │ │ │ ps2_0_inst_mad.fx
  4540. │ │ │ │ ps2_0_inst_max.fx
  4541. │ │ │ │ ps2_0_inst_min.fx
  4542. │ │ │ │ ps2_0_inst_mnxn.fx
  4543. │ │ │ │ ps2_0_inst_mul.fx
  4544. │ │ │ │ ps2_0_inst_nrm.fx
  4545. │ │ │ │ ps2_0_inst_pow.fx
  4546. │ │ │ │ ps2_0_inst_rcp.fx
  4547. │ │ │ │ ps2_0_inst_rsq.fx
  4548. │ │ │ │ ps2_0_inst_sincos.fx
  4549. │ │ │ │ ps2_0_inst_texkill.fx
  4550. │ │ │ │ ps2_0_precision.fx
  4551. │ │ │ │ starburst_ps2_0.fx
  4552. │ │ │ │
  4553. │ │ │ ├───ps2.x
  4554. │ │ │ │ ps2_xcube_inst_texld.fx
  4555. │ │ │ │ ps2_xcube_inst_texldb.fx
  4556. │ │ │ │ ps2_xcube_inst_texldp.fx
  4557. │ │ │ │ ps2_xtex_inst_dsx_dsy.fx
  4558. │ │ │ │ ps2_xtex_inst_texld.fx
  4559. │ │ │ │ ps2_xtex_inst_texldb.fx
  4560. │ │ │ │ ps2_xtex_inst_texldd.fx
  4561. │ │ │ │ ps2_xtex_inst_texldp.fx
  4562. │ │ │ │ ps2_xvol_inst_dsx_dsy.fx
  4563. │ │ │ │ ps2_xvol_inst_texld.fx
  4564. │ │ │ │ ps2_xvol_inst_texldb.fx
  4565. │ │ │ │ ps2_xvol_inst_texldd.fx
  4566. │ │ │ │ ps2_xvol_inst_texldp.fx
  4567. │ │ │ │ ps2_x_inst_abs.fx
  4568. │ │ │ │ ps2_x_inst_add.fx
  4569. │ │ │ │ ps2_x_inst_break.fx
  4570. │ │ │ │ ps2_x_inst_breakc.fx
  4571. │ │ │ │ ps2_x_inst_breakp.fx
  4572. │ │ │ │ ps2_x_inst_call.fx
  4573. │ │ │ │ ps2_x_inst_callnz.fx
  4574. │ │ │ │ ps2_x_inst_callnzp.fx
  4575. │ │ │ │ ps2_x_inst_cmp.fx
  4576. │ │ │ │ ps2_x_inst_crs.fx
  4577. │ │ │ │ ps2_x_inst_dp2add.fx
  4578. │ │ │ │ ps2_x_inst_dpn.fx
  4579. │ │ │ │ ps2_x_inst_exp.fx
  4580. │ │ │ │ ps2_x_inst_frc.fx
  4581. │ │ │ │ ps2_x_inst_if.fx
  4582. │ │ │ │ ps2_x_inst_ifc.fx
  4583. │ │ │ │ ps2_x_inst_ifp.fx
  4584. │ │ │ │ ps2_x_inst_log.fx
  4585. │ │ │ │ ps2_x_inst_lrp.fx
  4586. │ │ │ │ ps2_x_inst_mad.fx
  4587. │ │ │ │ ps2_x_inst_max.fx
  4588. │ │ │ │ ps2_x_inst_min.fx
  4589. │ │ │ │ ps2_x_inst_mnxn.fx
  4590. │ │ │ │ ps2_x_inst_mov.fx
  4591. │ │ │ │ ps2_x_inst_mul.fx
  4592. │ │ │ │ ps2_x_inst_nrm.fx
  4593. │ │ │ │ ps2_x_inst_pow.fx
  4594. │ │ │ │ ps2_x_inst_predicatemov.fx
  4595. │ │ │ │ ps2_x_inst_rcp.fx
  4596. │ │ │ │ ps2_x_inst_rsq.fx
  4597. │ │ │ │ ps2_x_inst_setp.fx
  4598. │ │ │ │ ps2_x_inst_sincos.fx
  4599. │ │ │ │ ps2_x_inst_texkill.fx
  4600. │ │ │ │ ps2_x_precision.fx
  4601. │ │ │ │
  4602. │ │ │ └───ps3.0
  4603. │ │ │ ps3_0cube_inst_texld.fx
  4604. │ │ │ ps3_0cube_inst_texldb.fx
  4605. │ │ │ ps3_0cube_inst_texldl.fx
  4606. │ │ │ ps3_0cube_inst_texldp.fx
  4607. │ │ │ ps3_0cube_swizzles.fx
  4608. │ │ │ ps3_0cube_writemasks.fx
  4609. │ │ │ ps3_0tex_inst_dsx_dsy.fx
  4610. │ │ │ ps3_0tex_inst_texld.fx
  4611. │ │ │ ps3_0tex_inst_texldb.fx
  4612. │ │ │ ps3_0tex_inst_texldd.fx
  4613. │ │ │ ps3_0tex_inst_texldl.fx
  4614. │ │ │ ps3_0tex_inst_texldp.fx
  4615. │ │ │ ps3_0tex_swizzles.fx
  4616. │ │ │ ps3_0tex_writemasks.fx
  4617. │ │ │ ps3_0vol_inst_dsx_dsy.fx
  4618. │ │ │ ps3_0vol_inst_texld.fx
  4619. │ │ │ ps3_0vol_inst_texldb.fx
  4620. │ │ │ ps3_0vol_inst_texldd.fx
  4621. │ │ │ ps3_0vol_inst_texldl.fx
  4622. │ │ │ ps3_0vol_inst_texldp.fx
  4623. │ │ │ ps3_0vol_swizzles.fx
  4624. │ │ │ ps3_0vol_writemasks.fx
  4625. │ │ │ ps3_0_dbgerror.fx
  4626. │ │ │ ps3_0_inst_add.fx
  4627. │ │ │ ps3_0_inst_break.fx
  4628. │ │ │ ps3_0_inst_breakc.fx
  4629. │ │ │ ps3_0_inst_breakp.fx
  4630. │ │ │ ps3_0_inst_call.fx
  4631. │ │ │ ps3_0_inst_callnz.fx
  4632. │ │ │ ps3_0_inst_callnzp.fx
  4633. │ │ │ ps3_0_inst_cmp.fx
  4634. │ │ │ ps3_0_inst_crs.fx
  4635. │ │ │ ps3_0_inst_dp2add.fx
  4636. │ │ │ ps3_0_inst_dpn.fx
  4637. │ │ │ ps3_0_inst_exp.fx
  4638. │ │ │ ps3_0_inst_frc.fx
  4639. │ │ │ ps3_0_inst_if.fx
  4640. │ │ │ ps3_0_inst_ifc.fx
  4641. │ │ │ ps3_0_inst_ifp.fx
  4642. │ │ │ ps3_0_inst_log.fx
  4643. │ │ │ ps3_0_inst_loop.fx
  4644. │ │ │ ps3_0_inst_lrp.fx
  4645. │ │ │ ps3_0_inst_mad.fx
  4646. │ │ │ ps3_0_inst_max.fx
  4647. │ │ │ ps3_0_inst_min.fx
  4648. │ │ │ ps3_0_inst_mnxn.fx
  4649. │ │ │ ps3_0_inst_mul.fx
  4650. │ │ │ ps3_0_inst_nrm.fx
  4651. │ │ │ ps3_0_inst_pow.fx
  4652. │ │ │ ps3_0_inst_predicatemov.fx
  4653. │ │ │ ps3_0_inst_rcp.fx
  4654. │ │ │ ps3_0_inst_rep.fx
  4655. │ │ │ ps3_0_inst_rsq.fx
  4656. │ │ │ ps3_0_inst_setp.fx
  4657. │ │ │ ps3_0_inst_sincos.fx
  4658. │ │ │ ps3_0_inst_texkill.fx
  4659. │ │ │ ps3_0_mix_repcall.fx
  4660. │ │ │ ps3_0_precision.fx
  4661. │ │ │ ps3_0_reg_aL.fx
  4662. │ │ │ ps3_0_reg_vFace.fx
  4663. │ │ │ ps3_0_reg_vPos.fx
  4664. │ │ │
  4665. │ │ ├───reschk
  4666. │ │ │ kitContent.kml
  4667. │ │ │ Main.cpp
  4668. │ │ │ reschk.cpp
  4669. │ │ │ reschk.h
  4670. │ │ │ reschk.rc
  4671. │ │ │ reschk_cube.cpp
  4672. │ │ │ reschk_ib.cpp
  4673. │ │ │ reschk_surface.cpp
  4674. │ │ │ reschk_texture.cpp
  4675. │ │ │ reschk_vb.cpp
  4676. │ │ │ reschk_volume.cpp
  4677. │ │ │ sources
  4678. │ │ │
  4679. │ │ ├───resman
  4680. │ │ │ basictest.cpp
  4681. │ │ │ changecolorstest.cpp
  4682. │ │ │ checkcolors.cpp
  4683. │ │ │ checkdxcaps.cpp
  4684. │ │ │ default.cpp
  4685. │ │ │ discardbytestest.cpp
  4686. │ │ │ listtest.cpp
  4687. │ │ │ lrutest.cpp
  4688. │ │ │ mrutest.cpp
  4689. │ │ │ resman.cpp
  4690. │ │ │ resman.h
  4691. │ │ │ resman.rc
  4692. │ │ │ resourcesforbasictest.cpp
  4693. │ │ │ resourcesgenerationfunctions.cpp
  4694. │ │ │ sources
  4695. │ │ │
  4696. │ │ ├───scenario
  4697. │ │ │ │ kitContent.kml
  4698. │ │ │ │ scenario.cpp
  4699. │ │ │ │ scenario.h
  4700. │ │ │ │ scenario.rc
  4701. │ │ │ │
  4702. │ │ │ ├───media
  4703. │ │ │ │ checker1.bmp
  4704. │ │ │ │ checker128.bmp
  4705. │ │ │ │ checker16.bmp
  4706. │ │ │ │ checker2.bmp
  4707. │ │ │ │ checker256.bmp
  4708. │ │ │ │ checker32.bmp
  4709. │ │ │ │ checker4.bmp
  4710. │ │ │ │ checker64.bmp
  4711. │ │ │ │ checker8.bmp
  4712. │ │ │ │ dxlogo.bmp
  4713. │ │ │ │ luminance.bmp
  4714. │ │ │ │ stripes.bmp
  4715. │ │ │ │
  4716. │ │ │ └───original
  4717. │ │ │ sources
  4718. │ │ │
  4719. │ │ ├───srt
  4720. │ │ │ │ buffer.cpp
  4721. │ │ │ │ describe.cpp
  4722. │ │ │ │ invalid.cpp
  4723. │ │ │ │ kitContent.kml
  4724. │ │ │ │ null.cpp
  4725. │ │ │ │ offscreen.cpp
  4726. │ │ │ │ srt.cpp
  4727. │ │ │ │ srt.h
  4728. │ │ │ │ srt.rc
  4729. │ │ │ │ texture.cpp
  4730. │ │ │ │
  4731. │ │ │ └───original
  4732. │ │ │ sources
  4733. │ │ │
  4734. │ │ ├───stateblocks
  4735. │ │ │ │ checker.bmp
  4736. │ │ │ │ kitContent.kml
  4737. │ │ │ │ main.cpp
  4738. │ │ │ │ poko0.bmp
  4739. │ │ │ │ poko1.bmp
  4740. │ │ │ │ poko2.bmp
  4741. │ │ │ │ poko3.bmp
  4742. │ │ │ │ poko4.bmp
  4743. │ │ │ │ poko5.bmp
  4744. │ │ │ │ poko6.bmp
  4745. │ │ │ │ poko7.bmp
  4746. │ │ │ │ rocks.bmp
  4747. │ │ │ │ statebeast.cpp
  4748. │ │ │ │ statebeast.h
  4749. │ │ │ │ statebeast.rc
  4750. │ │ │ │
  4751. │ │ │ └───original
  4752. │ │ │ sources
  4753. │ │ │
  4754. │ │ ├───stencil
  4755. │ │ │ │ cap.cpp
  4756. │ │ │ │ clear.cpp
  4757. │ │ │ │ clearccw.cpp
  4758. │ │ │ │ cullone.cpp
  4759. │ │ │ │ culltwo.cpp
  4760. │ │ │ │ func.cpp
  4761. │ │ │ │ funcccw.cpp
  4762. │ │ │ │ ignore.cpp
  4763. │ │ │ │ ignoreccw.cpp
  4764. │ │ │ │ kitContent.kml
  4765. │ │ │ │ op.cpp
  4766. │ │ │ │ opccw.cpp
  4767. │ │ │ │ scorrupt.cpp
  4768. │ │ │ │ scorruptccw.cpp
  4769. │ │ │ │ stencil.cpp
  4770. │ │ │ │ stencil.h
  4771. │ │ │ │ stencil.rc
  4772. │ │ │ │ Stencil.vcproj
  4773. │ │ │ │ Stencil.vcproj.vspscc
  4774. │ │ │ │ zcorrupt.cpp
  4775. │ │ │ │ zcorruptccw.cpp
  4776. │ │ │ │
  4777. │ │ │ └───original
  4778. │ │ │ sources
  4779. │ │ │
  4780. │ │ ├───stretchrect
  4781. │ │ │ │ auxiliary.cpp
  4782. │ │ │ │ auxiliary.h
  4783. │ │ │ │ dims.cpp
  4784. │ │ │ │ dims.h
  4785. │ │ │ │ dx5_logo.bmp
  4786. │ │ │ │ dxfilter.cpp
  4787. │ │ │ │ dxfilter.h
  4788. │ │ │ │ dxfmt.cpp
  4789. │ │ │ │ dxfmt.h
  4790. │ │ │ │ dxmultisample.cpp
  4791. │ │ │ │ dxmultisample.h
  4792. │ │ │ │ dxpool.cpp
  4793. │ │ │ │ dxpool.h
  4794. │ │ │ │ dxusage.cpp
  4795. │ │ │ │ dxusage.h
  4796. │ │ │ │ kitContent.kml
  4797. │ │ │ │ lake.bmp
  4798. │ │ │ │ lake.dds
  4799. │ │ │ │ rects.cpp
  4800. │ │ │ │ rects.h
  4801. │ │ │ │ resource.h
  4802. │ │ │ │ StretchRect.sln
  4803. │ │ │ │ StretchRect.vcproj
  4804. │ │ │ │ stretchrectdepthstencil.cpp
  4805. │ │ │ │ stretchrectdepthstencil.h
  4806. │ │ │ │ stretchrectkeepstates.cpp
  4807. │ │ │ │ stretchrectkeepstates.h
  4808. │ │ │ │ stretchrecttest.cpp
  4809. │ │ │ │ stretchrecttest.h
  4810. │ │ │ │ stretchrecttest.rc
  4811. │ │ │ │ stretchrecttestmain.cpp
  4812. │ │ │ │ stretchrecttestmain.h
  4813. │ │ │ │ surfacetypes.cpp
  4814. │ │ │ │ surfacetypes.h
  4815. │ │ │ │ tex.bmp
  4816. │ │ │ │
  4817. │ │ │ └───original
  4818. │ │ │ sources
  4819. │ │ │
  4820. │ │ ├───subpixel
  4821. │ │ │ │ drawgrid.cpp
  4822. │ │ │ │ kitContent.kml
  4823. │ │ │ │ subpixel.cpp
  4824. │ │ │ │ subpixel.h
  4825. │ │ │ │ subpixel.rc
  4826. │ │ │ │
  4827. │ │ │ └───original
  4828. │ │ │ sources
  4829. │ │ │
  4830. │ │ ├───tessellation
  4831. │ │ │ datatypesntest.cpp
  4832. │ │ │ datatypesrecttest.cpp
  4833. │ │ │ datatypestritest.cpp
  4834. │ │ │ default.cpp
  4835. │ │ │ kitContent.kml
  4836. │ │ │ maxminrecttest.cpp
  4837. │ │ │ maxmintritest.cpp
  4838. │ │ │ minimizingrecttest.cpp
  4839. │ │ │ minimizingtritest.cpp
  4840. │ │ │ minmaxntest.cpp
  4841. │ │ │ minntest.cpp
  4842. │ │ │ npatchestest.cpp
  4843. │ │ │ ntest.cpp
  4844. │ │ │ rectpatchestest.cpp
  4845. │ │ │ sources
  4846. │ │ │ tessellation.cpp
  4847. │ │ │ tessellation.h
  4848. │ │ │ tessellation.rc
  4849. │ │ │ tessfactorrecttest.cpp
  4850. │ │ │ tessfactortritest.cpp
  4851. │ │ │ tessfntest.cpp
  4852. │ │ │ tex.bmp
  4853. │ │ │ tripatchestest.cpp
  4854. │ │ │ vertexstructdefs.h
  4855. │ │ │
  4856. │ │ ├───texformats
  4857. │ │ │ │ compare.cpp
  4858. │ │ │ │ drawgrid.cpp
  4859. │ │ │ │ FloatPrecision.cpp
  4860. │ │ │ │ floatprecision.h
  4861. │ │ │ │ floattex.cpp
  4862. │ │ │ │ floattex.fx
  4863. │ │ │ │ fvf3.cpp
  4864. │ │ │ │ fvf4.cpp
  4865. │ │ │ │ kitContent.kml
  4866. │ │ │ │ PackedRGB.cpp
  4867. │ │ │ │ PackedRGB.fx
  4868. │ │ │ │ print.cpp
  4869. │ │ │ │ sysmem.cpp
  4870. │ │ │ │ texformats.cpp
  4871. │ │ │ │ texformats.h
  4872. │ │ │ │ texformats.rc
  4873. │ │ │ │ texformats.vcproj
  4874. │ │ │ │ verify.cpp
  4875. │ │ │ │
  4876. │ │ │ └───original
  4877. │ │ │ sources
  4878. │ │ │
  4879. │ │ ├───texload
  4880. │ │ │ agp.cpp
  4881. │ │ │ draw.cpp
  4882. │ │ │ kitContent.kml
  4883. │ │ │ manage.cpp
  4884. │ │ │ sources
  4885. │ │ │ system.cpp
  4886. │ │ │ texload.cpp
  4887. │ │ │ texload.h
  4888. │ │ │ texload.rc
  4889. │ │ │ video.cpp
  4890. │ │ │
  4891. │ │ ├───texturestage3
  4892. │ │ │ │ kitContent.kml
  4893. │ │ │ │ sources
  4894. │ │ │ │ texturestage3.cpp
  4895. │ │ │ │ texturestage3.h
  4896. │ │ │ │ texturestage3.rc
  4897. │ │ │ │ texturestage3.vcproj
  4898. │ │ │ │ tsstestcaseseightstage.cpp
  4899. │ │ │ │ tsstestcasesfivestage.cpp
  4900. │ │ │ │ tsstestcasesfourstage.cpp
  4901. │ │ │ │ tsstestcasesonestage.cpp
  4902. │ │ │ │ tsstestcasessevenstage.cpp
  4903. │ │ │ │ tsstestcasessixstage.cpp
  4904. │ │ │ │ tsstestcasesthreestage.cpp
  4905. │ │ │ │ tsstestcasestwostage.cpp
  4906. │ │ │ │
  4907. │ │ │ └───textures
  4908. │ │ │ checker.bmp
  4909. │ │ │ checker_highfreq.bmp
  4910. │ │ │ colors_blend.bmp
  4911. │ │ │ decoration.bmp
  4912. │ │ │ decoration2.bmp
  4913. │ │ │ dots1.bmp
  4914. │ │ │ dxlogo.bmp
  4915. │ │ │ dxlogo2.bmp
  4916. │ │ │ dxlogo3.bmp
  4917. │ │ │ dxlogo4.bmp
  4918. │ │ │ dxlogo5.bmp
  4919. │ │ │ dxlogo_bump.bmp
  4920. │ │ │ dxlogo_bump2.bmp
  4921. │ │ │ newts.bmp
  4922. │ │ │ stage0.bmp
  4923. │ │ │ stage1.bmp
  4924. │ │ │ stage2.bmp
  4925. │ │ │ stage3.bmp
  4926. │ │ │ stage4.bmp
  4927. │ │ │ stage5.bmp
  4928. │ │ │ stage6.bmp
  4929. │ │ │ stage7.bmp
  4930. │ │ │ stage_all.bmp
  4931. │ │ │ test.bmp
  4932. │ │ │ text1.bmp
  4933. │ │ │ text2.bmp
  4934. │ │ │ text3.bmp
  4935. │ │ │ text4.bmp
  4936. │ │ │ text5.bmp
  4937. │ │ │ text6.bmp
  4938. │ │ │ winlogo.bmp
  4939. │ │ │ winlogo2.bmp
  4940. │ │ │ winlogo3.bmp
  4941. │ │ │ win_logo_bump.bmp
  4942. │ │ │
  4943. │ │ ├───tlvertexclip
  4944. │ │ │ edge.cpp
  4945. │ │ │ kitContent.kml
  4946. │ │ │ quad.cpp
  4947. │ │ │ sources
  4948. │ │ │ tlvertexclip.cpp
  4949. │ │ │ tlvertexclip.h
  4950. │ │ │ tlvertexclip.rc
  4951. │ │ │
  4952. │ │ ├───updatesurface
  4953. │ │ │ auxiliary.cpp
  4954. │ │ │ auxiliary.h
  4955. │ │ │ dims.cpp
  4956. │ │ │ dims.h
  4957. │ │ │ dxfmt.cpp
  4958. │ │ │ dxfmt.h
  4959. │ │ │ dxmultisample.cpp
  4960. │ │ │ dxmultisample.h
  4961. │ │ │ dxpool.cpp
  4962. │ │ │ dxpool.h
  4963. │ │ │ dxusage.cpp
  4964. │ │ │ dxusage.h
  4965. │ │ │ kitContent.kml
  4966. │ │ │ lake.bmp
  4967. │ │ │ rects.cpp
  4968. │ │ │ rects.h
  4969. │ │ │ resource.h
  4970. │ │ │ sources
  4971. │ │ │ surfacetypes.cpp
  4972. │ │ │ surfacetypes.h
  4973. │ │ │ tex.bmp
  4974. │ │ │ updatesurfacetest.cpp
  4975. │ │ │ updatesurfacetest.rc
  4976. │ │ │ updatesurfacetestmain.cpp
  4977. │ │ │ updatesurfacetestmain.h
  4978. │ │ │
  4979. │ │ ├───updatetexture
  4980. │ │ │ │ Back0.bmp
  4981. │ │ │ │ Back1.bmp
  4982. │ │ │ │ Back2.bmp
  4983. │ │ │ │ Back3.bmp
  4984. │ │ │ │ Back4.bmp
  4985. │ │ │ │ Back5.bmp
  4986. │ │ │ │ Back6.bmp
  4987. │ │ │ │ cbasetex.cpp
  4988. │ │ │ │ ccubetex.cpp
  4989. │ │ │ │ cmiptex.cpp
  4990. │ │ │ │ cupdatetex.h
  4991. │ │ │ │ cupdatetexbase.cpp
  4992. │ │ │ │ cvoltex.cpp
  4993. │ │ │ │ dxusage.cpp
  4994. │ │ │ │ dxusage.h
  4995. │ │ │ │ Fore0.bmp
  4996. │ │ │ │ Fore1.bmp
  4997. │ │ │ │ Fore2.bmp
  4998. │ │ │ │ Fore3.bmp
  4999. │ │ │ │ Fore4.bmp
  5000. │ │ │ │ Fore5.bmp
  5001. │ │ │ │ Fore6.bmp
  5002. │ │ │ │ kitContent.kml
  5003. │ │ │ │ resource.h
  5004. │ │ │ │ testcases.cpp
  5005. │ │ │ │ testcases.h
  5006. │ │ │ │ updatetex.cpp
  5007. │ │ │ │ updatetex.rc
  5008. │ │ │ │ UtilFormats.cpp
  5009. │ │ │ │ UtilFormats.h
  5010. │ │ │ │ vtdraw.cpp
  5011. │ │ │ │ vtmatrix.cpp
  5012. │ │ │ │ vtmatrix.h
  5013. │ │ │ │ vtmipvol.cpp
  5014. │ │ │ │ vttestcases.cpp
  5015. │ │ │ │ vtvolume.cpp
  5016. │ │ │ │ vtvolume.h
  5017. │ │ │ │
  5018. │ │ │ └───original
  5019. │ │ │ sources
  5020. │ │ │
  5021. │ │ ├───validator
  5022. │ │ │ │ dirs
  5023. │ │ │ │
  5024. │ │ │ ├───shadervalidator
  5025. │ │ │ │ │ addresources.py
  5026. │ │ │ │ │ cinclude.cpp
  5027. │ │ │ │ │ cinclude.h
  5028. │ │ │ │ │ cshadervalidator.cpp
  5029. │ │ │ │ │ cshadervalidator.h
  5030. │ │ │ │ │ main.cpp
  5031. │ │ │ │ │ shadervalidator.rc
  5032. │ │ │ │ │ sources
  5033. │ │ │ │ │
  5034. │ │ │ │ └───testcases
  5035. │ │ │ │ ps2_sw_flow_control_dsx.fx
  5036. │ │ │ │ ps2_sw_flow_control_dsy.fx
  5037. │ │ │ │ ps2_sw_flow_control_texld.fx
  5038. │ │ │ │ ps2_sw_flow_control_texldb.fx
  5039. │ │ │ │ ps2_sw_flow_control_texldd.fx
  5040. │ │ │ │ ps2_sw_flow_control_texldp.fx
  5041. │ │ │ │ ps2_x_flow_control_dsx.fx
  5042. │ │ │ │ ps2_x_flow_control_dsy.fx
  5043. │ │ │ │ ps2_x_flow_control_texld.fx
  5044. │ │ │ │ ps2_x_flow_control_texldb.fx
  5045. │ │ │ │ ps2_x_flow_control_texldd.fx
  5046. │ │ │ │ ps2_x_flow_control_texldp.fx
  5047. │ │ │ │ ps3_0_flow_control_dsx.fx
  5048. │ │ │ │ ps3_0_flow_control_dsy.fx
  5049. │ │ │ │ ps3_0_flow_control_texld.fx
  5050. │ │ │ │ ps3_0_flow_control_texldb.fx
  5051. │ │ │ │ ps3_0_flow_control_texldd.fx
  5052. │ │ │ │ ps3_0_flow_control_texldl.fx
  5053. │ │ │ │ ps3_0_flow_control_texldp.fx
  5054. │ │ │ │ ps3_sw_flow_control_dsx.fx
  5055. │ │ │ │ ps3_sw_flow_control_dsy.fx
  5056. │ │ │ │ ps3_sw_flow_control_texld.fx
  5057. │ │ │ │ ps3_sw_flow_control_texldb.fx
  5058. │ │ │ │ ps3_sw_flow_control_texldd.fx
  5059. │ │ │ │ ps3_sw_flow_control_texldl.fx
  5060. │ │ │ │ ps3_sw_flow_control_texldp.fx
  5061. │ │ │ │ ps_1_1_inst_add.fx
  5062. │ │ │ │ ps_1_1_inst_cnd.fx
  5063. │ │ │ │ ps_1_1_inst_dp3.fx
  5064. │ │ │ │ ps_1_1_inst_lrp.fx
  5065. │ │ │ │ ps_1_1_inst_mad.fx
  5066. │ │ │ │ ps_1_1_inst_mov.fx
  5067. │ │ │ │ ps_1_1_inst_mul.fx
  5068. │ │ │ │ ps_1_1_inst_sub.fx
  5069. │ │ │ │ ps_1_1_inst_tex.fx
  5070. │ │ │ │ ps_1_1_inst_texbem.fx
  5071. │ │ │ │ ps_1_1_inst_texbeml.fx
  5072. │ │ │ │ ps_1_1_inst_texkill.fx
  5073. │ │ │ │ ps_1_1_inst_texm3x2tex.fx
  5074. │ │ │ │ ps_1_1_inst_texm3x3spec.fx
  5075. │ │ │ │ ps_1_1_inst_texm3x3tex.fx
  5076. │ │ │ │ ps_1_1_inst_texm3x3vspec.fx
  5077. │ │ │ │ ps_1_1_inst_texreg2ar.fx
  5078. │ │ │ │ ps_1_1_inst_texreg2gb.fx
  5079. │ │ │ │ ps_1_2_inst_add.fx
  5080. │ │ │ │ ps_1_2_inst_cmp.fx
  5081. │ │ │ │ ps_1_2_inst_cnd.fx
  5082. │ │ │ │ ps_1_2_inst_dp3.fx
  5083. │ │ │ │ ps_1_2_inst_dp4.fx
  5084. │ │ │ │ ps_1_2_inst_lrp.fx
  5085. │ │ │ │ ps_1_2_inst_mad.fx
  5086. │ │ │ │ ps_1_2_inst_mov.fx
  5087. │ │ │ │ ps_1_2_inst_mul.fx
  5088. │ │ │ │ ps_1_2_inst_sub.fx
  5089. │ │ │ │ ps_1_2_inst_tex.fx
  5090. │ │ │ │ ps_1_2_inst_texbem.fx
  5091. │ │ │ │ ps_1_2_inst_texbeml.fx
  5092. │ │ │ │ ps_1_2_inst_texdp3.fx
  5093. │ │ │ │ ps_1_2_inst_texdp3tex.fx
  5094. │ │ │ │ ps_1_2_inst_texkill.fx
  5095. │ │ │ │ ps_1_2_inst_texm3x2tex.fx
  5096. │ │ │ │ ps_1_2_inst_texm3x3.fx
  5097. │ │ │ │ ps_1_2_inst_texm3x3spec.fx
  5098. │ │ │ │ ps_1_2_inst_texm3x3tex.fx
  5099. │ │ │ │ ps_1_2_inst_texm3x3vspec.fx
  5100. │ │ │ │ ps_1_2_inst_texreg2ar.fx
  5101. │ │ │ │ ps_1_2_inst_texreg2gb.fx
  5102. │ │ │ │ ps_1_2_inst_texreg2rgb.fx
  5103. │ │ │ │ ps_1_3_inst_add.fx
  5104. │ │ │ │ ps_1_3_inst_cmp.fx
  5105. │ │ │ │ ps_1_3_inst_cnd.fx
  5106. │ │ │ │ ps_1_3_inst_dp3.fx
  5107. │ │ │ │ ps_1_3_inst_dp4.fx
  5108. │ │ │ │ ps_1_3_inst_lrp.fx
  5109. │ │ │ │ ps_1_3_inst_mad.fx
  5110. │ │ │ │ ps_1_3_inst_mov.fx
  5111. │ │ │ │ ps_1_3_inst_mul.fx
  5112. │ │ │ │ ps_1_3_inst_sub.fx
  5113. │ │ │ │ ps_1_3_inst_tex.fx
  5114. │ │ │ │ ps_1_3_inst_texbem.fx
  5115. │ │ │ │ ps_1_3_inst_texbeml.fx
  5116. │ │ │ │ ps_1_3_inst_texdp3.fx
  5117. │ │ │ │ ps_1_3_inst_texdp3tex.fx
  5118. │ │ │ │ ps_1_3_inst_texkill.fx
  5119. │ │ │ │ ps_1_3_inst_texm3x2depth.fx
  5120. │ │ │ │ ps_1_3_inst_texm3x2tex.fx
  5121. │ │ │ │ ps_1_3_inst_texm3x3.fx
  5122. │ │ │ │ ps_1_3_inst_texm3x3spec.fx
  5123. │ │ │ │ ps_1_3_inst_texm3x3tex.fx
  5124. │ │ │ │ ps_1_3_inst_texm3x3vspec.fx
  5125. │ │ │ │ ps_1_3_inst_texreg2ar.fx
  5126. │ │ │ │ ps_1_3_inst_texreg2gb.fx
  5127. │ │ │ │ ps_1_3_inst_texreg2rgb.fx
  5128. │ │ │ │ ps_1_4_inst_add.fx
  5129. │ │ │ │ ps_1_4_inst_bem.fx
  5130. │ │ │ │ ps_1_4_inst_cmp.fx
  5131. │ │ │ │ ps_1_4_inst_cnd.fx
  5132. │ │ │ │ ps_1_4_inst_dp3.fx
  5133. │ │ │ │ ps_1_4_inst_dp4.fx
  5134. │ │ │ │ ps_1_4_inst_lrp.fx
  5135. │ │ │ │ ps_1_4_inst_mad.fx
  5136. │ │ │ │ ps_1_4_inst_mov.fx
  5137. │ │ │ │ ps_1_4_inst_mul.fx
  5138. │ │ │ │ ps_1_4_inst_sub.fx
  5139. │ │ │ │ ps_1_4_inst_texdepth.fx
  5140. │ │ │ │ ps_1_4_inst_texkill.fx
  5141. │ │ │ │ ps_1_4_inst_texld.fx
  5142. │ │ │ │ ps_2_0_inst_abs.fx
  5143. │ │ │ │ ps_2_0_inst_add.fx
  5144. │ │ │ │ ps_2_0_inst_cmp.fx
  5145. │ │ │ │ ps_2_0_inst_crs.fx
  5146. │ │ │ │ ps_2_0_inst_dp2add.fx
  5147. │ │ │ │ ps_2_0_inst_dp3.fx
  5148. │ │ │ │ ps_2_0_inst_dp4.fx
  5149. │ │ │ │ ps_2_0_inst_exp.fx
  5150. │ │ │ │ ps_2_0_inst_frc.fx
  5151. │ │ │ │ ps_2_0_inst_log.fx
  5152. │ │ │ │ ps_2_0_inst_lrp.fx
  5153. │ │ │ │ ps_2_0_inst_m3x2.fx
  5154. │ │ │ │ ps_2_0_inst_m3x3.fx
  5155. │ │ │ │ ps_2_0_inst_m3x4.fx
  5156. │ │ │ │ ps_2_0_inst_m4x4.fx
  5157. │ │ │ │ ps_2_0_inst_mad.fx
  5158. │ │ │ │ ps_2_0_inst_max.fx
  5159. │ │ │ │ ps_2_0_inst_min.fx
  5160. │ │ │ │ ps_2_0_inst_mov.fx
  5161. │ │ │ │ ps_2_0_inst_mul.fx
  5162. │ │ │ │ ps_2_0_inst_nrm.fx
  5163. │ │ │ │ ps_2_0_inst_pow.fx
  5164. │ │ │ │ ps_2_0_inst_rcp.fx
  5165. │ │ │ │ ps_2_0_inst_rsq.fx
  5166. │ │ │ │ ps_2_0_inst_sincos.fx
  5167. │ │ │ │ ps_2_0_inst_sub.fx
  5168. │ │ │ │ ps_2_0_inst_texkill.fx
  5169. │ │ │ │ ps_2_0_inst_texld.fx
  5170. │ │ │ │ ps_2_0_inst_texldb.fx
  5171. │ │ │ │ ps_2_0_inst_texldp.fx
  5172. │ │ │ │ ps_2_sw_inst_abs.fx
  5173. │ │ │ │ ps_2_sw_inst_add.fx
  5174. │ │ │ │ ps_2_sw_inst_cmp.fx
  5175. │ │ │ │ ps_2_sw_inst_crs.fx
  5176. │ │ │ │ ps_2_sw_inst_dp2add.fx
  5177. │ │ │ │ ps_2_sw_inst_dp3.fx
  5178. │ │ │ │ ps_2_sw_inst_dp4.fx
  5179. │ │ │ │ ps_2_sw_inst_dsx.fx
  5180. │ │ │ │ ps_2_sw_inst_dsy.fx
  5181. │ │ │ │ ps_2_sw_inst_exp.fx
  5182. │ │ │ │ ps_2_sw_inst_frc.fx
  5183. │ │ │ │ ps_2_sw_inst_log.fx
  5184. │ │ │ │ ps_2_sw_inst_lrp.fx
  5185. │ │ │ │ ps_2_sw_inst_m3x2.fx
  5186. │ │ │ │ ps_2_sw_inst_m3x3.fx
  5187. │ │ │ │ ps_2_sw_inst_m3x4.fx
  5188. │ │ │ │ ps_2_sw_inst_mad.fx
  5189. │ │ │ │ ps_2_sw_inst_max.fx
  5190. │ │ │ │ ps_2_sw_inst_min.fx
  5191. │ │ │ │ ps_2_sw_inst_mov.fx
  5192. │ │ │ │ ps_2_sw_inst_mul.fx
  5193. │ │ │ │ ps_2_sw_inst_nrm.fx
  5194. │ │ │ │ ps_2_sw_inst_pow.fx
  5195. │ │ │ │ ps_2_sw_inst_rcp.fx
  5196. │ │ │ │ ps_2_sw_inst_rsq.fx
  5197. │ │ │ │ ps_2_sw_inst_setp_gt.fx
  5198. │ │ │ │ ps_2_sw_inst_sincos.fx
  5199. │ │ │ │ ps_2_sw_inst_sub.fx
  5200. │ │ │ │ ps_2_sw_inst_texld.fx
  5201. │ │ │ │ ps_2_sw_inst_texldb.fx
  5202. │ │ │ │ ps_2_sw_inst_texldd.fx
  5203. │ │ │ │ ps_2_sw_inst_texldp.fx
  5204. │ │ │ │ ps_2_x_inst_abs.fx
  5205. │ │ │ │ ps_2_x_inst_add.fx
  5206. │ │ │ │ ps_2_x_inst_cmp.fx
  5207. │ │ │ │ ps_2_x_inst_crs.fx
  5208. │ │ │ │ ps_2_x_inst_dp2add.fx
  5209. │ │ │ │ ps_2_x_inst_dp3.fx
  5210. │ │ │ │ ps_2_x_inst_dp4.fx
  5211. │ │ │ │ ps_2_x_inst_dsx.fx
  5212. │ │ │ │ ps_2_x_inst_dsy.fx
  5213. │ │ │ │ ps_2_x_inst_exp.fx
  5214. │ │ │ │ ps_2_x_inst_frc.fx
  5215. │ │ │ │ ps_2_x_inst_log.fx
  5216. │ │ │ │ ps_2_x_inst_lrp.fx
  5217. │ │ │ │ ps_2_x_inst_m3x2.fx
  5218. │ │ │ │ ps_2_x_inst_m3x3.fx
  5219. │ │ │ │ ps_2_x_inst_m3x4.fx
  5220. │ │ │ │ ps_2_x_inst_mad.fx
  5221. │ │ │ │ ps_2_x_inst_max.fx
  5222. │ │ │ │ ps_2_x_inst_min.fx
  5223. │ │ │ │ ps_2_x_inst_mov.fx
  5224. │ │ │ │ ps_2_x_inst_mul.fx
  5225. │ │ │ │ ps_2_x_inst_nrm.fx
  5226. │ │ │ │ ps_2_x_inst_pow.fx
  5227. │ │ │ │ ps_2_x_inst_rcp.fx
  5228. │ │ │ │ ps_2_x_inst_rsq.fx
  5229. │ │ │ │ ps_2_x_inst_setp_gt.fx
  5230. │ │ │ │ ps_2_x_inst_sincos.fx
  5231. │ │ │ │ ps_2_x_inst_sub.fx
  5232. │ │ │ │ ps_2_x_inst_texld.fx
  5233. │ │ │ │ ps_2_x_inst_texldb.fx
  5234. │ │ │ │ ps_2_x_inst_texldd.fx
  5235. │ │ │ │ ps_2_x_inst_texldp.fx
  5236. │ │ │ │ ps_2_x_temps.fx
  5237. │ │ │ │ ps_3_0_inst_abs.fx
  5238. │ │ │ │ ps_3_0_inst_add.fx
  5239. │ │ │ │ ps_3_0_inst_cmp.fx
  5240. │ │ │ │ ps_3_0_inst_crs.fx
  5241. │ │ │ │ ps_3_0_inst_dp2add.fx
  5242. │ │ │ │ ps_3_0_inst_dp3.fx
  5243. │ │ │ │ ps_3_0_inst_dp4.fx
  5244. │ │ │ │ ps_3_0_inst_dsx.fx
  5245. │ │ │ │ ps_3_0_inst_dsy.fx
  5246. │ │ │ │ ps_3_0_inst_exp.fx
  5247. │ │ │ │ ps_3_0_inst_frc.fx
  5248. │ │ │ │ ps_3_0_inst_log.fx
  5249. │ │ │ │ ps_3_0_inst_lrp.fx
  5250. │ │ │ │ ps_3_0_inst_m3x2.fx
  5251. │ │ │ │ ps_3_0_inst_m3x3.fx
  5252. │ │ │ │ ps_3_0_inst_m3x4.fx
  5253. │ │ │ │ ps_3_0_inst_m4x4.fx
  5254. │ │ │ │ ps_3_0_inst_mad.fx
  5255. │ │ │ │ ps_3_0_inst_max.fx
  5256. │ │ │ │ ps_3_0_inst_min.fx
  5257. │ │ │ │ ps_3_0_inst_mov.fx
  5258. │ │ │ │ ps_3_0_inst_mul.fx
  5259. │ │ │ │ ps_3_0_inst_nrm.fx
  5260. │ │ │ │ ps_3_0_inst_pow.fx
  5261. │ │ │ │ ps_3_0_inst_rcp.fx
  5262. │ │ │ │ ps_3_0_inst_rsq.fx
  5263. │ │ │ │ ps_3_0_inst_setp_lt.fx
  5264. │ │ │ │ ps_3_0_inst_sincos.fx
  5265. │ │ │ │ ps_3_0_inst_sub.fx
  5266. │ │ │ │ ps_3_0_inst_texkill.fx
  5267. │ │ │ │ ps_3_0_inst_texld.fx
  5268. │ │ │ │ ps_3_0_inst_texldb.fx
  5269. │ │ │ │ ps_3_0_inst_texldl.fx
  5270. │ │ │ │ ps_3_0_inst_texldp.fx
  5271. │ │ │ │ ps_3_sw_inst_abs.fx
  5272. │ │ │ │ ps_3_sw_inst_add.fx
  5273. │ │ │ │ ps_3_sw_inst_cmp.fx
  5274. │ │ │ │ ps_3_sw_inst_crs.fx
  5275. │ │ │ │ ps_3_sw_inst_dp2add.fx
  5276. │ │ │ │ ps_3_sw_inst_dp3.fx
  5277. │ │ │ │ ps_3_sw_inst_dp4.fx
  5278. │ │ │ │ ps_3_sw_inst_dsx.fx
  5279. │ │ │ │ ps_3_sw_inst_dsy.fx
  5280. │ │ │ │ ps_3_sw_inst_exp.fx
  5281. │ │ │ │ ps_3_sw_inst_frc.fx
  5282. │ │ │ │ ps_3_sw_inst_log.fx
  5283. │ │ │ │ ps_3_sw_inst_lrp.fx
  5284. │ │ │ │ ps_3_sw_inst_m3x2.fx
  5285. │ │ │ │ ps_3_sw_inst_m3x3.fx
  5286. │ │ │ │ ps_3_sw_inst_m3x4.fx
  5287. │ │ │ │ ps_3_sw_inst_m4x4.fx
  5288. │ │ │ │ ps_3_sw_inst_mad.fx
  5289. │ │ │ │ ps_3_sw_inst_max.fx
  5290. │ │ │ │ ps_3_sw_inst_min.fx
  5291. │ │ │ │ ps_3_sw_inst_mov.fx
  5292. │ │ │ │ ps_3_sw_inst_mul.fx
  5293. │ │ │ │ ps_3_sw_inst_nrm.fx
  5294. │ │ │ │ ps_3_sw_inst_pow.fx
  5295. │ │ │ │ ps_3_sw_inst_rcp.fx
  5296. │ │ │ │ ps_3_sw_inst_rsq.fx
  5297. │ │ │ │ ps_3_sw_inst_setp_lt.fx
  5298. │ │ │ │ ps_3_sw_inst_sincos.fx
  5299. │ │ │ │ ps_3_sw_inst_sub.fx
  5300. │ │ │ │ ps_3_sw_inst_texkill.fx
  5301. │ │ │ │ ps_3_sw_inst_texld.fx
  5302. │ │ │ │ ps_3_sw_inst_texldb.fx
  5303. │ │ │ │ ps_3_sw_inst_texldl.fx
  5304. │ │ │ │ ps_3_sw_inst_texldp.fx
  5305. │ │ │ │ ps_basic_gradient_instructions.fx
  5306. │ │ │ │ ps_centroid.fx
  5307. │ │ │ │ ps_dsx_src_modifiers.fx
  5308. │ │ │ │ ps_dsy_src_modifiers.fx
  5309. │ │ │ │ ps_if_static_depth.fx
  5310. │ │ │ │ ps_sinco_dest.fx
  5311. │ │ │ │ ps_texkill_v.fx
  5312. │ │ │ │ ps_vFace_cmp.fx
  5313. │ │ │ │ test_include.fx
  5314. │ │ │ │ vs3_0_flow_control_texldl.fx
  5315. │ │ │ │ vs3_sw_flow_control_texldl.fx
  5316. │ │ │ │ vs_1_1_inst_add.fx
  5317. │ │ │ │ vs_1_1_inst_dp3.fx
  5318. │ │ │ │ vs_1_1_inst_dp4.fx
  5319. │ │ │ │ vs_1_1_inst_dst.fx
  5320. │ │ │ │ vs_1_1_inst_exp.fx
  5321. │ │ │ │ vs_1_1_inst_expp.fx
  5322. │ │ │ │ vs_1_1_inst_frc.fx
  5323. │ │ │ │ vs_1_1_inst_lit.fx
  5324. │ │ │ │ vs_1_1_inst_log.fx
  5325. │ │ │ │ vs_1_1_inst_logp.fx
  5326. │ │ │ │ vs_1_1_inst_m3x2.fx
  5327. │ │ │ │ vs_1_1_inst_m3x3.fx
  5328. │ │ │ │ vs_1_1_inst_m3x4.fx
  5329. │ │ │ │ vs_1_1_inst_m4x3.fx
  5330. │ │ │ │ vs_1_1_inst_m4x4.fx
  5331. │ │ │ │ vs_1_1_inst_mad.fx
  5332. │ │ │ │ vs_1_1_inst_max.fx
  5333. │ │ │ │ vs_1_1_inst_min.fx
  5334. │ │ │ │ vs_1_1_inst_mov.fx
  5335. │ │ │ │ vs_1_1_inst_mul.fx
  5336. │ │ │ │ vs_1_1_inst_rcp.fx
  5337. │ │ │ │ vs_1_1_inst_rsq.fx
  5338. │ │ │ │ vs_1_1_inst_sge.fx
  5339. │ │ │ │ vs_1_1_inst_slt.fx
  5340. │ │ │ │ vs_1_1_inst_sub.fx
  5341. │ │ │ │ vs_2_0_inst_abs.fx
  5342. │ │ │ │ vs_2_0_inst_add.fx
  5343. │ │ │ │ vs_2_0_inst_crs.fx
  5344. │ │ │ │ vs_2_0_inst_dp3.fx
  5345. │ │ │ │ vs_2_0_inst_dp4.fx
  5346. │ │ │ │ vs_2_0_inst_dst.fx
  5347. │ │ │ │ vs_2_0_inst_exp.fx
  5348. │ │ │ │ vs_2_0_inst_expp.fx
  5349. │ │ │ │ vs_2_0_inst_frc.fx
  5350. │ │ │ │ vs_2_0_inst_lit.fx
  5351. │ │ │ │ vs_2_0_inst_log.fx
  5352. │ │ │ │ vs_2_0_inst_logp.fx
  5353. │ │ │ │ vs_2_0_inst_lrp.fx
  5354. │ │ │ │ vs_2_0_inst_m3x2.fx
  5355. │ │ │ │ vs_2_0_inst_m3x3.fx
  5356. │ │ │ │ vs_2_0_inst_m3x4.fx
  5357. │ │ │ │ vs_2_0_inst_m4x3.fx
  5358. │ │ │ │ vs_2_0_inst_m4x4.fx
  5359. │ │ │ │ vs_2_0_inst_mad.fx
  5360. │ │ │ │ vs_2_0_inst_max.fx
  5361. │ │ │ │ vs_2_0_inst_min.fx
  5362. │ │ │ │ vs_2_0_inst_mov.fx
  5363. │ │ │ │ vs_2_0_inst_mova.fx
  5364. │ │ │ │ vs_2_0_inst_mul.fx
  5365. │ │ │ │ vs_2_0_inst_nrm.fx
  5366. │ │ │ │ vs_2_0_inst_pow.fx
  5367. │ │ │ │ vs_2_0_inst_rcp.fx
  5368. │ │ │ │ vs_2_0_inst_rsq.fx
  5369. │ │ │ │ vs_2_0_inst_sge.fx
  5370. │ │ │ │ vs_2_0_inst_sgn.fx
  5371. │ │ │ │ vs_2_0_inst_sincos.fx
  5372. │ │ │ │ vs_2_0_inst_slt.fx
  5373. │ │ │ │ vs_2_0_inst_sub.fx
  5374. │ │ │ │ vs_2_sw_inst_abs.fx
  5375. │ │ │ │ vs_2_sw_inst_add.fx
  5376. │ │ │ │ vs_2_sw_inst_crs.fx
  5377. │ │ │ │ vs_2_sw_inst_dp3.fx
  5378. │ │ │ │ vs_2_sw_inst_dp4.fx
  5379. │ │ │ │ vs_2_sw_inst_dst.fx
  5380. │ │ │ │ vs_2_sw_inst_exp.fx
  5381. │ │ │ │ vs_2_sw_inst_expp.fx
  5382. │ │ │ │ vs_2_sw_inst_frc.fx
  5383. │ │ │ │ vs_2_sw_inst_lit.fx
  5384. │ │ │ │ vs_2_sw_inst_log.fx
  5385. │ │ │ │ vs_2_sw_inst_logp.fx
  5386. │ │ │ │ vs_2_sw_inst_lrp.fx
  5387. │ │ │ │ vs_2_sw_inst_m3x2.fx
  5388. │ │ │ │ vs_2_sw_inst_m3x3.fx
  5389. │ │ │ │ vs_2_sw_inst_m3x4.fx
  5390. │ │ │ │ vs_2_sw_inst_m4x3.fx
  5391. │ │ │ │ vs_2_sw_inst_m4x4.fx
  5392. │ │ │ │ vs_2_sw_inst_mad.fx
  5393. │ │ │ │ vs_2_sw_inst_max.fx
  5394. │ │ │ │ vs_2_sw_inst_min.fx
  5395. │ │ │ │ vs_2_sw_inst_mov.fx
  5396. │ │ │ │ vs_2_sw_inst_mova.fx
  5397. │ │ │ │ vs_2_sw_inst_mul.fx
  5398. │ │ │ │ vs_2_sw_inst_nrm.fx
  5399. │ │ │ │ vs_2_sw_inst_pow.fx
  5400. │ │ │ │ vs_2_sw_inst_rcp.fx
  5401. │ │ │ │ vs_2_sw_inst_rsq.fx
  5402. │ │ │ │ vs_2_sw_inst_setp_eq.fx
  5403. │ │ │ │ vs_2_sw_inst_sge.fx
  5404. │ │ │ │ vs_2_sw_inst_sgn.fx
  5405. │ │ │ │ vs_2_sw_inst_sincos.fx
  5406. │ │ │ │ vs_2_sw_inst_slt.fx
  5407. │ │ │ │ vs_2_sw_inst_sub.fx
  5408. │ │ │ │ vs_2_x_inst_abs.fx
  5409. │ │ │ │ vs_2_x_inst_add.fx
  5410. │ │ │ │ vs_2_x_inst_crs.fx
  5411. │ │ │ │ vs_2_x_inst_dp3.fx
  5412. │ │ │ │ vs_2_x_inst_dp4.fx
  5413. │ │ │ │ vs_2_x_inst_dst.fx
  5414. │ │ │ │ vs_2_x_inst_exp.fx
  5415. │ │ │ │ vs_2_x_inst_expp.fx
  5416. │ │ │ │ vs_2_x_inst_frc.fx
  5417. │ │ │ │ vs_2_x_inst_lit.fx
  5418. │ │ │ │ vs_2_x_inst_log.fx
  5419. │ │ │ │ vs_2_x_inst_logp.fx
  5420. │ │ │ │ vs_2_x_inst_lrp.fx
  5421. │ │ │ │ vs_2_x_inst_m3x2.fx
  5422. │ │ │ │ vs_2_x_inst_m3x3.fx
  5423. │ │ │ │ vs_2_x_inst_m3x4.fx
  5424. │ │ │ │ vs_2_x_inst_m4x3.fx
  5425. │ │ │ │ vs_2_x_inst_m4x4.fx
  5426. │ │ │ │ vs_2_x_inst_mad.fx
  5427. │ │ │ │ vs_2_x_inst_max.fx
  5428. │ │ │ │ vs_2_x_inst_min.fx
  5429. │ │ │ │ vs_2_x_inst_mov.fx
  5430. │ │ │ │ vs_2_x_inst_mova.fx
  5431. │ │ │ │ vs_2_x_inst_mul.fx
  5432. │ │ │ │ vs_2_x_inst_nrm.fx
  5433. │ │ │ │ vs_2_x_inst_pow.fx
  5434. │ │ │ │ vs_2_x_inst_rcp.fx
  5435. │ │ │ │ vs_2_x_inst_rsq.fx
  5436. │ │ │ │ vs_2_x_inst_setp_eq.fx
  5437. │ │ │ │ vs_2_x_inst_sge.fx
  5438. │ │ │ │ vs_2_x_inst_sgn.fx
  5439. │ │ │ │ vs_2_x_inst_sincos.fx
  5440. │ │ │ │ vs_2_x_inst_slt.fx
  5441. │ │ │ │ vs_2_x_inst_sub.fx
  5442. │ │ │ │ vs_2_x_temps.fx
  5443. │ │ │ │ vs_3_0_inst_abs.fx
  5444. │ │ │ │ vs_3_0_inst_add.fx
  5445. │ │ │ │ vs_3_0_inst_crs.fx
  5446. │ │ │ │ vs_3_0_inst_dp3.fx
  5447. │ │ │ │ vs_3_0_inst_dp4.fx
  5448. │ │ │ │ vs_3_0_inst_dst.fx
  5449. │ │ │ │ vs_3_0_inst_exp.fx
  5450. │ │ │ │ vs_3_0_inst_expp.fx
  5451. │ │ │ │ vs_3_0_inst_frc.fx
  5452. │ │ │ │ vs_3_0_inst_lit.fx
  5453. │ │ │ │ vs_3_0_inst_log.fx
  5454. │ │ │ │ vs_3_0_inst_logp.fx
  5455. │ │ │ │ vs_3_0_inst_lrp.fx
  5456. │ │ │ │ vs_3_0_inst_m3x2.fx
  5457. │ │ │ │ vs_3_0_inst_m3x3.fx
  5458. │ │ │ │ vs_3_0_inst_m3x4.fx
  5459. │ │ │ │ vs_3_0_inst_m4x3.fx
  5460. │ │ │ │ vs_3_0_inst_m4x4.fx
  5461. │ │ │ │ vs_3_0_inst_mad.fx
  5462. │ │ │ │ vs_3_0_inst_max.fx
  5463. │ │ │ │ vs_3_0_inst_min.fx
  5464. │ │ │ │ vs_3_0_inst_mova.fx
  5465. │ │ │ │ vs_3_0_inst_mul.fx
  5466. │ │ │ │ vs_3_0_inst_nrm.fx
  5467. │ │ │ │ vs_3_0_inst_pow.fx
  5468. │ │ │ │ vs_3_0_inst_rcp.fx
  5469. │ │ │ │ vs_3_0_inst_rsq.fx
  5470. │ │ │ │ vs_3_0_inst_setp_ne.fx
  5471. │ │ │ │ vs_3_0_inst_sge.fx
  5472. │ │ │ │ vs_3_0_inst_sgn.fx
  5473. │ │ │ │ vs_3_0_inst_sincos.fx
  5474. │ │ │ │ vs_3_0_inst_slt.fx
  5475. │ │ │ │ vs_3_0_inst_sub.fx
  5476. │ │ │ │ vs_3_0_inst_texldl.fx
  5477. │ │ │ │ vs_3_sw_inst_abs.fx
  5478. │ │ │ │ vs_3_sw_inst_add.fx
  5479. │ │ │ │ vs_3_sw_inst_crs.fx
  5480. │ │ │ │ vs_3_sw_inst_dp3.fx
  5481. │ │ │ │ vs_3_sw_inst_dp4.fx
  5482. │ │ │ │ vs_3_sw_inst_dst.fx
  5483. │ │ │ │ vs_3_sw_inst_exp.fx
  5484. │ │ │ │ vs_3_sw_inst_expp.fx
  5485. │ │ │ │ vs_3_sw_inst_frc.fx
  5486. │ │ │ │ vs_3_sw_inst_lit.fx
  5487. │ │ │ │ vs_3_sw_inst_log.fx
  5488. │ │ │ │ vs_3_sw_inst_logp.fx
  5489. │ │ │ │ vs_3_sw_inst_lrp.fx
  5490. │ │ │ │ vs_3_sw_inst_m3x2.fx
  5491. │ │ │ │ vs_3_sw_inst_m3x3.fx
  5492. │ │ │ │ vs_3_sw_inst_m3x4.fx
  5493. │ │ │ │ vs_3_sw_inst_m4x3.fx
  5494. │ │ │ │ vs_3_sw_inst_m4x4.fx
  5495. │ │ │ │ vs_3_sw_inst_mad.fx
  5496. │ │ │ │ vs_3_sw_inst_max.fx
  5497. │ │ │ │ vs_3_sw_inst_min.fx
  5498. │ │ │ │ vs_3_sw_inst_mova.fx
  5499. │ │ │ │ vs_3_sw_inst_mul.fx
  5500. │ │ │ │ vs_3_sw_inst_nrm.fx
  5501. │ │ │ │ vs_3_sw_inst_pow.fx
  5502. │ │ │ │ vs_3_sw_inst_rcp.fx
  5503. │ │ │ │ vs_3_sw_inst_rsq.fx
  5504. │ │ │ │ vs_3_sw_inst_setp_ne.fx
  5505. │ │ │ │ vs_3_sw_inst_sge.fx
  5506. │ │ │ │ vs_3_sw_inst_sgn.fx
  5507. │ │ │ │ vs_3_sw_inst_sincos.fx
  5508. │ │ │ │ vs_3_sw_inst_slt.fx
  5509. │ │ │ │ vs_3_sw_inst_sub.fx
  5510. │ │ │ │ vs_3_sw_inst_texldl.fx
  5511. │ │ │ │ vs_a0_rule.fx
  5512. │ │ │ │ vs_basic_a0_usage.fx
  5513. │ │ │ │ vs_if_static_depth.fx
  5514. │ │ │ │ vs_sinco_dest.fx
  5515. │ │ │ │
  5516. │ │ │ └───SVCaseGen
  5517. │ │ │ App.ico
  5518. │ │ │ EditOutput.cs
  5519. │ │ │ EditOutput.resx
  5520. │ │ │ sources
  5521. │ │ │ SVCaseGen.cs
  5522. │ │ │ SVCaseGenForm.cs
  5523. │ │ │ SVCaseGenForm.resx
  5524. │ │ │ svcases.gen
  5525. │ │ │
  5526. │ │ ├───vbib
  5527. │ │ │ │ 3dt.rc
  5528. │ │ │ │ cvertexindexbuffertest.cpp
  5529. │ │ │ │ cvertexindexbuffertest.h
  5530. │ │ │ │ discarddynamic.cpp
  5531. │ │ │ │ happy.bmp
  5532. │ │ │ │ hugebuffer.cpp
  5533. │ │ │ │ internalpointeralias.cpp
  5534. │ │ │ │ kitContent.kml
  5535. │ │ │ │ lockactive.cpp
  5536. │ │ │ │ lockpointeralias.cpp
  5537. │ │ │ │ lostonreset.cpp
  5538. │ │ │ │ multiplelocks.cpp
  5539. │ │ │ │ normalbuffer.cpp
  5540. │ │ │ │ priority.cpp
  5541. │ │ │ │ relockdynamic.cpp
  5542. │ │ │ │ switchrenderstate.cpp
  5543. │ │ │ │
  5544. │ │ │ └───original
  5545. │ │ │ sources
  5546. │ │ │
  5547. │ │ ├───vbswap
  5548. │ │ │ happy.bmp
  5549. │ │ │ kitContent.kml
  5550. │ │ │ skybox_top.bmp
  5551. │ │ │ sources
  5552. │ │ │ vbswap.cpp
  5553. │ │ │ vbswap.h
  5554. │ │ │ vbswap.rc
  5555. │ │ │ vbswap.x
  5556. │ │ │
  5557. │ │ ├───volume
  5558. │ │ │ address.cpp
  5559. │ │ │ blend.cpp
  5560. │ │ │ draw.cpp
  5561. │ │ │ filter.cpp
  5562. │ │ │ kitContent.kml
  5563. │ │ │ mipmap.cpp
  5564. │ │ │ sources
  5565. │ │ │ texgen.cpp
  5566. │ │ │ texture.cpp
  5567. │ │ │ volume.cpp
  5568. │ │ │ volume.h
  5569. │ │ │ volume.rc
  5570. │ │ │
  5571. │ │ ├───WaitVBl
  5572. │ │ │ kitContent.kml
  5573. │ │ │ main.cpp
  5574. │ │ │ qpc.cpp
  5575. │ │ │ qpc.h
  5576. │ │ │ sources
  5577. │ │ │ WaitVBL.cpp
  5578. │ │ │ WaitVBL.h
  5579. │ │ │ WaitVBL.rc
  5580. │ │ │
  5581. │ │ ├───wbuffer
  5582. │ │ │ kitContent.kml
  5583. │ │ │ sources
  5584. │ │ │ wbuffer.cpp
  5585. │ │ │ wbuffer.h
  5586. │ │ │ wbuffer.rc
  5587. │ │ │
  5588. │ │ ├───wcmp
  5589. │ │ │ always.cpp
  5590. │ │ │ combo.cpp
  5591. │ │ │ equal.cpp
  5592. │ │ │ greater.cpp
  5593. │ │ │ kitContent.kml
  5594. │ │ │ less.cpp
  5595. │ │ │ sources
  5596. │ │ │ wcmp.cpp
  5597. │ │ │ wcmp.h
  5598. │ │ │ wcmp.rc
  5599. │ │ │
  5600. │ │ ├───zbias
  5601. │ │ │ │ kitContent.kml
  5602. │ │ │ │ wbuffer.cpp
  5603. │ │ │ │ zbias.cpp
  5604. │ │ │ │ zbias.fx
  5605. │ │ │ │ zbias.h
  5606. │ │ │ │ zbias.rc
  5607. │ │ │ │ zbuffer.cpp
  5608. │ │ │ │
  5609. │ │ │ └───original
  5610. │ │ │ sources
  5611. │ │ │
  5612. │ │ ├───zbuffer
  5613. │ │ │ discard.cpp
  5614. │ │ │ enable.cpp
  5615. │ │ │ kitContent.kml
  5616. │ │ │ never.cpp
  5617. │ │ │ print.cpp
  5618. │ │ │ sources
  5619. │ │ │ verify.cpp
  5620. │ │ │ zbuffer.cpp
  5621. │ │ │ zbuffer.h
  5622. │ │ │ zbuffer.rc
  5623. │ │ │
  5624. │ │ ├───zcmp
  5625. │ │ │ │ always.cpp
  5626. │ │ │ │ combo.cpp
  5627. │ │ │ │ equal.cpp
  5628. │ │ │ │ greater.cpp
  5629. │ │ │ │ kitContent.kml
  5630. │ │ │ │ less.cpp
  5631. │ │ │ │ zcmp.cpp
  5632. │ │ │ │ zcmp.h
  5633. │ │ │ │ zcmp.rc
  5634. │ │ │ │
  5635. │ │ │ └───original
  5636. │ │ │ sources
  5637. │ │ │
  5638. │ │ └───zfight
  5639. │ │ │ kitContent.kml
  5640. │ │ │ zfight.cpp
  5641. │ │ │ zfight.h
  5642. │ │ │ zfight.rc
  5643. │ │ │ ZFight.vcproj
  5644. │ │ │ ZFight.vcproj.vspscc
  5645. │ │ │
  5646. │ │ └───original
  5647. │ │ sources
  5648. │ │
  5649. │ └───dxgi
  5650. │ ├───common
  5651. │ │ ├───include
  5652. │ │ │ BasicD3D10.h
  5653. │ │ │ CreateSWAdapter.h
  5654. │ │ │ D3D10RefUtil.h
  5655. │ │ │ D3D10SwapChain.h
  5656. │ │ │ DCOMPIsolation.h
  5657. │ │ │ DeviceWrapper10.h
  5658. │ │ │ DeviceWrapper11.h
  5659. │ │ │ DXGIBBFMT.H
  5660. │ │ │ DXGIFMT.H
  5661. │ │ │ DXGIPresentFlagRecord.h
  5662. │ │ │ DXGIRational.h
  5663. │ │ │ DXGIScanoutFormats.h
  5664. │ │ │ DXGISurfUtils.h
  5665. │ │ │ DXGISwapChainFlag.h
  5666. │ │ │ DXGISwapEffects.h
  5667. │ │ │ DXGIWndClass.h
  5668. │ │ │ EnumModesGDI.h
  5669. │ │ │ GetDeviceInfo9.h
  5670. │ │ │ ModeSet.h
  5671. │ │ │
  5672. │ │ └───source
  5673. │ │ │ dirs
  5674. │ │ │
  5675. │ │ ├───BasicD3D10
  5676. │ │ │ BasicD3D10.cpp
  5677. │ │ │ sources
  5678. │ │ │
  5679. │ │ ├───CreateSWAdapter
  5680. │ │ │ CreateSWAdapter.cpp
  5681. │ │ │ sources
  5682. │ │ │
  5683. │ │ ├───D3D10RefUtil
  5684. │ │ │ D3D10RefUtil.cpp
  5685. │ │ │ sources
  5686. │ │ │
  5687. │ │ ├───D3D10SwapChain
  5688. │ │ │ D3D10SwapChain.cpp
  5689. │ │ │ sources
  5690. │ │ │
  5691. │ │ ├───DCOMPIsolation
  5692. │ │ │ DCOMPIsolation.cpp
  5693. │ │ │ sources
  5694. │ │ │
  5695. │ │ ├───DeviceWrapper
  5696. │ │ │ DeviceWrapper10.cpp
  5697. │ │ │ sources
  5698. │ │ │
  5699. │ │ ├───DXGIBBFMT
  5700. │ │ │ DXGIBBFMT.CPP
  5701. │ │ │ sources
  5702. │ │ │
  5703. │ │ ├───DXGIFMT
  5704. │ │ │ DXGIFMT.CPP
  5705. │ │ │ sources
  5706. │ │ │
  5707. │ │ ├───DXGIPresentFlagRecord
  5708. │ │ │ DXGIPresentFlagRecord.cpp
  5709. │ │ │ sources
  5710. │ │ │
  5711. │ │ ├───DXGIScanoutFormats
  5712. │ │ │ DXGIScanoutFormats.cpp
  5713. │ │ │ sources
  5714. │ │ │
  5715. │ │ ├───DXGISurfUtils
  5716. │ │ │ DXGISurfUtils.cpp
  5717. │ │ │ sources
  5718. │ │ │
  5719. │ │ ├───DXGISwapChainFlag
  5720. │ │ │ DXGISwapChainFlag.cpp
  5721. │ │ │ sources
  5722. │ │ │
  5723. │ │ ├───DXGISwapEffects
  5724. │ │ │ DXGISwapEffects.cpp
  5725. │ │ │ sources
  5726. │ │ │
  5727. │ │ ├───DXGIWndClass
  5728. │ │ │ DXGIWndClass.cpp
  5729. │ │ │ sources
  5730. │ │ │
  5731. │ │ ├───EnumModesGDI
  5732. │ │ │ EnumModesGDI.cpp
  5733. │ │ │ sources
  5734. │ │ │
  5735. │ │ ├───GetDeviceInfo
  5736. │ │ │ GetDeviceInfo9.cpp
  5737. │ │ │ sources
  5738. │ │ │
  5739. │ │ └───ModeSet
  5740. │ │ ModeSet.cpp
  5741. │ │ sources
  5742. │ │
  5743. │ └───conf
  5744. │ │ dirs
  5745. │ │
  5746. │ ├───CreateBitmapfromDX
  5747. │ │ DXCreateBMP.cpp
  5748. │ │ DXCreateBMP.hpp
  5749. │ │ DXCreateBMP.rc
  5750. │ │ Makefile
  5751. │ │ sources
  5752. │ │
  5753. │ ├───DXGIFindMode
  5754. │ │ DXGIFMT.CPP
  5755. │ │ DXGIFMT.H
  5756. │ │ ModeMatch.cpp
  5757. │ │ ModeMatch.rc
  5758. │ │ sources
  5759. │ │
  5760. │ ├───DXGIFrameStats
  5761. │ │ DXGIFrameStats.cpp
  5762. │ │ DXGIFrameStats.h
  5763. │ │ DXGIFrameStats.rc
  5764. │ │ kitContent.kml
  5765. │ │ ps.psh
  5766. │ │ sources
  5767. │ │ vs.vsh
  5768. │ │
  5769. │ ├───DXGILatency
  5770. │ │ DefaultLatencyFS.cpp
  5771. │ │ DefaultLatencyWindowed.cpp
  5772. │ │ DoNotWait.cpp
  5773. │ │ DXGILatency.cpp
  5774. │ │ DXGILatency.h
  5775. │ │ DXGILatency.rc
  5776. │ │ LatencySingleSC.cpp
  5777. │ │ ParameterHelper.cpp
  5778. │ │ ParameterHelper.h
  5779. │ │ SetMaxFrameLatencyWindowed.cpp
  5780. │ │ SetMaximumFrameLatencyFS.cpp
  5781. │ │ SetupFS.cpp
  5782. │ │ SetupWindowed.cpp
  5783. │ │ sources
  5784. │ │ TestApp.cpp
  5785. │ │ TestApp.h
  5786. │ │ TestTex00.dds
  5787. │ │ TestTex01.dds
  5788. │ │ TestTex02.dds
  5789. │ │ TestTex03.dds
  5790. │ │ VerifySecondDeviceUnaffected.cpp
  5791. │ │
  5792. │ ├───DXGIModeEnumeration
  5793. │ │ BaseModeEnumerationTestGroup.cpp
  5794. │ │ DXGIModeEnum.h
  5795. │ │ DXGIModeEnum.rc
  5796. │ │ kitContent.kml
  5797. │ │ ModeEnum.cpp
  5798. │ │ sources
  5799. │ │ TestApp.cpp
  5800. │ │ TestApp.h
  5801. │ │ ValidateModeListTestGroup.cpp
  5802. │ │
  5803. │ ├───DXGIPresent
  5804. │ │ │ dirs
  5805. │ │ │ sources.inc
  5806. │ │ │
  5807. │ │ ├───DXGIHybridPresent
  5808. │ │ │ DXGIHybridPowerManagement.cpp
  5809. │ │ │ DXGIHybridPowerManagement.h
  5810. │ │ │ DXGIHybridPresent.cpp
  5811. │ │ │ DXGIHybridPresent.h
  5812. │ │ │ DXGIHybridPresentChild.cpp
  5813. │ │ │ DXGIHybridPresentChild.h
  5814. │ │ │ DXGIHybridPresentPnPStop.cpp
  5815. │ │ │ DXGIHybridPresentPnPStop.h
  5816. │ │ │ DXGIHybridPresentTDR.cpp
  5817. │ │ │ DXGIHybridPresentTDR.h
  5818. │ │ │ DXGIPresent.rc
  5819. │ │ │ HybridPresentETWValidation.cpp
  5820. │ │ │ HybridPresentETWValidation.h
  5821. │ │ │ kitContent.kml
  5822. │ │ │ sources
  5823. │ │ │ TestApp.cpp
  5824. │ │ │ TestTex00.dds
  5825. │ │ │ TestTex01.dds
  5826. │ │ │ TestTex02.dds
  5827. │ │ │ TestTex03.dds
  5828. │ │ │
  5829. │ │ ├───DXGIHybridPresentModern
  5830. │ │ │ │ appxmanifest.xml
  5831. │ │ │ │ BasicTimer.h
  5832. │ │ │ │ CubeRenderer.cpp
  5833. │ │ │ │ CubeRenderer.h
  5834. │ │ │ │ Direct3DBase.cpp
  5835. │ │ │ │ Direct3DBase.h
  5836. │ │ │ │ DirectXHelper.h
  5837. │ │ │ │ installmodernd3d.cmd
  5838. │ │ │ │ kitContent.kml
  5839. │ │ │ │ makefile.inc
  5840. │ │ │ │ ModernD3D.cpp
  5841. │ │ │ │ ModernD3D.h
  5842. │ │ │ │ ModernD3D.sdf
  5843. │ │ │ │ ModernD3D.sln
  5844. │ │ │ │ ModernD3D.vcxproj
  5845. │ │ │ │ ModernD3D.vcxproj.filters
  5846. │ │ │ │ ModernD3D.vcxproj.user
  5847. │ │ │ │ ModernD3D_TemporaryKey.pfx
  5848. │ │ │ │ Package.appxmanifest
  5849. │ │ │ │ pch.cpp
  5850. │ │ │ │ pch.h
  5851. │ │ │ │ SimplePixelShader.hlsl
  5852. │ │ │ │ SimpleVertexShader.hlsl
  5853. │ │ │ │ sources
  5854. │ │ │ │
  5855. │ │ │ └───Assets
  5856. │ │ │ Logo.png
  5857. │ │ │ SmallLogo.png
  5858. │ │ │ SplashScreen.png
  5859. │ │ │ StoreLogo.png
  5860. │ │ │
  5861. │ │ ├───DXGIMultiPresent
  5862. │ │ │ DXGIMultiPresent.cpp
  5863. │ │ │ DXGIMultiPresent.h
  5864. │ │ │ DXGIMultiPresent.rc
  5865. │ │ │ kitContent.kml
  5866. │ │ │ sources
  5867. │ │ │
  5868. │ │ ├───DXGIPresentFlags
  5869. │ │ │ DXGIPresent.rc
  5870. │ │ │ DXGIPresentFlags.h
  5871. │ │ │ PFFSDiscard.cpp
  5872. │ │ │ PFFSSequential.cpp
  5873. │ │ │ PFWinDiscard.cpp
  5874. │ │ │ PFWinSequential.cpp
  5875. │ │ │ sources
  5876. │ │ │ TestApp.cpp
  5877. │ │ │ TestTex00.dds
  5878. │ │ │ TestTex01.dds
  5879. │ │ │ TestTex02.dds
  5880. │ │ │ TestTex03.dds
  5881. │ │ │
  5882. │ │ ├───DXGIPresent_Core
  5883. │ │ │ DXGIPresent.rc
  5884. │ │ │ kitContent.kml
  5885. │ │ │ PresentWinClippingWindows.cpp
  5886. │ │ │ PresentWinCore.cpp
  5887. │ │ │ PresentWinCore.h
  5888. │ │ │ PresentWinCSSmallWindow.cpp
  5889. │ │ │ PresentWinScrollAndDirtyRects.cpp
  5890. │ │ │ sources
  5891. │ │ │ TestApp.cpp
  5892. │ │ │ TestTex00.dds
  5893. │ │ │ TestTex01.dds
  5894. │ │ │ TestTex02.dds
  5895. │ │ │ TestTex03.dds
  5896. │ │ │ testTex1x1_00.dds
  5897. │ │ │ testTex1x1_01.dds
  5898. │ │ │ testTex1x1_02.dds
  5899. │ │ │ testTex1x1_03.dds
  5900. │ │ │
  5901. │ │ ├───DXGIPresent_Lib
  5902. │ │ │ Adapter.cpp
  5903. │ │ │ Adapter.h
  5904. │ │ │ BBDims.cpp
  5905. │ │ │ BBDims.h
  5906. │ │ │ DXGIPresent.h
  5907. │ │ │ DXGIPresent.vcproj
  5908. │ │ │ FlipRotate.cpp
  5909. │ │ │ FlipRotate.h
  5910. │ │ │ ModeInformation.cpp
  5911. │ │ │ ModeInformation.h
  5912. │ │ │ Node.h
  5913. │ │ │ ParameterHelper.cpp
  5914. │ │ │ ParameterHelper.h
  5915. │ │ │ PresentFS.cpp
  5916. │ │ │ PresentSingleSC.cpp
  5917. │ │ │ PresentWinCS.cpp
  5918. │ │ │ Rects.cpp
  5919. │ │ │ Rects.h
  5920. │ │ │ RegionHelper.cpp
  5921. │ │ │ RegionHelper.h
  5922. │ │ │ Scrollinfo.cpp
  5923. │ │ │ Scrollinfo.h
  5924. │ │ │ sources
  5925. │ │ │ SyncTransformTest.cpp
  5926. │ │ │ TestApp.h
  5927. │ │ │ WindowTree.cpp
  5928. │ │ │ WindowTree.h
  5929. │ │ │
  5930. │ │ ├───DXGISwapEffect
  5931. │ │ │ DXGIPresent.rc
  5932. │ │ │ DXGISwapEffect.h
  5933. │ │ │ FSWinTransitionSequential.cpp
  5934. │ │ │ kitContent.kml
  5935. │ │ │ SEFSSequential.cpp
  5936. │ │ │ SEWinSequential.cpp
  5937. │ │ │ sources
  5938. │ │ │ TestApp.cpp
  5939. │ │ │ TestTex00.dds
  5940. │ │ │ TestTex01.dds
  5941. │ │ │ TestTex02.dds
  5942. │ │ │ TestTex03.dds
  5943. │ │ │
  5944. │ │ └───DXGISyncTransform
  5945. │ │ DXGISyncTransform.manifest
  5946. │ │ DXGISyncTransform.rc
  5947. │ │ sources
  5948. │ │ SpecialCases.cpp
  5949. │ │ SyncTransform.cpp
  5950. │ │ SyncTransform.h
  5951. │ │ TestTex00.dds
  5952. │ │ TestTex01.dds
  5953. │ │ TestTex02.dds
  5954. │ │ TestTex03.dds
  5955. │ │ testTex1x1_00.dds
  5956. │ │ testTex1x1_01.dds
  5957. │ │ testTex1x1_02.dds
  5958. │ │ testTex1x1_03.dds
  5959. │ │ ValidTransformMatrix.cpp
  5960. │ │
  5961. │ ├───DXGIPresentRate
  5962. │ │ DXGIPresentRate.cpp
  5963. │ │ DXGIPresentRate.h
  5964. │ │ DXGIPresentRate.rc
  5965. │ │ kitContent.kml
  5966. │ │ ParameterHelper.cpp
  5967. │ │ ParameterHelper.h
  5968. │ │ PresentRateSingleSC.cpp
  5969. │ │ PRFSDiscard.cpp
  5970. │ │ PRFSSequential.cpp
  5971. │ │ PRWinDiscard.cpp
  5972. │ │ PRWinSequential.cpp
  5973. │ │ PRWinSequentialVaryingSyncInterval.cpp
  5974. │ │ SetupFS.cpp
  5975. │ │ SetupWin.cpp
  5976. │ │ sources
  5977. │ │ TestApp.cpp
  5978. │ │ testapp.h
  5979. │ │ TestTex00.dds
  5980. │ │ TestTex01.dds
  5981. │ │ TestTex02.dds
  5982. │ │
  5983. │ ├───DXGIStereoPresent
  5984. │ │ DXGIStereoPresent.cpp
  5985. │ │ DXGIStereoPresent.h
  5986. │ │ DXGIStereoPresent.rc
  5987. │ │ DXGIStereoPresentFS.cpp
  5988. │ │ DXGIStereoPresentWin.cpp
  5989. │ │ kitContent.kml
  5990. │ │ sources
  5991. │ │ TestApp.cpp
  5992. │ │ TestApp.h
  5993. │ │
  5994. │ ├───DXGITrimMemory
  5995. │ │ DXGITrimMemory.cpp
  5996. │ │ DXGITrimMemory.h
  5997. │ │ DXGITrimMemory.rc
  5998. │ │ DXGITrimMemoryTest.cpp
  5999. │ │ DXGITrimMemoryTest.h
  6000. │ │ DXGITrim_shader.fx
  6001. │ │ DXGITrim_shader_vb.fx
  6002. │ │ kitContent.kml
  6003. │ │ sources
  6004. │ │
  6005. │ ├───DXGIWaitVbl
  6006. │ │ DXGIWaitVBl.cpp
  6007. │ │ DXGIWaitVBl.h
  6008. │ │ qpc.cpp
  6009. │ │ qpc.h
  6010. │ │ sources
  6011. │ │ TestApp.cpp
  6012. │ │ TestApp.h
  6013. │ │
  6014. │ ├───GetDispSurfData
  6015. │ │ cp.bat
  6016. │ │ DrawD3D10Scene.cpp
  6017. │ │ DrawD3D10Scene.hpp
  6018. │ │ GetDispSurfData.cpp
  6019. │ │ GetDispSurfData.fx
  6020. │ │ GetDispSurfData.hpp
  6021. │ │ GetDispSurfData.rc
  6022. │ │ GetDispSurfData.vcproj
  6023. │ │ sources
  6024. │ │ Tests.cpp
  6025. │ │ Tests.hpp
  6026. │ │ TextureCode.cpp
  6027. │ │ WrappedDevice.hpp
  6028. │ │
  6029. │ ├───PresentDuration
  6030. │ │ │ CustomPresentDurationEventProcessingThread.cpp
  6031. │ │ │ CustomPresentDurationEventProcessingThread.hpp
  6032. │ │ │ dirs
  6033. │ │ │ ETWEventProcessingThread.cpp
  6034. │ │ │ ETWEventProcessingThread.hpp
  6035. │ │ │ GraphicsTAEFTest.cpp
  6036. │ │ │ GraphicsTAEFTest.hpp
  6037. │ │ │ HelperMacros.h
  6038. │ │ │ PresentDurationTest.cpp
  6039. │ │ │ PresentDurationTest.hpp
  6040. │ │ │ sources.inc
  6041. │ │ │
  6042. │ │ ├───Win7
  6043. │ │ │ KitContent.kml
  6044. │ │ │ sources
  6045. │ │ │
  6046. │ │ └───Win8
  6047. │ │ sources
  6048. │ │
  6049. │ └───SwapChainRendering
  6050. │ │ CD3D11ClearRenderingTechnique.cpp
  6051. │ │ CD3D11ClearRenderingTechnique.hpp
  6052. │ │ CD3D11ColorSwatchPatternRenderingTechnique.cpp
  6053. │ │ CD3D11ColorSwatchPatternRenderingTechnique.hpp
  6054. │ │ CD3D11RenderingTechnique.cpp
  6055. │ │ CD3D11SceneRenderer.cpp
  6056. │ │ CD3D11SceneRenderer.hpp
  6057. │ │ CD3D11ShadedCubeRenderingTechnique.cpp
  6058. │ │ CD3D11ShadedCubeRenderingTechnique.hpp
  6059. │ │ CD3D11TexturedPlaneRenderingTechnique.cpp
  6060. │ │ CD3D11TexturedPlaneRenderingTechnique.hpp
  6061. │ │ CD3D12ClearRenderingTechnique.cpp
  6062. │ │ CD3D12ClearRenderingTechnique.hpp
  6063. │ │ CD3D12ColorSwatchPatternRenderingTechnique.cpp
  6064. │ │ CD3D12ColorSwatchPatternRenderingTechnique.hpp
  6065. │ │ CD3D12RenderingTechnique.cpp
  6066. │ │ CD3D12SceneRenderer.cpp
  6067. │ │ CD3D12SceneRenderer.hpp
  6068. │ │ CD3D12ShadedCubeRenderingTechnique.cpp
  6069. │ │ CD3D12ShadedCubeRenderingTechnique.hpp
  6070. │ │ CD3D12TexturedPlaneRenderingTechnique.cpp
  6071. │ │ CD3D12TexturedPlaneRenderingTechnique.hpp
  6072. │ │ CImmersiveWindowWrapper.cpp
  6073. │ │ CImmersiveWindowWrapper.hpp
  6074. │ │ CRenderingTechnique.cpp
  6075. │ │ CScreenCapture.cpp
  6076. │ │ CScreenCapture.hpp
  6077. │ │ CSwapChainsTest.cpp
  6078. │ │ CSwapChainsTest.hpp
  6079. │ │ CSystemWindowWrapper.cpp
  6080. │ │ CSystemWindowWrapper.hpp
  6081. │ │ dirs
  6082. │ │ GraphicsTAEFTest.cpp
  6083. │ │ GraphicsTAEFTest.hpp
  6084. │ │ HelperMacros.h
  6085. │ │ RenderingTypes.hpp
  6086. │ │ ShadedObjectPixelShader.hlsl
  6087. │ │ ShadedObjectPixelShader_4_0_level_9_1.h
  6088. │ │ ShadedObjectPixelShader_5_1.h
  6089. │ │ ShadedObjectVertexShader.hlsl
  6090. │ │ ShadedObjectVertexShader_4_0_level_9_1.h
  6091. │ │ ShadedObjectVertexShader_5_1.h
  6092. │ │ sources.inc
  6093. │ │ TexturedObjectPixelShader.hlsl
  6094. │ │ TexturedObjectPixelShader_4_0_level_9_1.h
  6095. │ │ TexturedObjectPixelShader_5_1.h
  6096. │ │ TexturedObjectVertexShader.hlsl
  6097. │ │ TexturedObjectVertexShader_4_0_level_9_1.h
  6098. │ │ TexturedObjectVertexShader_5_1.h
  6099. │ │
  6100. │ ├───Win7
  6101. │ │ KitContent.kml
  6102. │ │ sources
  6103. │ │
  6104. │ └───Win8
  6105. │ sources
  6106. └───wlanouterloop
  6107. │ readme.txt
  6108. └───Microsoft.Test.Networking.Wireless.SingleMachine
  6109. WirelessDeviceTests.cs
  6110. WirelessSingleMachineHelpers.cs
  6111. WirelessSingleMachineTests.cs
  6112. WirelessSystemTests.cs
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement