Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLSPIRVCodeGenerator.cpp290 case SpvOpLoad: in opcode_text()
1460 this->writeInstruction(SpvOpLoad, std::get<1>(tuple), load, std::get<0>(tuple), out); in writeFunctionCall()
1746 fGen.writeInstruction(SpvOpLoad, fType, result, fPointer, out); in load()
1776 fGen.writeInstruction(SpvOpLoad, fGen.getType(fBaseType), base, fVecPointer, out); in load()
1801 fGen.writeInstruction(SpvOpLoad, fGen.getType(fBaseType), base, fVecPointer, out); in store()
1914 this->writeInstruction(SpvOpLoad, this->getType(ref.fVariable.fType), result, var, out); in writeVariableReference()
1955 this->writeInstruction(SpvOpLoad, this->getType(*fContext.fFloat_Type), heightRead, in writeVariableReference()
2437 this->writeInstruction(SpvOpLoad, this->getType(t.fType), result, var, out); in writeTernaryExpression()
Dspirv.h628 SpvOpLoad = 61, enumerator
/external/mesa3d/src/compiler/spirv/
Dspirv.h628 SpvOpLoad = 61, enumerator
Dvtn_variables.c1558 case SpvOpLoad: { in vtn_handle_variables()
Dspirv_to_nir.c2964 case SpvOpLoad: in vtn_handle_body_instruction()