Home
last modified time | relevance | path

Searched defs:functionType (Results 1 – 5 of 5) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiVersionCheck.cpp273 const deUint32 functionType = testsArr[ndx].second; in mixupAddressProcCheck() local
290 const deUint32 functionType = testsArr[ndx].second; in specialCasesCheck() local
309 const deUint32 functionType = testsArr[ndx].second; in regularCheck() local
/external/deqp-deps/glslang/SPIRV/
DspvIR.h396 __inline Function::Function(Id id, Id resultType, Id functionType, Id firstParamId, Module& parent) in Function()
/external/syzkaller/vendor/github.com/ianlancetaylor/demangle/
Ddemangle.go1503 func (st *state) functionType() AST { func
/external/clang/lib/Sema/
DTreeTransform.h11368 QualType functionType = in TransformBlockExpr() local
/external/swiftshader/src/Reactor/
DLLVMReactor.cpp995 llvm::FunctionType *functionType = llvm::FunctionType::get(T(ReturnType), T(Params), false); in createFunction() local