Searched refs:pipelineRenderingCreateInfoWithGarbage (Results 1 – 2 of 2) sorted by relevance
3407 vk::VkPipelineRenderingCreateInfo pipelineRenderingCreateInfoWithGarbage; in drawCommands() local3415 pipelineRenderingCreateInfoWithGarbage = *dynamicRenderingState.ptr; in drawCommands()3417 …pipelineRenderingCreateInfoWithGarbage.colorAttachmentCount = static_cast<uint32_t>(garbageForm… in drawCommands()3418 pipelineRenderingCreateInfoWithGarbage.pColorAttachmentFormats = garbageFormats.data(); in drawCommands()3419 …neRenderingCreateInfo = &pipelineRenderingCreateInfoWithGarbage; in drawCommands()
579 VkPipelineRenderingCreateInfo pipelineRenderingCreateInfoWithGarbage; in makeGraphicsPipeline() local589 pipelineRenderingCreateInfoWithGarbage = *pipelineRenderingCreateInfo; in makeGraphicsPipeline()591 …pipelineRenderingCreateInfoWithGarbage.colorAttachmentCount = static_cast<uint32_t>(garbageForm… in makeGraphicsPipeline()592 pipelineRenderingCreateInfoWithGarbage.pColorAttachmentFormats = garbageFormats.data(); in makeGraphicsPipeline()603 … garbageAttachment ? &pipelineRenderingCreateInfoWithGarbage : pipelineRenderingCreateInfo) in makeGraphicsPipeline()