Home
last modified time | relevance | path

Searched refs:geometryOutputComponents (Results 1 - 4 of 4) sorted by relevance

/third_party/vk-gl-cts/modules/gles31/stress/
H A Des31sTessellationGeometryInteractionTests.cpp175 int geometryOutputComponents = -1; in init() local
186 gl.getIntegerv(GL_MAX_GEOMETRY_OUTPUT_COMPONENTS, &geometryOutputComponents); in init()
197 geometryOutputComponents = 128; in init()
204 geometryOutputComponents = 128; in init()
233 msg << "\tGL_MAX_GEOMETRY_OUTPUT_COMPONENTS = " << geometryOutputComponents << "\n" in init()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationGeometryGridRenderTests.cpp436 int geometryOutputComponents = 0; in GridRenderTestInstance() local
444 geometryOutputComponents = 64; in GridRenderTestInstance()
450 geometryOutputComponents = 64; in GridRenderTestInstance()
462 msg << "\tmaxGeometryOutputComponents = " << geometryOutputComponents << "\n" in GridRenderTestInstance()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
H A DvktTessellationGeometryGridRenderTests.cpp438 int geometryOutputComponents = 0; in GridRenderTestInstance() local
446 geometryOutputComponents = 64; in GridRenderTestInstance()
452 geometryOutputComponents = 64; in GridRenderTestInstance()
464 msg << "\tmaxGeometryOutputComponents = " << geometryOutputComponents << "\n" in GridRenderTestInstance()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fTessellationGeometryInteractionTests.cpp2278 int geometryOutputComponents = -1;
2289 gl.getIntegerv(GL_MAX_GEOMETRY_OUTPUT_COMPONENTS, &geometryOutputComponents);
2300 geometryOutputComponents = 128;
2307 geometryOutputComponents = 128;
2336 msg << "\tGL_MAX_GEOMETRY_OUTPUT_COMPONENTS = " << geometryOutputComponents << "\n"

Completed in 13 milliseconds