Searched refs:OpFunctionEnd (Results 1 – 25 of 56) sorted by relevance
123
/external/spirv-llvm/lib/SPIRV/libSPIRV/ |
D | SPIRVFunction.cpp | 106 if (Decoder.OpCode == OpFunctionEnd) in decode() 140 if (Decoder.OpCode == OpFunctionEnd || in decodeBB()
|
D | SPIRVFunction.h | 164 typedef SPIRVEntryOpCodeOnly<OpFunctionEnd> SPIRVFunctionEnd;
|
D | spirv.hpp | 634 OpFunctionEnd = 56, enumerator
|
D | SPIRVIsValidEnum.h | 632 case OpFunctionEnd: in isValid()
|
/external/deqp/external/vulkancts/data/vulkan/vkrunner/example/ |
D | spirv.shader_test | 40 OpFunctionEnd 107 OpFunctionEnd
|
/external/deqp-deps/glslang/SPIRV/ |
D | SPVRemapper.cpp | 186 case spv::OpFunctionEnd: return true; in isFlowCtrl() 463 } else if (opCode == spv::Op::OpFunctionEnd) { in buildLocalMaps() 750 if (opCode == spv::OpFunctionEnd) in mapFnBodies() 766 if (asOpCode(instPos[i]) == spv::OpFunctionEnd) in mapFnBodies()
|
D | spvIR.h | 324 Instruction end(0, 0, OpFunctionEnd); in dump()
|
/external/swiftshader/third_party/SPIRV-Tools/ |
D | syntax.md | 24 OpFunctionEnd 93 OpFunctionEnd
|
/external/deqp-deps/SPIRV-Tools/ |
D | syntax.md | 24 OpFunctionEnd 93 OpFunctionEnd
|
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/ |
D | spirv.cs | 731 OpFunctionEnd = 56, enumerator
|
D | spirv.lua | 687 OpFunctionEnd = 56,
|
/external/deqp-deps/SPIRV-Headers/include/spirv/1.1/ |
D | spirv.lua | 687 OpFunctionEnd = 56,
|
D | spirv.cs | 731 OpFunctionEnd = 56, enumerator
|
/external/shaderc/spirv-headers/include/spirv/1.1/ |
D | spirv.lua | 687 OpFunctionEnd = 56,
|
D | spirv.hpp | 726 OpFunctionEnd = 56, enumerator
|
/external/shaderc/spirv-headers/include/spirv/1.0/ |
D | spirv.lua | 675 OpFunctionEnd = 56,
|
/external/deqp-deps/SPIRV-Headers/include/spirv/1.2/ |
D | spirv.lua | 692 OpFunctionEnd = 56,
|
D | spirv.cs | 736 OpFunctionEnd = 56, enumerator
|
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/ |
D | spirv.cs | 719 OpFunctionEnd = 56, enumerator
|
D | spirv.lua | 675 OpFunctionEnd = 56,
|
/external/deqp-deps/SPIRV-Headers/include/spirv/1.0/ |
D | spirv.cs | 719 OpFunctionEnd = 56, enumerator
|
D | spirv.lua | 675 OpFunctionEnd = 56,
|
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/ |
D | spirv.lua | 692 OpFunctionEnd = 56,
|
D | spirv.cs | 736 OpFunctionEnd = 56, enumerator
|
/external/shaderc/spirv-headers/include/spirv/1.2/ |
D | spirv.lua | 692 OpFunctionEnd = 56,
|
123