Lines Matching defs:output
454 // Create output image
843 // Transition output image
1175 std::string output;
1177 output = " out_color = vec4(texture(combinedSampler, texCoord).r, 0, 0, 0);\n";
1179 output = " out_color = texture(combinedSampler, texCoord);\n";
1189 << output
1197 std::string output;
1201 output = "uvec4(texture(combinedSampler, vec2(pixelCoord) / (textureSize(combinedSampler, 0) - vec2(0.001f))) * 255)";
1206 output = "texture(combinedSampler, vec2(pixelCoord) / (textureSize(combinedSampler, 0) - vec2(0.001f)))";
1218 << " imageStore(outImage, pixelCoord, " << output << ");\n"
1907 vk::VkFormat output;
1992 formatName += "_" + getFormatShortString(formatAndCommand.output) + "_" + getFormatShortString(formatAndCommand.sampled);
2055 formatAndCommand.output, // VkFormat imageOutputFormat