Searched refs:numGeometryInvocations (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/ |
H A D | vktTessellationGeometryGridRenderTests.cpp | 406 int numGeometryInvocations; member 410 Params (tcu::TestContext& testContext) : testCtx(testContext), flags(), tessGenLevel(), numGeometryInvocations(), numLayers(), numGeometryPrimitivesPerInvocation() {} in Params() 467 msg << "\tmaxGeometryShaderInvocations = " << m_params.numGeometryInvocations; in GridRenderTestInstance() 498 geometryVerticesPerPrimitive = numVerticesPerInvocation * m_params.numGeometryInvocations; in GridRenderTestInstance() 499 geometryPrimitivesOutPerPrimitive = m_params.numGeometryPrimitivesPerInvocation * m_params.numGeometryInvocations; in GridRenderTestInstance() 506 << "\tNumber of invocations per primitive: " << m_params.numGeometryInvocations << "\n" in GridRenderTestInstance() 525 params.numGeometryInvocations = m_numGeometryInvocations; in createInstance()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/ |
H A D | vktTessellationGeometryGridRenderTests.cpp | 407 int numGeometryInvocations; member 411 Params (tcu::TestContext& testContext) : testCtx(testContext), flags(), description(), tessGenLevel(), numGeometryInvocations(), numLayers(), numGeometryPrimitivesPerInvocation() {} in Params() 469 msg << "\tmaxGeometryShaderInvocations = " << m_params.numGeometryInvocations; in GridRenderTestInstance() 500 geometryVerticesPerPrimitive = numVerticesPerInvocation * m_params.numGeometryInvocations; in GridRenderTestInstance() 501 geometryPrimitivesOutPerPrimitive = m_params.numGeometryPrimitivesPerInvocation * m_params.numGeometryInvocations; in GridRenderTestInstance() 508 << "\tNumber of invocations per primitive: " << m_params.numGeometryInvocations << "\n" in GridRenderTestInstance() 528 params.numGeometryInvocations = m_numGeometryInvocations; in createInstance()
|
Completed in 3 milliseconds