• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1; Test: Samples_SpvModuleScopeVarParserTest_ComputeBuiltin_Load_CopyObject_1.spvasm
2; SPIR-V
3; Version: 1.0
4; Generator: Khronos SPIR-V Tools Assembler; 0
5; Bound: 14
6; Schema: 0
7OpCapability Shader
8OpMemoryModel Logical Simple
9OpEntryPoint GLCompute %3 "main" %gl_LocalInvocationIndex
10OpExecutionMode %3 LocalSize 1 1 1
11OpDecorate %gl_LocalInvocationIndex BuiltIn LocalInvocationIndex
12%void = OpTypeVoid
13%5 = OpTypeFunction %void
14%float = OpTypeFloat 32
15%uint = OpTypeInt 32 0
16%int = OpTypeInt 32 1
17%v3uint = OpTypeVector %uint 3
18%v3int = OpTypeVector %int 3
19%_ptr_Input_int = OpTypePointer Input %int
20%gl_LocalInvocationIndex = OpVariable %_ptr_Input_int Input
21%3 = OpFunction %void None %5
22%12 = OpLabel
23%13 = OpCopyObject %_ptr_Input_int %gl_LocalInvocationIndex
24%2 = OpLoad %int %13
25OpReturn
26OpFunctionEnd
27
28