Searched refs:SpvOpVariable (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/sksl/ |
D | SkSLSPIRVCodeGenerator.cpp | 289 case SpvOpVariable: in opcode_text() 807 case SpvOpVariable: // fall through in writeOpCode() 1412 this->writeInstruction(SpvOpVariable, in writeFunctionCall() 1847 this->writeInstruction(SpvOpVariable, type, result, SpvStorageClassFunction, in getLValue() 2254 this->writeInstruction(SpvOpVariable, this->getPointerType(t.fType, SpvStorageClassFunction), in writeTernaryExpression() 2540 this->writeInstruction(SpvOpVariable, ptrType, result, storageClass, fConstantBuffer); in writeInterfaceBlock() 2594 this->writeInstruction(SpvOpVariable, type, id, storageClass, fConstantBuffer); in writeGlobalVars() 2626 this->writeInstruction(SpvOpVariable, type, id, SpvStorageClassFunction, fVariableBuffer); in writeVarDeclarations()
|
D | spirv.h | 626 SpvOpVariable = 59, enumerator
|