HomeSort by relevance Sort by last modified time
    Searched full:locationcounter (Results 1 - 1 of 1) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderLoopTests.cpp 341 deUint32 locationCounter = 0;
348 op << "layout(std140, set=0, binding=" << locationCounter << ") uniform buff"<< locationCounter <<" {\n";
352 locationCounter++;
358 op << "layout(std140, set=0, binding=" << locationCounter << ") uniform buff" << locationCounter << " {\n";
362 locationCounter++;
366 op << "layout(std140, set=0, binding=" << locationCounter << ") uniform buff" << locationCounter << " {\n";
370 locationCounter++
    [all...]

Completed in 117 milliseconds