Lines Matching refs:result
840 const VkResult result = vki.getPhysicalDeviceImageFormatProperties(physicalDevice, format, VK_IMAGE_TYPE_2D, VK_IMAGE_TILING_OPTIMAL, requiredUsageFlags, createFlags, &imageProperties);
842 if (result == VK_ERROR_FORMAT_NOT_SUPPORTED)
2525 << " vec4 result = vec4(1, 0, 0, 1);\n"
2530 << " result = vec4(0, 1, 0, 1);\n"
2532 << " imageStore(verify, ivec3(coords, params.attachmentNdx), result);\n"
2571 << " vec4 result = vec4(1, 0, 0, 1);\n"
2576 << " result = vec4(0, 1, 0, 1);\n"
2578 << " imageStore(verify, ivec3(coords, params.attachmentNdx), result);\n"
2616 << " vec4 result = vec4(1, 0, 0, 1);\n"
2621 << " result = vec4(0, 1, 0, 1);\n"
2623 << " imageStore(verify, ivec3(coords, 3), result);\n"
2661 << " vec4 result = vec4(1, 0, 0, 1);\n"
2666 << " result = vec4(0, 1, 0, 1);\n"
2668 << " imageStore(verify, ivec3(coords, 4), result);\n"
4219 // the two color vectors and get the same result in the end, no matter when and how often resolve happens. For the integer formats this is not true (because resolve
4872 // the result look like the other draw calls that produce a gradient and simplifies the verification code.