Home
last modified time | relevance | path

Searched defs:TessLevels (Results 1 – 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationUtil.hpp161 struct TessLevels struct
163 float inner[2];
164 float outer[4];
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fTessellationTests.cpp1915 struct TessLevels struct in deqp::gles31::Functional::__anon755cd4500211::TessCoordCase
1917 float inner[2];
1918 float outer[4];
3615 struct TessLevels struct in deqp::gles31::Functional::__anon755cd4500211::PrimitiveSetInvarianceCase
3617 float inner[2];
3618 float outer[4];
3619 string description (void) const { return tessellationLevelsString(&inner[0], &outer[0]); } in description()