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

  /external/deqp-deps/glslang/glslang/MachineIndependent/
linkValidate.cpp 479 } else if (unitType.isSizedArray())
    [all...]
ParseContextBase.cpp 257 if (type.isSizedArray() && index >= type.getOuterArraySize()) {
ParseHelper.cpp 544 if (type.isSizedArray())
    [all...]
iomapper.cpp 583 int numBindings = intermediate.getSpv().openGl != 0 && type.isSizedArray() ? type.getCumulativeArraySize() : 1;
  /external/deqp-deps/glslang/glslang/Include/
Types.h     [all...]
  /external/deqp-deps/glslang/hlsl/
hlslParseHelper.cpp     [all...]
  /external/deqp-deps/glslang/SPIRV/
GlslangToSpv.cpp     [all...]

Completed in 480 milliseconds