Home
last modified time | relevance | path

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

/external/skia/src/sksl/
Dspirv.h624 SpvOpFunctionEnd = 56, enumerator
DSkSLSPIRVCodeGenerator.cpp282 case SpvOpFunctionEnd: in opcode_text()
807 case SpvOpFunctionEnd: // fall through in writeOpCode()
2631 this->writeInstruction(SpvOpFunctionEnd, out); in writeFunction()
/external/mesa3d/src/compiler/spirv/
Dspirv.h624 SpvOpFunctionEnd = 56, enumerator
Dvtn_cfg.c81 case SpvOpFunctionEnd: in vtn_cfg_handle_prepass_instruction()