Lines Matching refs:pipelineLayout
286 Move<VkPipelineLayout> pipelineLayout (createPipelineLayout(vk, device, &pipelineLayoutCreateInfo));
359 *pipelineLayout, // const VkPipelineLayout pipelineLayout
378 pipelineLayout = decltype(pipelineLayout)();
726 Move<VkPipeline> createSimpleGraphicsPipeline (const DeviceInterface& vk, const VkDevice& device, deUint32 numShaderStages, const VkPipelineShaderStageCreateInfo* shaderStageCreateInfos, VkPipelineLayout pipelineLayout, VkRenderPass renderPass, de::SharedPtr<vk::ResourceInterface> resourceInterface)
847 pipelineLayout, // VkPipelineLayout layout;
1364 auto pipelineLayout = vk::createPipelineLayout(vkd, device, &pipelineLayoutInfo);
1403 pipelineLayout.get(), // VkPipelineLayout layout;
1412 pipelineLayout = decltype(pipelineLayout)();
1434 pipelineLayout = vk::createPipelineLayout(vkd, device, &pipelineLayoutInfo);
1438 vkd.cmdBindDescriptorSets(cmdBuffer, vk::VK_PIPELINE_BIND_POINT_COMPUTE, pipelineLayout.get(), 0u, 1u, &descriptorSet.get(), 0u, nullptr);
1439 vkd.cmdPushConstants(cmdBuffer, pipelineLayout.get(), vk::VK_SHADER_STAGE_COMPUTE_BIT, 0u, static_cast<deUint32>(sizeof(kBaseValue)), &kBaseValue);
1446 pipelineLayout = decltype(pipelineLayout)();
1488 Move<VkPipeline> createSimpleGraphicsPipelineInvalidPointers (const DeviceInterface& vk, const VkDevice& device, deUint32 numShaderStages, const VkPipelineShaderStageCreateInfo* shaderStageCreateInfos, VkPipelineLayout pipelineLayout, VkRenderPass renderPass, de::SharedPtr<vk::ResourceInterface> resourceInterface)
1550 pipelineLayout, // VkPipelineLayout layout;
1660 Move<VkPipelineLayout> pipelineLayout;
1673 pipelineLayout = vk::createPipelineLayout(vk, device, &pipelineLayoutCreateInfo);
1696 pipeline = createSimpleGraphicsPipelineInvalidPointers(vk, device, DE_LENGTH_OF_ARRAY(shaderStageCreateInfos), shaderStageCreateInfos, *pipelineLayout, renderPass.get(), context.getResourceInterface());
1719 *pipelineLayout, // VkPipelineLayout layout