Lines Matching refs:addExecutionMode
1463 builder.addExecutionMode(shaderEntry, spv::ExecutionModeXfb); in TGlslangToSpvTraverser()
1479 builder.addExecutionMode(shaderEntry, spv::ExecutionModePixelCenterInteger); in TGlslangToSpvTraverser()
1482 builder.addExecutionMode(shaderEntry, spv::ExecutionModeOriginUpperLeft); in TGlslangToSpvTraverser()
1484 builder.addExecutionMode(shaderEntry, spv::ExecutionModeOriginLowerLeft); in TGlslangToSpvTraverser()
1487 builder.addExecutionMode(shaderEntry, spv::ExecutionModeEarlyFragmentTests); in TGlslangToSpvTraverser()
1491 builder.addExecutionMode(shaderEntry, spv::ExecutionModePostDepthCoverage); in TGlslangToSpvTraverser()
1496 builder.addExecutionMode(shaderEntry, spv::ExecutionModeDepthReplacing); in TGlslangToSpvTraverser()
1506 builder.addExecutionMode(shaderEntry, (spv::ExecutionMode)mode); in TGlslangToSpvTraverser()
1524 builder.addExecutionMode(shaderEntry, (spv::ExecutionMode)mode); in TGlslangToSpvTraverser()
1541 …builder.addExecutionMode(shaderEntry, spv::ExecutionModeLocalSize, glslangIntermediate->getLocalSi… in TGlslangToSpvTraverser()
1546 builder.addExecutionMode(shaderEntry, spv::ExecutionModeDerivativeGroupQuadsNV); in TGlslangToSpvTraverser()
1550 builder.addExecutionMode(shaderEntry, spv::ExecutionModeDerivativeGroupLinearNV); in TGlslangToSpvTraverser()
1562 builder.addExecutionMode(shaderEntry, spv::ExecutionModeOutputVertices, in TGlslangToSpvTraverser()
1576 builder.addExecutionMode(shaderEntry, (spv::ExecutionMode)mode); in TGlslangToSpvTraverser()
1585 builder.addExecutionMode(shaderEntry, (spv::ExecutionMode)mode); in TGlslangToSpvTraverser()
1593 builder.addExecutionMode(shaderEntry, (spv::ExecutionMode)mode); in TGlslangToSpvTraverser()
1596 builder.addExecutionMode(shaderEntry, spv::ExecutionModePointMode); in TGlslangToSpvTraverser()
1610 builder.addExecutionMode(shaderEntry, (spv::ExecutionMode)mode); in TGlslangToSpvTraverser()
1612 …builder.addExecutionMode(shaderEntry, spv::ExecutionModeInvocations, glslangIntermediate->getInvoc… in TGlslangToSpvTraverser()
1621 builder.addExecutionMode(shaderEntry, (spv::ExecutionMode)mode); in TGlslangToSpvTraverser()
1622 …builder.addExecutionMode(shaderEntry, spv::ExecutionModeOutputVertices, glslangIntermediate->getVe… in TGlslangToSpvTraverser()
1647 …builder.addExecutionMode(shaderEntry, spv::ExecutionModeLocalSize, glslangIntermediate->getLocalSi… in TGlslangToSpvTraverser()
1651 builder.addExecutionMode(shaderEntry, spv::ExecutionModeOutputVertices, in TGlslangToSpvTraverser()
1653 builder.addExecutionMode(shaderEntry, spv::ExecutionModeOutputPrimitivesNV, in TGlslangToSpvTraverser()
1663 builder.addExecutionMode(shaderEntry, (spv::ExecutionMode)mode); in TGlslangToSpvTraverser()