HomeSort by relevance Sort by last modified time
    Searched defs:shaderEntry (Results 1 - 2 of 2) sorted by null

  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/SPIRV/
GlslangToSpv.cpp 164 spv::Function* shaderEntry;
665 : TIntermTraverser(true, false, true), shaderEntry(0), sequenceDepth(0), logger(buildLogger),
676 shaderEntry = builder.makeEntrypoint(glslangIntermediate->getEntryPoint().c_str());
677 entryPoint = builder.addEntryPoint(executionModel, shaderEntry, glslangIntermediate->getEntryPoint().c_str());
688 builder.addExecutionMode(shaderEntry, spv::ExecutionModeXfb);
699 builder.addExecutionMode(shaderEntry, spv::ExecutionModeOutputVertices, glslangIntermediate->getVertices());
711 builder.addExecutionMode(shaderEntry, (spv::ExecutionMode)mode);
720 builder.addExecutionMode(shaderEntry, (spv::ExecutionMode)mode);
728 builder.addExecutionMode(shaderEntry, (spv::ExecutionMode)mode);
731 builder.addExecutionMode(shaderEntry, spv::ExecutionModePointMode)
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/glslang/SPIRV/
GlslangToSpv.cpp 164 spv::Function* shaderEntry;
665 : TIntermTraverser(true, false, true), shaderEntry(0), sequenceDepth(0), logger(buildLogger),
676 shaderEntry = builder.makeEntrypoint(glslangIntermediate->getEntryPoint().c_str());
677 entryPoint = builder.addEntryPoint(executionModel, shaderEntry, glslangIntermediate->getEntryPoint().c_str());
688 builder.addExecutionMode(shaderEntry, spv::ExecutionModeXfb);
699 builder.addExecutionMode(shaderEntry, spv::ExecutionModeOutputVertices, glslangIntermediate->getVertices());
711 builder.addExecutionMode(shaderEntry, (spv::ExecutionMode)mode);
720 builder.addExecutionMode(shaderEntry, (spv::ExecutionMode)mode);
728 builder.addExecutionMode(shaderEntry, (spv::ExecutionMode)mode);
731 builder.addExecutionMode(shaderEntry, spv::ExecutionModePointMode)
    [all...]

Completed in 61 milliseconds