Lines Matching refs:shaderModules
1124 std::vector<Move<VkShaderModule>> shaderModules; in pipelineLayoutLifetimeTest() local
1129 …shaderModules.push_back(createShaderModule(vk, device, context.getBinaryCollection().get("vertex")… in pipelineLayoutLifetimeTest()
1130 …shaderModules.push_back(createShaderModule(vk, device, context.getBinaryCollection().get("fragment… in pipelineLayoutLifetimeTest()
1139 shaderModules[0].get(), // VkShaderModule shader; in pipelineLayoutLifetimeTest()
1148 shaderModules[1].get(), // VkShaderModule shader; in pipelineLayoutLifetimeTest()
1158 …shaderModules.push_back(createShaderModule(vk, device, context.getBinaryCollection().get("compute"… in pipelineLayoutLifetimeTest()
1166 shaderModules[0].get(), // VkShaderModule shader; in pipelineLayoutLifetimeTest()
1658 std::vector<Move<VkShaderModule>> shaderModules; in pipelineInvalidPointersUnusedStructsTest() local
1663 …shaderModules.push_back(createShaderModule(vk, device, context.getBinaryCollection().get("vertex")… in pipelineInvalidPointersUnusedStructsTest()
1664 …shaderModules.push_back(createShaderModule(vk, device, context.getBinaryCollection().get("fragment… in pipelineInvalidPointersUnusedStructsTest()
1673 shaderModules[0].get(), // VkShaderModule shader; in pipelineInvalidPointersUnusedStructsTest()
1682 shaderModules[1].get(), // VkShaderModule shader; in pipelineInvalidPointersUnusedStructsTest()
1692 …shaderModules.push_back(createShaderModule(vk, device, context.getBinaryCollection().get("compute"… in pipelineInvalidPointersUnusedStructsTest()
1700 shaderModules[0].get(), // VkShaderModule shader; in pipelineInvalidPointersUnusedStructsTest()