• Home
  • Raw
  • Download

Lines Matching refs:shaderModules

1124 	std::vector<Move<VkShaderModule>>	shaderModules;  in pipelineLayoutLifetimeTest()  local
1129shaderModules.push_back(createShaderModule(vk, device, context.getBinaryCollection().get("vertex")… in pipelineLayoutLifetimeTest()
1130shaderModules.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()
1158shaderModules.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
1663shaderModules.push_back(createShaderModule(vk, device, context.getBinaryCollection().get("vertex")… in pipelineInvalidPointersUnusedStructsTest()
1664shaderModules.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()
1692shaderModules.push_back(createShaderModule(vk, device, context.getBinaryCollection().get("compute"… in pipelineInvalidPointersUnusedStructsTest()
1700 shaderModules[0].get(), // VkShaderModule shader; in pipelineInvalidPointersUnusedStructsTest()