Home
last modified time | relevance | path

Searched refs:inputAttachmentIndex (Results 1 – 7 of 7) sorted by relevance

/external/skia/src/sksl/ir/
DSkSLLayout.h101 int inputAttachmentIndex, bool originUpperLeft, bool overrideCoverage, in Layout()
110 , fInputAttachmentIndex(inputAttachmentIndex) in Layout()
/external/deqp/external/vulkancts/framework/vulkan/
DvkTypeUtil.inl407 …makeInputAttachmentAspectReferenceKHR (deUint32 subpass, deUint32 inputAttachmentIndex, VkImageAsp… argument
411 res.inputAttachmentIndex = inputAttachmentIndex;
DvkStructTypes.inl1516 deUint32 inputAttachmentIndex; member
DvkStrUtilImpl.inl3779 s << "\tinputAttachmentIndex = " << value.inputAttachmentIndex << '\n';
/external/skia/src/sksl/
DSkSLParser.cpp654 int inputAttachmentIndex = -1; in layout() local
667 return Layout(location, offset, binding, index, set, builtin, inputAttachmentIndex, in layout()
698 inputAttachmentIndex = this->layoutInt(); in layout()
760 return Layout(location, offset, binding, index, set, builtin, inputAttachmentIndex, in layout()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp794 …log << TestLog::Message << "InputAttachmentIndex: " << inputAspect.inputAttachmentIndex << TestLog… in logRenderPassInfo()
5051 const deUint32 inputAttachmentIndex = subpassInputAttachments[inputAttachmentNdx]; in addAttachmentAllocationTests() local
5055 if(lastUseOfAttachment[inputAttachmentIndex]) in addAttachmentAllocationTests()
5057 if(*lastUseOfAttachment[inputAttachmentIndex] == subpassIndex) in addAttachmentAllocationTests()
5079 deps.push_back(SubpassDependency(*lastUseOfAttachment[inputAttachmentIndex], subpassIndex, in addAttachmentAllocationTests()
5096 lastUseOfAttachment[inputAttachmentIndex] = just(subpassIndex); in addAttachmentAllocationTests()
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in4234 uint32_t inputAttachmentIndex; member