Lines Matching defs:layout

929 		// Staging image layout
950 // Staging image layout
985 // Staging image layout
1001 // Resource image layout
1025 const VkImageLayout layout = (m_mode == ACCESS_MODE_READ ? VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL : VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL);
1030 layout, // VkImageLayout imageLayout;
1038 const VkImageLayout layout = (m_mode == ACCESS_MODE_READ ? VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL : VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL);
1043 layout, // VkImageLayout imageLayout;
1561 // Change color attachment image layout
1981 // Destination image layout
2170 << "layout(location = 0) in vec4 v_in_position;\n"
2190 << "layout(vertices = 3) out;\n"
2220 << "layout(triangles, equal_spacing, ccw) in;\n"
2245 << "layout(triangles) in;\n"
2246 << "layout(triangle_strip, max_vertices = 3) out;\n"
2275 << "layout(location = 0) out vec4 o_color;\n"
2293 << "layout(local_size_x = 1) in;\n"
2351 std::string outputBuff = "layout(set = 0, binding = 1, std140) writeonly buffer Output {\n"
2356 declSrc << "layout(set = 0, binding = 0, std140) readonly " << bufferTypeStr << " Input {\n"
2368 declSrc << "layout(set = 0, binding = 0) " << bufferTypeStr << " Input;\n"
2459 declSrc << "layout(set = 0, binding = 0, " << imageFormat << ") readonly uniform " << imageType << " srcImg;\n"
2460 << "layout(set = 0, binding = 1, " << imageFormat << ") writeonly uniform " << imageType << " dstImg;\n";
2665 declSrc << "layout(set = 0, binding = 0, std140) readonly " << bufferTypeStr << " Input {\n"
2669 << "layout(set = 0, binding = 1, std140) writeonly buffer Output {\n"
2900 declSrc << "layout(set = 0, binding = 0, " << imageFormat << ") readonly uniform " << imageType << " srcImg;\n"
2901 << "layout(set = 0, binding = 1, " << imageFormat << ") writeonly uniform " << imageType << " dstImg;\n";
3026 // change image layout
3104 "layout(local_size_x = 1) in;\n"
3105 "layout(set = 0, binding = 0, std430) readonly buffer Input {\n"
3108 "layout(set = 0, binding = 1, r32ui) writeonly uniform uimage2DMS msImage;\n"
4122 // Change color attachment image layout
4254 << "layout(location = 0) in vec4 v_in_position;\n"
4275 << "layout(location = 0) out " << colorType << " o_color;\n"
4563 // Change color attachment image layout
4886 decl << "layout(set = 0, binding = 0, std140) coherent buffer Data {\n"
4898 << "layout(location = 0) in vec4 v_in_position;\n"
4918 << "layout(location = 0) out vec4 o_color;\n"
4933 << "layout(local_size_x = 1) in;\n"
5110 // Change color attachment image layout
5244 src << "layout(location = 0) in uvec4 v_in_data;\n"
5245 << "layout(set = 0, binding = 0, std140) writeonly buffer Output {\n"
5257 src << "layout(location = 0) in uint v_in_data;\n"
5258 << "layout(set = 0, binding = 0, std430) writeonly buffer Output {\n"
5276 << "layout(location = 0) out vec4 o_color;\n"