Searched refs:OpFunction (Results 1 – 25 of 63) sorted by relevance
123
/external/spirv-llvm/lib/SPIRV/libSPIRV/ |
D | SPIRVFunction.h | 87 :SPIRVValue(M, 5, OpFunction, FunctionType->getReturnType(), TheId), 94 SPIRVFunction():SPIRVValue(OpFunction),FuncType(NULL),
|
D | SPIRVBasicBlock.cpp | 83 assert(Scope && Scope->getOpCode() == OpFunction && "Invalid scope"); in _SPIRV_IMP_ENCDEC1()
|
D | SPIRVValue.h | 106 assert(!Ty || !Ty->isTypeVoid() || OpCode == OpFunction); in setType() 107 if (Ty && (!Ty->isTypeVoid() || OpCode == OpFunction)) in setType()
|
D | SPIRVInstruction.cpp | 122 if (I->getOpCode() == OpFunction) in getOperandTypes()
|
D | SPIRVStream.cpp | 96 assert(TheScope && (TheScope->getOpCode() == OpFunction || in setScope()
|
D | SPIRVEntry.cpp | 338 if (OpCode == OpFunction) in takeAnnotations() 368 return OpCode == OpFunction || OpCode == OpVariable; in hasLinkageType()
|
D | spirv.hpp | 632 OpFunction = 54, enumerator
|
/external/deqp/external/vulkancts/data/vulkan/vkrunner/example/ |
D | spirv.shader_test | 33 %main = OpFunction %void None %3 73 %main = OpFunction %void None %3
|
/external/deqp-deps/glslang/SPIRV/ |
D | SPVRemapper.cpp | 185 case spv::OpFunction: in isFlowCtrl() 455 } else if (opCode == spv::Op::OpFunction) { in buildLocalMaps() 747 if (opCode == spv::OpFunction) in mapFnBodies() 760 if (asOpCode(instPos[i]) == spv::OpFunction) in mapFnBodies() 789 case spv::OpFunction: in mapFnBodies()
|
D | spvIR.h | 397 : parent(parent), functionInstruction(id, resultType, OpFunction), implicitThis(false) in Function()
|
/external/swiftshader/third_party/SPIRV-Tools/ |
D | syntax.md | 21 %3 = OpFunction %1 None %2 90 %main = OpFunction %void None %fnMain
|
/external/deqp-deps/SPIRV-Tools/ |
D | syntax.md | 21 %3 = OpFunction %1 None %2 90 %main = OpFunction %void None %fnMain
|
/external/vulkan-validation-layers/layers/ |
D | shader_validation.cpp | 124 case spv::OpFunction: in BuildDefIndex() 1016 while (!init_complete && (insn.opcode() != spv::OpFunction)) { in IsPointSizeWritten() 1051 if (insn.opcode() == spv::OpFunction) { in IsPointSizeWritten() 1112 case spv::OpFunction: in MarkAccessibleIds() 1954 while (!pointsize_written && (insn.opcode() != spv::OpFunction)) { in ValidatePointListShaderState()
|
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/ |
D | spirv.cs | 729 OpFunction = 54, enumerator
|
D | spirv.lua | 685 OpFunction = 54,
|
/external/deqp-deps/SPIRV-Headers/include/spirv/1.1/ |
D | spirv.lua | 685 OpFunction = 54,
|
D | spirv.cs | 729 OpFunction = 54, enumerator
|
/external/shaderc/spirv-headers/include/spirv/1.1/ |
D | spirv.lua | 685 OpFunction = 54,
|
/external/shaderc/spirv-headers/include/spirv/1.0/ |
D | spirv.lua | 673 OpFunction = 54,
|
/external/deqp-deps/SPIRV-Headers/include/spirv/1.2/ |
D | spirv.lua | 690 OpFunction = 54,
|
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/ |
D | spirv.cs | 717 OpFunction = 54, enumerator
|
D | spirv.lua | 673 OpFunction = 54,
|
/external/deqp-deps/SPIRV-Headers/include/spirv/1.0/ |
D | spirv.cs | 717 OpFunction = 54, enumerator
|
D | spirv.lua | 673 OpFunction = 54,
|
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/ |
D | spirv.lua | 690 OpFunction = 54,
|
123