Home
last modified time | relevance | path

Searched refs:functionControl (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/mlir/lib/Conversion/SPIRVToLLVM/
DConvertSPIRVToLLVM.cpp1303 #define DISPATCH(functionControl, llvmAttr) \ in matchAndRewrite() argument
1304 case functionControl: \ in matchAndRewrite()
/external/angle/src/libANGLE/renderer/
Dglslang_wrapper_utils.cpp2980 spv::FunctionControlMask functionControl; in transformInstruction() local
2982 spirv::ParseFunction(instruction, &id, &mCurrentFunctionId, &functionControl, in transformInstruction()
3891 spv::FunctionControlMask functionControl; in transformInstruction() local
3893 spirv::ParseFunction(instruction, &id, &functionId, &functionControl, &functionType); in transformInstruction()
/external/angle/src/common/spirv/
Dspirv_instruction_parser_autogen.h137 spv::FunctionControlMask *functionControl,
Dspirv_instruction_builder_autogen.h111 spv::FunctionControlMask functionControl,
Dspirv_instruction_builder_autogen.cpp508 spv::FunctionControlMask functionControl, in WriteFunction() argument
515 blob->push_back(functionControl); in WriteFunction()
Dspirv_instruction_parser_autogen.cpp569 spv::FunctionControlMask *functionControl, in ParseFunction() argument
579 *functionControl = spv::FunctionControlMask(_instruction[_o++]); in ParseFunction()