Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLSPIRVCodeGenerator.cpp292 case SpvOpStore: in opcode_text()
1445 this->writeInstruction(SpvOpStore, tmpVar, tmpValueId, out); in writeFunctionCall()
1751 fGen.writeInstruction(SpvOpStore, fPointer, value, out); in store()
1824 fGen.writeInstruction(SpvOpStore, fVecPointer, shuffle, out); in store()
1901 this->writeInstruction(SpvOpStore, result, this->writeExpression(expr, out), out); in getLValue()
2430 this->writeInstruction(SpvOpStore, var, this->writeExpression(*t.fIfTrue, out), out); in writeTernaryExpression()
2433 this->writeInstruction(SpvOpStore, var, this->writeExpression(*t.fIfFalse, out), out); in writeTernaryExpression()
2792 this->writeInstruction(SpvOpStore, id, value, fGlobalInitializersBuffer); in writeGlobalVars()
2818 this->writeInstruction(SpvOpStore, id, value, out); in writeVarDeclarations()
Dspirv.h629 SpvOpStore = 62, enumerator
/external/mesa3d/src/compiler/spirv/
Dspirv.h629 SpvOpStore = 62, enumerator
Dvtn_variables.c1573 case SpvOpStore: { in vtn_handle_variables()
Dspirv_to_nir.c2965 case SpvOpStore: in vtn_handle_body_instruction()