Home
last modified time | relevance | path

Searched refs:addExecutionMode (Results 1 - 7 of 7) sorted by relevance

/third_party/glslang/SPIRV/
H A DGlslangToSpv.cpp1627 builder.addExecutionMode(shaderEntry, spv::ExecutionModeXfb); in TGlslangToSpvTraverser()
1636 builder.addExecutionMode(shaderEntry, spv::ExecutionModeSubgroupUniformControlFlowKHR); in TGlslangToSpvTraverser()
1648 builder.addExecutionMode(shaderEntry, spv::ExecutionModePixelCenterInteger); in TGlslangToSpvTraverser()
1651 builder.addExecutionMode(shaderEntry, spv::ExecutionModeOriginUpperLeft); in TGlslangToSpvTraverser()
1653 builder.addExecutionMode(shaderEntry, spv::ExecutionModeOriginLowerLeft); in TGlslangToSpvTraverser()
1656 builder.addExecutionMode(shaderEntry, spv::ExecutionModeEarlyFragmentTests); in TGlslangToSpvTraverser()
1660 builder.addExecutionMode(shaderEntry, spv::ExecutionModeEarlyAndLateFragmentTestsAMD); in TGlslangToSpvTraverser()
1666 builder.addExecutionMode(shaderEntry, spv::ExecutionModePostDepthCoverage); in TGlslangToSpvTraverser()
1672 builder.addExecutionMode(shaderEntry, spv::ExecutionModeNonCoherentColorAttachmentReadEXT); in TGlslangToSpvTraverser()
1678 builder.addExecutionMode(shaderEntr in TGlslangToSpvTraverser()
[all...]
H A DSpvBuilder.h390 void addExecutionMode(Function*, ExecutionMode mode, int value1 = -1, int value2 = -1, int value3 = -1);
391 void addExecutionMode(Function*, ExecutionMode mode, const std::vector<unsigned>& literals);
H A DSpvBuilder.cpp1853 void Builder::addExecutionMode(Function* entryPoint, ExecutionMode mode, int value1, int value2, int value3) in addExecutionMode() function in spv::Builder
1872 void Builder::addExecutionMode(Function* entryPoint, ExecutionMode mode, const std::vector<unsigned>& literals) in addExecutionMode() function in spv::Builder
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DBuildSPIRV.h358 void addExecutionMode(spv::ExecutionMode executionMode);
H A DBuildSPIRV.cpp1672 void SPIRVBuilder::addExecutionMode(spv::ExecutionMode executionMode) in addExecutionMode() function in sh::SPIRVBuilder
H A DOutputSPIRV.cpp551 mBuilder.addExecutionMode(spv::ExecutionModeDepthReplacing); in getSymbolIdAndStorageClass()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A Dglslang_wrapper_utils.cpp1879 void addExecutionMode(spirv::IdRef entryPointId, spirv::Blob *blobOut);
2604 void SpirvTransformFeedbackCodeGenerator::addExecutionMode(spirv::IdRef entryPointId, in addExecutionMode() function in SpirvTransformFeedbackCodeGenerator
3544 mXfbCodeGenerator.addExecutionMode(mEntryPointId, mSpirvBlobOut);

Completed in 33 milliseconds