/external/angle/third_party/vulkan-deps/glslang/src/SPIRV/ |
D | GlslangToSpv.cpp | 1575 builder.addExecutionMode(shaderEntry, spv::ExecutionModeXfb); in TGlslangToSpvTraverser() 1585 builder.addExecutionMode(shaderEntry, spv::ExecutionModeSubgroupUniformControlFlowKHR); in TGlslangToSpvTraverser() 1598 builder.addExecutionMode(shaderEntry, spv::ExecutionModePixelCenterInteger); in TGlslangToSpvTraverser() 1601 builder.addExecutionMode(shaderEntry, spv::ExecutionModeOriginUpperLeft); in TGlslangToSpvTraverser() 1603 builder.addExecutionMode(shaderEntry, spv::ExecutionModeOriginLowerLeft); in TGlslangToSpvTraverser() 1606 builder.addExecutionMode(shaderEntry, spv::ExecutionModeEarlyFragmentTests); in TGlslangToSpvTraverser() 1610 builder.addExecutionMode(shaderEntry, spv::ExecutionModePostDepthCoverage); in TGlslangToSpvTraverser() 1615 builder.addExecutionMode(shaderEntry, spv::ExecutionModeDepthReplacing); in TGlslangToSpvTraverser() 1626 builder.addExecutionMode(shaderEntry, (spv::ExecutionMode)mode); in TGlslangToSpvTraverser() 1644 builder.addExecutionMode(shaderEntry, (spv::ExecutionMode)mode); in TGlslangToSpvTraverser() [all …]
|
D | SpvBuilder.h | 324 …void addExecutionMode(Function*, ExecutionMode mode, int value1 = -1, int value2 = -1, int value3 … 325 void addExecutionMode(Function*, ExecutionMode mode, const std::vector<unsigned>& literals);
|
D | SpvBuilder.cpp | 1195 void Builder::addExecutionMode(Function* entryPoint, ExecutionMode mode, int value1, int value2, in… in addExecutionMode() function in spv::Builder 1210 void Builder::addExecutionMode(Function* entryPoint, ExecutionMode mode, const std::vector<unsigned… in addExecutionMode() function in spv::Builder
|
/external/deqp-deps/glslang/SPIRV/ |
D | GlslangToSpv.cpp | 1522 builder.addExecutionMode(shaderEntry, spv::ExecutionModeXfb); in TGlslangToSpvTraverser() 1538 builder.addExecutionMode(shaderEntry, spv::ExecutionModePixelCenterInteger); in TGlslangToSpvTraverser() 1541 builder.addExecutionMode(shaderEntry, spv::ExecutionModeOriginUpperLeft); in TGlslangToSpvTraverser() 1543 builder.addExecutionMode(shaderEntry, spv::ExecutionModeOriginLowerLeft); in TGlslangToSpvTraverser() 1546 builder.addExecutionMode(shaderEntry, spv::ExecutionModeEarlyFragmentTests); in TGlslangToSpvTraverser() 1550 builder.addExecutionMode(shaderEntry, spv::ExecutionModePostDepthCoverage); in TGlslangToSpvTraverser() 1555 builder.addExecutionMode(shaderEntry, spv::ExecutionModeDepthReplacing); in TGlslangToSpvTraverser() 1565 builder.addExecutionMode(shaderEntry, (spv::ExecutionMode)mode); in TGlslangToSpvTraverser() 1583 builder.addExecutionMode(shaderEntry, (spv::ExecutionMode)mode); in TGlslangToSpvTraverser() 1600 …builder.addExecutionMode(shaderEntry, spv::ExecutionModeLocalSize, glslangIntermediate->getLocalSi… in TGlslangToSpvTraverser() [all …]
|
D | SpvBuilder.h | 324 …void addExecutionMode(Function*, ExecutionMode mode, int value1 = -1, int value2 = -1, int value3 … 325 void addExecutionMode(Function*, ExecutionMode mode, const std::vector<unsigned>& literals);
|
D | SpvBuilder.cpp | 1195 void Builder::addExecutionMode(Function* entryPoint, ExecutionMode mode, int value1, int value2, in… in addExecutionMode() function in spv::Builder 1210 void Builder::addExecutionMode(Function* entryPoint, ExecutionMode mode, const std::vector<unsigned… in addExecutionMode() function in spv::Builder
|
/external/angle/src/libANGLE/renderer/ |
D | glslang_wrapper_utils.cpp | 1830 void addExecutionMode(spirv::IdRef entryPointId, spirv::Blob *blobOut); 2555 void SpirvTransformFeedbackCodeGenerator::addExecutionMode(spirv::IdRef entryPointId, in addExecutionMode() function in rx::__anon9e0b8ba10111::SpirvTransformFeedbackCodeGenerator 3492 mXfbCodeGenerator.addExecutionMode(mEntryPointId, mSpirvBlobOut); in transformEntryPoint()
|