Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
DvktApiVersionCheck.cpp460 const deUint32 functionType = testsArr[ndx].second; in mixupAddressProcCheck() local
477 const deUint32 functionType = testsArr[ndx].second; in specialCasesCheck() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiVersionCheck.cpp464 const deUint32 functionType = testsArr[ndx].second; in mixupAddressProcCheck() local
481 const deUint32 functionType = testsArr[ndx].second; in specialCasesCheck() local
/third_party/glslang/SPIRV/
DspvIR.h482 __inline Function::Function(Id id, Id resultType, Id functionType, Id firstParamId, LinkageType lin… in Function()
/third_party/vk-gl-cts/external/vulkancts/scripts/
Dgen_framework.py2199 def writeExtensionFunctions (functionType): argument
3670 def functions(functionType): argument
Dohos_gen_framework.py1868 def writeExtensionFunctions (functionType): argument
Dgen_framework_sc.py1887 def writeExtensionFunctions (functionType): argument
/third_party/typescript/src/services/refactors/
DextractSymbol.ts1294 const functionType = checker.getTypeAtLocation(node); constant
/third_party/typescript/src/compiler/
Dbinder.ts396 const functionType = node.parent as JSDocFunctionType; constant
Dchecker.ts13024 const functionType = resolved === anyFunctionType ? globalFunctionType : constant
44671 …const functionType = getSignaturesOfType(type, SignatureKind.Call).length ? globalCallableFunction… constant
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
Dglslang_wrapper_utils.cpp3030 spirv::IdRef functionType; in transformInstruction() local
3944 spirv::IdRef functionType; in transformInstruction() local
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DLLVMReactor.cpp515 llvm::FunctionType *functionType = llvm::FunctionType::get(retTy, params, false); in createFunction() local
/third_party/skia/third_party/externals/angle2/src/common/spirv/
Dspirv_instruction_builder_autogen.cpp509 IdRef functionType) in WriteFunction()
Dspirv_instruction_parser_autogen.cpp570 IdRef *functionType) in ParseFunction()