mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-29 18:23:36 +00:00
105cb9db31
Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
164 lines
4.9 KiB
Plaintext
164 lines
4.9 KiB
Plaintext
; SPIR-V
|
|
; Version: 1.4
|
|
; Generator: rspirv
|
|
; Bound: 104
|
|
OpCapability Shader
|
|
OpCapability RayQueryKHR
|
|
OpExtension "SPV_KHR_ray_query"
|
|
%1 = OpExtInstImport "GLSL.std.450"
|
|
OpMemoryModel Logical GLSL450
|
|
OpEntryPoint GLCompute %84 "main" %15 %17
|
|
OpExecutionMode %84 LocalSize 1 1 1
|
|
OpMemberDecorate %10 0 Offset 0
|
|
OpMemberDecorate %10 1 Offset 4
|
|
OpMemberDecorate %10 2 Offset 8
|
|
OpMemberDecorate %10 3 Offset 12
|
|
OpMemberDecorate %10 4 Offset 16
|
|
OpMemberDecorate %10 5 Offset 20
|
|
OpMemberDecorate %10 6 Offset 24
|
|
OpMemberDecorate %10 7 Offset 28
|
|
OpMemberDecorate %10 8 Offset 36
|
|
OpMemberDecorate %10 9 Offset 48
|
|
OpMemberDecorate %10 9 ColMajor
|
|
OpMemberDecorate %10 9 MatrixStride 16
|
|
OpMemberDecorate %10 10 Offset 112
|
|
OpMemberDecorate %10 10 ColMajor
|
|
OpMemberDecorate %10 10 MatrixStride 16
|
|
OpMemberDecorate %12 0 Offset 0
|
|
OpMemberDecorate %12 1 Offset 4
|
|
OpMemberDecorate %12 2 Offset 8
|
|
OpMemberDecorate %12 3 Offset 12
|
|
OpMemberDecorate %12 4 Offset 16
|
|
OpMemberDecorate %12 5 Offset 32
|
|
OpMemberDecorate %13 0 Offset 0
|
|
OpMemberDecorate %13 1 Offset 16
|
|
OpDecorate %15 DescriptorSet 0
|
|
OpDecorate %15 Binding 0
|
|
OpDecorate %17 DescriptorSet 0
|
|
OpDecorate %17 Binding 1
|
|
OpDecorate %18 Block
|
|
OpMemberDecorate %18 0 Offset 0
|
|
%2 = OpTypeVoid
|
|
%3 = OpTypeFloat 32
|
|
%4 = OpTypeVector %3 3
|
|
%5 = OpTypeAccelerationStructureNV
|
|
%6 = OpTypeInt 32 0
|
|
%7 = OpTypeVector %3 2
|
|
%8 = OpTypeBool
|
|
%9 = OpTypeMatrix %4 4
|
|
%10 = OpTypeStruct %6 %3 %6 %6 %6 %6 %6 %7 %8 %9 %9
|
|
%11 = OpTypeRayQueryKHR
|
|
%12 = OpTypeStruct %6 %6 %3 %3 %4 %4
|
|
%13 = OpTypeStruct %6 %4
|
|
%14 = OpTypeVector %3 4
|
|
%16 = OpTypePointer UniformConstant %5
|
|
%15 = OpVariable %16 UniformConstant
|
|
%18 = OpTypeStruct %13
|
|
%19 = OpTypePointer StorageBuffer %18
|
|
%17 = OpVariable %19 StorageBuffer
|
|
%26 = OpTypeFunction %10 %4 %4 %16
|
|
%27 = OpConstant %6 4
|
|
%28 = OpConstant %6 255
|
|
%29 = OpConstant %3 0.1
|
|
%30 = OpConstant %3 100.0
|
|
%32 = OpTypePointer Function %11
|
|
%50 = OpConstant %6 1
|
|
%67 = OpTypeFunction %4 %4 %10
|
|
%68 = OpConstant %3 1.0
|
|
%69 = OpConstant %3 2.4
|
|
%70 = OpConstant %3 0.0
|
|
%85 = OpTypeFunction %2
|
|
%87 = OpTypePointer StorageBuffer %13
|
|
%88 = OpConstant %6 0
|
|
%90 = OpConstantComposite %4 %70 %70 %70
|
|
%91 = OpConstantComposite %4 %70 %68 %70
|
|
%94 = OpTypePointer StorageBuffer %6
|
|
%99 = OpTypePointer StorageBuffer %4
|
|
%25 = OpFunction %10 None %26
|
|
%21 = OpFunctionParameter %4
|
|
%22 = OpFunctionParameter %4
|
|
%23 = OpFunctionParameter %16
|
|
%20 = OpLabel
|
|
%31 = OpVariable %32 Function
|
|
%24 = OpLoad %5 %23
|
|
OpBranch %33
|
|
%33 = OpLabel
|
|
%34 = OpCompositeConstruct %12 %27 %28 %29 %30 %21 %22
|
|
%35 = OpCompositeExtract %6 %34 0
|
|
%36 = OpCompositeExtract %6 %34 1
|
|
%37 = OpCompositeExtract %3 %34 2
|
|
%38 = OpCompositeExtract %3 %34 3
|
|
%39 = OpCompositeExtract %4 %34 4
|
|
%40 = OpCompositeExtract %4 %34 5
|
|
OpRayQueryInitializeKHR %31 %24 %35 %36 %39 %37 %40 %38
|
|
OpBranch %41
|
|
%41 = OpLabel
|
|
OpLoopMerge %42 %44 None
|
|
OpBranch %43
|
|
%43 = OpLabel
|
|
%45 = OpRayQueryProceedKHR %8 %31
|
|
OpSelectionMerge %46 None
|
|
OpBranchConditional %45 %46 %47
|
|
%47 = OpLabel
|
|
OpBranch %42
|
|
%46 = OpLabel
|
|
OpBranch %48
|
|
%48 = OpLabel
|
|
OpBranch %49
|
|
%49 = OpLabel
|
|
OpBranch %44
|
|
%44 = OpLabel
|
|
OpBranch %41
|
|
%42 = OpLabel
|
|
%51 = OpRayQueryGetIntersectionTypeKHR %6 %31 %50
|
|
%52 = OpRayQueryGetIntersectionInstanceCustomIndexKHR %6 %31 %50
|
|
%53 = OpRayQueryGetIntersectionInstanceIdKHR %6 %31 %50
|
|
%54 = OpRayQueryGetIntersectionInstanceShaderBindingTableRecordOffsetKHR %6 %31 %50
|
|
%55 = OpRayQueryGetIntersectionGeometryIndexKHR %6 %31 %50
|
|
%56 = OpRayQueryGetIntersectionPrimitiveIndexKHR %6 %31 %50
|
|
%57 = OpRayQueryGetIntersectionTKHR %3 %31 %50
|
|
%58 = OpRayQueryGetIntersectionBarycentricsKHR %7 %31 %50
|
|
%59 = OpRayQueryGetIntersectionFrontFaceKHR %8 %31 %50
|
|
%60 = OpRayQueryGetIntersectionObjectToWorldKHR %9 %31 %50
|
|
%61 = OpRayQueryGetIntersectionWorldToObjectKHR %9 %31 %50
|
|
%62 = OpCompositeConstruct %10 %51 %57 %52 %53 %54 %55 %56 %58 %59 %60 %61
|
|
OpReturnValue %62
|
|
OpFunctionEnd
|
|
%66 = OpFunction %4 None %67
|
|
%64 = OpFunctionParameter %4
|
|
%65 = OpFunctionParameter %10
|
|
%63 = OpLabel
|
|
OpBranch %71
|
|
%71 = OpLabel
|
|
%72 = OpCompositeExtract %9 %65 10
|
|
%73 = OpCompositeConstruct %14 %64 %68
|
|
%74 = OpMatrixTimesVector %4 %72 %73
|
|
%75 = OpVectorShuffle %7 %74 %74 0 1
|
|
%76 = OpExtInst %7 %1 Normalize %75
|
|
%77 = OpVectorTimesScalar %7 %76 %69
|
|
%78 = OpCompositeExtract %9 %65 9
|
|
%79 = OpCompositeConstruct %14 %77 %70 %68
|
|
%80 = OpMatrixTimesVector %4 %78 %79
|
|
%81 = OpFSub %4 %64 %80
|
|
%82 = OpExtInst %4 %1 Normalize %81
|
|
OpReturnValue %82
|
|
OpFunctionEnd
|
|
%84 = OpFunction %2 None %85
|
|
%83 = OpLabel
|
|
%86 = OpLoad %5 %15
|
|
%89 = OpAccessChain %87 %17 %88
|
|
OpBranch %92
|
|
%92 = OpLabel
|
|
%93 = OpFunctionCall %10 %25 %90 %91 %15
|
|
%95 = OpCompositeExtract %6 %93 0
|
|
%96 = OpIEqual %8 %95 %88
|
|
%97 = OpSelect %6 %96 %50 %88
|
|
%98 = OpAccessChain %94 %89 %88
|
|
OpStore %98 %97
|
|
%100 = OpCompositeExtract %3 %93 1
|
|
%101 = OpVectorTimesScalar %4 %91 %100
|
|
%102 = OpFunctionCall %4 %66 %101 %93
|
|
%103 = OpAccessChain %99 %89 %50
|
|
OpStore %103 %102
|
|
OpReturn
|
|
OpFunctionEnd |