Lines Matching defs:layout
1477 "layout(location = 0) in vec4 position;\n"
1478 "layout(location = 1) in vec4 color;\n"
1479 "layout(location = 0) out highp vec4 vtxColor;\n"
1488 "layout(location = 0) in highp vec4 vtxColor;\n"
1489 "layout(location = 0) out highp vec4 fragColor;\n"
1549 // Set up image layout transition barriers
1666 // Create pipeline layout
1864 "layout(triangles) in;\n"
1865 "layout(triangle_strip, max_vertices = 3) out;\n"
1866 "layout(location = 0) in highp vec4 in_vtxColor[];\n"
1867 "layout(location = 0) out highp vec4 vtxColor;\n"
1882 "layout(vertices = 3) out;\n"
1883 "layout(location = 0) in highp vec4 color[];\n"
1884 "layout(location = 0) out highp vec4 vtxColor[];\n"
1898 "layout(triangles, fractional_even_spacing, ccw) in;\n"
1899 "layout(location = 0) in highp vec4 colors[];\n"
1900 "layout(location = 0) out highp vec4 vtxColor;\n"
2144 "layout(local_size_x = 128) in;\n"
2145 "layout(std430) buffer;\n"
2146 "layout(binding = 0) readonly buffer Input0\n"
2150 "layout(binding = 1) writeonly buffer Output\n"
2201 // Create descriptor set layout
2232 // Create compute pipeline layout
2277 *m_pipelineLayout, // VkPipelineLayout layout;
2342 VkImageLayout layout);
2674 void TransferTestInstance::initialImageTransition (VkCommandBuffer cmdBuffer, VkImage image, VkImageSubresourceRange subRange, VkImageLayout layout)
2685 layout, // VkImageLayout newLayout;