Searched refs:addExecutionMode (Results 1 – 7 of 7) sorted by relevance
/third_party/glslang/SPIRV/ |
D | GlslangToSpv.cpp | 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() [all …]
|
D | SpvBuilder.h | 323 …void addExecutionMode(Function*, ExecutionMode mode, int value1 = -1, int value2 = -1, int value3 … 324 void addExecutionMode(Function*, ExecutionMode mode, const std::vector<unsigned>& literals);
|
D | SpvBuilder.cpp | 1171 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/ |
D | BuildSPIRV.h | 358 void addExecutionMode(spv::ExecutionMode executionMode);
|
D | BuildSPIRV.cpp | 1672 void SPIRVBuilder::addExecutionMode(spv::ExecutionMode executionMode) in addExecutionMode() function in sh::SPIRVBuilder
|
D | OutputSPIRV.cpp | 551 mBuilder.addExecutionMode(spv::ExecutionModeDepthReplacing); in getSymbolIdAndStorageClass()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
D | glslang_wrapper_utils.cpp | 1879 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()
|