Lines Matching defs:layout
195 VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL // VkImageLayout layout;
451 "layout (location = 0) out highp vec4 color;\n"
483 Move<VkRenderPass> createSimpleRenderPass (const DeviceInterface& vk, const VkDevice& device, VkFormat format, VkAttachmentLoadOp loadOp, VkAttachmentLoadOp stencilLoadOp, VkAttachmentStoreOp stencilStoreOp, VkImageLayout layout)
495 layout // VkImageLayout finalLayout;
501 layout // VkImageLayout layout;
847 pipelineLayout, // VkPipelineLayout layout;
1184 pipelineLayoutB, // VkPipelineLayout layout
1198 // Destroy the pipeline layout that was used to create the pipeline
1245 "layout(location=0) out vec4 x;\n"
1246 "layout(set=0) layout(binding=0) uniform foo { int x; int y; } bar;\n"
1263 "layout(local_size_x = 1, local_size_y = 1, local_size_z = 1) in;\n"
1264 "layout(set=0) layout(binding=0) uniform foo { int x; int y; } bar;\n"
1289 "layout (local_size_x=1, local_size_y=1, local_size_z=1) in;\n"
1290 "layout (constant_id=0) const uint flag = 0;\n"
1291 "layout (push_constant, std430) uniform PushConstants {\n"
1294 "layout (set=0, binding=0, std430) buffer Block {\n"
1345 // Descriptor set layout.
1350 // Pipeline layout.
1403 pipelineLayout.get(), // VkPipelineLayout layout;
1410 // Delete pipeline layout just after creating pipeline - this is what the test is for
1432 // Create new pipeline layout that will be used during dispatch
1444 // Delete pipeline layout just after recording command buffer - this is what the test is for
1550 pipelineLayout, // VkPipelineLayout layout;
1719 *pipelineLayout, // VkPipelineLayout layout
1791 "layout(local_size_x = 1, local_size_y = 1, local_size_z = 1) in;\n"