Lines Matching refs:addExecutionMode
1627 builder.addExecutionMode(shaderEntry, spv::ExecutionModeXfb);
1636 builder.addExecutionMode(shaderEntry, spv::ExecutionModeSubgroupUniformControlFlowKHR);
1648 builder.addExecutionMode(shaderEntry, spv::ExecutionModePixelCenterInteger);
1651 builder.addExecutionMode(shaderEntry, spv::ExecutionModeOriginUpperLeft);
1653 builder.addExecutionMode(shaderEntry, spv::ExecutionModeOriginLowerLeft);
1656 builder.addExecutionMode(shaderEntry, spv::ExecutionModeEarlyFragmentTests);
1660 builder.addExecutionMode(shaderEntry, spv::ExecutionModeEarlyAndLateFragmentTestsAMD);
1666 builder.addExecutionMode(shaderEntry, spv::ExecutionModePostDepthCoverage);
1672 builder.addExecutionMode(shaderEntry, spv::ExecutionModeNonCoherentColorAttachmentReadEXT);
1678 builder.addExecutionMode(shaderEntry, spv::ExecutionModeNonCoherentDepthAttachmentReadEXT);
1684 builder.addExecutionMode(shaderEntry, spv::ExecutionModeNonCoherentStencilAttachmentReadEXT);
1689 builder.addExecutionMode(shaderEntry, spv::ExecutionModeDepthReplacing);
1692 builder.addExecutionMode(shaderEntry, spv::ExecutionModeStencilRefReplacingEXT);
1702 builder.addExecutionMode(shaderEntry, (spv::ExecutionMode)mode);
1715 builder.addExecutionMode(shaderEntry, (spv::ExecutionMode)mode);
1733 builder.addExecutionMode(shaderEntry, (spv::ExecutionMode)mode);
1769 builder.addExecutionMode(shaderEntry, spv::ExecutionModeLocalSize, glslangIntermediate->getLocalSize(0),
1775 builder.addExecutionMode(shaderEntry, spv::ExecutionModeDerivativeGroupQuadsNV);
1779 builder.addExecutionMode(shaderEntry, spv::ExecutionModeDerivativeGroupLinearNV);
1791 builder.addExecutionMode(shaderEntry, spv::ExecutionModeOutputVertices,
1805 builder.addExecutionMode(shaderEntry, (spv::ExecutionMode)mode);
1814 builder.addExecutionMode(shaderEntry, (spv::ExecutionMode)mode);
1822 builder.addExecutionMode(shaderEntry, (spv::ExecutionMode)mode);
1825 builder.addExecutionMode(shaderEntry, spv::ExecutionModePointMode);
1839 builder.addExecutionMode(shaderEntry, (spv::ExecutionMode)mode);
1841 builder.addExecutionMode(shaderEntry, spv::ExecutionModeInvocations, glslangIntermediate->getInvocations());
1850 builder.addExecutionMode(shaderEntry, (spv::ExecutionMode)mode);
1851 builder.addExecutionMode(shaderEntry, spv::ExecutionModeOutputVertices, glslangIntermediate->getVertices());
1903 builder.addExecutionMode(shaderEntry, spv::ExecutionModeLocalSize, glslangIntermediate->getLocalSize(0),
1908 builder.addExecutionMode(shaderEntry, spv::ExecutionModeOutputVertices,
1910 builder.addExecutionMode(shaderEntry, spv::ExecutionModeOutputPrimitivesNV,
1920 builder.addExecutionMode(shaderEntry, (spv::ExecutionMode)mode);
1954 builder.addExecutionMode(shaderEntry, static_cast<spv::ExecutionMode>(mode.first), literals);
1956 builder.addExecutionMode(shaderEntry, static_cast<spv::ExecutionMode>(mode.first));