Home
last modified time | relevance | path

Searched refs:addExecutionMode (Results 1 – 10 of 10) sorted by relevance

/external/deqp-deps/glslang/SPIRV/
DGlslangToSpv.cpp1651 builder.addExecutionMode(shaderEntry, spv::ExecutionModeXfb); in TGlslangToSpvTraverser()
1661 builder.addExecutionMode(shaderEntry, spv::ExecutionModeSubgroupUniformControlFlowKHR); in TGlslangToSpvTraverser()
1674 builder.addExecutionMode(shaderEntry, spv::ExecutionModePixelCenterInteger); in TGlslangToSpvTraverser()
1677 builder.addExecutionMode(shaderEntry, spv::ExecutionModeOriginUpperLeft); in TGlslangToSpvTraverser()
1679 builder.addExecutionMode(shaderEntry, spv::ExecutionModeOriginLowerLeft); in TGlslangToSpvTraverser()
1682 builder.addExecutionMode(shaderEntry, spv::ExecutionModeEarlyFragmentTests); in TGlslangToSpvTraverser()
1686 builder.addExecutionMode(shaderEntry, spv::ExecutionModeEarlyAndLateFragmentTestsAMD); in TGlslangToSpvTraverser()
1692 builder.addExecutionMode(shaderEntry, spv::ExecutionModePostDepthCoverage); in TGlslangToSpvTraverser()
1698 … builder.addExecutionMode(shaderEntry, spv::ExecutionModeNonCoherentColorAttachmentReadEXT); in TGlslangToSpvTraverser()
1704 … builder.addExecutionMode(shaderEntry, spv::ExecutionModeNonCoherentDepthAttachmentReadEXT); in TGlslangToSpvTraverser()
[all …]
DSpvBuilder.h385 …void addExecutionMode(Function*, ExecutionMode mode, int value1 = -1, int value2 = -1, int value3 …
386 void addExecutionMode(Function*, ExecutionMode mode, const std::vector<unsigned>& literals);
DSpvBuilder.cpp1817 void Builder::addExecutionMode(Function* entryPoint, ExecutionMode mode, int value1, int value2, in… in addExecutionMode() function in spv::Builder
1832 void Builder::addExecutionMode(Function* entryPoint, ExecutionMode mode, const std::vector<unsigned… in addExecutionMode() function in spv::Builder
/external/angle/third_party/vulkan-deps/glslang/src/SPIRV/
DGlslangToSpv.cpp1651 builder.addExecutionMode(shaderEntry, spv::ExecutionModeXfb); in TGlslangToSpvTraverser()
1661 builder.addExecutionMode(shaderEntry, spv::ExecutionModeSubgroupUniformControlFlowKHR); in TGlslangToSpvTraverser()
1674 builder.addExecutionMode(shaderEntry, spv::ExecutionModePixelCenterInteger); in TGlslangToSpvTraverser()
1677 builder.addExecutionMode(shaderEntry, spv::ExecutionModeOriginUpperLeft); in TGlslangToSpvTraverser()
1679 builder.addExecutionMode(shaderEntry, spv::ExecutionModeOriginLowerLeft); in TGlslangToSpvTraverser()
1682 builder.addExecutionMode(shaderEntry, spv::ExecutionModeEarlyFragmentTests); in TGlslangToSpvTraverser()
1686 builder.addExecutionMode(shaderEntry, spv::ExecutionModeEarlyAndLateFragmentTestsAMD); in TGlslangToSpvTraverser()
1692 builder.addExecutionMode(shaderEntry, spv::ExecutionModePostDepthCoverage); in TGlslangToSpvTraverser()
1698 … builder.addExecutionMode(shaderEntry, spv::ExecutionModeNonCoherentColorAttachmentReadEXT); in TGlslangToSpvTraverser()
1704 … builder.addExecutionMode(shaderEntry, spv::ExecutionModeNonCoherentDepthAttachmentReadEXT); in TGlslangToSpvTraverser()
[all …]
DSpvBuilder.h390 …void addExecutionMode(Function*, ExecutionMode mode, int value1 = -1, int value2 = -1, int value3 …
391 void addExecutionMode(Function*, ExecutionMode mode, const std::vector<unsigned>& literals);
DSpvBuilder.cpp1857 void Builder::addExecutionMode(Function* entryPoint, ExecutionMode mode, int value1, int value2, in… in addExecutionMode() function in spv::Builder
1872 void Builder::addExecutionMode(Function* entryPoint, ExecutionMode mode, const std::vector<unsigned… in addExecutionMode() function in spv::Builder
/external/angle/src/compiler/translator/spirv/
DBuildSPIRV.h366 void addExecutionMode(spv::ExecutionMode executionMode);
DOutputSPIRV.cpp566 mBuilder.addExecutionMode(spv::ExecutionModeDepthReplacing); in getSymbolIdAndStorageClass()
570 mBuilder.addExecutionMode(spv::ExecutionModeDepthGreater); in getSymbolIdAndStorageClass()
573 mBuilder.addExecutionMode(spv::ExecutionModeDepthLess); in getSymbolIdAndStorageClass()
576 mBuilder.addExecutionMode(spv::ExecutionModeDepthUnchanged); in getSymbolIdAndStorageClass()
5884 mBuilder.addExecutionMode(spv::ExecutionMode::ExecutionModePixelInterlockOrderedEXT); in visitAggregate()
DBuildSPIRV.cpp1883 void SPIRVBuilder::addExecutionMode(spv::ExecutionMode executionMode) in addExecutionMode() function in sh::SPIRVBuilder
/external/angle/src/libANGLE/renderer/vulkan/
Dspv_utils.cpp1654 void addExecutionMode(spirv::IdRef entryPointId, spirv::Blob *blobOut);
2398 void SpirvTransformFeedbackCodeGenerator::addExecutionMode(spirv::IdRef entryPointId, in addExecutionMode() function in rx::__anon28ee08100111::SpirvTransformFeedbackCodeGenerator
3663 mXfbCodeGenerator.addExecutionMode(ID::EntryPoint, mSpirvBlobOut); in transformEntryPoint()