Home
last modified time | relevance | path

Searched refs:jobID (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderMiscTestsEXT.cpp3607 const auto jobID = (useTask ? "gl_WorkGroupID.x" : "gl_LocalInvocationIndex"); in initPrograms() local
3689 << " gl_MeshVerticesEXT[gl_LocalInvocationIndex].gl_Position = vec4(((float(" << jobID << ") + 0.5) / " << fbWidth << ") * 2.0 - 1.0, 0.0, 0.0, 1.0);\n" in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderMiscTestsEXT.cpp3589 const auto jobID = (useTask ? "gl_WorkGroupID.x" : "gl_LocalInvocationIndex"); in initPrograms() local
3671 << " gl_MeshVerticesEXT[gl_LocalInvocationIndex].gl_Position = vec4(((float(" << jobID << ") + 0.5) / " << fbWidth << ") * 2.0 - 1.0, 0.0, 0.0, 1.0);\n" in initPrograms()

Completed in 22 milliseconds