Searched refs:meshPpdPrefix (Results 1 - 6 of 6) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
H A D | vktMeshShaderMiscTests.cpp | 1913 const auto meshPpdPrefix = (taskShader ? "td" : "ppd"); in initPrograms() local 1971 << " gl_MeshPrimitivesNV[0].gl_PrimitiveID = " << meshPpdPrefix << ".primitiveIds[0]; //1000\n" in initPrograms() 1972 << " gl_MeshPrimitivesNV[1].gl_PrimitiveID = " << meshPpdPrefix << ".primitiveIds[1]; //1001\n" in initPrograms() 1974 << " gl_MeshPrimitivesNV[0].gl_ViewportIndex = " << meshPpdPrefix << ".viewportIndices[0]; //1\n" in initPrograms() 1975 << " gl_MeshPrimitivesNV[1].gl_ViewportIndex = " << meshPpdPrefix << ".viewportIndices[1]; //1\n" in initPrograms() 1994 << " customAttribute4[0] = " << meshPpdPrefix << ".custom4[0]; //uvec4(100, 101, 102, 103)\n" in initPrograms() 1995 << " customAttribute4[1] = " << meshPpdPrefix << ".custom4[1]; //uvec4(200, 201, 202, 203)\n" in initPrograms() 1997 << " customAttribute5[0] = " << meshPpdPrefix << ".custom5[0]; //6.0\n" in initPrograms() 1998 << " customAttribute5[1] = " << meshPpdPrefix << ".custom5[1]; //7.0\n" in initPrograms() local 3660 const auto meshPpdPrefix [all...] |
H A D | vktMeshShaderMiscTestsEXT.cpp | 2138 const auto meshPpdPrefix = (taskShader ? "td" : "ppd"); in initPrograms() local 2191 << " gl_MeshPrimitivesEXT[0].gl_PrimitiveID = " << meshPpdPrefix << ".primitiveIds[0]; //1000\n" in initPrograms() 2192 << " gl_MeshPrimitivesEXT[1].gl_PrimitiveID = " << meshPpdPrefix << ".primitiveIds[1]; //1001\n" in initPrograms() 2194 << " gl_MeshPrimitivesEXT[0].gl_ViewportIndex = " << meshPpdPrefix << ".viewportIndices[0]; //1\n" in initPrograms() 2195 << " gl_MeshPrimitivesEXT[1].gl_ViewportIndex = " << meshPpdPrefix << ".viewportIndices[1]; //1\n" in initPrograms() 2214 << " customAttribute4[0] = " << meshPpdPrefix << ".custom4[0]; //uvec4(100, 101, 102, 103)\n" in initPrograms() 2215 << " customAttribute4[1] = " << meshPpdPrefix << ".custom4[1]; //uvec4(200, 201, 202, 203)\n" in initPrograms() 2217 << " customAttribute5[0] = " << meshPpdPrefix << ".custom5[0]; //6.0\n" in initPrograms() 2218 << " customAttribute5[1] = " << meshPpdPrefix << ".custom5[1]; //7.0\n" in initPrograms() local
|
H A D | vktMeshShaderInOutTestsEXT.cpp | 845 const auto meshPpdPrefix = (taskShader ? "td" : "ppd"); 913 const auto prefix = ((varVec[i].owner == Owner::VERTEX) ? meshPvdPrefix : meshPpdPrefix);
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/ |
H A D | vktMeshShaderMiscTests.cpp | 1913 const auto meshPpdPrefix = (taskShader ? "td" : "ppd"); in initPrograms() local 1971 << " gl_MeshPrimitivesNV[0].gl_PrimitiveID = " << meshPpdPrefix << ".primitiveIds[0]; //1000\n" in initPrograms() 1972 << " gl_MeshPrimitivesNV[1].gl_PrimitiveID = " << meshPpdPrefix << ".primitiveIds[1]; //1001\n" in initPrograms() 1974 << " gl_MeshPrimitivesNV[0].gl_ViewportIndex = " << meshPpdPrefix << ".viewportIndices[0]; //1\n" in initPrograms() 1975 << " gl_MeshPrimitivesNV[1].gl_ViewportIndex = " << meshPpdPrefix << ".viewportIndices[1]; //1\n" in initPrograms() 1994 << " customAttribute4[0] = " << meshPpdPrefix << ".custom4[0]; //uvec4(100, 101, 102, 103)\n" in initPrograms() 1995 << " customAttribute4[1] = " << meshPpdPrefix << ".custom4[1]; //uvec4(200, 201, 202, 203)\n" in initPrograms() 1997 << " customAttribute5[0] = " << meshPpdPrefix << ".custom5[0]; //6.0\n" in initPrograms() 1998 << " customAttribute5[1] = " << meshPpdPrefix << ".custom5[1]; //7.0\n" in initPrograms() local 3660 const auto meshPpdPrefix [all...] |
H A D | vktMeshShaderMiscTestsEXT.cpp | 2120 const auto meshPpdPrefix = (taskShader ? "td" : "ppd"); in initPrograms() local 2173 << " gl_MeshPrimitivesEXT[0].gl_PrimitiveID = " << meshPpdPrefix << ".primitiveIds[0]; //1000\n" in initPrograms() 2174 << " gl_MeshPrimitivesEXT[1].gl_PrimitiveID = " << meshPpdPrefix << ".primitiveIds[1]; //1001\n" in initPrograms() 2176 << " gl_MeshPrimitivesEXT[0].gl_ViewportIndex = " << meshPpdPrefix << ".viewportIndices[0]; //1\n" in initPrograms() 2177 << " gl_MeshPrimitivesEXT[1].gl_ViewportIndex = " << meshPpdPrefix << ".viewportIndices[1]; //1\n" in initPrograms() 2196 << " customAttribute4[0] = " << meshPpdPrefix << ".custom4[0]; //uvec4(100, 101, 102, 103)\n" in initPrograms() 2197 << " customAttribute4[1] = " << meshPpdPrefix << ".custom4[1]; //uvec4(200, 201, 202, 203)\n" in initPrograms() 2199 << " customAttribute5[0] = " << meshPpdPrefix << ".custom5[0]; //6.0\n" in initPrograms() 2200 << " customAttribute5[1] = " << meshPpdPrefix << ".custom5[1]; //7.0\n" in initPrograms() local
|
H A D | vktMeshShaderInOutTestsEXT.cpp | 845 const auto meshPpdPrefix = (taskShader ? "td" : "ppd"); 913 const auto prefix = ((varVec[i].owner == Owner::VERTEX) ? meshPvdPrefix : meshPpdPrefix);
|
Completed in 32 milliseconds