Searched refs:OpFunction (Results 1 – 16 of 16) sorted by relevance
/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
|
D | SPIRVIsValidEnum.h | 630 case OpFunction: in isValid()
|
/external/shaderc/spirv-headers/include/spirv/1.1/ |
D | spirv.lua | 632 OpFunction = 54,
|
D | spirv.hpp | 671 OpFunction = 54, enumerator
|
D | spirv.hpp11 | 671 OpFunction = 54,
|
/external/shaderc/spirv-headers/include/spirv/1.0/ |
D | spirv.lua | 620 OpFunction = 54,
|
D | spirv.hpp | 659 OpFunction = 54, enumerator
|
D | spirv.hpp11 | 659 OpFunction = 54,
|
/external/vulkan-validation-layers/layers/ |
D | shader_validation.cpp | 122 case spv::OpFunction: in build_def_index() 861 case spv::OpFunction: in mark_accessible_ids()
|
/external/spirv-llvm/lib/SPIRV/ |
D | SPIRVReader.cpp | 1475 case OpFunction: in transValueWithoutDecoration() 2640 if (V->getOpCode() == OpFunction) { in transLinkageType()
|