Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderMiscTests.cpp2670 const auto verticesPerInvocation = params->numVertices / params->localSize; in initPrograms() local
2684 << "const uint verticesPerInvocation = " << verticesPerInvocation << ";\n" in initPrograms()
2694 << " const uint firstVertex = gl_LocalInvocationIndex * verticesPerInvocation;\n" in initPrograms()
2695 << " for (uint i = 0u; i < verticesPerInvocation; ++i)\n" in initPrograms()
2773 const auto verticesPerInvocation = pixelsPerInvocation * verticesPerPixel; in initPrograms() local
2788 << "const uint verticesPerInvocation = " << verticesPerInvocation << ";\n" in initPrograms()
2810 << " const uint firstVertex = gl_LocalInvocationIndex * verticesPerInvocation + pixelIdx * verticesPerPixel;\n" in initPrograms()
H A DvktMeshShaderMiscTestsEXT.cpp2894 const auto verticesPerInvocation = params->numVertices / params->localSize; in initPrograms() local
2908 << "const uint verticesPerInvocation = " << verticesPerInvocation << ";\n" in initPrograms()
2918 << " const uint firstVertex = gl_LocalInvocationIndex * verticesPerInvocation;\n" in initPrograms()
2919 << " for (uint i = 0u; i < verticesPerInvocation; ++i)\n" in initPrograms()
2998 const auto verticesPerInvocation = pixelsPerInvocation * verticesPerPixel; in initPrograms() local
3013 << "const uint verticesPerInvocation = " << verticesPerInvocation << ";\n" in initPrograms()
3035 << " const uint firstVertex = gl_LocalInvocationIndex * verticesPerInvocation + pixelIdx * verticesPerPixel;\n" in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderMiscTests.cpp2670 const auto verticesPerInvocation = params->numVertices / params->localSize; in initPrograms() local
2684 << "const uint verticesPerInvocation = " << verticesPerInvocation << ";\n" in initPrograms()
2694 << " const uint firstVertex = gl_LocalInvocationIndex * verticesPerInvocation;\n" in initPrograms()
2695 << " for (uint i = 0u; i < verticesPerInvocation; ++i)\n" in initPrograms()
2773 const auto verticesPerInvocation = pixelsPerInvocation * verticesPerPixel; in initPrograms() local
2788 << "const uint verticesPerInvocation = " << verticesPerInvocation << ";\n" in initPrograms()
2810 << " const uint firstVertex = gl_LocalInvocationIndex * verticesPerInvocation + pixelIdx * verticesPerPixel;\n" in initPrograms()
H A DvktMeshShaderMiscTestsEXT.cpp2876 const auto verticesPerInvocation = params->numVertices / params->localSize; in initPrograms() local
2890 << "const uint verticesPerInvocation = " << verticesPerInvocation << ";\n" in initPrograms()
2900 << " const uint firstVertex = gl_LocalInvocationIndex * verticesPerInvocation;\n" in initPrograms()
2901 << " for (uint i = 0u; i < verticesPerInvocation; ++i)\n" in initPrograms()
2980 const auto verticesPerInvocation = pixelsPerInvocation * verticesPerPixel; in initPrograms() local
2995 << "const uint verticesPerInvocation = " << verticesPerInvocation << ";\n" in initPrograms()
3017 << " const uint firstVertex = gl_LocalInvocationIndex * verticesPerInvocation + pixelIdx * verticesPerPixel;\n" in initPrograms()

Completed in 33 milliseconds