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

  /external/deqp/external/vulkancts/modules/vulkan/ubo/
vktRandomUniformBlockCase.hpp 88 int m_structNdx;
vktRandomUniformBlockCase.cpp 74 , m_structNdx (1)
166 StructType& structType = m_interface.allocStruct(std::string("s") + genName('A', 'Z', m_structNdx));
167 m_structNdx += 1;
  /external/deqp/modules/glshared/
glsRandomUniformBlockCase.hpp 97 int m_structNdx;
glsRandomUniformBlockCase.cpp 60 , m_structNdx (1)
173 StructType& structType = m_interface.allocStruct((string("s") + genName('A', 'Z', m_structNdx)).c_str());
174 m_structNdx += 1;
  /external/deqp/external/openglcts/modules/common/
glcUniformBlockTests.cpp 88 int m_structNdx;
107 , m_structNdx(1)
221 StructType& structType = m_interface.allocStruct((string("s") + genName('A', 'Z', m_structNdx)).c_str());
222 m_structNdx += 1;
    [all...]
  /external/deqp/modules/gles31/functional/
es31fSSBOLayoutTests.cpp 91 int m_structNdx;
106 , m_structNdx (1)
236 glu::StructType& structType = m_interface.allocStruct((string("s") + genName('A', 'Z', m_structNdx)).c_str());
237 m_structNdx += 1;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/ssbo/
vktSSBOLayoutTests.cpp 98 int m_structNdx;
113 , m_structNdx (1)
243 glu::StructType& structType = m_interface.allocStruct((string("s") + genName('A', 'Z', m_structNdx)).c_str());
244 m_structNdx += 1;
    [all...]

Completed in 243 milliseconds