@carbonenginejs/runtime-resource 0.12.2 → 0.13.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -21
- package/NOTICE +32 -32
- package/README.md +129 -108
- package/dist/CjsMotherLode.js +1271 -1271
- package/dist/CjsResMan.js +3858 -3494
- package/dist/CjsResMan.js.map +1 -1
- package/dist/CjsResManFetchProvider.js +94 -94
- package/dist/CjsResManWorkQueue.js +301 -301
- package/dist/_virtual/_rollupPluginBabelHelpers.js +150 -150
- package/dist/format/CjsBlueReader.js +358 -358
- package/dist/format/CjsByteReader.js +310 -310
- package/dist/format/CjsByteWriter.js +242 -242
- package/dist/format/CjsFormat.js +223 -223
- package/dist/format/CjsFormatError.js +41 -41
- package/dist/format/CjsReader.js +22 -22
- package/dist/format/CjsResourceProbe.js +279 -279
- package/dist/format/CjsStringTable.js +268 -268
- package/dist/format/carbonEffect/CjsCarbonEffectReader.js +408 -361
- package/dist/format/carbonEffect/CjsCarbonEffectReader.js.map +1 -1
- package/dist/format/carbonEffect/CjsCarbonEffectWriter.js +373 -373
- package/dist/format/carbonEffect/buildCarbonEffectContainer.js +182 -0
- package/dist/format/carbonEffect/buildCarbonEffectContainer.js.map +1 -0
- package/dist/format/carbonEffect/carbonEffectBackendBlock.js +321 -427
- package/dist/format/carbonEffect/carbonEffectBackendBlock.js.map +1 -1
- package/dist/format/carbonEffect/carbonEffectRecords.js +1147 -955
- package/dist/format/carbonEffect/carbonEffectRecords.js.map +1 -1
- package/dist/format/carbonEffect/carbonEffectResourceTransform.js +197 -0
- package/dist/format/carbonEffect/carbonEffectResourceTransform.js.map +1 -0
- package/dist/format/compareUtf8.js +36 -36
- package/dist/format/effect/effectBodyInventory.js +146 -0
- package/dist/format/effect/effectBodyInventory.js.map +1 -0
- package/dist/format/effect/effectPermutationGraph.js +257 -257
- package/dist/format/effect/effectPermutationGraph.js.map +1 -1
- package/dist/format/effect/sha256.js +114 -114
- package/dist/format/index.js +11 -11
- package/dist/format/payloadContract.js +193 -193
- package/dist/formats/black/CjsBlackFormat.js +310 -292
- package/dist/formats/black/CjsBlackFormat.js.map +1 -1
- package/dist/formats/black/core/CjsBlackBinaryReader.js +260 -260
- package/dist/formats/black/core/CjsBlackPropertyReaders.js +448 -448
- package/dist/formats/black/core/CjsBlackReader.js +764 -764
- package/dist/formats/black/core/CjsBlackSchemaRegistry.js +540 -540
- package/dist/formats/black/core/black-schema-v1-2026-07-23.json.js +4 -4
- package/dist/formats/black/core/blackConstants.js +7 -7
- package/dist/formats/black/core/blackDefinitions.js +10 -10
- package/dist/formats/black/core/blackEnums.js +6 -6
- package/dist/formats/black/core/blackSchema.js +3 -3
- package/dist/formats/black/core/blackVersion.js +22 -22
- package/dist/formats/black/core/helpers.js +199 -199
- package/dist/formats/black/core/schema.js +4 -4
- package/dist/formats/black/index.js +2 -2
- package/dist/formats/bnk/CjsBnkFormat.js +175 -156
- package/dist/formats/bnk/CjsBnkFormat.js.map +1 -1
- package/dist/formats/bnk/core/busNodes.js +252 -0
- package/dist/formats/bnk/core/busNodes.js.map +1 -0
- package/dist/formats/bnk/core/effectNodes.js +147 -0
- package/dist/formats/bnk/core/effectNodes.js.map +1 -0
- package/dist/formats/bnk/core/eventAction.js +416 -305
- package/dist/formats/bnk/core/eventAction.js.map +1 -1
- package/dist/formats/bnk/core/globalSettings.js +215 -0
- package/dist/formats/bnk/core/globalSettings.js.map +1 -0
- package/dist/formats/bnk/core/graph.js +137 -137
- package/dist/formats/bnk/core/helpers.js +512 -480
- package/dist/formats/bnk/core/helpers.js.map +1 -1
- package/dist/formats/bnk/core/musicNodes.js +533 -509
- package/dist/formats/bnk/core/musicNodes.js.map +1 -1
- package/dist/formats/bnk/core/nodeBase.js +553 -532
- package/dist/formats/bnk/core/nodeBase.js.map +1 -1
- package/dist/formats/bnk/core/sfxNodes.js +632 -632
- package/dist/formats/bnk/core/soundbanksInfo.js +209 -209
- package/dist/formats/bnk/index.js +2 -2
- package/dist/formats/cmf/CjsCmfFormat.js +497 -497
- package/dist/formats/cmf/core/binary.js +194 -194
- package/dist/formats/cmf/core/buffers.js +237 -237
- package/dist/formats/cmf/core/constants.js +47 -47
- package/dist/formats/cmf/core/gr2Anim.js +453 -453
- package/dist/formats/cmf/core/helpers.js +318 -318
- package/dist/formats/cmf/core/pack.js +276 -276
- package/dist/formats/cmf/core/schema.js +374 -374
- package/dist/formats/cmf/core/shared.js +277 -277
- package/dist/formats/cmf/core/writer.js +571 -571
- package/dist/formats/cmf/index.js +2 -2
- package/dist/formats/dds/CjsDdsFormat.js +200 -200
- package/dist/formats/dds/core/bc6h.js +298 -298
- package/dist/formats/dds/core/bc7.js +272 -272
- package/dist/formats/dds/core/helpers.js +862 -862
- package/dist/formats/dds/index.js +2 -2
- package/dist/formats/dxbc/CjsDxbcFormat.js +142 -142
- package/dist/formats/dxbc/core/DxbcReader.js +266 -266
- package/dist/formats/dxbc/core/container.js +169 -169
- package/dist/formats/dxbc/core/decoder.js +789 -789
- package/dist/formats/dxbc/core/errors.js +19 -19
- package/dist/formats/dxbc/core/helpers.js +220 -220
- package/dist/formats/dxbc/core/opcodes.js +45 -45
- package/dist/formats/dxbc/core/program.js +91 -91
- package/dist/formats/dxbc/core/signature.js +172 -172
- package/dist/formats/dxbc/index.js +2 -2
- package/dist/formats/fbx/CjsFbxFormat.js +266 -266
- package/dist/formats/fbx/core/helpers.js +3932 -3932
- package/dist/formats/fbx/index.js +2 -2
- package/dist/formats/flac/CjsFlacFormat.js +142 -142
- package/dist/formats/flac/core/helpers.js +315 -315
- package/dist/formats/flac/index.js +2 -2
- package/dist/formats/gif/CjsGifFormat.js +141 -141
- package/dist/formats/gif/core/helpers.js +380 -380
- package/dist/formats/gif/index.js +2 -2
- package/dist/formats/gltf/CjsGltfFormat.js +290 -290
- package/dist/formats/gltf/core/helpers.js +307 -307
- package/dist/formats/gltf/core/json.js +79 -79
- package/dist/formats/gltf/core/parser.js +679 -679
- package/dist/formats/gltf/core/targets.js +173 -173
- package/dist/formats/gltf/index.js +2 -2
- package/dist/formats/gr2/CjsGr2Format.js +289 -289
- package/dist/formats/gr2/core/bitknit2.js +282 -282
- package/dist/formats/gr2/core/curves.js +1047 -1047
- package/dist/formats/gr2/core/gsf.js +72 -72
- package/dist/formats/gr2/core/helpers.js +352 -352
- package/dist/formats/gr2/core/json.js +622 -622
- package/dist/formats/gr2/core/oodle1.js +388 -388
- package/dist/formats/gr2/core/tangents.js +48 -48
- package/dist/formats/gr2/core/targets.js +361 -361
- package/dist/formats/gr2/index.js +2 -2
- package/dist/formats/hlsl/CjsHlslFormat.js +254 -254
- package/dist/formats/hlsl/core/HlslBinaryUtils.js +15 -15
- package/dist/formats/hlsl/core/HlslEffectReadError.js +19 -19
- package/dist/formats/hlsl/core/HlslEffectStateManager.js +130 -130
- package/dist/formats/hlsl/core/HlslRenderStateSetup.js +37 -37
- package/dist/formats/hlsl/core/HlslResourceSetDescription.js +94 -94
- package/dist/formats/hlsl/core/HlslShaderBytecode.js +44 -44
- package/dist/formats/hlsl/core/analysis.js +51 -51
- package/dist/formats/hlsl/core/carbonDescriptionToRuntime.js +850 -781
- package/dist/formats/hlsl/core/carbonDescriptionToRuntime.js.map +1 -1
- package/dist/formats/hlsl/core/detailMapFamily.js +128 -0
- package/dist/formats/hlsl/core/detailMapFamily.js.map +1 -0
- package/dist/formats/hlsl/core/helpers.js +270 -270
- package/dist/formats/hlsl/core/json.js +284 -284
- package/dist/formats/hlsl/core/localLightFamily.js +133 -0
- package/dist/formats/hlsl/core/localLightFamily.js.map +1 -0
- package/dist/formats/hlsl/core/metadata.js +327 -327
- package/dist/formats/hlsl/core/render-states.js +280 -280
- package/dist/formats/hlsl/core/tr2/HlslRenderContextEnum.js +43 -43
- package/dist/formats/hlsl/core/tr2/resources/HlslEffectRes.js +320 -314
- package/dist/formats/hlsl/core/tr2/resources/HlslEffectRes.js.map +1 -1
- package/dist/formats/hlsl/core/tr2/resources/HlslShaderPermutation.js +33 -33
- package/dist/formats/hlsl/core/tr2/shader/HlslEffectBindingManifest.js +416 -416
- package/dist/formats/hlsl/core/tr2/shader/HlslEffectConstant.js +40 -40
- package/dist/formats/hlsl/core/tr2/shader/HlslEffectDescription.js +62 -742
- package/dist/formats/hlsl/core/tr2/shader/HlslEffectDescription.js.map +1 -1
- package/dist/formats/hlsl/core/tr2/shader/HlslEffectLibrary.js +52 -52
- package/dist/formats/hlsl/core/tr2/shader/HlslEffectParameterAnnotation.js +38 -38
- package/dist/formats/hlsl/core/tr2/shader/HlslEffectResource.js +50 -50
- package/dist/formats/hlsl/core/tr2/shader/HlslEffectStageInput.js +86 -86
- package/dist/formats/hlsl/core/tr2/shader/HlslEffectTechnique.js +31 -31
- package/dist/formats/hlsl/core/tr2/shader/HlslPass.js +42 -42
- package/dist/formats/hlsl/core/tr2/shader/HlslSamplerDescription.js +55 -55
- package/dist/formats/hlsl/core/tr2/shader/HlslSamplerSetup.js +29 -29
- package/dist/formats/hlsl/core/tr2/shader/HlslShader.js +220 -220
- package/dist/formats/hlsl/core/tr2/shader/HlslShaderOption.js +30 -30
- package/dist/formats/hlsl/index.js +3 -3
- package/dist/formats/index.js +33 -31
- package/dist/formats/index.js.map +1 -1
- package/dist/formats/jpeg/CjsJpegFormat.js +212 -212
- package/dist/formats/jpeg/core/helpers.js +402 -402
- package/dist/formats/jpeg/core/jpeg.js +480 -480
- package/dist/formats/jpeg/index.js +2 -2
- package/dist/formats/mp3/CjsMp3Format.js +197 -197
- package/dist/formats/mp3/core/helpers.js +375 -375
- package/dist/formats/mp3/index.js +2 -2
- package/dist/formats/mp4/CjsMp4Format.js +197 -197
- package/dist/formats/mp4/core/helpers.js +484 -484
- package/dist/formats/mp4/index.js +2 -2
- package/dist/formats/obj/CjsObjFormat.js +253 -253
- package/dist/formats/obj/core/helpers.js +573 -573
- package/dist/formats/obj/core/json.js +64 -64
- package/dist/formats/obj/core/parser.js +321 -321
- package/dist/formats/obj/index.js +2 -2
- package/dist/formats/ogg/CjsOggFormat.js +143 -143
- package/dist/formats/ogg/core/helpers.js +410 -410
- package/dist/formats/ogg/core/imdct.js +178 -178
- package/dist/formats/ogg/core/vorbis.js +1017 -1017
- package/dist/formats/ogg/index.js +2 -2
- package/dist/formats/pickle/CjsPickleFormat.js +214 -0
- package/dist/formats/pickle/CjsPickleFormat.js.map +1 -0
- package/dist/formats/pickle/core/CjsPickleProtocol0Reader.js +551 -0
- package/dist/formats/pickle/core/CjsPickleProtocol0Reader.js.map +1 -0
- package/dist/formats/pickle/index.js +2 -0
- package/dist/formats/pickle/index.js.map +1 -0
- package/dist/formats/png/CjsPngFormat.js +201 -201
- package/dist/formats/png/core/helpers.js +635 -635
- package/dist/formats/png/index.js +2 -2
- package/dist/formats/red/CjsRedFormat.js +263 -263
- package/dist/formats/red/core/CjsRedReader.js +246 -246
- package/dist/formats/red/core/blackDefinitions.js +3 -3
- package/dist/formats/red/core/helpers.js +158 -158
- package/dist/formats/red/core/redGraph.js +71 -68
- package/dist/formats/red/core/redGraph.js.map +1 -1
- package/dist/formats/red/core/schema.js +4 -4
- package/dist/formats/red/index.js +2 -2
- package/dist/formats/stl/CjsStlFormat.js +365 -365
- package/dist/formats/stl/core/helpers.js +261 -261
- package/dist/formats/stl/core/json.js +51 -51
- package/dist/formats/stl/core/stl.js +642 -642
- package/dist/formats/stl/core/targets.js +173 -173
- package/dist/formats/stl/index.js +2 -2
- package/dist/formats/tga/CjsTgaFormat.js +197 -197
- package/dist/formats/tga/core/helpers.js +493 -493
- package/dist/formats/tga/index.js +2 -2
- package/dist/formats/wav/CjsWavFormat.js +198 -198
- package/dist/formats/wav/core/helpers.js +365 -365
- package/dist/formats/wav/index.js +2 -2
- package/dist/formats/webgl/CjsWebglFormat.js +199 -221
- package/dist/formats/webgl/CjsWebglFormat.js.map +1 -1
- package/dist/formats/webgl/core/buildGlslEffectContainer.js +70 -0
- package/dist/formats/webgl/core/buildGlslEffectContainer.js.map +1 -0
- package/dist/formats/webgl/core/effectPackage.js +900 -792
- package/dist/formats/webgl/core/effectPackage.js.map +1 -1
- package/dist/formats/webgl/core/errors.js +27 -27
- package/dist/formats/webgl/core/errors.js.map +1 -1
- package/dist/formats/webgl/core/glsl/DxbcGlslEmitter.js +2820 -2678
- package/dist/formats/webgl/core/glsl/DxbcGlslEmitter.js.map +1 -1
- package/dist/formats/webgl/core/glsl/DxbcGlslHelpers.js +89 -89
- package/dist/formats/webgl/core/glsl/DxbcGlslOperandFormatter.js +486 -428
- package/dist/formats/webgl/core/glsl/DxbcGlslOperandFormatter.js.map +1 -1
- package/dist/formats/webgl/core/glsl/packedLightFixups.js +98 -0
- package/dist/formats/webgl/core/glsl/packedLightFixups.js.map +1 -0
- package/dist/formats/webgl/core/glslBackendBlock.js +552 -0
- package/dist/formats/webgl/core/glslBackendBlock.js.map +1 -0
- package/dist/formats/webgl/core/glslBackendBodySet.js +243 -0
- package/dist/formats/webgl/core/glslBackendBodySet.js.map +1 -0
- package/dist/formats/webgl/core/{cewgCompleteness.js → glslEffectCompleteness.js} +85 -81
- package/dist/formats/webgl/core/glslEffectCompleteness.js.map +1 -0
- package/dist/formats/webgl/core/helpers.js +167 -306
- package/dist/formats/webgl/core/helpers.js.map +1 -1
- package/dist/formats/webgl/core/inspectGlslEffectContainer.js +122 -0
- package/dist/formats/webgl/core/inspectGlslEffectContainer.js.map +1 -0
- package/dist/formats/webgl/core/readGlslEffectContainer.js +303 -0
- package/dist/formats/webgl/core/readGlslEffectContainer.js.map +1 -0
- package/dist/formats/webgl/index.js +2 -2
- package/dist/formats/webgpu/CjsWebgpuFormat.js +357 -357
- package/dist/formats/webgpu/CjsWebgpuFormat.js.map +1 -1
- package/dist/formats/webgpu/core/buildCarbonEffectContainer.js +89 -197
- package/dist/formats/webgpu/core/buildCarbonEffectContainer.js.map +1 -1
- package/dist/formats/webgpu/core/{cewgpu/CewgpuContainer.js → carbonWebgpu/CarbonWebgpuContainer.js} +354 -368
- package/dist/formats/webgpu/core/carbonWebgpu/CarbonWebgpuContainer.js.map +1 -0
- package/dist/formats/webgpu/core/{cewgpu → carbonWebgpu}/containerViews.js +355 -355
- package/dist/formats/webgpu/core/carbonWebgpu/containerViews.js.map +1 -0
- package/dist/formats/webgpu/core/{cewgpu → carbonWebgpu}/validateContainer.js +90 -90
- package/dist/formats/webgpu/core/carbonWebgpu/validateContainer.js.map +1 -0
- package/dist/formats/webgpu/core/effectAnalysis.js +82 -82
- package/dist/formats/webgpu/core/effectBackendBodySet.js +289 -289
- package/dist/formats/webgpu/core/effectBackendBodySet.js.map +1 -1
- package/dist/formats/webgpu/core/errors.js +20 -20
- package/dist/formats/webgpu/core/errors.js.map +1 -1
- package/dist/formats/webgpu/core/helpers.js +443 -443
- package/dist/formats/webgpu/core/helpers.js.map +1 -1
- package/dist/formats/webgpu/core/ir/analyzeRegisterValues.js +212 -212
- package/dist/formats/webgpu/core/ir/buildControlFlow.js +220 -220
- package/dist/formats/webgpu/core/ir/indexableTemps.js +137 -137
- package/dist/formats/webgpu/core/ir/inferValueTypes.js +449 -449
- package/dist/formats/webgpu/core/ir/lowerDxbcToIr.js +494 -494
- package/dist/formats/webgpu/core/ir/resolveRegisterFlow.js +177 -177
- package/dist/formats/webgpu/core/ir/sourceLanes.js +61 -61
- package/dist/formats/webgpu/core/packageEffect.js +381 -385
- package/dist/formats/webgpu/core/packageEffect.js.map +1 -1
- package/dist/formats/webgpu/core/packageEffectSelection.js +164 -164
- package/dist/formats/webgpu/core/packageEffectSelection.js.map +1 -1
- package/dist/formats/webgpu/core/packageMetadata.js +17 -17
- package/dist/formats/webgpu/core/schema.js +4 -4
- package/dist/formats/webgpu/core/wgsl/buildResourceTransformPlan.js +263 -263
- package/dist/formats/webgpu/core/wgsl/buildResourceTransformPlan.js.map +1 -1
- package/dist/formats/webgpu/core/wgsl/buildWgslBindingPlan.js +172 -172
- package/dist/formats/webgpu/core/wgsl/buildWgslSet.js +320 -320
- package/dist/formats/webgpu/core/wgsl/buildWgslSet.js.map +1 -1
- package/dist/formats/webgpu/core/wgsl/emitWgsl.js +356 -356
- package/dist/formats/webgpu/core/wgsl/hoistEscapingValues.js +77 -77
- package/dist/formats/webgpu/core/wgsl/lowerBindingLayout.js +451 -451
- package/dist/formats/webgpu/core/wgsl/lowerComputeProgram.js +735 -735
- package/dist/formats/webgpu/core/wgsl/lowerCreateHistogramsComputeProgram.js +457 -457
- package/dist/formats/webgpu/core/wgsl/lowerFragmentProgram.js +1572 -1572
- package/dist/formats/webgpu/core/wgsl/lowerMergeHistogramsComputeProgram.js +659 -659
- package/dist/formats/webgpu/core/wgsl/lowerParticleClearComputePrograms.js +734 -734
- package/dist/formats/webgpu/core/wgsl/lowerParticleEmitComputeProgram.js +583 -583
- package/dist/formats/webgpu/core/wgsl/lowerSkinVerticesComputeProgram.js +621 -621
- package/dist/formats/webgpu/core/wgsl/lowerSortComputeProgram.js +824 -824
- package/dist/formats/webgpu/core/wgsl/lowerSortInnerComputeProgram.js +697 -697
- package/dist/formats/webgpu/core/wgsl/lowerSortStepComputeProgram.js +559 -559
- package/dist/formats/webgpu/core/wgsl/lowerVertexProgram.js +1328 -1328
- package/dist/formats/webgpu/core/wgsl/particleEmitSemanticDigest.js +110 -110
- package/dist/formats/webgpu/core/wgsl/precisionControls.js +55 -55
- package/dist/formats/webgpu/core/wgsl/selectionPlans.js +717 -717
- package/dist/formats/webgpu/core/wgsl/uniformity.js +78 -78
- package/dist/formats/webgpu/core/wgsl/validateExactComputeIr.js +196 -196
- package/dist/formats/webgpu/core/wgsl/validateHandleOperand.js +37 -37
- package/dist/formats/webgpu/index.js +2 -2
- package/dist/formats/webm/CjsWebmFormat.js +197 -197
- package/dist/formats/webm/core/helpers.js +572 -572
- package/dist/formats/webm/index.js +2 -2
- package/dist/formats/webp/CjsWebpFormat.js +140 -140
- package/dist/formats/webp/core/helpers.js +237 -237
- package/dist/formats/webp/index.js +2 -2
- package/dist/formats/wem/CjsWemFormat.js +250 -250
- package/dist/formats/wem/core/bitStream.js +261 -261
- package/dist/formats/wem/core/codebookLibrary.js +164 -164
- package/dist/formats/wem/core/helpers.js +437 -437
- package/dist/formats/wem/core/packedCodebooksAotuv603.js +30 -30
- package/dist/formats/wem/core/ptadpcm.js +77 -77
- package/dist/formats/wem/core/resolve.js +121 -121
- package/dist/formats/wem/core/wemToOgg.js +485 -485
- package/dist/formats/wem/index.js +2 -2
- package/dist/formats/yaml/CjsYamlFormat.js +134 -134
- package/dist/formats/yaml/CjsYamlFormat.js.map +1 -1
- package/dist/formats/yaml/core/CjsYamlReader.js +400 -402
- package/dist/formats/yaml/core/CjsYamlReader.js.map +1 -1
- package/dist/formats/yaml/core/helpers.js +196 -170
- package/dist/formats/yaml/core/helpers.js.map +1 -1
- package/dist/formats/yaml/index.js +2 -2
- package/dist/index.js +64 -62
- package/dist/index.js.map +1 -1
- package/dist/resource/CjsLoadingObject.js +19 -0
- package/dist/resource/CjsLoadingObject.js.map +1 -0
- package/dist/resource/CjsResource.js +801 -797
- package/dist/resource/CjsResource.js.map +1 -1
- package/dist/resource/ResourceHandlerMode.js +14 -0
- package/dist/resource/ResourceHandlerMode.js.map +1 -0
- package/dist/resource/Tr2LightProfileRes.js +32 -32
- package/dist/resource/audio/AudioGeometryResData.js +47 -47
- package/dist/resource/audio/CjsAudioBufferRes.js +86 -86
- package/dist/resource/audio/CjsAudioRes.js +213 -213
- package/dist/resource/audio/index.js +4 -4
- package/dist/resource/geometry/MeshDecalData.js +37 -37
- package/dist/resource/geometry/MeshDecalLodData.js +34 -34
- package/dist/resource/geometry/TriGeometryRes.js +675 -675
- package/dist/resource/geometry/TriGeometryResAreaData.js +59 -59
- package/dist/resource/geometry/TriGeometryResJointData.js +38 -38
- package/dist/resource/geometry/TriGeometryResLodData.js +88 -88
- package/dist/resource/geometry/TriGeometryResMeshData.js +63 -63
- package/dist/resource/geometry/TriGeometryResSkeletonData.js +34 -34
- package/dist/resource/geometry/TriJointBinding.js +38 -38
- package/dist/resource/geometry/TriMorphTargetGeometryConstants.js +46 -46
- package/dist/resource/geometry/TriRtGeometryConstants.js +88 -88
- package/dist/resource/geometry/granny/GStateBindingCallbackData.js +31 -31
- package/dist/resource/geometry/granny/Tr2GrannyIntersectionResult.js +60 -60
- package/dist/resource/geometry/granny/Tr2GrannyStateRes.js +36 -36
- package/dist/resource/geometry/granny/TriGrannyRes.js +35 -35
- package/dist/resource/geometry/granny/enums.js +10 -10
- package/dist/resource/geometry/granny/index.js +6 -6
- package/dist/resource/geometry/index.js +17 -17
- package/dist/resource/index.js +54 -52
- package/dist/resource/index.js.map +1 -1
- package/dist/resource/resourceBoundary.js +64 -64
- package/dist/resource/shader/Tr2EffectRes.js +336 -431
- package/dist/resource/shader/Tr2EffectRes.js.map +1 -1
- package/dist/resource/shader/Tr2MaterialArea.js +31 -31
- package/dist/resource/shader/Tr2MaterialMesh.js +27 -27
- package/dist/resource/shader/Tr2MaterialRes.js +31 -31
- package/dist/resource/shader/Tr2Shader.js +283 -261
- package/dist/resource/shader/Tr2Shader.js.map +1 -1
- package/dist/resource/shader/Tr2ShaderPermutation.js +43 -43
- package/dist/resource/shader/index.js +17 -17
- package/dist/resource/shader/reflection/Tr2EffectConstant.js +143 -135
- package/dist/resource/shader/reflection/Tr2EffectConstant.js.map +1 -1
- package/dist/resource/shader/reflection/Tr2EffectDefine.js +30 -30
- package/dist/resource/shader/reflection/Tr2EffectDescription.js +114 -109
- package/dist/resource/shader/reflection/Tr2EffectDescription.js.map +1 -1
- package/dist/resource/shader/reflection/Tr2EffectLibrary.js +168 -147
- package/dist/resource/shader/reflection/Tr2EffectLibrary.js.map +1 -1
- package/dist/resource/shader/reflection/Tr2EffectParameterAnnotation.js +125 -105
- package/dist/resource/shader/reflection/Tr2EffectParameterAnnotation.js.map +1 -1
- package/dist/resource/shader/reflection/Tr2EffectResource.js +120 -86
- package/dist/resource/shader/reflection/Tr2EffectResource.js.map +1 -1
- package/dist/resource/shader/reflection/Tr2EffectStageInput.js +372 -241
- package/dist/resource/shader/reflection/Tr2EffectStageInput.js.map +1 -1
- package/dist/resource/shader/reflection/Tr2EffectTechnique.js +78 -68
- package/dist/resource/shader/reflection/Tr2EffectTechnique.js.map +1 -1
- package/dist/resource/shader/reflection/Tr2Pass.js +168 -111
- package/dist/resource/shader/reflection/Tr2Pass.js.map +1 -1
- package/dist/resource/shader/reflection/carbonRecordFields.js +159 -0
- package/dist/resource/shader/reflection/carbonRecordFields.js.map +1 -0
- package/dist/resource/shader/reflection/shaderStage.js +22 -0
- package/dist/resource/shader/reflection/shaderStage.js.map +1 -0
- package/dist/resource/shader/sampler/Tr2SamplerSetup.js +135 -77
- package/dist/resource/shader/sampler/Tr2SamplerSetup.js.map +1 -1
- package/dist/resource/texture/CjsTextureArrayRes.js +472 -472
- package/dist/resource/texture/CjsTextureArrayResParameterProxy.js +179 -179
- package/dist/resource/texture/Tr2ImageRes.js +120 -120
- package/dist/resource/texture/Tr2TextureLodManager.js +82 -82
- package/dist/resource/texture/Tr2TextureLodUpdateRequest.js +37 -37
- package/dist/resource/texture/Tr2TexturePackChannel.js +37 -37
- package/dist/resource/texture/Tr2TexturePipeline.js +54 -54
- package/dist/resource/texture/Tr2TexturePipelineParams.js +34 -34
- package/dist/resource/texture/Tr2TexturePipelineStepCompress.js +40 -40
- package/dist/resource/texture/Tr2TexturePipelineStepGenerateMips.js +22 -22
- package/dist/resource/texture/Tr2TexturePipelineStepLimitSize.js +34 -34
- package/dist/resource/texture/Tr2TexturePipelineStepLoad.js +31 -31
- package/dist/resource/texture/Tr2TexturePipelineStepPack.js +43 -43
- package/dist/resource/texture/TriTextureRes.js +359 -359
- package/dist/resource/texture/index.js +15 -15
- package/dist/resource/texture/texturePipelineBehavior.js +308 -308
- package/dist/worker/CjsResManMainThreadLoader.js +89 -87
- package/dist/worker/CjsResManMainThreadLoader.js.map +1 -1
- package/dist/worker/CjsResManWorker.js +218 -217
- package/dist/worker/CjsResManWorker.js.map +1 -1
- package/dist/worker/CjsResManWorkerLoader.js +437 -434
- package/dist/worker/CjsResManWorkerLoader.js.map +1 -1
- package/dist/worker/protocol.js +12 -12
- package/docs/README.md +98 -98
- package/docs/architecture.md +118 -109
- package/docs/concepts/resource-lifecycle.md +226 -225
- package/docs/concepts/shader-resource-model.md +111 -114
- package/docs/concepts/writing-an-engine-adapter.md +115 -115
- package/docs/formats/README.md +138 -136
- package/docs/formats/carbon-effect-container.md +553 -452
- package/docs/formats/dxbc/README.md +68 -68
- package/docs/formats/dxbc/architecture.md +80 -80
- package/docs/formats/dxbc/reference/api.md +77 -77
- package/docs/formats/dxbc/reference/classes/README.md +9 -9
- package/docs/formats/dxbc/reference/decoded-output.md +122 -122
- package/docs/formats/gr2.md +160 -160
- package/docs/formats/hlsl/README.md +54 -54
- package/docs/formats/hlsl/architecture.md +65 -67
- package/docs/formats/hlsl/guides/hydrating-json-output.md +60 -62
- package/docs/formats/hlsl/guides/reading-effects.md +64 -64
- package/docs/formats/hlsl/reference/advanced-analysis.md +61 -66
- package/docs/formats/hlsl/reference/api.md +92 -98
- package/docs/formats/hlsl/reference/classes/README.md +11 -11
- package/docs/formats/hlsl/reference/json-graph.md +97 -100
- package/docs/formats/pickle.md +82 -0
- package/docs/formats/provenance.md +196 -196
- package/docs/formats/stl.md +37 -37
- package/docs/formats/webgl/README.md +115 -57
- package/docs/formats/webgl/architecture.md +69 -70
- package/docs/formats/webgl/carbon-constant-layouts.md +326 -326
- package/docs/formats/webgl/decl-io.md +1234 -1234
- package/docs/formats/webgl/memory-structured.md +890 -871
- package/docs/formats/webgl/reference/classes/README.md +9 -9
- package/docs/formats/webgl/texture-sample.md +964 -964
- package/docs/formats/webgpu/README.md +84 -84
- package/docs/formats/webgpu/architecture.md +95 -96
- package/docs/formats/webgpu/formats/{cewgpu.md → carbon-webgpu.md} +215 -216
- package/docs/formats/webgpu/guides/effect-packaging.md +189 -191
- package/docs/formats/webgpu/reference/api.md +196 -197
- package/docs/formats/webgpu/reference/classes/README.md +9 -9
- package/docs/formats/webgpu/reference/wgsl-compatibility.md +1546 -1543
- package/docs/formats/wwise.md +146 -85
- package/docs/reference/classes/README.md +35 -35
- package/docs/reference/classes/audio.md +30 -30
- package/docs/reference/classes/core.md +216 -206
- package/docs/reference/classes/dropped.md +46 -46
- package/docs/reference/classes/formats.md +944 -952
- package/docs/reference/classes/resources.md +456 -456
- package/docs/reference/classes/texture.md +26 -26
- package/docs/reference/events.md +117 -117
- package/docs/reference/motherlode-cache.md +275 -275
- package/docs/reference/queues.md +194 -110
- package/docs/reference/reload.md +107 -107
- package/docs/reference/texture-arrays.md +113 -113
- package/docs/reference/texture-pipeline.md +53 -53
- package/docs/reference/workers.md +142 -135
- package/docs/roadmap.md +150 -150
- package/format-notices/black/LICENSE +21 -21
- package/format-notices/black/NOTICE +47 -47
- package/format-notices/bnk/LICENSE +21 -21
- package/format-notices/bnk/NOTICE +21 -21
- package/format-notices/cmf/LICENSE +21 -21
- package/format-notices/cmf/NOTICE +36 -36
- package/format-notices/dds/LICENSE +21 -21
- package/format-notices/dds/NOTICE +14 -14
- package/format-notices/dxbc/LICENSE +21 -21
- package/format-notices/dxbc/NOTICE +20 -20
- package/format-notices/fbx/LICENSE +21 -21
- package/format-notices/fbx/NOTICE +14 -14
- package/format-notices/flac/LICENSE +21 -21
- package/format-notices/flac/NOTICE +14 -14
- package/format-notices/gif/LICENSE +21 -21
- package/format-notices/gif/NOTICE +14 -14
- package/format-notices/gltf/LICENSE +21 -21
- package/format-notices/gltf/NOTICE +27 -27
- package/format-notices/gr2/LICENSE +21 -21
- package/format-notices/gr2/NOTICE +60 -60
- package/format-notices/gr2/THIRD-PARTY-NOTICES.md +93 -93
- package/format-notices/hlsl/LICENSE +21 -21
- package/format-notices/hlsl/NOTICE +25 -25
- package/format-notices/jpeg/LICENSE +21 -21
- package/format-notices/jpeg/NOTICE +14 -14
- package/format-notices/mp3/LICENSE +21 -21
- package/format-notices/mp3/NOTICE +14 -14
- package/format-notices/mp4/LICENSE +21 -21
- package/format-notices/mp4/NOTICE +14 -14
- package/format-notices/obj/LICENSE +21 -21
- package/format-notices/obj/NOTICE +26 -26
- package/format-notices/ogg/LICENSE +21 -21
- package/format-notices/ogg/NOTICE +28 -28
- package/format-notices/png/LICENSE +21 -21
- package/format-notices/png/NOTICE +14 -14
- package/format-notices/red/LICENSE +21 -21
- package/format-notices/red/NOTICE +31 -31
- package/format-notices/stl/LICENSE +21 -21
- package/format-notices/stl/NOTICE +21 -21
- package/format-notices/tga/LICENSE +21 -21
- package/format-notices/tga/NOTICE +14 -14
- package/format-notices/wav/LICENSE +21 -21
- package/format-notices/wav/NOTICE +14 -14
- package/format-notices/webgl/LICENSE +21 -21
- package/format-notices/webgl/NOTICE +35 -35
- package/format-notices/webgpu/LICENSE +21 -21
- package/format-notices/webgpu/NOTICE +31 -31
- package/format-notices/webm/LICENSE +21 -21
- package/format-notices/webm/NOTICE +14 -14
- package/format-notices/webp/LICENSE +21 -21
- package/format-notices/webp/NOTICE +14 -14
- package/format-notices/wem/LICENSE +57 -57
- package/format-notices/wem/NOTICE +33 -33
- package/format-notices/yaml/LICENSE +21 -21
- package/format-notices/yaml/NOTICE +44 -44
- package/package.json +63 -63
- package/dist/format/carbonEffect/carbonDescriptionFromPortable.js +0 -372
- package/dist/format/carbonEffect/carbonDescriptionFromPortable.js.map +0 -1
- package/dist/format/effect/effectReflectionPackage.js +0 -636
- package/dist/format/effect/effectReflectionPackage.js.map +0 -1
- package/dist/formats/hlsl/core/HlslReader.js +0 -16
- package/dist/formats/hlsl/core/HlslReader.js.map +0 -1
- package/dist/formats/hlsl/core/portableReflection.js +0 -848
- package/dist/formats/hlsl/core/portableReflection.js.map +0 -1
- package/dist/formats/hlsl/portable.js +0 -2
- package/dist/formats/hlsl/portable.js.map +0 -1
- package/dist/formats/webgl/core/cewg/CewgPackage.js +0 -340
- package/dist/formats/webgl/core/cewg/CewgPackage.js.map +0 -1
- package/dist/formats/webgl/core/cewg/CewgPackageBuilder.js +0 -104
- package/dist/formats/webgl/core/cewg/CewgPackageBuilder.js.map +0 -1
- package/dist/formats/webgl/core/cewg/binary.js +0 -19
- package/dist/formats/webgl/core/cewg/binary.js.map +0 -1
- package/dist/formats/webgl/core/cewgCompleteness.js.map +0 -1
- package/dist/formats/webgl/core/effectPackageValidation.js +0 -331
- package/dist/formats/webgl/core/effectPackageValidation.js.map +0 -1
- package/dist/formats/webgpu/core/cewgpu/CewgpuContainer.js.map +0 -1
- package/dist/formats/webgpu/core/cewgpu/containerViews.js.map +0 -1
- package/dist/formats/webgpu/core/cewgpu/validateContainer.js.map +0 -1
- package/dist/resource/shader/portable.js +0 -33
- package/dist/resource/shader/portable.js.map +0 -1
- package/docs/formats/hlsl/reference/portable-reflection.md +0 -141
- package/docs/formats/webgl/effect-reflection.md +0 -127
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"helpers.js","sources":["../../../../../src/formats/webgpu/core/helpers.js"],"sourcesContent":["import CjsDxbcFormat from \"../../dxbc/index.js\";\nimport { normalizeBytecodeBytes, readEffectAnalysis } from \"./effectAnalysis.js\";\n\nimport { CewgpuContainer, looksLikeCewgpuContainer } from \"./cewgpu/CewgpuContainer.js\";\nimport { validateEffectContainer } from \"./cewgpu/validateContainer.js\";\nimport {\n deriveAnalysis,\n deriveBackendBodySet,\n deriveInfo,\n deriveMetadata,\n deriveWgsl,\n resolvedPermutationIndex\n} from \"./cewgpu/containerViews.js\";\nimport { WebgpuReadError } from \"./errors.js\";\nimport { lowerDxbcToIr } from \"./ir/lowerDxbcToIr.js\";\nimport {\n normalizeEffectPermutation,\n validateResolvedPermutation\n} from \"./packageEffectSelection.js\";\n\nexport const OUTPUT_JSON = \"json\";\nexport const OUTPUT_RAW = \"raw\";\nexport const CEWGPU_FORMAT = \"CEWGPU\";\nexport const CEWGPU_ANALYSIS_FORMAT = \"CEWGPU_ANALYSIS\";\nexport const CEWGPU_ANALYSIS_VERSION = 1;\n\nexport const DEFAULT_VALUES = Object.freeze({\n emit: OUTPUT_JSON,\n source: \"memory\",\n decodeInstructions: true,\n permutation: null,\n schema: null,\n classes: Object.freeze({})\n});\n\nconst OPTION_KEYS = new Set([ \"emit\", \"source\", \"decodeInstructions\", \"permutation\", \"schema\", \"classes\" ]);\nconst VALID_EMITS = new Set([ OUTPUT_JSON, OUTPUT_RAW ]);\n\nfunction hasOwn(value, key)\n{\n return Object.prototype.hasOwnProperty.call(value, key);\n}\n\nfunction normalizeEmit(emit, readerName)\n{\n if (emit === undefined || emit === OUTPUT_JSON) return OUTPUT_JSON;\n if (emit === OUTPUT_RAW) return OUTPUT_RAW;\n throw new TypeError(`${readerName}: emit must be \"${OUTPUT_JSON}\" or \"${OUTPUT_RAW}\", got ${JSON.stringify(emit)}`);\n}\n\nfunction assertKnownOptions(options, readerName)\n{\n for (const key of Object.keys(options))\n {\n if (!OPTION_KEYS.has(key))\n {\n throw new TypeError(`${readerName}: unknown option ${JSON.stringify(key)}`);\n }\n }\n}\n\nfunction classMap(values)\n{\n return values && values.classes ? values.classes : {};\n}\n\nfunction cloneValues(values)\n{\n return {\n emit: values.emit,\n source: values.source ?? DEFAULT_VALUES.source,\n decodeInstructions: values.decodeInstructions ?? DEFAULT_VALUES.decodeInstructions,\n permutation: values.permutation ?? null,\n schema: values.schema ?? null,\n classes: { ...classMap(values) }\n };\n}\n\n/**\n * Rejects class override keys outside a format reader's supported class set.\n *\n * @param {string[]} classKeys Supported class override keys.\n * @param {string} key Candidate override key.\n * @param {string} readerName Reader name used in diagnostics.\n */\nexport function validateClassKey(classKeys, key, readerName)\n{\n if (!classKeys.includes(key))\n {\n throw new Error(`${readerName} unknown class type \"${String(key)}\"`);\n }\n}\n\n/**\n * Validates one constructor supplied through a format reader class override.\n *\n * @param {string[]} classKeys Supported class override keys.\n * @param {string} type Candidate override key.\n * @param {Function} Class Candidate constructor.\n * @param {string} readerName Reader name used in diagnostics.\n */\nexport function validateClass(classKeys, type, Class, readerName)\n{\n validateClassKey(classKeys, type, readerName);\n if (typeof Class !== \"function\")\n {\n throw new TypeError(`${readerName} class \"${type}\" must be a constructor`);\n }\n}\n\nfunction mergeClasses(values, classes, classKeys, readerName)\n{\n if (!classes || typeof classes !== \"object\")\n {\n throw new TypeError(`${readerName} classes option must be an object`);\n }\n\n const next = { ...values.classes };\n for (const [ type, Class ] of Object.entries(classes))\n {\n validateClass(classKeys, type, Class, readerName);\n next[type] = Class;\n }\n values.classes = next;\n}\n\n/**\n * Merge format values over a base set and validate them.\n *\n * @param {object} base Current values.\n * @param {object} [options] Values to merge in.\n * @param {string[]} classKeys Valid class keys.\n * @param {string} readerName Reader name used in error messages.\n * @returns {object} A validated copy of the merged values.\n */\nexport function normalizeValues(base, options = {}, classKeys = [], readerName = \"CjsWebgpuFormat\")\n{\n if (!options || typeof options !== \"object\")\n {\n throw new TypeError(`${readerName} options must be an object`);\n }\n\n assertKnownOptions(options, readerName);\n\n const values = cloneValues(base);\n if (hasOwn(options, \"emit\")) values.emit = normalizeEmit(options.emit, readerName);\n if (hasOwn(options, \"source\")) values.source = typeof options.source === \"string\" && options.source ? options.source : DEFAULT_VALUES.source;\n if (hasOwn(options, \"decodeInstructions\")) values.decodeInstructions = !!options.decodeInstructions;\n if (hasOwn(options, \"permutation\")) values.permutation = options.permutation ?? null;\n if (hasOwn(options, \"schema\")) values.schema = options.schema ?? null;\n if (hasOwn(options, \"classes\")) mergeClasses(values, options.classes, classKeys, readerName);\n return values;\n}\n\n/**\n * Normalize caller input into a Uint8Array of package bytes.\n *\n * @param {Uint8Array|ArrayBuffer|Buffer|DataView} input Candidate payload.\n * @returns {Uint8Array} The payload bytes.\n */\nexport function toBytes(input)\n{\n if (input instanceof Uint8Array) return input;\n if (typeof ArrayBuffer !== \"undefined\" && input instanceof ArrayBuffer) return new Uint8Array(input);\n if (ArrayBuffer.isView(input)) return new Uint8Array(input.buffer, input.byteOffset, input.byteLength);\n throw new TypeError(\"CjsWebgpuFormat: input must be CEWGPU package bytes (Uint8Array, Buffer, DataView or ArrayBuffer)\");\n}\n\n/**\n * Reports whether a payload has the Carbon v15 container shape.\n *\n * This is a **shape** check, not an identity check. Our containers are stock\n * Carbon v15 files, so nothing in the bytes separates one from a shipped\n * `effect.dx11` file -- and nothing should. Identity comes from the resource\n * path the file was resolved through, exactly as it does for Carbon, whose own\n * three backend trees are byte-format-identical with no language field anywhere.\n *\n * @param {Uint8Array|ArrayBuffer|Buffer|DataView} input Candidate payload.\n * @returns {boolean} True when the payload opens on Carbon's v15 version dword.\n */\nexport function isCewgpu(input)\n{\n try\n {\n return looksLikeCewgpuContainer(toBytes(input));\n }\n catch\n {\n return false;\n }\n}\n\n/**\n * The shared read path used by the instance Read/Inspect and static one-shots.\n *\n * @param {Uint8Array|ArrayBuffer|Buffer|DataView} input CEWGPU container payload.\n * @param {object} values Normalized format values.\n * @returns {CewgpuContainer} The loaded container.\n */\nexport function readRaw(input, values)\n{\n const bytes = toBytes(input);\n const container = new CewgpuContainer();\n const ok = container.Read(bytes, { sourcePath: values.source });\n\n if (!ok)\n {\n throw new WebgpuReadError(\n container.readError ? container.readError.message : \"Failed to read CEWGPU container\",\n {\n source: values.source,\n cause: container.readError || null\n }\n );\n }\n\n try\n {\n validateEffectContainer(container, { source: values.source });\n }\n catch (error)\n {\n if (error instanceof WebgpuReadError) throw error;\n throw new WebgpuReadError(error.message, {\n source: values.source,\n cause: error\n });\n }\n\n return container;\n}\n\n/**\n * Converts a loaded container to the documented plain JSON shape.\n *\n * `analysis` and `wgsl` are **derived views**, not stored documents. The chunk\n * package kept them beside the reflection they were computed from and carried\n * digests to detect the two disagreeing; there is now one document, so there is\n * nothing left to disagree and no digest to carry.\n *\n * `chunks` is gone. It described a container that no longer exists, and a record\n * layout has no chunk table to translate it into.\n *\n * @param {CewgpuContainer} container Loaded container.\n * @param {object} [options] View options.\n * @returns {object} Plain JSON data.\n */\nexport function packageToJson(container, options = {})\n{\n const source = options.source || container.sourcePath || \"memory\";\n const permutationIndex = options.permutationIndex ?? resolvedPermutationIndex(container);\n const analysis = deriveAnalysis(container, { source, permutationIndex });\n const wgsl = deriveWgsl(container, { permutationIndex });\n\n return toJsonValue({\n format: CEWGPU_FORMAT,\n version: container.carbon.version,\n sourcePath: source,\n info: deriveInfo(container, { source }),\n metadata: deriveMetadata(container, { source, permutationIndex }),\n permutationGraph: container.permutationGraph,\n analysis,\n wgsl,\n backendBodySet: deriveBackendBodySet(container),\n stages: analysis.stages ?? [],\n shaders: wgsl.shaders ?? [],\n layouts: wgsl.layouts ?? []\n });\n}\n\n/**\n * Shared read entry honouring the emit mode.\n *\n * @param {Uint8Array|ArrayBuffer|Buffer|DataView} input CEWGPU container payload.\n * @param {object} values Normalized format values.\n * @returns {CewgpuContainer|object} Raw container or plain JSON data.\n */\nexport function readWithValues(input, values)\n{\n const container = readRaw(input, values);\n return values.emit === OUTPUT_RAW\n ? container\n : packageToJson(container, { source: values.source });\n}\n\n/**\n * Compact inspection: Carbon version and compiler bytes, body counts, and the\n * resolved analysis/WGSL counts without building the full JSON package shape.\n *\n * @param {Uint8Array|ArrayBuffer|Buffer|DataView} input CEWGPU container payload.\n * @param {object} values Normalized format values.\n * @returns {object} Plain summary data.\n */\nexport function inspectWithValues(input, values)\n{\n const container = readRaw(input, values);\n const graph = container.permutationGraph;\n const permutationIndex = resolvedPermutationIndex(container);\n const analysis = deriveAnalysis(container, { source: values.source, permutationIndex });\n const wgsl = deriveWgsl(container, { permutationIndex });\n\n return {\n source: values.source,\n isCewgpu: true,\n version: container.carbon.version,\n compilerVersion: [ ...container.carbon.compilerVersion ],\n permutationCount: graph.variants.length,\n uniqueBodyCount: graph.bodies.length,\n stageCount: analysis.stages.length,\n shaderCount: wgsl.shaders.length,\n layoutCount: wgsl.layouts.length\n };\n}\n\nfunction dxbcSource(source, key)\n{\n return source ? `${source}#${key}` : key;\n}\n\nfunction resolvedStageBytecode(stage, key, bytecodeByKey)\n{\n if (!Number.isInteger(stage.stageType)\n || !Number.isInteger(stage.passIndex)\n || typeof stage.techniqueName !== \"string\"\n || !stage.techniqueName\n || typeof stage.stageName !== \"string\"\n || !stage.stageName)\n {\n throw new Error(`${key} manifest stage identity is invalid`);\n }\n\n const innerStageType = stage.shaderBytecode?.stageType;\n if (innerStageType !== undefined && !Number.isInteger(innerStageType))\n {\n throw new Error(`${key} manifest stage bytecode type is invalid`);\n }\n\n let raw = bytecodeByKey?.get(key);\n if (!raw && bytecodeByKey instanceof Map)\n {\n raw = Array.from(bytecodeByKey.values()).find((entry) =>\n entry.techniqueName === stage.techniqueName\n && entry.passIndex === stage.passIndex\n && entry.stageType === stage.stageType\n );\n }\n if (!raw) return stage.shaderBytecode?.bytes;\n\n if (!Number.isInteger(raw.stageType)\n || stage.stageType !== raw.stageType\n || (innerStageType !== undefined && innerStageType !== raw.stageType)\n || stage.stageName !== raw.stageName\n || (stage.shaderBytecode?.stageName !== undefined\n && stage.shaderBytecode.stageName !== raw.stageName))\n {\n throw new Error(`${key} manifest and raw stage metadata disagree`);\n }\n\n if (stage.shaderBytecode?.bytes !== undefined)\n {\n const manifestBytes = normalizeBytecodeBytes(\n stage.shaderBytecode.bytes,\n `${key} manifest stage bytecode`\n );\n if (!manifestBytes\n || manifestBytes.length !== raw.bytes.length\n || manifestBytes.some((value, index) => value !== raw.bytes[index]))\n {\n throw new Error(`${key} manifest and raw stage bytecode disagree`);\n }\n }\n\n return raw.bytes;\n}\n\nfunction analyzeStage(stage, options)\n{\n const key = `${stage.techniqueName}.pass${stage.passIndex}.${stage.stageName}`;\n const shaderBytecode = stage.shaderBytecode && typeof stage.shaderBytecode === \"object\"\n ? { ...stage.shaderBytecode }\n : stage.shaderBytecode;\n if (shaderBytecode && typeof shaderBytecode === \"object\")\n {\n delete shaderBytecode.bytes;\n }\n const out = {\n ...stage,\n shaderBytecode,\n key,\n dxbc: null,\n dxbcError: null,\n ir: null,\n irError: null\n };\n\n if (options.decodeBytecode === false)\n {\n return out;\n }\n\n const bytecodeBytes = normalizeBytecodeBytes(\n options.bytecodeBytes ?? stage.shaderBytecode?.bytes,\n `${key} stage bytecode`\n );\n if (!bytecodeBytes?.length)\n {\n return out;\n }\n\n try\n {\n out.dxbc = CjsDxbcFormat.read(bytecodeBytes, {\n source: dxbcSource(options.source, key),\n decodeInstructions: options.decodeInstructions\n });\n if (options.decodeInstructions && Array.isArray(out.dxbc.instructions))\n {\n try\n {\n out.ir = lowerDxbcToIr(out.dxbc, { source: dxbcSource(options.source, key) });\n }\n catch (error)\n {\n out.irError = {\n name: error.name,\n message: error.message\n };\n }\n }\n }\n catch (error)\n {\n out.dxbcError = {\n name: error.name,\n message: error.message\n };\n }\n\n return out;\n}\n\n/**\n * Builds the normalized WebGPU analysis document from a resolved effect.\n *\n * @param {object} resolved Raw resolved-effect context from `readEffectAnalysis`.\n * @param {object} [options] Analysis options.\n * @param {string} [options.source] Source label for diagnostics.\n * @param {boolean} [options.decodeBytecode] Whether stage bytecode is inspected.\n * @param {boolean} [options.decodeInstructions] Whether DXBC instructions are decoded.\n * @returns {object} Plain JSON-compatible analysis data.\n */\nexport function buildEffectAnalysis(resolved, options = {})\n{\n const source = options.source || resolved.effectRes?.sourcePath || \"memory\";\n const decodeBytecode = options.decodeBytecode !== undefined ? !!options.decodeBytecode : true;\n const decodeInstructions = options.decodeInstructions !== undefined ? !!options.decodeInstructions : true;\n const manifest = resolved.bindingManifest?.toJSON?.() ?? null;\n const bytecodeByKey = resolved.stageBytecodeByKey instanceof Map\n ? resolved.stageBytecodeByKey\n : null;\n const stages = (manifest?.stages || []).map((stage) =>\n {\n const key = `${stage.techniqueName}.pass${stage.passIndex}.${stage.stageName}`;\n\n return analyzeStage(stage, {\n source,\n decodeBytecode,\n decodeInstructions,\n bytecodeBytes: resolvedStageBytecode(stage, key, bytecodeByKey)\n });\n });\n\n return toJsonValue({\n format: CEWGPU_ANALYSIS_FORMAT,\n formatVersion: CEWGPU_ANALYSIS_VERSION,\n source,\n effectVersion: resolved.effectDescription?.version ?? manifest?.version ?? resolved.effectRes?.m_version ?? null,\n compilerVersion: resolved.effectRes?.m_compilerVersion ?? null,\n effectName: manifest?.effectName || resolved.effectDescription?.effectName || null,\n bodyIndex: resolved.selection?.bodyIndex ?? 0,\n selectedOptions: resolved.selection?.selectedOptions ?? [],\n passes: manifest?.passes || [],\n stages\n });\n}\n\n/**\n * Analyzes one compiled effect payload into a normalized WebGPU-facing\n * document: selected permutation, Carbon binding manifest, and per-stage DXBC\n * decode.\n *\n * @param {Uint8Array|ArrayBuffer|Buffer|DataView} input Tr2 effect payload.\n * @param {object} values Normalized format values.\n * @returns {object} Plain JSON-compatible analysis data.\n */\nexport function analyzeEffectWithValues(input, values)\n{\n const permutation = normalizeEffectPermutation(values.permutation);\n const resolved = readEffectAnalysis(input, {\n source: values.source,\n permutation\n });\n validateResolvedPermutation(\n permutation,\n resolved.selection?.selectedOptions ?? []\n );\n\n return buildEffectAnalysis(resolved, {\n source: values.source,\n decodeInstructions: values.decodeInstructions\n });\n}\n\n/**\n * Deep-convert a value to plain JSON-compatible data.\n *\n * @param {any} value Value to convert.\n * @returns {any} Plain data.\n */\nexport function toJsonValue(value)\n{\n if (value === null || value === undefined) return value ?? null;\n if (typeof value === \"number\" || typeof value === \"string\" || typeof value === \"boolean\") return value;\n if (typeof value === \"bigint\") return value.toString();\n if (ArrayBuffer.isView(value)) return Array.from(value);\n if (Array.isArray(value)) return value.map(toJsonValue);\n if (value instanceof Map)\n {\n const out = {};\n for (const [ key, entry ] of value) out[key] = toJsonValue(entry);\n return out;\n }\n if (value instanceof Set) return Array.from(value, toJsonValue);\n if (typeof value === \"object\")\n {\n if (typeof value.toJSON === \"function\") return toJsonValue(value.toJSON());\n const out = {};\n for (const key of Object.keys(value)) out[key] = toJsonValue(value[key]);\n return out;\n }\n return null;\n}\n\nexport { WebgpuReadError };\n"],"names":["OUTPUT_JSON","OUTPUT_RAW","CEWGPU_FORMAT","CEWGPU_ANALYSIS_FORMAT","CEWGPU_ANALYSIS_VERSION","DEFAULT_VALUES","Object","freeze","emit","source","decodeInstructions","permutation","schema","classes","OPTION_KEYS","Set","hasOwn","value","key","prototype","hasOwnProperty","call","normalizeEmit","readerName","undefined","TypeError","JSON","stringify","assertKnownOptions","options","keys","has","classMap","values","cloneValues","validateClassKey","classKeys","includes","Error","String","validateClass","type","Class","mergeClasses","next","entries","normalizeValues","base","toBytes","input","Uint8Array","ArrayBuffer","isView","buffer","byteOffset","byteLength","isCewgpu","looksLikeCewgpuContainer","readRaw","bytes","container","CewgpuContainer","ok","Read","sourcePath","WebgpuReadError","readError","message","cause","validateEffectContainer","error","packageToJson","permutationIndex","resolvedPermutationIndex","analysis","deriveAnalysis","wgsl","deriveWgsl","toJsonValue","format","version","carbon","info","deriveInfo","metadata","deriveMetadata","permutationGraph","backendBodySet","deriveBackendBodySet","stages","shaders","layouts","readWithValues","inspectWithValues","graph","compilerVersion","permutationCount","variants","length","uniqueBodyCount","bodies","stageCount","shaderCount","layoutCount","dxbcSource","resolvedStageBytecode","stage","bytecodeByKey","Number","isInteger","stageType","passIndex","techniqueName","stageName","innerStageType","shaderBytecode","raw","get","Map","Array","from","find","entry","manifestBytes","normalizeBytecodeBytes","some","index","analyzeStage","out","dxbc","dxbcError","ir","irError","decodeBytecode","bytecodeBytes","CjsDxbcFormat","read","isArray","instructions","lowerDxbcToIr","name","buildEffectAnalysis","resolved","effectRes","manifest","bindingManifest","toJSON","stageBytecodeByKey","map","formatVersion","effectVersion","effectDescription","m_version","m_compilerVersion","effectName","bodyIndex","selection","selectedOptions","passes","analyzeEffectWithValues","normalizeEffectPermutation","readEffectAnalysis","validateResolvedPermutation","toString"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"helpers.js","sources":["../../../../../src/formats/webgpu/core/helpers.js"],"sourcesContent":["import CjsDxbcFormat from \"../../dxbc/index.js\";\nimport { normalizeBytecodeBytes, readEffectAnalysis } from \"./effectAnalysis.js\";\n\nimport { CarbonWebgpuContainer, looksLikeCarbonWebgpuContainer } from \"./carbonWebgpu/CarbonWebgpuContainer.js\";\nimport { validateEffectContainer } from \"./carbonWebgpu/validateContainer.js\";\nimport {\n deriveAnalysis,\n deriveBackendBodySet,\n deriveInfo,\n deriveMetadata,\n deriveWgsl,\n resolvedPermutationIndex\n} from \"./carbonWebgpu/containerViews.js\";\nimport { WebgpuReadError } from \"./errors.js\";\nimport { lowerDxbcToIr } from \"./ir/lowerDxbcToIr.js\";\nimport {\n normalizeEffectPermutation,\n validateResolvedPermutation\n} from \"./packageEffectSelection.js\";\n\nexport const OUTPUT_JSON = \"json\";\nexport const OUTPUT_RAW = \"raw\";\nexport const CARBON_WEBGPU_FORMAT = \"CARBON_WEBGPU\";\nexport const CARBON_WEBGPU_ANALYSIS_FORMAT = \"CARBON_WEBGPU_ANALYSIS\";\nexport const CARBON_WEBGPU_ANALYSIS_VERSION = 1;\n\nexport const DEFAULT_VALUES = Object.freeze({\n emit: OUTPUT_JSON,\n source: \"memory\",\n decodeInstructions: true,\n permutation: null,\n schema: null,\n classes: Object.freeze({})\n});\n\nconst OPTION_KEYS = new Set([ \"emit\", \"source\", \"decodeInstructions\", \"permutation\", \"schema\", \"classes\" ]);\nconst VALID_EMITS = new Set([ OUTPUT_JSON, OUTPUT_RAW ]);\n\nfunction hasOwn(value, key)\n{\n return Object.prototype.hasOwnProperty.call(value, key);\n}\n\nfunction normalizeEmit(emit, readerName)\n{\n if (emit === undefined || emit === OUTPUT_JSON) return OUTPUT_JSON;\n if (emit === OUTPUT_RAW) return OUTPUT_RAW;\n throw new TypeError(`${readerName}: emit must be \"${OUTPUT_JSON}\" or \"${OUTPUT_RAW}\", got ${JSON.stringify(emit)}`);\n}\n\nfunction assertKnownOptions(options, readerName)\n{\n for (const key of Object.keys(options))\n {\n if (!OPTION_KEYS.has(key))\n {\n throw new TypeError(`${readerName}: unknown option ${JSON.stringify(key)}`);\n }\n }\n}\n\nfunction classMap(values)\n{\n return values && values.classes ? values.classes : {};\n}\n\nfunction cloneValues(values)\n{\n return {\n emit: values.emit,\n source: values.source ?? DEFAULT_VALUES.source,\n decodeInstructions: values.decodeInstructions ?? DEFAULT_VALUES.decodeInstructions,\n permutation: values.permutation ?? null,\n schema: values.schema ?? null,\n classes: { ...classMap(values) }\n };\n}\n\n/**\n * Rejects class override keys outside a format reader's supported class set.\n *\n * @param {string[]} classKeys Supported class override keys.\n * @param {string} key Candidate override key.\n * @param {string} readerName Reader name used in diagnostics.\n */\nexport function validateClassKey(classKeys, key, readerName)\n{\n if (!classKeys.includes(key))\n {\n throw new Error(`${readerName} unknown class type \"${String(key)}\"`);\n }\n}\n\n/**\n * Validates one constructor supplied through a format reader class override.\n *\n * @param {string[]} classKeys Supported class override keys.\n * @param {string} type Candidate override key.\n * @param {Function} Class Candidate constructor.\n * @param {string} readerName Reader name used in diagnostics.\n */\nexport function validateClass(classKeys, type, Class, readerName)\n{\n validateClassKey(classKeys, type, readerName);\n if (typeof Class !== \"function\")\n {\n throw new TypeError(`${readerName} class \"${type}\" must be a constructor`);\n }\n}\n\nfunction mergeClasses(values, classes, classKeys, readerName)\n{\n if (!classes || typeof classes !== \"object\")\n {\n throw new TypeError(`${readerName} classes option must be an object`);\n }\n\n const next = { ...values.classes };\n for (const [ type, Class ] of Object.entries(classes))\n {\n validateClass(classKeys, type, Class, readerName);\n next[type] = Class;\n }\n values.classes = next;\n}\n\n/**\n * Merge format values over a base set and validate them.\n *\n * @param {object} base Current values.\n * @param {object} [options] Values to merge in.\n * @param {string[]} classKeys Valid class keys.\n * @param {string} readerName Reader name used in error messages.\n * @returns {object} A validated copy of the merged values.\n */\nexport function normalizeValues(base, options = {}, classKeys = [], readerName = \"CjsWebgpuFormat\")\n{\n if (!options || typeof options !== \"object\")\n {\n throw new TypeError(`${readerName} options must be an object`);\n }\n\n assertKnownOptions(options, readerName);\n\n const values = cloneValues(base);\n if (hasOwn(options, \"emit\")) values.emit = normalizeEmit(options.emit, readerName);\n if (hasOwn(options, \"source\")) values.source = typeof options.source === \"string\" && options.source ? options.source : DEFAULT_VALUES.source;\n if (hasOwn(options, \"decodeInstructions\")) values.decodeInstructions = !!options.decodeInstructions;\n if (hasOwn(options, \"permutation\")) values.permutation = options.permutation ?? null;\n if (hasOwn(options, \"schema\")) values.schema = options.schema ?? null;\n if (hasOwn(options, \"classes\")) mergeClasses(values, options.classes, classKeys, readerName);\n return values;\n}\n\n/**\n * Normalize caller input into a Uint8Array of package bytes.\n *\n * @param {Uint8Array|ArrayBuffer|Buffer|DataView} input Candidate payload.\n * @returns {Uint8Array} The payload bytes.\n */\nexport function toBytes(input)\n{\n if (input instanceof Uint8Array) return input;\n if (typeof ArrayBuffer !== \"undefined\" && input instanceof ArrayBuffer) return new Uint8Array(input);\n if (ArrayBuffer.isView(input)) return new Uint8Array(input.buffer, input.byteOffset, input.byteLength);\n throw new TypeError(\"CjsWebgpuFormat: input must be Carbon WebGPU package bytes (Uint8Array, Buffer, DataView or ArrayBuffer)\");\n}\n\n/**\n * Reports whether a payload has the Carbon v15 container shape.\n *\n * This is a **shape** check, not an identity check. Our containers are stock\n * Carbon v15 files, so nothing in the bytes separates one from a shipped\n * `effect.dx11` file -- and nothing should. Identity comes from the resource\n * path the file was resolved through, exactly as it does for Carbon, whose own\n * three backend trees are byte-format-identical with no language field anywhere.\n *\n * @param {Uint8Array|ArrayBuffer|Buffer|DataView} input Candidate payload.\n * @returns {boolean} True when the payload opens on Carbon's v15 version dword.\n */\nexport function isCarbonWebgpu(input)\n{\n try\n {\n return looksLikeCarbonWebgpuContainer(toBytes(input));\n }\n catch\n {\n return false;\n }\n}\n\n/**\n * The shared read path used by the instance Read/Inspect and static one-shots.\n *\n * @param {Uint8Array|ArrayBuffer|Buffer|DataView} input Carbon WebGPU container payload.\n * @param {object} values Normalized format values.\n * @returns {CarbonWebgpuContainer} The loaded container.\n */\nexport function readRaw(input, values)\n{\n const bytes = toBytes(input);\n const container = new CarbonWebgpuContainer();\n const ok = container.Read(bytes, { sourcePath: values.source });\n\n if (!ok)\n {\n throw new WebgpuReadError(\n container.readError ? container.readError.message : \"Failed to read Carbon WebGPU container\",\n {\n source: values.source,\n cause: container.readError || null\n }\n );\n }\n\n try\n {\n validateEffectContainer(container, { source: values.source });\n }\n catch (error)\n {\n if (error instanceof WebgpuReadError) throw error;\n throw new WebgpuReadError(error.message, {\n source: values.source,\n cause: error\n });\n }\n\n return container;\n}\n\n/**\n * Converts a loaded container to the documented plain JSON shape.\n *\n * `analysis` and `wgsl` are **derived views**, not stored documents. The chunk\n * package kept them beside the reflection they were computed from and carried\n * digests to detect the two disagreeing; there is now one document, so there is\n * nothing left to disagree and no digest to carry.\n *\n * `chunks` is gone. It described a container that no longer exists, and a record\n * layout has no chunk table to translate it into.\n *\n * @param {CarbonWebgpuContainer} container Loaded container.\n * @param {object} [options] View options.\n * @returns {object} Plain JSON data.\n */\nexport function packageToJson(container, options = {})\n{\n const source = options.source || container.sourcePath || \"memory\";\n const permutationIndex = options.permutationIndex ?? resolvedPermutationIndex(container);\n const analysis = deriveAnalysis(container, { source, permutationIndex });\n const wgsl = deriveWgsl(container, { permutationIndex });\n\n return toJsonValue({\n format: CARBON_WEBGPU_FORMAT,\n version: container.carbon.version,\n sourcePath: source,\n info: deriveInfo(container, { source }),\n metadata: deriveMetadata(container, { source, permutationIndex }),\n permutationGraph: container.permutationGraph,\n analysis,\n wgsl,\n backendBodySet: deriveBackendBodySet(container),\n stages: analysis.stages ?? [],\n shaders: wgsl.shaders ?? [],\n layouts: wgsl.layouts ?? []\n });\n}\n\n/**\n * Shared read entry honouring the emit mode.\n *\n * @param {Uint8Array|ArrayBuffer|Buffer|DataView} input Carbon WebGPU container payload.\n * @param {object} values Normalized format values.\n * @returns {CarbonWebgpuContainer|object} Raw container or plain JSON data.\n */\nexport function readWithValues(input, values)\n{\n const container = readRaw(input, values);\n return values.emit === OUTPUT_RAW\n ? container\n : packageToJson(container, { source: values.source });\n}\n\n/**\n * Compact inspection: Carbon version and compiler bytes, body counts, and the\n * resolved analysis/WGSL counts without building the full JSON package shape.\n *\n * @param {Uint8Array|ArrayBuffer|Buffer|DataView} input Carbon WebGPU container payload.\n * @param {object} values Normalized format values.\n * @returns {object} Plain summary data.\n */\nexport function inspectWithValues(input, values)\n{\n const container = readRaw(input, values);\n const graph = container.permutationGraph;\n const permutationIndex = resolvedPermutationIndex(container);\n const analysis = deriveAnalysis(container, { source: values.source, permutationIndex });\n const wgsl = deriveWgsl(container, { permutationIndex });\n\n return {\n source: values.source,\n isCarbonWebgpu: true,\n version: container.carbon.version,\n compilerVersion: [ ...container.carbon.compilerVersion ],\n permutationCount: graph.variants.length,\n uniqueBodyCount: graph.bodies.length,\n stageCount: analysis.stages.length,\n shaderCount: wgsl.shaders.length,\n layoutCount: wgsl.layouts.length\n };\n}\n\nfunction dxbcSource(source, key)\n{\n return source ? `${source}#${key}` : key;\n}\n\nfunction resolvedStageBytecode(stage, key, bytecodeByKey)\n{\n if (!Number.isInteger(stage.stageType)\n || !Number.isInteger(stage.passIndex)\n || typeof stage.techniqueName !== \"string\"\n || !stage.techniqueName\n || typeof stage.stageName !== \"string\"\n || !stage.stageName)\n {\n throw new Error(`${key} manifest stage identity is invalid`);\n }\n\n const innerStageType = stage.shaderBytecode?.stageType;\n if (innerStageType !== undefined && !Number.isInteger(innerStageType))\n {\n throw new Error(`${key} manifest stage bytecode type is invalid`);\n }\n\n let raw = bytecodeByKey?.get(key);\n if (!raw && bytecodeByKey instanceof Map)\n {\n raw = Array.from(bytecodeByKey.values()).find((entry) =>\n entry.techniqueName === stage.techniqueName\n && entry.passIndex === stage.passIndex\n && entry.stageType === stage.stageType\n );\n }\n if (!raw) return stage.shaderBytecode?.bytes;\n\n if (!Number.isInteger(raw.stageType)\n || stage.stageType !== raw.stageType\n || (innerStageType !== undefined && innerStageType !== raw.stageType)\n || stage.stageName !== raw.stageName\n || (stage.shaderBytecode?.stageName !== undefined\n && stage.shaderBytecode.stageName !== raw.stageName))\n {\n throw new Error(`${key} manifest and raw stage metadata disagree`);\n }\n\n if (stage.shaderBytecode?.bytes !== undefined)\n {\n const manifestBytes = normalizeBytecodeBytes(\n stage.shaderBytecode.bytes,\n `${key} manifest stage bytecode`\n );\n if (!manifestBytes\n || manifestBytes.length !== raw.bytes.length\n || manifestBytes.some((value, index) => value !== raw.bytes[index]))\n {\n throw new Error(`${key} manifest and raw stage bytecode disagree`);\n }\n }\n\n return raw.bytes;\n}\n\nfunction analyzeStage(stage, options)\n{\n const key = `${stage.techniqueName}.pass${stage.passIndex}.${stage.stageName}`;\n const shaderBytecode = stage.shaderBytecode && typeof stage.shaderBytecode === \"object\"\n ? { ...stage.shaderBytecode }\n : stage.shaderBytecode;\n if (shaderBytecode && typeof shaderBytecode === \"object\")\n {\n delete shaderBytecode.bytes;\n }\n const out = {\n ...stage,\n shaderBytecode,\n key,\n dxbc: null,\n dxbcError: null,\n ir: null,\n irError: null\n };\n\n if (options.decodeBytecode === false)\n {\n return out;\n }\n\n const bytecodeBytes = normalizeBytecodeBytes(\n options.bytecodeBytes ?? stage.shaderBytecode?.bytes,\n `${key} stage bytecode`\n );\n if (!bytecodeBytes?.length)\n {\n return out;\n }\n\n try\n {\n out.dxbc = CjsDxbcFormat.read(bytecodeBytes, {\n source: dxbcSource(options.source, key),\n decodeInstructions: options.decodeInstructions\n });\n if (options.decodeInstructions && Array.isArray(out.dxbc.instructions))\n {\n try\n {\n out.ir = lowerDxbcToIr(out.dxbc, { source: dxbcSource(options.source, key) });\n }\n catch (error)\n {\n out.irError = {\n name: error.name,\n message: error.message\n };\n }\n }\n }\n catch (error)\n {\n out.dxbcError = {\n name: error.name,\n message: error.message\n };\n }\n\n return out;\n}\n\n/**\n * Builds the normalized WebGPU analysis document from a resolved effect.\n *\n * @param {object} resolved Raw resolved-effect context from `readEffectAnalysis`.\n * @param {object} [options] Analysis options.\n * @param {string} [options.source] Source label for diagnostics.\n * @param {boolean} [options.decodeBytecode] Whether stage bytecode is inspected.\n * @param {boolean} [options.decodeInstructions] Whether DXBC instructions are decoded.\n * @returns {object} Plain JSON-compatible analysis data.\n */\nexport function buildEffectAnalysis(resolved, options = {})\n{\n const source = options.source || resolved.effectRes?.sourcePath || \"memory\";\n const decodeBytecode = options.decodeBytecode !== undefined ? !!options.decodeBytecode : true;\n const decodeInstructions = options.decodeInstructions !== undefined ? !!options.decodeInstructions : true;\n const manifest = resolved.bindingManifest?.toJSON?.() ?? null;\n const bytecodeByKey = resolved.stageBytecodeByKey instanceof Map\n ? resolved.stageBytecodeByKey\n : null;\n const stages = (manifest?.stages || []).map((stage) =>\n {\n const key = `${stage.techniqueName}.pass${stage.passIndex}.${stage.stageName}`;\n\n return analyzeStage(stage, {\n source,\n decodeBytecode,\n decodeInstructions,\n bytecodeBytes: resolvedStageBytecode(stage, key, bytecodeByKey)\n });\n });\n\n return toJsonValue({\n format: CARBON_WEBGPU_ANALYSIS_FORMAT,\n formatVersion: CARBON_WEBGPU_ANALYSIS_VERSION,\n source,\n effectVersion: resolved.effectDescription?.version ?? manifest?.version ?? resolved.effectRes?.m_version ?? null,\n compilerVersion: resolved.effectRes?.m_compilerVersion ?? null,\n effectName: manifest?.effectName || resolved.effectDescription?.effectName || null,\n bodyIndex: resolved.selection?.bodyIndex ?? 0,\n selectedOptions: resolved.selection?.selectedOptions ?? [],\n passes: manifest?.passes || [],\n stages\n });\n}\n\n/**\n * Analyzes one compiled effect payload into a normalized WebGPU-facing\n * document: selected permutation, Carbon binding manifest, and per-stage DXBC\n * decode.\n *\n * @param {Uint8Array|ArrayBuffer|Buffer|DataView} input Tr2 effect payload.\n * @param {object} values Normalized format values.\n * @returns {object} Plain JSON-compatible analysis data.\n */\nexport function analyzeEffectWithValues(input, values)\n{\n const permutation = normalizeEffectPermutation(values.permutation);\n const resolved = readEffectAnalysis(input, {\n source: values.source,\n permutation\n });\n validateResolvedPermutation(\n permutation,\n resolved.selection?.selectedOptions ?? []\n );\n\n return buildEffectAnalysis(resolved, {\n source: values.source,\n decodeInstructions: values.decodeInstructions\n });\n}\n\n/**\n * Deep-convert a value to plain JSON-compatible data.\n *\n * @param {any} value Value to convert.\n * @returns {any} Plain data.\n */\nexport function toJsonValue(value)\n{\n if (value === null || value === undefined) return value ?? null;\n if (typeof value === \"number\" || typeof value === \"string\" || typeof value === \"boolean\") return value;\n if (typeof value === \"bigint\") return value.toString();\n if (ArrayBuffer.isView(value)) return Array.from(value);\n if (Array.isArray(value)) return value.map(toJsonValue);\n if (value instanceof Map)\n {\n const out = {};\n for (const [ key, entry ] of value) out[key] = toJsonValue(entry);\n return out;\n }\n if (value instanceof Set) return Array.from(value, toJsonValue);\n if (typeof value === \"object\")\n {\n if (typeof value.toJSON === \"function\") return toJsonValue(value.toJSON());\n const out = {};\n for (const key of Object.keys(value)) out[key] = toJsonValue(value[key]);\n return out;\n }\n return null;\n}\n\nexport { WebgpuReadError };\n"],"names":["OUTPUT_JSON","OUTPUT_RAW","CARBON_WEBGPU_FORMAT","CARBON_WEBGPU_ANALYSIS_FORMAT","CARBON_WEBGPU_ANALYSIS_VERSION","DEFAULT_VALUES","Object","freeze","emit","source","decodeInstructions","permutation","schema","classes","OPTION_KEYS","Set","hasOwn","value","key","prototype","hasOwnProperty","call","normalizeEmit","readerName","undefined","TypeError","JSON","stringify","assertKnownOptions","options","keys","has","classMap","values","cloneValues","validateClassKey","classKeys","includes","Error","String","validateClass","type","Class","mergeClasses","next","entries","normalizeValues","base","toBytes","input","Uint8Array","ArrayBuffer","isView","buffer","byteOffset","byteLength","isCarbonWebgpu","looksLikeCarbonWebgpuContainer","readRaw","bytes","container","CarbonWebgpuContainer","ok","Read","sourcePath","WebgpuReadError","readError","message","cause","validateEffectContainer","error","packageToJson","permutationIndex","resolvedPermutationIndex","analysis","deriveAnalysis","wgsl","deriveWgsl","toJsonValue","format","version","carbon","info","deriveInfo","metadata","deriveMetadata","permutationGraph","backendBodySet","deriveBackendBodySet","stages","shaders","layouts","readWithValues","inspectWithValues","graph","compilerVersion","permutationCount","variants","length","uniqueBodyCount","bodies","stageCount","shaderCount","layoutCount","dxbcSource","resolvedStageBytecode","stage","bytecodeByKey","Number","isInteger","stageType","passIndex","techniqueName","stageName","innerStageType","shaderBytecode","raw","get","Map","Array","from","find","entry","manifestBytes","normalizeBytecodeBytes","some","index","analyzeStage","out","dxbc","dxbcError","ir","irError","decodeBytecode","bytecodeBytes","CjsDxbcFormat","read","isArray","instructions","lowerDxbcToIr","name","buildEffectAnalysis","resolved","effectRes","manifest","bindingManifest","toJSON","stageBytecodeByKey","map","formatVersion","effectVersion","effectDescription","m_version","m_compilerVersion","effectName","bodyIndex","selection","selectedOptions","passes","analyzeEffectWithValues","normalizeEffectPermutation","readEffectAnalysis","validateResolvedPermutation","toString"],"mappings":"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"}
|
|
@@ -1,210 +1,210 @@
|
|
|
1
|
-
import { fixedSourceLanes } from './sourceLanes.js';
|
|
2
|
-
import { validateIndexableTempOperand } from './indexableTemps.js';
|
|
3
|
-
import { compareUtf8 } from '../../../../format/compareUtf8.js';
|
|
4
|
-
|
|
5
|
-
const COMPONENTS = ["x", "y", "z", "w"];
|
|
6
|
-
const REGISTER_FILES = new Set(["temp", "input", "output", "indexable_temp", "input_primitive_id", "output_depth", "output_coverage", "input_control_point", "output_control_point", "input_patch_constant", "input_domain_point", "output_control_point_id", "input_fork_instance_id", "input_join_instance_id", "input_thread_id", "input_thread_group_id", "input_thread_id_in_group", "input_coverage_mask", "input_thread_id_in_group_flattened", "input_gs_instance_id", "output_depth_greater_equal", "output_depth_less_equal"]);
|
|
7
|
-
const WRITABLE_FILES = new Set(["temp", "output", "indexable_temp", "output_depth", "output_coverage", "output_control_point", "output_depth_greater_equal", "output_depth_less_equal"]);
|
|
8
|
-
const NO_DESTINATION = new Set(["break", "breakc", "call", "callc", "case", "continue", "continuec", "cut", "default", "discard", "else", "emit", "emit_then_cut", "endif", "endloop", "endswitch", "if", "label", "loop", "nop", "ret", "retc", "switch", "sync", "store_uav_typed", "store_raw", "store_structured", "atomic_and", "atomic_or", "atomic_xor", "atomic_cmp_store", "atomic_iadd", "atomic_imax", "atomic_imin", "atomic_umax", "atomic_umin"]);
|
|
9
|
-
const DUAL_DESTINATION = new Set(["sincos", "imul", "umul", "udiv", "swapc"]);
|
|
10
|
-
const FULL_SOURCE_LANES = new Set(["ld", "ld_ms", "resinfo"]);
|
|
11
|
-
function operandComponents(operand, destination = false, activeComponents = null) {
|
|
12
|
-
if (destination) {
|
|
13
|
-
if (operand.mask) return COMPONENTS.filter(component => operand.mask.includes(component));
|
|
14
|
-
if (operand.componentCount === 1) return ["x"];
|
|
15
|
-
return COMPONENTS.slice();
|
|
16
|
-
}
|
|
17
|
-
if (operand.swizzle) {
|
|
18
|
-
return activeComponents ? activeComponents.map(component => operand.swizzle[COMPONENTS.indexOf(component)]) : Array.from(operand.swizzle);
|
|
19
|
-
}
|
|
20
|
-
if (operand.selected) return activeComponents ? activeComponents.map(() => operand.selected) : [operand.selected];
|
|
21
|
-
if (operand.mask) return COMPONENTS.filter(component => operand.mask.includes(component));
|
|
22
|
-
if (operand.componentCount === 1) return ["x"];
|
|
23
|
-
return activeComponents ? activeComponents.slice() : COMPONENTS.slice();
|
|
24
|
-
}
|
|
25
|
-
function registerKey(program, operand, role) {
|
|
26
|
-
if (!REGISTER_FILES.has(operand.typeName)) return null;
|
|
27
|
-
if (operand.typeName === "indexable_temp") {
|
|
28
|
-
return validateIndexableTempOperand(program, operand, role)?.key || null;
|
|
29
|
-
}
|
|
30
|
-
const indices = (operand.indices || []).map(index => {
|
|
31
|
-
const immediate = index.values?.join(":") || "";
|
|
32
|
-
return index.relative ? `${immediate}+relative` : immediate;
|
|
33
|
-
});
|
|
34
|
-
return `${operand.typeName}[${indices.join(",")}]`;
|
|
35
|
-
}
|
|
36
|
-
|
|
1
|
+
import { fixedSourceLanes } from './sourceLanes.js';
|
|
2
|
+
import { validateIndexableTempOperand } from './indexableTemps.js';
|
|
3
|
+
import { compareUtf8 } from '../../../../format/compareUtf8.js';
|
|
4
|
+
|
|
5
|
+
const COMPONENTS = ["x", "y", "z", "w"];
|
|
6
|
+
const REGISTER_FILES = new Set(["temp", "input", "output", "indexable_temp", "input_primitive_id", "output_depth", "output_coverage", "input_control_point", "output_control_point", "input_patch_constant", "input_domain_point", "output_control_point_id", "input_fork_instance_id", "input_join_instance_id", "input_thread_id", "input_thread_group_id", "input_thread_id_in_group", "input_coverage_mask", "input_thread_id_in_group_flattened", "input_gs_instance_id", "output_depth_greater_equal", "output_depth_less_equal"]);
|
|
7
|
+
const WRITABLE_FILES = new Set(["temp", "output", "indexable_temp", "output_depth", "output_coverage", "output_control_point", "output_depth_greater_equal", "output_depth_less_equal"]);
|
|
8
|
+
const NO_DESTINATION = new Set(["break", "breakc", "call", "callc", "case", "continue", "continuec", "cut", "default", "discard", "else", "emit", "emit_then_cut", "endif", "endloop", "endswitch", "if", "label", "loop", "nop", "ret", "retc", "switch", "sync", "store_uav_typed", "store_raw", "store_structured", "atomic_and", "atomic_or", "atomic_xor", "atomic_cmp_store", "atomic_iadd", "atomic_imax", "atomic_imin", "atomic_umax", "atomic_umin"]);
|
|
9
|
+
const DUAL_DESTINATION = new Set(["sincos", "imul", "umul", "udiv", "swapc"]);
|
|
10
|
+
const FULL_SOURCE_LANES = new Set(["ld", "ld_ms", "resinfo"]);
|
|
11
|
+
function operandComponents(operand, destination = false, activeComponents = null) {
|
|
12
|
+
if (destination) {
|
|
13
|
+
if (operand.mask) return COMPONENTS.filter(component => operand.mask.includes(component));
|
|
14
|
+
if (operand.componentCount === 1) return ["x"];
|
|
15
|
+
return COMPONENTS.slice();
|
|
16
|
+
}
|
|
17
|
+
if (operand.swizzle) {
|
|
18
|
+
return activeComponents ? activeComponents.map(component => operand.swizzle[COMPONENTS.indexOf(component)]) : Array.from(operand.swizzle);
|
|
19
|
+
}
|
|
20
|
+
if (operand.selected) return activeComponents ? activeComponents.map(() => operand.selected) : [operand.selected];
|
|
21
|
+
if (operand.mask) return COMPONENTS.filter(component => operand.mask.includes(component));
|
|
22
|
+
if (operand.componentCount === 1) return ["x"];
|
|
23
|
+
return activeComponents ? activeComponents.slice() : COMPONENTS.slice();
|
|
24
|
+
}
|
|
25
|
+
function registerKey(program, operand, role) {
|
|
26
|
+
if (!REGISTER_FILES.has(operand.typeName)) return null;
|
|
27
|
+
if (operand.typeName === "indexable_temp") {
|
|
28
|
+
return validateIndexableTempOperand(program, operand, role)?.key || null;
|
|
29
|
+
}
|
|
30
|
+
const indices = (operand.indices || []).map(index => {
|
|
31
|
+
const immediate = index.values?.join(":") || "";
|
|
32
|
+
return index.relative ? `${immediate}+relative` : immediate;
|
|
33
|
+
});
|
|
34
|
+
return `${operand.typeName}[${indices.join(",")}]`;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
37
|
/**
|
|
38
38
|
* Classifies decoded instruction operands as register sources or destinations.
|
|
39
39
|
*
|
|
40
40
|
* @param {object} instruction Decoded instruction.
|
|
41
41
|
* @returns {Array<{operand: object, role: string}>} Ordered operand roles.
|
|
42
|
-
*/
|
|
43
|
-
function operandRoles(instruction) {
|
|
44
|
-
const operands = instruction.operands || [];
|
|
45
|
-
if (NO_DESTINATION.has(instruction.opcodeName)) {
|
|
46
|
-
return operands.map(operand => ({
|
|
47
|
-
operand,
|
|
48
|
-
role: "source"
|
|
49
|
-
}));
|
|
50
|
-
}
|
|
51
|
-
if (DUAL_DESTINATION.has(instruction.opcodeName)) {
|
|
52
|
-
return operands.map((operand, index) => ({
|
|
53
|
-
operand,
|
|
54
|
-
role: index < 2 ? "destination" : "source"
|
|
55
|
-
}));
|
|
56
|
-
}
|
|
57
|
-
return operands.map((operand, index) => ({
|
|
58
|
-
operand,
|
|
59
|
-
role: index === 0 && WRITABLE_FILES.has(operand.typeName) ? "destination" : "source"
|
|
60
|
-
}));
|
|
61
|
-
}
|
|
62
|
-
function valueRef(value, component) {
|
|
63
|
-
return {
|
|
64
|
-
valueId: value.id,
|
|
65
|
-
component
|
|
66
|
-
};
|
|
67
|
-
}
|
|
68
|
-
function ensureComponent(state, values, register, component, blockId) {
|
|
69
|
-
let components = state.get(register);
|
|
70
|
-
if (!components) {
|
|
71
|
-
components = new Map();
|
|
72
|
-
state.set(register, components);
|
|
73
|
-
}
|
|
74
|
-
if (!components.has(component)) {
|
|
75
|
-
const value = {
|
|
76
|
-
kind: "register-value",
|
|
77
|
-
id: `value${values.length}`,
|
|
78
|
-
origin: "block-input",
|
|
79
|
-
blockId,
|
|
80
|
-
instructionIndex: null,
|
|
81
|
-
register,
|
|
82
|
-
writeMask: component,
|
|
83
|
-
previous: null
|
|
84
|
-
};
|
|
85
|
-
values.push(value);
|
|
86
|
-
components.set(component, valueRef(value, component));
|
|
87
|
-
}
|
|
88
|
-
return components.get(component);
|
|
89
|
-
}
|
|
90
|
-
function analyzeBlock(program, block, values) {
|
|
91
|
-
const state = new Map();
|
|
92
|
-
const inputIds = new Set();
|
|
93
|
-
for (const instructionIndex of block.instructionIndices) {
|
|
94
|
-
const instruction = program.instructions[instructionIndex];
|
|
95
|
-
const roles = operandRoles(instruction);
|
|
96
|
-
const destinationComponents = Array.from(new Set(roles.filter(entry => entry.role === "destination" && entry.operand.typeName !== "null").flatMap(entry => operandComponents(entry.operand, true))));
|
|
97
|
-
const activeSourceComponents = destinationComponents.length && !FULL_SOURCE_LANES.has(instruction.opcodeName) ? destinationComponents : null;
|
|
98
|
-
const reads = [];
|
|
99
|
-
const writes = [];
|
|
100
|
-
for (let operandIndex = 0; operandIndex < roles.length; operandIndex += 1) {
|
|
101
|
-
const {
|
|
102
|
-
operand,
|
|
103
|
-
role
|
|
104
|
-
} = roles[operandIndex];
|
|
105
|
-
if (role !== "source") continue;
|
|
106
|
-
const register = registerKey(program, operand, "source");
|
|
107
|
-
if (!register) continue;
|
|
108
|
-
const components = operandComponents(operand, false, fixedSourceLanes(instruction, operandIndex, program) || activeSourceComponents);
|
|
109
|
-
const refs = components.map(component => ensureComponent(state, values, register, component, block.id));
|
|
110
|
-
for (const ref of refs) {
|
|
111
|
-
const value = values.find(entry => entry.id === ref.valueId);
|
|
112
|
-
if (value?.origin === "block-input") inputIds.add(value.id);
|
|
113
|
-
}
|
|
114
|
-
reads.push({
|
|
115
|
-
kind: "register-read",
|
|
116
|
-
operandIndex,
|
|
117
|
-
register,
|
|
118
|
-
components,
|
|
119
|
-
refs
|
|
120
|
-
});
|
|
121
|
-
}
|
|
122
|
-
for (let operandIndex = 0; operandIndex < roles.length; operandIndex += 1) {
|
|
123
|
-
const {
|
|
124
|
-
operand
|
|
125
|
-
} = roles[operandIndex];
|
|
126
|
-
const indices = operand.indices || [];
|
|
127
|
-
for (let dimension = 0; dimension < indices.length; dimension += 1) {
|
|
128
|
-
const relative = indices[dimension].relative;
|
|
129
|
-
if (!relative) continue;
|
|
130
|
-
const register = registerKey(program, relative, "source");
|
|
131
|
-
if (!register) throw new Error("Shader IR relative index uses an unsupported register file");
|
|
132
|
-
const components = operandComponents(relative, false);
|
|
133
|
-
if (components.length !== 1) throw new Error("Shader IR relative index requires one scalar component");
|
|
134
|
-
const refs = components.map(component => ensureComponent(state, values, register, component, block.id));
|
|
135
|
-
for (const ref of refs) {
|
|
136
|
-
const value = values.find(entry => entry.id === ref.valueId);
|
|
137
|
-
if (value?.origin === "block-input") inputIds.add(value.id);
|
|
138
|
-
}
|
|
139
|
-
reads.push({
|
|
140
|
-
kind: "index-read",
|
|
141
|
-
operandIndex,
|
|
142
|
-
dimension,
|
|
143
|
-
register,
|
|
144
|
-
components,
|
|
145
|
-
refs
|
|
146
|
-
});
|
|
147
|
-
}
|
|
148
|
-
}
|
|
149
|
-
for (let operandIndex = 0; operandIndex < roles.length; operandIndex += 1) {
|
|
150
|
-
const {
|
|
151
|
-
operand,
|
|
152
|
-
role
|
|
153
|
-
} = roles[operandIndex];
|
|
154
|
-
if (role !== "destination" || operand.typeName === "null") continue;
|
|
155
|
-
const register = registerKey(program, operand, "destination");
|
|
156
|
-
if (!register) continue;
|
|
157
|
-
const mask = operandComponents(operand, true);
|
|
158
|
-
const previous = {};
|
|
159
|
-
for (const component of COMPONENTS) {
|
|
160
|
-
if (!mask.includes(component)) {
|
|
161
|
-
previous[component] = ensureComponent(state, values, register, component, block.id);
|
|
162
|
-
}
|
|
163
|
-
}
|
|
164
|
-
const value = {
|
|
165
|
-
kind: "register-value",
|
|
166
|
-
id: `value${values.length}`,
|
|
167
|
-
origin: "instruction-write",
|
|
168
|
-
blockId: block.id,
|
|
169
|
-
instructionIndex,
|
|
170
|
-
register,
|
|
171
|
-
writeMask: mask.join(""),
|
|
172
|
-
previous: Object.keys(previous).length ? previous : null
|
|
173
|
-
};
|
|
174
|
-
values.push(value);
|
|
175
|
-
let components = state.get(register);
|
|
176
|
-
if (!components) {
|
|
177
|
-
components = new Map();
|
|
178
|
-
state.set(register, components);
|
|
179
|
-
}
|
|
180
|
-
for (const component of mask) components.set(component, valueRef(value, component));
|
|
181
|
-
const result = {};
|
|
182
|
-
for (const component of COMPONENTS) {
|
|
183
|
-
result[component] = components.get(component) || ensureComponent(state, values, register, component, block.id);
|
|
184
|
-
}
|
|
185
|
-
writes.push({
|
|
186
|
-
kind: "register-write",
|
|
187
|
-
operandIndex,
|
|
188
|
-
register,
|
|
189
|
-
mask: mask.join(""),
|
|
190
|
-
valueId: value.id,
|
|
191
|
-
previous: value.previous,
|
|
192
|
-
result
|
|
193
|
-
});
|
|
194
|
-
}
|
|
195
|
-
instruction.dataflow = {
|
|
196
|
-
reads,
|
|
197
|
-
writes
|
|
198
|
-
};
|
|
199
|
-
}
|
|
200
|
-
block.inputValueIds = Array.from(inputIds);
|
|
201
|
-
block.outputValues = Array.from(state.entries()).flatMap(([register, components]) => Array.from(components.entries()).map(([component, ref]) => ({
|
|
202
|
-
register,
|
|
203
|
-
component,
|
|
204
|
-
ref
|
|
205
|
-
}))).sort((a, b) => compareUtf8(a.register, b.register) || compareUtf8(a.component, b.component));
|
|
206
|
-
}
|
|
207
|
-
|
|
42
|
+
*/
|
|
43
|
+
function operandRoles(instruction) {
|
|
44
|
+
const operands = instruction.operands || [];
|
|
45
|
+
if (NO_DESTINATION.has(instruction.opcodeName)) {
|
|
46
|
+
return operands.map(operand => ({
|
|
47
|
+
operand,
|
|
48
|
+
role: "source"
|
|
49
|
+
}));
|
|
50
|
+
}
|
|
51
|
+
if (DUAL_DESTINATION.has(instruction.opcodeName)) {
|
|
52
|
+
return operands.map((operand, index) => ({
|
|
53
|
+
operand,
|
|
54
|
+
role: index < 2 ? "destination" : "source"
|
|
55
|
+
}));
|
|
56
|
+
}
|
|
57
|
+
return operands.map((operand, index) => ({
|
|
58
|
+
operand,
|
|
59
|
+
role: index === 0 && WRITABLE_FILES.has(operand.typeName) ? "destination" : "source"
|
|
60
|
+
}));
|
|
61
|
+
}
|
|
62
|
+
function valueRef(value, component) {
|
|
63
|
+
return {
|
|
64
|
+
valueId: value.id,
|
|
65
|
+
component
|
|
66
|
+
};
|
|
67
|
+
}
|
|
68
|
+
function ensureComponent(state, values, register, component, blockId) {
|
|
69
|
+
let components = state.get(register);
|
|
70
|
+
if (!components) {
|
|
71
|
+
components = new Map();
|
|
72
|
+
state.set(register, components);
|
|
73
|
+
}
|
|
74
|
+
if (!components.has(component)) {
|
|
75
|
+
const value = {
|
|
76
|
+
kind: "register-value",
|
|
77
|
+
id: `value${values.length}`,
|
|
78
|
+
origin: "block-input",
|
|
79
|
+
blockId,
|
|
80
|
+
instructionIndex: null,
|
|
81
|
+
register,
|
|
82
|
+
writeMask: component,
|
|
83
|
+
previous: null
|
|
84
|
+
};
|
|
85
|
+
values.push(value);
|
|
86
|
+
components.set(component, valueRef(value, component));
|
|
87
|
+
}
|
|
88
|
+
return components.get(component);
|
|
89
|
+
}
|
|
90
|
+
function analyzeBlock(program, block, values) {
|
|
91
|
+
const state = new Map();
|
|
92
|
+
const inputIds = new Set();
|
|
93
|
+
for (const instructionIndex of block.instructionIndices) {
|
|
94
|
+
const instruction = program.instructions[instructionIndex];
|
|
95
|
+
const roles = operandRoles(instruction);
|
|
96
|
+
const destinationComponents = Array.from(new Set(roles.filter(entry => entry.role === "destination" && entry.operand.typeName !== "null").flatMap(entry => operandComponents(entry.operand, true))));
|
|
97
|
+
const activeSourceComponents = destinationComponents.length && !FULL_SOURCE_LANES.has(instruction.opcodeName) ? destinationComponents : null;
|
|
98
|
+
const reads = [];
|
|
99
|
+
const writes = [];
|
|
100
|
+
for (let operandIndex = 0; operandIndex < roles.length; operandIndex += 1) {
|
|
101
|
+
const {
|
|
102
|
+
operand,
|
|
103
|
+
role
|
|
104
|
+
} = roles[operandIndex];
|
|
105
|
+
if (role !== "source") continue;
|
|
106
|
+
const register = registerKey(program, operand, "source");
|
|
107
|
+
if (!register) continue;
|
|
108
|
+
const components = operandComponents(operand, false, fixedSourceLanes(instruction, operandIndex, program) || activeSourceComponents);
|
|
109
|
+
const refs = components.map(component => ensureComponent(state, values, register, component, block.id));
|
|
110
|
+
for (const ref of refs) {
|
|
111
|
+
const value = values.find(entry => entry.id === ref.valueId);
|
|
112
|
+
if (value?.origin === "block-input") inputIds.add(value.id);
|
|
113
|
+
}
|
|
114
|
+
reads.push({
|
|
115
|
+
kind: "register-read",
|
|
116
|
+
operandIndex,
|
|
117
|
+
register,
|
|
118
|
+
components,
|
|
119
|
+
refs
|
|
120
|
+
});
|
|
121
|
+
}
|
|
122
|
+
for (let operandIndex = 0; operandIndex < roles.length; operandIndex += 1) {
|
|
123
|
+
const {
|
|
124
|
+
operand
|
|
125
|
+
} = roles[operandIndex];
|
|
126
|
+
const indices = operand.indices || [];
|
|
127
|
+
for (let dimension = 0; dimension < indices.length; dimension += 1) {
|
|
128
|
+
const relative = indices[dimension].relative;
|
|
129
|
+
if (!relative) continue;
|
|
130
|
+
const register = registerKey(program, relative, "source");
|
|
131
|
+
if (!register) throw new Error("Shader IR relative index uses an unsupported register file");
|
|
132
|
+
const components = operandComponents(relative, false);
|
|
133
|
+
if (components.length !== 1) throw new Error("Shader IR relative index requires one scalar component");
|
|
134
|
+
const refs = components.map(component => ensureComponent(state, values, register, component, block.id));
|
|
135
|
+
for (const ref of refs) {
|
|
136
|
+
const value = values.find(entry => entry.id === ref.valueId);
|
|
137
|
+
if (value?.origin === "block-input") inputIds.add(value.id);
|
|
138
|
+
}
|
|
139
|
+
reads.push({
|
|
140
|
+
kind: "index-read",
|
|
141
|
+
operandIndex,
|
|
142
|
+
dimension,
|
|
143
|
+
register,
|
|
144
|
+
components,
|
|
145
|
+
refs
|
|
146
|
+
});
|
|
147
|
+
}
|
|
148
|
+
}
|
|
149
|
+
for (let operandIndex = 0; operandIndex < roles.length; operandIndex += 1) {
|
|
150
|
+
const {
|
|
151
|
+
operand,
|
|
152
|
+
role
|
|
153
|
+
} = roles[operandIndex];
|
|
154
|
+
if (role !== "destination" || operand.typeName === "null") continue;
|
|
155
|
+
const register = registerKey(program, operand, "destination");
|
|
156
|
+
if (!register) continue;
|
|
157
|
+
const mask = operandComponents(operand, true);
|
|
158
|
+
const previous = {};
|
|
159
|
+
for (const component of COMPONENTS) {
|
|
160
|
+
if (!mask.includes(component)) {
|
|
161
|
+
previous[component] = ensureComponent(state, values, register, component, block.id);
|
|
162
|
+
}
|
|
163
|
+
}
|
|
164
|
+
const value = {
|
|
165
|
+
kind: "register-value",
|
|
166
|
+
id: `value${values.length}`,
|
|
167
|
+
origin: "instruction-write",
|
|
168
|
+
blockId: block.id,
|
|
169
|
+
instructionIndex,
|
|
170
|
+
register,
|
|
171
|
+
writeMask: mask.join(""),
|
|
172
|
+
previous: Object.keys(previous).length ? previous : null
|
|
173
|
+
};
|
|
174
|
+
values.push(value);
|
|
175
|
+
let components = state.get(register);
|
|
176
|
+
if (!components) {
|
|
177
|
+
components = new Map();
|
|
178
|
+
state.set(register, components);
|
|
179
|
+
}
|
|
180
|
+
for (const component of mask) components.set(component, valueRef(value, component));
|
|
181
|
+
const result = {};
|
|
182
|
+
for (const component of COMPONENTS) {
|
|
183
|
+
result[component] = components.get(component) || ensureComponent(state, values, register, component, block.id);
|
|
184
|
+
}
|
|
185
|
+
writes.push({
|
|
186
|
+
kind: "register-write",
|
|
187
|
+
operandIndex,
|
|
188
|
+
register,
|
|
189
|
+
mask: mask.join(""),
|
|
190
|
+
valueId: value.id,
|
|
191
|
+
previous: value.previous,
|
|
192
|
+
result
|
|
193
|
+
});
|
|
194
|
+
}
|
|
195
|
+
instruction.dataflow = {
|
|
196
|
+
reads,
|
|
197
|
+
writes
|
|
198
|
+
};
|
|
199
|
+
}
|
|
200
|
+
block.inputValueIds = Array.from(inputIds);
|
|
201
|
+
block.outputValues = Array.from(state.entries()).flatMap(([register, components]) => Array.from(components.entries()).map(([component, ref]) => ({
|
|
202
|
+
register,
|
|
203
|
+
component,
|
|
204
|
+
ref
|
|
205
|
+
}))).sort((a, b) => compareUtf8(a.register, b.register) || compareUtf8(a.component, b.component));
|
|
206
|
+
}
|
|
207
|
+
|
|
208
208
|
/**
|
|
209
209
|
* Adds block-local register versions, masked-write reconstruction records,
|
|
210
210
|
* and deterministic block-exit state. A later pass resolves the conservative
|
|
@@ -212,13 +212,13 @@ function analyzeBlock(program, block, values) {
|
|
|
212
212
|
*
|
|
213
213
|
* @param {object} program Mutable shader IR under construction.
|
|
214
214
|
* @returns {object} The same program.
|
|
215
|
-
*/
|
|
216
|
-
function analyzeRegisterValues(program) {
|
|
217
|
-
const values = [];
|
|
218
|
-
for (const block of program.blocks) analyzeBlock(program, block, values);
|
|
219
|
-
program.values = values;
|
|
220
|
-
return program;
|
|
221
|
-
}
|
|
222
|
-
|
|
223
|
-
export { analyzeRegisterValues, operandRoles };
|
|
224
|
-
//# sourceMappingURL=analyzeRegisterValues.js.map
|
|
215
|
+
*/
|
|
216
|
+
function analyzeRegisterValues(program) {
|
|
217
|
+
const values = [];
|
|
218
|
+
for (const block of program.blocks) analyzeBlock(program, block, values);
|
|
219
|
+
program.values = values;
|
|
220
|
+
return program;
|
|
221
|
+
}
|
|
222
|
+
|
|
223
|
+
export { analyzeRegisterValues, operandRoles };
|
|
224
|
+
//# sourceMappingURL=analyzeRegisterValues.js.map
|