Searched refs:inputAttachmentIndex (Results 1 – 7 of 7) sorted by relevance
/external/skia/src/sksl/ir/ |
D | SkSLLayout.h | 101 int inputAttachmentIndex, bool originUpperLeft, bool overrideCoverage, in Layout() 110 , fInputAttachmentIndex(inputAttachmentIndex) in Layout()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkTypeUtil.inl | 407 …makeInputAttachmentAspectReferenceKHR (deUint32 subpass, deUint32 inputAttachmentIndex, VkImageAsp… argument 411 res.inputAttachmentIndex = inputAttachmentIndex;
|
D | vkStructTypes.inl | 1516 deUint32 inputAttachmentIndex; member
|
D | vkStrUtilImpl.inl | 3779 s << "\tinputAttachmentIndex = " << value.inputAttachmentIndex << '\n';
|
/external/skia/src/sksl/ |
D | SkSLParser.cpp | 654 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/ |
D | vktRenderPassTests.cpp | 794 …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/ |
D | vulkan.h.in | 4234 uint32_t inputAttachmentIndex; member
|