• Home
  • Raw
  • Download

Lines Matching refs:nextId

969 SpvId SPIRVCodeGenerator::nextId() {  in nextId()  function in SkSL::SPIRVCodeGenerator
1040 SpvId result = this->nextId(); in getType()
1092 image = this->nextId(); in getType()
1140 SpvId result = this->nextId(); in getFunctionType()
1195 SpvId result = this->nextId(); in getPointerType()
1257 SpvId result = this->nextId(); in writeIntrinsicCall()
1273 SpvId result = this->nextId(); in writeIntrinsicCall()
1295 SpvId result = this->nextId(); in writeSpecialIntrinsic()
1342 SpvId image = this->nextId(); in writeSpecialIntrinsic()
1430 tmpVar = this->nextId(); in writeFunctionCall()
1437 tmpVar = this->nextId(); in writeFunctionCall()
1448 SpvId result = this->nextId(); in writeFunctionCall()
1459 SpvId load = this->nextId(); in writeFunctionCall()
1468 SpvId result = this->nextId(); in writeConstantVector()
1498 SpvId result = this->nextId(); in writeFloatConstructor()
1516 SpvId result = this->nextId(); in writeIntConstructor()
1534 SpvId result = this->nextId(); in writeUIntConstructor()
1558 SpvId columnId = this->nextId(); in writeUniformScaleMatrix()
1587 SpvId result = this->nextId(); in writeMatrixConstructor()
1609 SpvId id = this->nextId(); in writeMatrixConstructor()
1639 SpvId result = this->nextId(); in writeVectorConstructor()
1745 SpvId result = fGen.nextId(); in load()
1775 SpvId base = fGen.nextId(); in load()
1777 SpvId result = fGen.nextId(); in load()
1800 SpvId base = fGen.nextId(); in store()
1802 SpvId shuffle = fGen.nextId(); in store()
1850 SpvId member = this->nextId(); in getLValue()
1870 SpvId member = this->nextId(); in getLValue()
1897 SpvId result = this->nextId(); in getLValue()
1910 SpvId result = this->nextId(); in writeVariableReference()
1943 SpvId xId = this->nextId(); in writeVariableReference()
1948 SpvId heightPtr = this->nextId(); in writeVariableReference()
1954 SpvId heightRead = this->nextId(); in writeVariableReference()
1957 SpvId rawYId = this->nextId(); in writeVariableReference()
1960 SpvId flippedYId = this->nextId(); in writeVariableReference()
1967 SpvId flipped = this->nextId(); in writeVariableReference()
1990 SpvId result = this->nextId(); in writeSwizzle()
2012 SpvId result = this->nextId(); in writeBinaryOperation()
2051 SpvId result = this->nextId(); in foldToBool()
2072 SpvId rowL = this->nextId(); in writeMatrixComparison()
2074 SpvId rowR = this->nextId(); in writeMatrixComparison()
2076 SpvId compare = this->nextId(); in writeMatrixComparison()
2078 SpvId all = this->nextId(); in writeMatrixComparison()
2081 SpvId next = this->nextId(); in writeMatrixComparison()
2131 SpvId vec = this->nextId(); in writeBinaryExpression()
2143 SpvId vec = this->nextId(); in writeBinaryExpression()
2163 SpvId result = this->nextId(); in writeBinaryExpression()
2172 SpvId result = this->nextId(); in writeBinaryExpression()
2246 SpvId result = this->nextId(); in writeBinaryExpression()
2294 SpvId result = this->nextId(); in writeBinaryExpression()
2371 SpvId rhsLabel = this->nextId(); in writeLogicalAnd()
2372 SpvId end = this->nextId(); in writeLogicalAnd()
2381 SpvId result = this->nextId(); in writeLogicalAnd()
2392 SpvId rhsLabel = this->nextId(); in writeLogicalOr()
2393 SpvId end = this->nextId(); in writeLogicalOr()
2402 SpvId result = this->nextId(); in writeLogicalOr()
2412 SpvId result = this->nextId(); in writeTernaryExpression()
2421 SpvId var = this->nextId(); in writeTernaryExpression()
2424 SpvId trueLabel = this->nextId(); in writeTernaryExpression()
2425 SpvId falseLabel = this->nextId(); in writeTernaryExpression()
2426 SpvId end = this->nextId(); in writeTernaryExpression()
2436 SpvId result = this->nextId(); in writeTernaryExpression()
2454 SpvId result = this->nextId(); in writePrefixExpression()
2489 SpvId result = this->nextId(); in writePrefixExpression()
2495 SpvId result = this->nextId(); in writePrefixExpression()
2530 fBoolTrue = this->nextId(); in writeBoolLiteral()
2537 fBoolFalse = this->nextId(); in writeBoolLiteral()
2549 SpvId result = this->nextId(); in writeIntLiteral()
2560 SpvId result = this->nextId(); in writeIntLiteral()
2575 SpvId result = this->nextId(); in writeFloatLiteral()
2589 SpvId result = this->nextId(); in writeFloatLiteral()
2608 SpvId id = this->nextId(); in writeFunctionStart()
2620 this->writeLabel(this->nextId(), out); in writeFunction()
2694 SpvId result = this->nextId(); in writeInterfaceBlock()
2712 SpvId ptrType = this->nextId(); in writeInterfaceBlock()
2776 SpvId id = this->nextId(); in writeGlobalVars()
2811 SpvId id = this->nextId(); in writeVarDeclarations()
2873 SpvId ifTrue = this->nextId(); in writeIfStatement()
2874 SpvId ifFalse = this->nextId(); in writeIfStatement()
2876 SpvId end = this->nextId(); in writeIfStatement()
2906 SpvId header = this->nextId(); in writeForStatement()
2907 SpvId start = this->nextId(); in writeForStatement()
2908 SpvId body = this->nextId(); in writeForStatement()
2909 SpvId next = this->nextId(); in writeForStatement()
2911 SpvId end = this->nextId(); in writeForStatement()
2946 SpvId header = this->nextId(); in writeWhileStatement()
2947 SpvId start = this->nextId(); in writeWhileStatement()
2948 SpvId body = this->nextId(); in writeWhileStatement()
2950 SpvId end = this->nextId(); in writeWhileStatement()
2978 SpvId header = this->nextId(); in writeDoStatement()
2979 SpvId start = this->nextId(); in writeDoStatement()
2980 SpvId next = this->nextId(); in writeDoStatement()
2982 SpvId end = this->nextId(); in writeDoStatement()
3011 fGLSLExtendedInstructions = this->nextId(); in writeInstructions()
3018 fFunctionMap[&f.fDeclaration] = this->nextId(); in writeInstructions()