Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/spirv/
Dvtn_cfg.c153 case SpvOpReturnValue: in vtn_cfg_handle_prepass_instruction()
322 case SpvOpReturnValue: in vtn_cfg_walk_blocks()
597 if ((*block->branch & SpvOpCodeMask) == SpvOpReturnValue) { in vtn_emit_cf_list()
Dspirv.h806 SpvOpReturnValue = 254, enumerator
/external/skia/src/sksl/
Dspirv.h806 SpvOpReturnValue = 254, enumerator
DSkSLSPIRVCodeGenerator.cpp646 case SpvOpReturnValue: in opcode_text()
780 case SpvOpReturnValue: // fall through in writeOpCode()
3003 this->writeInstruction(SpvOpReturnValue, this->writeExpression(*r.fExpression, out), in writeReturnStatement()