Searched refs:addExecutionMode (Results 1 - 7 of 7) sorted by relevance
/third_party/glslang/SPIRV/ |
H A D | GlslangToSpv.cpp | 1627 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 D | SpvBuilder.h | 390 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 D | SpvBuilder.cpp | 1853 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 D | BuildSPIRV.h | 358 void addExecutionMode(spv::ExecutionMode executionMode);
|
H A D | BuildSPIRV.cpp | 1672 void SPIRVBuilder::addExecutionMode(spv::ExecutionMode executionMode) in addExecutionMode() function in sh::SPIRVBuilder
|
H A D | OutputSPIRV.cpp | 551 mBuilder.addExecutionMode(spv::ExecutionModeDepthReplacing); in getSymbolIdAndStorageClass()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A 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 SpirvTransformFeedbackCodeGenerator 3544 mXfbCodeGenerator.addExecutionMode(mEntryPointId, mSpirvBlobOut);
|
Completed in 42 milliseconds