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

  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
localintermediate.h 130 invocations(TQualifier::layoutNotSet), vertices(TQualifier::layoutNotSet), inputPrimitive(ElgNone), outputPrimitive(ElgNone),
138 localSizeSpecId[0] = TQualifier::layoutNotSet;
139 localSizeSpecId[1] = TQualifier::layoutNotSet;
140 localSizeSpecId[2] = TQualifier::layoutNotSet;
222 if (invocations != TQualifier::layoutNotSet)
230 if (vertices != TQualifier::layoutNotSet)
274 if (localSizeSpecId[dim] != TQualifier::layoutNotSet)
linkValidate.cpp 112 if (vertices == TQualifier::layoutNotSet)
142 if (localSizeSpecId[i] != TQualifier::layoutNotSet)
386 if (invocations == TQualifier::layoutNotSet)
441 if (vertices == TQualifier::layoutNotSet)
457 if (vertices == TQualifier::layoutNotSet)
    [all...]
intermOut.cpp     [all...]
ParseHelper.cpp 744 return intermediate.getVertices() != TQualifier::layoutNotSet ? intermediate.getVertices() : 0;
    [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/Include/
Types.h 389 static const int layoutNotSet = -1;
570 layoutOffset = layoutNotSet;
571 layoutAlign = layoutNotSet;
661 return layoutOffset != layoutNotSet;
665 return layoutAlign != layoutNotSet;
916 invocations = TQualifier::layoutNotSet;
917 vertices = TQualifier::layoutNotSet;
924 localSizeSpecId[0] = TQualifier::layoutNotSet;
925 localSizeSpecId[1] = TQualifier::layoutNotSet;
926 localSizeSpecId[2] = TQualifier::layoutNotSet;
    [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/hlsl/
hlslParseHelper.cpp 525 return intermediate.getVertices() != TQualifier::layoutNotSet ? intermediate.getVertices() : 0;
    [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/SPIRV/
GlslangToSpv.cpp     [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/glslang/SPIRV/
GlslangToSpv.cpp     [all...]

Completed in 3783 milliseconds