Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderMiscTests.cpp2771 const auto verticesPerPixel = 4u; in initPrograms() local
2773 const auto verticesPerInvocation = pixelsPerInvocation * verticesPerPixel; in initPrograms()
2791 << "const uint verticesPerPixel = " << verticesPerPixel << ";\n" in initPrograms()
2810 << " const uint firstVertex = gl_LocalInvocationIndex * verticesPerInvocation + pixelIdx * verticesPerPixel;\n" in initPrograms()
H A DvktMeshShaderMiscTestsEXT.cpp2996 const auto verticesPerPixel = 4u; in initPrograms() local
2998 const auto verticesPerInvocation = pixelsPerInvocation * verticesPerPixel; in initPrograms()
3016 << "const uint verticesPerPixel = " << verticesPerPixel << ";\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.cpp2771 const auto verticesPerPixel = 4u; in initPrograms() local
2773 const auto verticesPerInvocation = pixelsPerInvocation * verticesPerPixel; in initPrograms()
2791 << "const uint verticesPerPixel = " << verticesPerPixel << ";\n" in initPrograms()
2810 << " const uint firstVertex = gl_LocalInvocationIndex * verticesPerInvocation + pixelIdx * verticesPerPixel;\n" in initPrograms()
H A DvktMeshShaderMiscTestsEXT.cpp2978 const auto verticesPerPixel = 4u; in initPrograms() local
2980 const auto verticesPerInvocation = pixelsPerInvocation * verticesPerPixel; in initPrograms()
2998 << "const uint verticesPerPixel = " << verticesPerPixel << ";\n" in initPrograms()
3017 << " const uint firstVertex = gl_LocalInvocationIndex * verticesPerInvocation + pixelIdx * verticesPerPixel;\n" in initPrograms()

Completed in 43 milliseconds