Lines Matching refs:vert
1296 programCollection.glslSources.add("vert") << glu::VertexSource(vertex.str()) << buildOptions;
1621 programCollection.glslSources.add("vert") << glu::VertexSource(vertex) << buildOptions;
2177 programCollection.spirvAsmSources.add("vert") <<
2677 const Unique<VkShaderModule> vertexShaderModule (createShaderModule(vk, device, context.getBinaryCollection().get("vert"), 0u));
2917 const Unique<VkShaderModule> vertexShaderModule (createShaderModule(vk, device, context.getBinaryCollection().get("vert"), 0u));
3190 const string vert = (shaderStageRequired & VK_SHADER_STAGE_VERTEX_BIT) ? "vert_noSubgroup" : "vert";
3196 vertexShaderModule = createShaderModule(vk, device, context.getBinaryCollection().get(vert), 0u);
3486 const Unique<VkShaderModule> vertexShaderModule (createShaderModule(vk, device, context.getBinaryCollection().get("vert"), 0u));
3707 const Unique<VkShaderModule> vertexShaderModule (createShaderModule(vk, device, context.getBinaryCollection().get("vert"), 0u));