Home
last modified time | relevance | path

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

/external/skia/src/sksl/
Dspirv.h587 SpvOpEntryPoint = 15, enumerator
DSkSLSPIRVCodeGenerator.cpp208 case SpvOpEntryPoint: in opcode_text()
812 case SpvOpEntryPoint: // fall through in writeOpCode()
3060 this->writeOpCode(SpvOpEntryPoint, (SpvId) (3 + (strlen(main->fName.c_str()) + 4) / 4) + in writeInstructions()
/external/mesa3d/src/compiler/spirv/
Dspirv.h587 SpvOpEntryPoint = 15, enumerator
Dspirv_to_nir.c2687 case SpvOpEntryPoint: { in vtn_handle_preamble_instruction()
2878 case SpvOpEntryPoint: in vtn_handle_variable_or_type_instruction()