Searched refs:inputAttachment (Results 1 – 8 of 8) sorted by relevance
54 Name 145 "inputAttachment"120 Decorate 145(inputAttachment) DescriptorSet 0121 Decorate 145(inputAttachment) Binding 7122 Decorate 145(inputAttachment) InputAttachmentIndex 1251 145(inputAttachment): 144(ptr) Variable UniformConstant377 147: 56(ptr) AccessChain 145(inputAttachment) 146
17 layout(binding=7, input_attachment_index = 1) uniform subpassInput inputAttachment[];47 b += subpassLoad(inputAttachment[nu_ii]).x;
3331 VkAttachmentDescription inputAttachment {}; in createGraphicsPipeline() local3332 inputAttachment.format = VK_FORMAT_R32_UINT; in createGraphicsPipeline()3333 inputAttachment.samples = VK_SAMPLE_COUNT_1_BIT; in createGraphicsPipeline()3334 inputAttachment.loadOp = VK_ATTACHMENT_LOAD_OP_LOAD; in createGraphicsPipeline()3335 inputAttachment.storeOp = VK_ATTACHMENT_STORE_OP_DONT_CARE; in createGraphicsPipeline()3336 inputAttachment.stencilLoadOp = VK_ATTACHMENT_LOAD_OP_DONT_CARE; in createGraphicsPipeline()3337 inputAttachment.stencilStoreOp = VK_ATTACHMENT_STORE_OP_DONT_CARE; in createGraphicsPipeline()3338 inputAttachment.initialLayout = VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL; in createGraphicsPipeline()3339 inputAttachment.finalLayout = VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL; in createGraphicsPipeline()3342 attachments.emplace_back(inputAttachment); in createGraphicsPipeline()
540 const vk::VkAttachmentDescription inputAttachment = in iterate() local553 attachmentDescs.push_back(inputAttachment); in iterate()
897 const AttachmentReference& inputAttachment = inputAttachments[inputNdx]; in logRenderPassInfo() local899 …log << TestLog::Message << "Attachment: " << inputAttachment.getAttachment() << TestLog::EndMessag… in logRenderPassInfo()900 … log << TestLog::Message << "Layout: " << inputAttachment.getImageLayout() << TestLog::EndMessage; in logRenderPassInfo()902 …log << TestLog::Message << "AspectMask: " << inputAttachment.getAspectMask() << TestLog::EndMessag… in logRenderPassInfo()