Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/spirv/
Dvtn_cfg.c124 case SpvOpLabel: { in vtn_cfg_handle_prepass_instruction()
488 if (opcode == SpvOpLabel) in vtn_handle_phis_first_pass()
Dspirv.h800 SpvOpLabel = 248, enumerator
Dspirv_to_nir.c2945 case SpvOpLabel: in vtn_handle_body_instruction()
/external/skia/src/sksl/
Dspirv.h800 SpvOpLabel = 248, enumerator
DSkSLSPIRVCodeGenerator.cpp634 case SpvOpLabel: in opcode_text()
832 this->writeInstruction(SpvOpLabel, label, out); in writeLabel()