Home
last modified time | relevance | path

Searched refs:SpvOpFunction (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/sksl/
Dspirv.h622 SpvOpFunction = 54, enumerator
DSkSLSPIRVCodeGenerator.cpp278 case SpvOpFunction: in opcode_text()
805 case SpvOpFunction: // fall through in writeOpCode()
2604 this->writeInstruction(SpvOpFunction, this->getType(f.fReturnType), result, in writeFunctionStart()
/external/mesa3d/src/compiler/spirv/
Dspirv.h622 SpvOpFunction = 54, enumerator
Dvtn_cfg.c32 case SpvOpFunction: { in vtn_cfg_handle_prepass_instruction()