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

  /external/deqp/external/vulkancts/modules/vulkan/ubo/
vktRandomUniformBlockCase.cpp 80 int numFragBlocks = m_maxFragmentBlocks-numShared > 0 ? rnd.getInt(1, m_maxFragmentBlocks - numShared): 0;
88 for (int ndx = 0; ndx < numFragBlocks; ndx++)
  /external/deqp/modules/glshared/
glsRandomUniformBlockCase.cpp 70 int numFragBlocks = m_maxFragmentBlocks-numShared > 0 ? rnd.getInt(1, m_maxFragmentBlocks-numShared) : 0;
78 for (int ndx = 0; ndx < numFragBlocks; ndx++)
  /external/deqp/external/openglcts/modules/common/
glcUniformBlockTests.cpp 117 int numFragBlocks = m_maxFragmentBlocks - numShared > 0 ? rnd.getInt(1, m_maxFragmentBlocks - numShared) : 0;
125 for (int ndx = 0; ndx < numFragBlocks; ndx++)
    [all...]

Completed in 93 milliseconds