Lines Matching refs:fragmentModule
97 const ShaderWrapper fragmentModule,
256 fragmentModule.getModule(), // VkShaderModule module;
328 const ShaderWrapper fragmentModule,
419 .setupFragmentShaderState(pipelineLayout, renderPass, subpassNdx, fragmentModule, DE_NULL, &pipelineMultisampleStateInfo)
1014 const ShaderWrapper fragmentModule (ShaderWrapper (vk, device, context.getBinaryCollection().get("frag"), 0u));
1024 pipelinesSp = makeGraphicsPipelines(vk, device, caseDef.numLayers, *pipelineLayout, *renderPass, vertexModule, fragmentModule,
1034 preparePipelineWrapper(pipelineWrapper.back(), subpassNdx, pipelineLayout, *renderPass, vertexModule, fragmentModule,
1247 const ShaderWrapper fragmentModule (ShaderWrapper (vk, device, context.getBinaryCollection().get("sample_frag"), 0u));
1258 pipelinesSp = makeGraphicsPipelines(vk, device, 1u, *pipelineLayout, *renderPass, vertexModule, fragmentModule,
1264 preparePipelineWrapper(pipelineWrapper.back(), 0u, pipelineLayout, *renderPass, vertexModule, fragmentModule,
1826 const ShaderWrapper fragmentModule (ShaderWrapper (vk, device, context.getBinaryCollection().get("sample_frag"), 0u));
1836 pipelinesSp = makeGraphicsPipelines(vk, device, 1u, *pipelineLayout, *renderPass, vertexModule, fragmentModule,
1842 preparePipelineWrapper(pipelineWrapper.back(), 0u, pipelineLayout, *renderPass, vertexModule, fragmentModule,