Home
last modified time | relevance | path

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

/external/skia/src/sksl/
Dspirv.h579 SpvOpName = 5, enumerator
DSkSLSPIRVCodeGenerator.cpp192 case SpvOpName: in opcode_text()
815 case SpvOpName: // fall through in writeOpCode()
975 this->writeInstruction(SpvOpName, resultId, type.name().c_str(), fNameBuffer); in writeStruct()
2606 this->writeInstruction(SpvOpName, result, f.fName.c_str(), fNameBuffer); in writeFunctionStart()
2780 this->writeInstruction(SpvOpName, id, var->fName.c_str(), fNameBuffer); in writeGlobalVars()
2815 this->writeInstruction(SpvOpName, id, var->fName.c_str(), fNameBuffer); in writeVarDeclarations()
/external/mesa3d/src/compiler/spirv/
Dspirv.h579 SpvOpName = 5, enumerator
Dspirv_to_nir.c2707 case SpvOpName: in vtn_handle_preamble_instruction()
2881 case SpvOpName: in vtn_handle_variable_or_type_instruction()