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

  /external/deqp-deps/glslang/glslang/MachineIndependent/
reflection.cpp 137 ? subMatrixLayout == ElmRowMajor
138 : type.getQualifier().layoutMatrix == ElmRowMajor);
159 blockType.getQualifier().layoutMatrix == ElmRowMajor);
    [all...]
linkValidate.cpp     [all...]
ParseHelper.cpp     [all...]
  /external/deqp-deps/glslang/hlsl/
hlslParseHelper.h 64 block.getQualifier().layoutMatrix = ElmRowMajor;
hlslParseHelper.cpp 74 globalUniformDefaults.layoutMatrix = ElmRowMajor;
78 globalBufferDefaults.layoutMatrix = ElmRowMajor;
544 globalUniformDefaults.layoutMatrix = globalBufferDefaults.layoutMatrix = ElmRowMajor;
548 globalUniformDefaults.layoutMatrix = globalBufferDefaults.layoutMatrix = ElmRowMajor;
    [all...]
hlslGrammar.cpp 694 qualifier.layoutMatrix = ElmRowMajor;
    [all...]
  /external/deqp-deps/glslang/glslang/Include/
Types.h 286 ElmRowMajor,
976 case ElmRowMajor: return "row_major";
    [all...]
  /external/deqp-deps/glslang/SPIRV/
GlslangToSpv.cpp 388 case glslang::ElmRowMajor:
    [all...]

Completed in 62 milliseconds