HomeSort by relevance Sort by last modified time
    Searched defs:maxLayer (Results 1 - 2 of 2) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/texture/
vktTextureShadowTests.cpp 723 const float maxLayer = (float)m_testParameters.numLayers;
736 m_cases.push_back(FilterCase(tex, ref, tcu::Vec3(oX, oY, minLayer), tcu::Vec3(oX+sX, oY+sY, maxLayer)));
    [all...]
  /external/deqp/modules/gles3/functional/
es3fTextureShadowTests.cpp 851 const float maxLayer = (float)m_numLayers;
864 m_cases.push_back(FilterCase(tex, ref, tcu::Vec3(oX, oY, minLayer), tcu::Vec3(oX+sX, oY+sY, maxLayer)));
    [all...]

Completed in 144 milliseconds