• Home
  • Raw
  • Download

Lines Matching refs:addExecutionMode

1522         builder.addExecutionMode(shaderEntry, spv::ExecutionModeXfb);  in TGlslangToSpvTraverser()
1538 builder.addExecutionMode(shaderEntry, spv::ExecutionModePixelCenterInteger); in TGlslangToSpvTraverser()
1541 builder.addExecutionMode(shaderEntry, spv::ExecutionModeOriginUpperLeft); in TGlslangToSpvTraverser()
1543 builder.addExecutionMode(shaderEntry, spv::ExecutionModeOriginLowerLeft); in TGlslangToSpvTraverser()
1546 builder.addExecutionMode(shaderEntry, spv::ExecutionModeEarlyFragmentTests); in TGlslangToSpvTraverser()
1550 builder.addExecutionMode(shaderEntry, spv::ExecutionModePostDepthCoverage); in TGlslangToSpvTraverser()
1555 builder.addExecutionMode(shaderEntry, spv::ExecutionModeDepthReplacing); in TGlslangToSpvTraverser()
1565 builder.addExecutionMode(shaderEntry, (spv::ExecutionMode)mode); in TGlslangToSpvTraverser()
1583 builder.addExecutionMode(shaderEntry, (spv::ExecutionMode)mode); in TGlslangToSpvTraverser()
1600 …builder.addExecutionMode(shaderEntry, spv::ExecutionModeLocalSize, glslangIntermediate->getLocalSi… in TGlslangToSpvTraverser()
1605 builder.addExecutionMode(shaderEntry, spv::ExecutionModeDerivativeGroupQuadsNV); in TGlslangToSpvTraverser()
1609 builder.addExecutionMode(shaderEntry, spv::ExecutionModeDerivativeGroupLinearNV); in TGlslangToSpvTraverser()
1621 builder.addExecutionMode(shaderEntry, spv::ExecutionModeOutputVertices, in TGlslangToSpvTraverser()
1635 builder.addExecutionMode(shaderEntry, (spv::ExecutionMode)mode); in TGlslangToSpvTraverser()
1644 builder.addExecutionMode(shaderEntry, (spv::ExecutionMode)mode); in TGlslangToSpvTraverser()
1652 builder.addExecutionMode(shaderEntry, (spv::ExecutionMode)mode); in TGlslangToSpvTraverser()
1655 builder.addExecutionMode(shaderEntry, spv::ExecutionModePointMode); in TGlslangToSpvTraverser()
1669 builder.addExecutionMode(shaderEntry, (spv::ExecutionMode)mode); in TGlslangToSpvTraverser()
1671 …builder.addExecutionMode(shaderEntry, spv::ExecutionModeInvocations, glslangIntermediate->getInvoc… in TGlslangToSpvTraverser()
1680 builder.addExecutionMode(shaderEntry, (spv::ExecutionMode)mode); in TGlslangToSpvTraverser()
1681 …builder.addExecutionMode(shaderEntry, spv::ExecutionModeOutputVertices, glslangIntermediate->getVe… in TGlslangToSpvTraverser()
1706 …builder.addExecutionMode(shaderEntry, spv::ExecutionModeLocalSize, glslangIntermediate->getLocalSi… in TGlslangToSpvTraverser()
1710 builder.addExecutionMode(shaderEntry, spv::ExecutionModeOutputVertices, in TGlslangToSpvTraverser()
1712 builder.addExecutionMode(shaderEntry, spv::ExecutionModeOutputPrimitivesNV, in TGlslangToSpvTraverser()
1722 builder.addExecutionMode(shaderEntry, (spv::ExecutionMode)mode); in TGlslangToSpvTraverser()