Home
last modified time | relevance | path

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

/third_party/glslang/SPIRV/
DGlslangToSpv.cpp1463 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()
[all …]
DSpvBuilder.h323 …void addExecutionMode(Function*, ExecutionMode mode, int value1 = -1, int value2 = -1, int value3 …
324 void addExecutionMode(Function*, ExecutionMode mode, const std::vector<unsigned>& literals);
DSpvBuilder.cpp1171 void Builder::addExecutionMode(Function* entryPoint, ExecutionMode mode, int value1, int value2, in… in addExecutionMode() function in spv::Builder
1186 void Builder::addExecutionMode(Function* entryPoint, ExecutionMode mode, const std::vector<unsigned… in addExecutionMode() function in spv::Builder
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DBuildSPIRV.h358 void addExecutionMode(spv::ExecutionMode executionMode);
DBuildSPIRV.cpp1672 void SPIRVBuilder::addExecutionMode(spv::ExecutionMode executionMode) in addExecutionMode() function in sh::SPIRVBuilder
DOutputSPIRV.cpp551 mBuilder.addExecutionMode(spv::ExecutionModeDepthReplacing); in getSymbolIdAndStorageClass()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
Dglslang_wrapper_utils.cpp1879 void addExecutionMode(spirv::IdRef entryPointId, spirv::Blob *blobOut);
2604 void SpirvTransformFeedbackCodeGenerator::addExecutionMode(spirv::IdRef entryPointId, in addExecutionMode() function in rx::__anon39fae5340111::SpirvTransformFeedbackCodeGenerator
3544 mXfbCodeGenerator.addExecutionMode(mEntryPointId, mSpirvBlobOut); in transformEntryPoint()