Home
last modified time | relevance | path

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

/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.cpp509 spv::FunctionControlMask functionControl, in WriteFunction() argument
516 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()
/external/angle/src/libANGLE/renderer/vulkan/
Dspv_utils.cpp3133 spv::FunctionControlMask functionControl; in transformInstruction() local
3135 spirv::ParseFunction(instruction, &id, &mCurrentFunctionId, &functionControl, in transformInstruction()