HomeSort by relevance Sort by last modified time
    Searched refs:getNumEntryPoints (Results 1 - 6 of 6) sorted by null

  /external/deqp-deps/glslang/glslang/MachineIndependent/
linkValidate.cpp 88 if (unit.getNumEntryPoints() > 0) {
89 if (getNumEntryPoints() > 0)
96 numEntryPoints += unit.getNumEntryPoints();
    [all...]
reflection.cpp     [all...]
iomapper.cpp 757 if (intermediate.getNumEntryPoints() != 1 || intermediate.isRecursive())
localintermediate.h 439 int getNumEntryPoints() const { return numEntryPoints; }
    [all...]
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVModule.h 121 virtual unsigned getNumEntryPoints(SPIRVExecutionModelKind) const = 0;
SPIRVModule.cpp 107 unsigned getNumEntryPoints(SPIRVExecutionModelKind EM) const {
    [all...]

Completed in 336 milliseconds